Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2ca69d73bc05a55edb95689d436ce87974a3162e
/
arch
/
s390
/
kernel
/
ptrace.c
d60a540
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
ad3bc0a
s390/ctl_reg: use decoding unions in update_cr_regs
by Martin Schwidefsky
· 7 years ago
262832b
s390/ptrace: add runtime instrumention register get/set
by Alice Frosi
· 7 years ago
5ef2d52
s390/ptrace: fix guarded storage regset handling
by Heiko Carstens
· 7 years ago
f5bbd72
s390/ptrace: guarded storage regset for the current task
by Martin Schwidefsky
· 8 years ago
e525f8a
s390/gs: add regset for the guarded storage broadcast control block
by Martin Schwidefsky
· 8 years ago
916cda1
s390: add a system call for guarded storage
by Martin Schwidefsky
· 9 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
9dce990
s390/ptrace: Preserve previous registers for short regset write
by Martin Schwidefsky
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
ef280c8
s390: move sys_call_table and last_break from thread_info to thread_struct
by Martin Schwidefsky
· 8 years ago
f8fc82b
s390: move system_call field from thread_info to thread_struct
by Martin Schwidefsky
· 8 years ago
797cee9
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
da7f750
s390: ensure that syscall arguments are properly masked on s390
by Paul Moore
· 9 years ago
0208b94
s390/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
9cb1cce
s390: remove all usages of PSW_ADDR_INSN
by Heiko Carstens
· 9 years ago
55a423b
s390/kernel: fix ptrace peek/poke for floating point registers
by Martin Schwidefsky
· 9 years ago
b5510d9
s390/fpu: always enable the vector facility if it is available
by Hendrik Brueckner
· 9 years ago
d0164ee
s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT instead
by Hendrik Brueckner
· 10 years ago
9977e88
s390/kernel: lazy restore fpu registers
by Hendrik Brueckner
· 10 years ago
904818e
s390/kernel: introduce fpu-internal.h with fpu helper functions
by Hendrik Brueckner
· 10 years ago
5a79859a
s390: remove 31 bit support
by Heiko Carstens
· 10 years ago
7490daf
s390/ptrace: always include vector registers in core files
by Martin Schwidefsky
· 10 years ago
86c558e
s390: fix ptrace of user area if the inferior uses vector registers
by Martin Schwidefsky
· 10 years ago
ab074ad
Merge git://git.infradead.org/users/eparis/audit
by Linus Torvalds
· 10 years ago
1ee07ef
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 10 years ago
8070361
s390: add support for vector extension
by Martin Schwidefsky
· 10 years ago
2a0a5b2
s390/uprobes: architecture backend for uprobes
by Jan Willeke
· 10 years ago
9139740
ARCH: AUDIT: audit_syscall_entry() should not require the arch
by Eric Paris
· 11 years ago
a4412fc
seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing
by Andy Lutomirski
· 10 years ago
dab6cf55
s390/ptrace: fix PSW mask check
by Martin Schwidefsky
· 11 years ago
d3a73ac
s390: split TIF bits into CIF, PIF and TIF bits
by Martin Schwidefsky
· 11 years ago
a8a934e
s390: fix control register update
by Martin Schwidefsky
· 11 years ago
818a330
s390/ptrace: add support for PTRACE_SINGLEBLOCK
by Martin Schwidefsky
· 11 years ago
c63bade
s390: optimize control register update
by Martin Schwidefsky
· 11 years ago
1c182a6
s390/ptrace: simplify enable/disable single step
by Martin Schwidefsky
· 11 years ago
f26946d
s390/compat: make psw32_user_bits a constant value again
by Heiko Carstens
· 11 years ago
5ebf250
s390: fix handling of runtime instrumentation psw bit
by Heiko Carstens
· 11 years ago
4725c86
s390: fix save and restore of the floating-point-control register
by Martin Schwidefsky
· 11 years ago
e258d71
s390/uaccess: always run the kernel in home space
by Martin Schwidefsky
· 11 years ago
0628a5f
s390/tx: allow program interruption filtering in user space
by Martin Schwidefsky
· 11 years ago
958d907
s390: replace remaining strict_strtoul() with kstrtoul()
by Heiko Carstens
· 11 years ago
64597f9
s390/ptrace: PTRACE_TE_ABORT_RAND
by Michael Mueller
· 12 years ago
66389e8
s390/ptrace: add missing ifdef
by Heiko Carstens
· 12 years ago
d35339a
s390: add support for transactional memory
by Martin Schwidefsky
· 12 years ago
c63cb46
s390/seccomp: add support for system call filtering using BPF
by Heiko Carstens
· 12 years ago
a53c8fa
s390/comments: unify copyright messages and remove file names
by Heiko Carstens
· 12 years ago
e4da89d
seccomp: ignore secure_computing return values
by Will Drewry
· 13 years ago
a0616cd
Disintegrate asm/system.h for S390
by David Howells
· 13 years ago
048cd4e
compat: fix compile breakage on s390
by Heiko Carstens
· 13 years ago
b05d844
audit: inline audit_syscall_entry to reduce burden on archs
by Eric Paris
· 13 years ago
d7e7528
Audit: push audit success and retcode into arch ptrace.h
by Eric Paris
· 13 years ago
cfc9066
[S390] remove reset of system call restart on psw changes
by Martin Schwidefsky
· 13 years ago
b934069
[S390] add missing .set function for NT_S390_LAST_BREAK regset
by Martin Schwidefsky
· 13 years ago
d4e81b3
[S390] allow all addressing modes
by Martin Schwidefsky
· 13 years ago
b50511e
[S390] cleanup psw related bits and pieces
by Martin Schwidefsky
· 13 years ago
b6ef5bb
[S390] add TIF_SYSCALL thread flag
by Martin Schwidefsky
· 13 years ago
20b40a7
[S390] signal race with restarting system calls
by Martin Schwidefsky
· 13 years ago
a45aff5
[S390] user per registers vs. ptrace single stepping
by Martin Schwidefsky
· 13 years ago
5e9a269
[S390] ptrace cleanup
by Martin Schwidefsky
· 14 years ago
9b05a69
ptrace: change signature of arch_ptrace()
by Namhyung Kim
· 14 years ago
86f2552
[S390] add breaking event address for user space
by Martin Schwidefsky
· 15 years ago
545c174
[S390] ptrace: fix return value of do_syscall_trace_enter()
by Gerald Schaefer
· 15 years ago
6fb8302
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core
by Ingo Molnar
· 15 years ago
952974ac6
s390: Add pt_regs register and stack access API
by Heiko Carstens
· 15 years ago
c3311c1
[S390] fix loading of PER control registers for utrace.
by Martin Schwidefsky
· 15 years ago
622e99b
[S390] rename NT_PRXSTATUS to NT_S390_HIGHREGS
by Martin Schwidefsky
· 15 years ago
ea2a4d3
[S390] 64-bit register support for 31-bit processes
by Heiko Carstens
· 15 years ago
07805ac
[S390] ptrace: use common code for simple peek/poke operations
by Christian Borntraeger
· 15 years ago
1c569f0
tracing: Create generic syscall TRACE_EVENTs
by Josh Stone
· 15 years ago
9741987
tracing: Move tracepoint callbacks from declaration to definition
by Josh Stone
· 15 years ago
6670000
tracing: Rename FTRACE_SYSCALLS for tracepoints
by Josh Stone
· 15 years ago
5e9ad7d
[S390] ftrace: update system call tracer support
by Ingo Molnar
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 16 years ago
9bf1226
[S390] ftrace: add system call tracer support
by Heiko Carstens
· 16 years ago
bcf5cef
[S390] secure computing arch backend
by Heiko Carstens
· 16 years ago
7757591
[S390] implement is_compat_task
by Heiko Carstens
· 16 years ago
547e3ce
[S390] remove ptrace warning on 31 bit.
by Martin Schwidefsky
· 16 years ago
59da213
[S390] fix system call parameter functions.
by Martin Schwidefsky
· 16 years ago
753c4dd
[S390] ptrace changes
by Martin Schwidefsky
· 16 years ago
3d6e48f
[S390] CVE-2008-1514: prevent ptrace padding area read/write in 31-bit mode
by Jarod Wilson
· 16 years ago
63506c4
[S390] Introduce user_regset accessors for s390
by Martin Schwidefsky
· 16 years ago
b499d76
[S390] compat ptrace cleanup
by Roland McGrath
· 17 years ago
941af34
[S390] use generic sys_ptrace
by Martin Schwidefsky
· 17 years ago
613e1de
[S390] Remove self ptrace IEEE_IP hack.
by Martin Schwidefsky
· 17 years ago
a806170
[S390] Fix a lot of sparse warnings.
by Heiko Carstens
· 17 years ago
0ac30be
[S390] single-step cleanup
by Roland McGrath
· 17 years ago
1bcf548
Consolidate PTRACE_DETACH
by Alexey Dobriyan
· 17 years ago
f284ce7
PTRACE_POKEDATA consolidation
by Alexey Dobriyan
· 17 years ago
7664732
PTRACE_PEEKDATA consolidation
by Alexey Dobriyan
· 17 years ago
c1821c2
[S390] noexec protection
by Gerald Schaefer
· 18 years ago
2b67fc4
[S390] Get rid of a lot of sparse warnings.
by Heiko Carstens
· 18 years ago
5411be5
[PATCH] drop task argument of audit_syscall_{entry,exit}
by Al Viro
· 19 years ago
c7584fb
[PATCH] s390: task_pt_regs()
by Al Viro
· 19 years ago
6b9c7ed8
[PATCH] use ptrace_get_task_struct in various places
by Christoph Hellwig
· 19 years ago
347a8dc
[PATCH] s390: cleanup Kconfig
by Martin Schwidefsky
· 19 years ago
c5c3a6d
[PATCH] s390: uml ptrace fixes
by Bodo Stroesser
· 20 years ago
778959d
[PATCH] s390: ptrace peek and poke
by Martin Schwidefsky
· 20 years ago
Next »