summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-204/+99
2020-07-27regset(): kill ->get_size()Al Viro1-13/+0
2020-07-27arm64: switch to ->regset_get()Al Viro1-163/+62
2020-07-16arm64: ptrace: Use NO_SYSCALL instead of -1 in syscall_trace_enter()Will Deacon1-2/+2
2020-07-16arm64: ptrace: Add a comment describing our syscall entry/exit trap ABIWill Deacon1-2/+14
2020-07-16arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon1-2/+2
2020-07-16arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon1-6/+19
2020-06-26arm64: sanitize compat_ptrace_write_user()Al Viro1-9/+20
2020-06-26arm64: get rid of copy_regset_to_user() in compat_ptrace_read_user()Al Viro1-3/+1
2020-06-26arm64: take fetching compat reg out of pt_regs into a new helperAl Viro1-17/+17
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2020-05-20arm64: Fix PTRACE_SYSEMU semanticsKeno Fischer1-3/+4
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon1-1/+1
2020-03-18arm64: rename ptrauth key structures to be user-specificKristina Martsenko1-8/+8
2020-03-16arm64: Basic Branch Target Identification supportDave Martin1-1/+1
2020-01-14arm64: ptrace: nofpsimd: Fail FP/SIMD regset operationsSuzuki K Poulose1-0/+21
2019-10-10seccomp: simplify secure_computing()Christian Brauner1-1/+1
2019-08-07arm64/ptrace: Fix typoes in sve_set() commentJulien Grall1-1/+1
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-05arm64: ptrace: add support for syscall emulationSudeep Holla1-1/+5
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+147
2019-02-18arm64: fix SSBS sanitizationMark Rutland1-7/+8
2019-02-01arm64: add ptrace regsets for ptrauth key managementKristina Martsenko1-0/+147
2018-12-13arm64: expose user PAC bit positions via ptraceMark Rutland1-0/+38
2018-09-27signal/arm64: Add and use arm64_force_sig_ptrace_errno_trapEric W. Biederman1-1/+3
2018-09-27signal/arm64: In ptrace_hbptriggered name the signal description stringEric W. Biederman1-1/+2
2018-09-27signal/arm64: Add and use arm64_force_sig_fault where appropriateEric W. Biederman1-8/+3
2018-09-27signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_infoEric W. Biederman1-1/+1
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott1-1/+1
2018-07-23arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()Mark Rutland1-8/+11
2018-07-12arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit}Will Deacon1-2/+2
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon1-0/+2
2018-07-05arm64: use PSR_AA32 definitionsMark Rutland1-10/+10
2018-07-05arm64: ptrace: map SPSR_ELx<->PSR for compat tasksMark Rutland1-0/+2
2018-07-05arm64: don't zero DIT on signal returnMark Rutland1-4/+8
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2018-06-01arm64/sve: Thin out initialisation sanity-checks for sve_max_vlDave Martin1-3/+0
2018-05-25arm64/sve: Move read_zcr_features() out of cpufeature.hDave Martin1-0/+1
2018-05-15arm64: Remove duplicate includeVincenzo Frascino1-2/+0
2018-04-26arm64: fix possible spectre-v1 in ptrace_hbp_get_event()Mark Rutland1-4/+10
2018-04-24arm64: ptrace: remove addr_limit manipulationMark Rutland1-6/+0
2018-03-28arm64: uaccess: Fix omissions from usercopy whitelistDave Martin1-15/+15
2018-03-28arm64: fpsimd: Split cpu field out from struct fpsimd_stateDave Martin1-5/+5
2018-03-06arm64: Use arm64_force_sig_info instead of force_sig_infoWill Deacon1-1/+1
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar1-1/+1
2018-01-22signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman1-2/+4
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman1-6/+7
2018-01-22signal/arm64: Better isolate the COMPAT_TASK portion of ptrace_hbptriggeredEric W. Biederman1-15/+12