aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/kprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-27s390/kprobes: enable kretprobes framepointer verificationVasily Gorbik1-4/+4
2022-03-10s390/kprobes: Avoid additional kprobe in kretprobe handlingTobias Huschle1-25/+13
2022-03-08s390/extable: add and use fixup_exception helper functionHeiko Carstens1-4/+1
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+47
2021-10-04s390/kprobes: add sanity checkSven Schnelle1-1/+47
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-5/+5
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-1/+1
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu1-1/+3
2021-07-05s390/kprobes: use is_kernel() helperKefeng Wang1-7/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2021-07-01kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song1-5/+0
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-10/+0
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-20/+39
2020-10-09s390/kprobes: move insn_page to text segmentHeiko Carstens1-4/+2
2020-09-14s390/kprobes: make insn pages read-onlyHeiko Carstens1-18/+39
2020-09-08s390: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-77/+2
2020-07-20s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich1-3/+1
2020-01-30s390: support KPROBES_ON_FTRACESven Schnelle1-56/+5
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer1-1/+1
2019-04-29s390/kprobes: use static buffer for insn_pageGerald Schaefer1-17/+18
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-3/+4
2018-06-21s390/kprobes: Don't call the ->break_handler() in s390 kprobes codeMasami Hiramatsu1-20/+0
2018-06-21s390/kprobes: Remove jprobe implementationMasami Hiramatsu1-57/+2
2018-02-02s390/kprobes: Fix %p uses in error messagesMasami Hiramatsu1-1/+1
2018-01-23s390/kprobes: remove duplicate includesPravin Shedge1-1/+0
2017-11-24s390: kernel: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-24s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-10-12s390/kprobes: remove KPROBE_SWAP_INST stateHeiko Carstens1-7/+0
2017-05-26s390: Prevent hotplug rwsem recursionThomas Gleixner1-2/+2
2017-05-08s390: use set_memory.h headerLaura Abbott1-1/+1
2017-02-08s390: add no-execute supportMartin Schwidefsky1-1/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-20s390: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-0/+2
2016-07-31s390/ftrace/jprobes: Fix conflict between jprobes and function graph tracingJiri Olsa1-0/+12
2016-01-19s390: remove all usages of PSW_ADDR_INSNHeiko Carstens1-3/+3
2016-01-19s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens1-5/+5
2015-03-25s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens1-1/+1
2015-01-29s390/ftrace: hotpatch support for function tracingHeiko Carstens1-1/+2
2014-12-01s390/kprobes: fix instruction copy for out of line executionHeiko Carstens1-1/+1
2014-10-27s390/kprobes: make use of NOKPROBE_SYMBOL()Heiko Carstens1-33/+55
2014-10-27s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens1-27/+65
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-4/+4
2014-09-25s390/uprobes: common library for kprobes and uprobesJan Willeke1-151/+3
2014-09-09s390/kprobes: remove unused jprobe_return_end()Heiko Carstens1-5/+0
2014-08-26s390: Replace __get_cpu_var usesChristoph Lameter1-4/+4
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-10-24s390/kprobes: allow kprobes only on known instructionsHeiko Carstens1-0/+2
2013-10-24s390/kprobes: use insn_length helper functionHeiko Carstens1-4/+5
2013-10-24s390/kprobes: have more correct if statement in s390_get_insn_slot()Heiko Carstens1-1/+1