index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
ptrace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-10
seccomp: simplify secure_computing()
Christian Brauner
1
-1
/
+1
2019-08-07
arm64/ptrace: Fix typoes in sve_set() comment
Julien Grall
1
-1
/
+1
2019-07-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+5
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-06-05
arm64: ptrace: add support for syscall emulation
Sudeep Holla
1
-1
/
+5
2019-03-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+147
2019-02-18
arm64: fix SSBS sanitization
Mark Rutland
1
-7
/
+8
2019-02-01
arm64: add ptrace regsets for ptrauth key management
Kristina Martsenko
1
-0
/
+147
2018-12-13
arm64: expose user PAC bit positions via ptrace
Mark Rutland
1
-0
/
+38
2018-09-27
signal/arm64: Add and use arm64_force_sig_ptrace_errno_trap
Eric W. Biederman
1
-1
/
+3
2018-09-27
signal/arm64: In ptrace_hbptriggered name the signal description string
Eric W. Biederman
1
-1
/
+2
2018-09-27
signal/arm64: Add and use arm64_force_sig_fault where appropriate
Eric W. Biederman
1
-8
/
+3
2018-09-27
signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_info
Eric W. Biederman
1
-1
/
+1
2018-07-26
arm64: Add stack information to on_accessible_stack
Laura Abbott
1
-1
/
+1
2018-07-23
arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()
Mark Rutland
1
-8
/
+11
2018-07-12
arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit}
Will Deacon
1
-2
/
+2
2018-07-11
arm64: rseq: Implement backend rseq calls and select HAVE_RSEQ
Will Deacon
1
-0
/
+2
2018-07-05
arm64: use PSR_AA32 definitions
Mark Rutland
1
-10
/
+10
2018-07-05
arm64: ptrace: map SPSR_ELx<->PSR for compat tasks
Mark Rutland
1
-0
/
+2
2018-07-05
arm64: don't zero DIT on signal return
Mark Rutland
1
-4
/
+8
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2018-06-01
arm64/sve: Thin out initialisation sanity-checks for sve_max_vl
Dave Martin
1
-3
/
+0
2018-05-25
arm64/sve: Move read_zcr_features() out of cpufeature.h
Dave Martin
1
-0
/
+1
2018-05-15
arm64: Remove duplicate include
Vincenzo Frascino
1
-2
/
+0
2018-04-26
arm64: fix possible spectre-v1 in ptrace_hbp_get_event()
Mark Rutland
1
-4
/
+10
2018-04-24
arm64: ptrace: remove addr_limit manipulation
Mark Rutland
1
-6
/
+0
2018-03-28
arm64: uaccess: Fix omissions from usercopy whitelist
Dave Martin
1
-15
/
+15
2018-03-28
arm64: fpsimd: Split cpu field out from struct fpsimd_state
Dave Martin
1
-5
/
+5
2018-03-06
arm64: Use arm64_force_sig_info instead of force_sig_info
Will Deacon
1
-1
/
+1
2018-02-22
treewide/trivial: Remove ';;$' typo noise
Ingo Molnar
1
-1
/
+1
2018-01-22
signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed
Eric W. Biederman
1
-2
/
+4
2018-01-22
signal: Don't use structure initializers for struct siginfo
Eric W. Biederman
1
-6
/
+7
2018-01-22
signal/arm64: Better isolate the COMPAT_TASK portion of ptrace_hbptriggered
Eric W. Biederman
1
-15
/
+12
2017-11-03
arm64/sve: ptrace and ELF coredump support
Dave Martin
1
-8
/
+272
2017-08-15
Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...
Catalin Marinas
1
-0
/
+1
2017-08-15
arm64: clean up irq stack definitions
Mark Rutland
1
-0
/
+1
2017-08-09
Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...
Catalin Marinas
1
-1
/
+1
2017-08-08
arm64: unwind: avoid percpu indirection for irq stack
Mark Rutland
1
-1
/
+1
2017-08-07
arm64: Abstract syscallno manipulation
Dave Martin
1
-1
/
+1
2017-08-07
arm64: syscallno is secretly an int, make it official
Dave Martin
1
-1
/
+1
2017-06-29
arm64: ptrace: Fix incorrect get_user() use in compat_vfp_set()
Dave Martin
1
-3
/
+5
2017-06-29
arm64: ptrace: Remove redundant overrun check from compat_vfp_set()
Dave Martin
1
-3
/
+0
2017-06-29
arm64: ptrace: Avoid setting compat FP[SC]R to garbage if get_user fails
Dave Martin
1
-2
/
+4
2017-06-22
arm64: ptrace: Flush user-RW TLS reg to thread_struct before reading
Dave Martin
1
-0
/
+4
2017-06-22
arm64: ptrace: Flush FPSIMD regs back to thread_struct before reading
Dave Martin
1
-0
/
+7
2017-06-22
arm64: ptrace: Fix VFP register dumping in compat coredumps
Dave Martin
1
-4
/
+7
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2017-01-18
arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fields
Dave Martin
1
-0
/
+4
2017-01-18
arm64/ptrace: Preserve previous registers for short regset write
Dave Martin
1
-1
/
+1
[next]