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
/
kprobes.c
Age
Commit message (
Expand
)
Author
2023-04-13
s390/mm: use set_memory_*() helpers instead of open coding
Heiko Carstens
2023-03-02
s390/kprobes: fix current_kprobe never cleared after kprobes reenter
Vasily Gorbik
2023-03-02
s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handler
Vasily Gorbik
2023-01-22
s390/kprobes: replace kretprobe with rethook
Vasily Gorbik
2022-11-23
s390/kprobes: define insn cache ops within private header file
Heiko Carstens
2022-03-27
s390/kprobes: enable kretprobes framepointer verification
Vasily Gorbik
2022-03-10
s390/kprobes: Avoid additional kprobe in kretprobe handling
Tobias Huschle
2022-03-08
s390/extable: add and use fixup_exception helper function
Heiko Carstens
2021-11-06
Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2021-10-04
s390/kprobes: add sanity check
Sven Schnelle
2021-09-30
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
2021-09-30
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
2021-09-30
kprobes: treewide: Cleanup the error messages for kprobes
Masami Hiramatsu
2021-07-05
s390/kprobes: use is_kernel() helper
Kefeng Wang
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-01
kprobes: remove duplicated strong free_insn_page in x86 and s390
Barry Song
2021-06-03
kprobes: Do not increment probe miss count in the fault handler
Naveen N. Rao
2021-06-01
kprobes: Remove kprobe::fault_handler
Peter Zijlstra
2020-10-16
Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2020-10-09
s390/kprobes: move insn_page to text segment
Heiko Carstens
2020-09-14
s390/kprobes: make insn pages read-only
Heiko Carstens
2020-09-08
s390: kprobes: Use generic kretprobe trampoline handler
Masami Hiramatsu
2020-07-20
s390/kernel: expand exception table logic to allow new handling options
Ilya Leoshkevich
2020-01-30
s390: support KPROBES_ON_FTRACE
Sven Schnelle
2019-04-29
s390/kernel: introduce .dma sections
Gerald Schaefer
2019-04-29
s390/kprobes: use static buffer for insn_page
Gerald Schaefer
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
2018-06-21
s390/kprobes: Don't call the ->break_handler() in s390 kprobes code
Masami Hiramatsu
2018-06-21
s390/kprobes: Remove jprobe implementation
Masami Hiramatsu
2018-02-02
s390/kprobes: Fix %p uses in error messages
Masami Hiramatsu
2018-01-23
s390/kprobes: remove duplicate includes
Pravin Shedge
2017-11-24
s390: kernel: Remove redundant license text
Greg Kroah-Hartman
2017-11-24
s390: kernel: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
2017-10-12
s390/kprobes: remove KPROBE_SWAP_INST state
Heiko Carstens
2017-05-26
s390: Prevent hotplug rwsem recursion
Thomas Gleixner
2017-05-08
s390: use set_memory.h header
Laura Abbott
2017-02-08
s390: add no-execute support
Martin Schwidefsky
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-09-20
s390: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2016-07-31
s390/ftrace/jprobes: Fix conflict between jprobes and function graph tracing
Jiri Olsa
2016-01-19
s390: remove all usages of PSW_ADDR_INSN
Heiko Carstens
2016-01-19
s390: remove all usages of PSW_ADDR_AMODE
Heiko Carstens
2015-03-25
s390/maccess: remove potentially broken probe_kernel_write()
Heiko Carstens
2015-01-29
s390/ftrace: hotpatch support for function tracing
Heiko Carstens
2014-12-01
s390/kprobes: fix instruction copy for out of line execution
Heiko Carstens
2014-10-27
s390/kprobes: make use of NOKPROBE_SYMBOL()
Heiko Carstens
2014-10-27
s390/ftrace,kprobes: allow to patch first instruction
Heiko Carstens
2014-10-15
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-09-25
s390/uprobes: common library for kprobes and uprobes
Jan Willeke
2014-09-09
s390/kprobes: remove unused jprobe_return_end()
Heiko Carstens
[next]