Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ac2d9275f371346922b31a388bbaa6a54f1154a4
/
arch
/
arm64
/
kernel
/
ptrace.c
fefad9e
seccomp: simplify secure_computing()
by Christian Brauner
· 5 years ago
08f103b
arm64/ptrace: Fix typoes in sve_set() comment
by Julien Grall
· 5 years ago
dfd437a
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
caab277
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
by Thomas Gleixner
· 6 years ago
f086f67
arm64: ptrace: add support for syscall emulation
by Sudeep Holla
· 6 years ago
3d8dfe7
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
f54dada
arm64: fix SSBS sanitization
by Mark Rutland
· 6 years ago
d0a060b
arm64: add ptrace regsets for ptrauth key management
by Kristina Martsenko
· 6 years ago
ec6e822
arm64: expose user PAC bit positions via ptrace
by Mark Rutland
· 6 years ago
f3a900b
signal/arm64: Add and use arm64_force_sig_ptrace_errno_trap
by Eric W. Biederman
· 6 years ago
2627f03
signal/arm64: In ptrace_hbptriggered name the signal description string
by Eric W. Biederman
· 6 years ago
feca355
signal/arm64: Add and use arm64_force_sig_fault where appropriate
by Eric W. Biederman
· 6 years ago
24b8f79
signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_info
by Eric W. Biederman
· 6 years ago
8a1ccfb
arm64: Add stack information to on_accessible_stack
by Laura Abbott
· 7 years ago
14d6e28
arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()
by Mark Rutland
· 7 years ago
11527b3
arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit}
by Will Deacon
· 7 years ago
409d5db
arm64: rseq: Implement backend rseq calls and select HAVE_RSEQ
by Will Deacon
· 7 years ago
d64567f
arm64: use PSR_AA32 definitions
by Mark Rutland
· 7 years ago
76fc52b
arm64: ptrace: map SPSR_ELx<->PSR for compat tasks
by Mark Rutland
· 7 years ago
1265132
arm64: don't zero DIT on signal return
by Mark Rutland
· 7 years ago
b357bf6
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
87c021a
arm64/sve: Thin out initialisation sanity-checks for sve_max_vl
by Dave Martin
· 7 years ago
31dc52b
arm64/sve: Move read_zcr_features() out of cpufeature.h
by Dave Martin
· 7 years ago
92faa7b
arm64: Remove duplicate include
by Vincenzo Frascino
· 7 years ago
19791a7
arm64: fix possible spectre-v1 in ptrace_hbp_get_event()
by Mark Rutland
· 7 years ago
59275a0
arm64: ptrace: remove addr_limit manipulation
by Mark Rutland
· 7 years ago
6589654
arm64: uaccess: Fix omissions from usercopy whitelist
by Dave Martin
· 7 years ago
20b8547
arm64: fpsimd: Split cpu field out from struct fpsimd_state
by Dave Martin
· 7 years ago
4e829b6
arm64: Use arm64_force_sig_info instead of force_sig_info
by Will Deacon
· 7 years ago
ed7158b
treewide/trivial: Remove ';;$' typo noise
by Ingo Molnar
· 7 years ago
f71dd7d
signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed
by Eric W. Biederman
· 7 years ago
5f74972
signal: Don't use structure initializers for struct siginfo
by Eric W. Biederman
· 7 years ago
66e0f26
signal/arm64: Better isolate the COMPAT_TASK portion of ptrace_hbptriggered
by Eric W. Biederman
· 7 years ago
43d4da2c4
arm64/sve: ptrace and ELF coredump support
by Dave Martin
· 7 years ago
df5b95b
Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/core
by Catalin Marinas
· 7 years ago
f60ad4e
arm64: clean up irq stack definitions
by Mark Rutland
· 8 years ago
0553896
Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/core
by Catalin Marinas
· 7 years ago
0966837
arm64: unwind: avoid percpu indirection for irq stack
by Mark Rutland
· 8 years ago
17c2895
arm64: Abstract syscallno manipulation
by Dave Martin
· 7 years ago
35d0e6f
arm64: syscallno is secretly an int, make it official
by Dave Martin
· 7 years ago
5fbd5fc
arm64: ptrace: Fix incorrect get_user() use in compat_vfp_set()
by Dave Martin
· 8 years ago
16d38ac
arm64: ptrace: Remove redundant overrun check from compat_vfp_set()
by Dave Martin
· 8 years ago
53b1a74
arm64: ptrace: Avoid setting compat FP[SC]R to garbage if get_user fails
by Dave Martin
· 8 years ago
936eb65
arm64: ptrace: Flush user-RW TLS reg to thread_struct before reading
by Dave Martin
· 8 years ago
e1d5a8f
arm64: ptrace: Flush FPSIMD regs back to thread_struct before reading
by Dave Martin
· 8 years ago
af66b2d
arm64: ptrace: Fix VFP register dumping in compat coredumps
by Dave Martin
· 8 years ago
68db0cf
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
ad9e202
arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fields
by Dave Martin
· 8 years ago
a672401c
arm64/ptrace: Preserve previous registers for short regset write
by Dave Martin
· 8 years ago
9dd73f7
arm64/ptrace: Preserve previous registers for short regset write
by Dave Martin
· 8 years ago
9a17b87
arm64/ptrace: Preserve previous registers for short regset write
by Dave Martin
· 8 years ago
b08fb18
arm64: Allow hw watchpoint at varied offset from base address
by Pratyush Anand
· 8 years ago
7a1e8b8
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 8 years ago
0a8ea52
arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature
by David A. Long
· 9 years ago
a5cd110
arm64/ptrace: run seccomp after ptrace
by Kees Cook
· 9 years ago
2f275de
seccomp: Add a seccomp_data parameter secure_computing()
by Andy Lutomirski
· 9 years ago
dbd4d7c
arm64: Rework valid_user_regs
by Mark Rutland
· 9 years ago
5db4fd8
arm64: Clear out any singlestep state on a ptrace detach operation
by John Blackwood
· 9 years ago
5d220ff
arm64: Better native ptrace support for compat tasks
by Catalin Marinas
· 10 years ago
a1ae65b
arm64: add seccomp support
by AKASHI Takahiro
· 10 years ago
766a85d
arm64: ptrace: add NT_ARM_SYSTEM_CALL regset
by AKASHI Takahiro
· 10 years ago
ab074ad
Merge git://git.infradead.org/users/eparis/audit
by Linus Torvalds
· 10 years ago
4913c59
audit: arm64: Remove the audit arch argument to audit_syscall_entry
by Eric Paris
· 10 years ago
23fed62
arm64: audit: Add audit hook in syscall_trace_enter/exit()
by AKASHI Takahiro
· 11 years ago
85487ed
arm64: ptrace: fix compat reg getter/setter return values
by Will Deacon
· 10 years ago
27d7ff2
arm64: ptrace: fix compat hardware watchpoint reporting
by Will Deacon
· 10 years ago
44b3750
Revert "arm64: Do not invoke audit_syscall_* functions if !CONFIG_AUDIT_SYSCALL"
by Will Deacon
· 10 years ago
2a8f45b
arm64: Do not invoke audit_syscall_* functions if !CONFIG_AUDIT_SYSCALL
by Catalin Marinas
· 11 years ago
5701ede
arm64: audit: Add audit hook in syscall_trace_enter/exit()
by AKASHI Takahiro
· 11 years ago
2227901
arm64: ptrace: fix empty registers set in prstatus of aarch32 process core
by Victor Kamensky
· 11 years ago
c168870
arm64: ptrace: change fs when passing kernel pointer to regset code
by Will Deacon
· 11 years ago
055b121
arm64: ftrace: Add system call tracepoint
by AKASHI Takahiro
· 11 years ago
cf5c95d
Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into upstream
by Catalin Marinas
· 11 years ago
fd92d4a
arm64: is_compat_task is defined both in asm/compat.h and linux/compat.h
by AKASHI Takahiro
· 11 years ago
3157858f
arm64: split syscall_trace() into separate functions for enter/exit
by AKASHI Takahiro
· 11 years ago
005f78c
arm64: defer reloading a task's FPSIMD state to userland resume
by Ard Biesheuvel
· 11 years ago
cdc27c2
arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled events
by Will Deacon
· 11 years ago
6a2e5e5
arm64: ptrace: fix compat registes get/set to be endian clean
by Matthew Leach
· 11 years ago
1442b6e
arm64: debug: consolidate software breakpoint handlers
by Will Deacon
· 12 years ago
8f34a1d
arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpoints
by Will Deacon
· 12 years ago
7797d17
arm64: ptrace: make structure padding explicit for debug registers
by Will Deacon
· 12 years ago
7606c37
arm64: Do not export the compat-specific definitions to the user
by Catalin Marinas
· 12 years ago
27aa55c
arm64: ptrace: remove obsolete ptrace request numbers from user headers
by Will Deacon
· 12 years ago
478fcb2
arm64: Debugging support
by Will Deacon
· 13 years ago