index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
ptrace.c
Age
Commit message (
Expand
)
Author
2023-03-27
s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
Heiko Carstens
2023-02-09
s390/vx: use simple assignments to access __vector128 members
Heiko Carstens
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-03-10
tracehook: Remove tracehook.h
Eric W. Biederman
2022-03-01
s390/ptrace: remove opencoded offsetof
Heiko Carstens
2021-06-07
s390/traps: add struct to access transactional diagnostic block
Sven Schnelle
2021-01-19
s390: convert to generic entry
Sven Schnelle
2020-08-17
s390/ptrace: fix storage key handling
Heiko Carstens
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2020-08-07
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-07-27
s390: switch to ->regset_get()
Al Viro
2020-06-16
s390/ptrace: fix setting syscall number
Sven Schnelle
2020-06-16
s390/ptrace: pass invalid syscall numbers to tracing
Sven Schnelle
2020-06-16
s390/ptrace: return -ENOSYS when invalid syscall is supplied
Sven Schnelle
2020-06-16
s390/seccomp: pass syscall arguments via seccomp_data
Sven Schnelle
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-05-06
s390: ptrace: hard-code "s390x" instead of UTS_MACHINE
Masahiro Yamada
2019-10-10
seccomp: simplify secure_computing()
Christian Brauner
2019-04-23
arch: mostly remove <asm/segment.h>
Christoph Hellwig
2017-11-28
s390/gs: add compat regset for the guarded storage broadcast control block
Martin Schwidefsky
2017-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-19
s390/ctl_reg: use decoding unions in update_cr_regs
Martin Schwidefsky
2017-09-28
s390/ptrace: add runtime instrumention register get/set
Alice Frosi
2017-09-28
s390/ptrace: fix guarded storage regset handling
Heiko Carstens
2017-06-12
s390/ptrace: guarded storage regset for the current task
Martin Schwidefsky
2017-04-21
s390/gs: add regset for the guarded storage broadcast control block
Martin Schwidefsky
2017-03-22
s390: add a system call for guarded storage
Martin Schwidefsky
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-01-24
s390/ptrace: Preserve previous registers for short regset write
Martin Schwidefsky
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-11-15
s390: move sys_call_table and last_break from thread_info to thread_struct
Martin Schwidefsky
2016-11-11
s390: move system_call field from thread_info to thread_struct
Martin Schwidefsky
2016-07-29
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
2016-06-22
s390: ensure that syscall arguments are properly masked on s390
Paul Moore
2016-06-14
s390/ptrace: run seccomp after ptrace
Kees Cook
2016-06-14
seccomp: Add a seccomp_data parameter secure_computing()
Andy Lutomirski
2016-01-19
s390: remove all usages of PSW_ADDR_INSN
Heiko Carstens
2015-11-03
s390/kernel: fix ptrace peek/poke for floating point registers
Martin Schwidefsky
2015-10-14
s390/fpu: always enable the vector facility if it is available
Hendrik Brueckner
2015-08-03
s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT instead
Hendrik Brueckner
2015-07-22
s390/kernel: lazy restore fpu registers
Hendrik Brueckner
2015-07-22
s390/kernel: introduce fpu-internal.h with fpu helper functions
Hendrik Brueckner
2015-03-25
s390: remove 31 bit support
Heiko Carstens
2014-12-08
s390/ptrace: always include vector registers in core files
Martin Schwidefsky
2014-11-19
s390: fix ptrace of user area if the inferior uses vector registers
Martin Schwidefsky
2014-10-19
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
2014-10-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2014-10-09
s390: add support for vector extension
Martin Schwidefsky
[next]