aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus 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
2017-11-03arm64/sve: ptrace and ELF coredump supportDave Martin1-8/+272
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin Marinas1-0/+1
2017-08-15arm64: clean up irq stack definitionsMark Rutland1-0/+1
2017-08-09Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin Marinas1-1/+1
2017-08-08arm64: unwind: avoid percpu indirection for irq stackMark Rutland1-1/+1
2017-08-07arm64: Abstract syscallno manipulationDave Martin1-1/+1
2017-08-07arm64: syscallno is secretly an int, make it officialDave Martin1-1/+1
2017-06-29arm64: ptrace: Fix incorrect get_user() use in compat_vfp_set()Dave Martin1-3/+5
2017-06-29arm64: ptrace: Remove redundant overrun check from compat_vfp_set()Dave Martin1-3/+0
2017-06-29arm64: ptrace: Avoid setting compat FP[SC]R to garbage if get_user failsDave Martin1-2/+4
2017-06-22arm64: ptrace: Flush user-RW TLS reg to thread_struct before readingDave Martin1-0/+4
2017-06-22arm64: ptrace: Flush FPSIMD regs back to thread_struct before readingDave Martin1-0/+7
2017-06-22arm64: ptrace: Fix VFP register dumping in compat coredumpsDave Martin1-4/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-18arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fieldsDave Martin1-0/+4
2017-01-18arm64/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2017-01-18arm64/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+2
2017-01-18arm64/ptrace: Preserve previous registers for short regset writeDave Martin1-3/+4
2016-11-18arm64: Allow hw watchpoint at varied offset from base addressPratyush Anand1-3/+4
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-4/+4
2016-07-19arm64: Add HAVE_REGS_AND_STACK_ACCESS_API featureDavid A. Long1-0/+101