summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/kprobes.c
AgeCommit message (Expand)Author
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens
2023-09-19s390/kprobes,ptrace: open code struct per_regHeiko Carstens
2023-09-19s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()Heiko Carstens
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens
2023-04-13s390/mm: use set_memory_*() helpers instead of open codingHeiko Carstens
2023-03-02s390/kprobes: fix current_kprobe never cleared after kprobes reenterVasily Gorbik
2023-03-02s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handlerVasily Gorbik
2023-01-22s390/kprobes: replace kretprobe with rethookVasily Gorbik
2022-11-23s390/kprobes: define insn cache ops within private header fileHeiko Carstens
2022-03-27s390/kprobes: enable kretprobes framepointer verificationVasily Gorbik
2022-03-10s390/kprobes: Avoid additional kprobe in kretprobe handlingTobias Huschle
2022-03-08s390/extable: add and use fixup_exception helper functionHeiko Carstens
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-10-04s390/kprobes: add sanity checkSven Schnelle
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu
2021-07-05s390/kprobes: use is_kernel() helperKefeng Wang
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2020-10-09s390/kprobes: move insn_page to text segmentHeiko Carstens
2020-09-14s390/kprobes: make insn pages read-onlyHeiko Carstens
2020-09-08s390: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu
2020-07-20s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich
2020-01-30s390: support KPROBES_ON_FTRACESven Schnelle
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer
2019-04-29s390/kprobes: use static buffer for insn_pageGerald Schaefer
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu
2018-06-21s390/kprobes: Don't call the ->break_handler() in s390 kprobes codeMasami Hiramatsu
2018-06-21s390/kprobes: Remove jprobe implementationMasami Hiramatsu
2018-02-02s390/kprobes: Fix %p uses in error messagesMasami Hiramatsu
2018-01-23s390/kprobes: remove duplicate includesPravin Shedge
2017-11-24s390: kernel: Remove redundant license textGreg Kroah-Hartman
2017-11-24s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-10-12s390/kprobes: remove KPROBE_SWAP_INST stateHeiko Carstens
2017-05-26s390: Prevent hotplug rwsem recursionThomas Gleixner
2017-05-08s390: use set_memory.h headerLaura Abbott
2017-02-08s390: add no-execute supportMartin Schwidefsky
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-20s390: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-07-31s390/ftrace/jprobes: Fix conflict between jprobes and function graph tracingJiri Olsa
2016-01-19s390: remove all usages of PSW_ADDR_INSNHeiko Carstens
2016-01-19s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens
2015-03-25s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens
2015-01-29s390/ftrace: hotpatch support for function tracingHeiko Carstens
2014-12-01s390/kprobes: fix instruction copy for out of line executionHeiko Carstens
2014-10-27s390/kprobes: make use of NOKPROBE_SYMBOL()Heiko Carstens