aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/ptrace.c
AgeCommit message (Expand)Author
2021-08-12arm64: fix compat syscall return truncationMark Rutland
2021-03-09arm64: ptrace: Fix seccomp of traced syscall -1 (NO_SYSCALL)Timothy E Baldwin
2020-07-22arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon
2020-07-22arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon
2020-05-27arm64: Fix PTRACE_SYSEMU semanticsKeno Fischer
2020-02-14arm64: ptrace: nofpsimd: Fail FP/SIMD regset operationsSuzuki K Poulose
2019-08-07arm64/ptrace: Fix typoes in sve_set() commentJulien Grall
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-05arm64: ptrace: add support for syscall emulationSudeep Holla
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-02-18arm64: fix SSBS sanitizationMark Rutland
2019-02-01arm64: add ptrace regsets for ptrauth key managementKristina Martsenko
2018-12-13arm64: expose user PAC bit positions via ptraceMark Rutland
2018-09-27signal/arm64: Add and use arm64_force_sig_ptrace_errno_trapEric W. Biederman
2018-09-27signal/arm64: In ptrace_hbptriggered name the signal description stringEric W. Biederman
2018-09-27signal/arm64: Add and use arm64_force_sig_fault where appropriateEric W. Biederman
2018-09-27signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_infoEric W. Biederman
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott
2018-07-23arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()Mark Rutland
2018-07-12arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit}Will Deacon
2018-07-11arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon
2018-07-05arm64: use PSR_AA32 definitionsMark Rutland
2018-07-05arm64: ptrace: map SPSR_ELx<->PSR for compat tasksMark Rutland
2018-07-05arm64: don't zero DIT on signal returnMark Rutland
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-06-01arm64/sve: Thin out initialisation sanity-checks for sve_max_vlDave Martin
2018-05-25arm64/sve: Move read_zcr_features() out of cpufeature.hDave Martin
2018-05-15arm64: Remove duplicate includeVincenzo Frascino
2018-04-26arm64: fix possible spectre-v1 in ptrace_hbp_get_event()Mark Rutland
2018-04-24arm64: ptrace: remove addr_limit manipulationMark Rutland
2018-03-28arm64: uaccess: Fix omissions from usercopy whitelistDave Martin
2018-03-28arm64: fpsimd: Split cpu field out from struct fpsimd_stateDave Martin
2018-03-06arm64: Use arm64_force_sig_info instead of force_sig_infoWill Deacon
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar
2018-01-22signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman
2018-01-22signal/arm64: Better isolate the COMPAT_TASK portion of ptrace_hbptriggeredEric W. Biederman
2017-11-03arm64/sve: ptrace and ELF coredump supportDave Martin
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas
2017-08-15arm64: clean up irq stack definitionsMark Rutland
2017-08-09Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas
2017-08-08arm64: unwind: avoid percpu indirection for irq stackMark Rutland
2017-08-07arm64: Abstract syscallno manipulationDave Martin
2017-08-07arm64: syscallno is secretly an int, make it officialDave Martin
2017-06-29arm64: ptrace: Fix incorrect get_user() use in compat_vfp_set()Dave Martin
2017-06-29arm64: ptrace: Remove redundant overrun check from compat_vfp_set()Dave Martin
2017-06-29arm64: ptrace: Avoid setting compat FP[SC]R to garbage if get_user failsDave Martin
2017-06-22arm64: ptrace: Flush user-RW TLS reg to thread_struct before readingDave Martin
2017-06-22arm64: ptrace: Flush FPSIMD regs back to thread_struct before readingDave Martin