summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* s390/kprobes: enable kretprobes framepointer verificationVasily Gorbik2022-03-271-4/+4
* s390/kprobes: Avoid additional kprobe in kretprobe handlingTobias Huschle2022-03-101-25/+13
* s390/extable: add and use fixup_exception helper functionHeiko Carstens2022-03-081-4/+1
* Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-061-1/+47
|\
| * s390/kprobes: add sanity checkSven Schnelle2021-10-041-1/+47
* | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-5/+5
* | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-1/+1
* | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-09-301-1/+3
|/
* s390/kprobes: use is_kernel() helperKefeng Wang2021-07-051-7/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-5/+0
|\
| * kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song2021-07-011-5/+0
* | kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao2021-06-031-7/+0
* | kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-10/+0
|/
* Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-10-161-20/+39
|\
| * s390/kprobes: move insn_page to text segmentHeiko Carstens2020-10-091-4/+2
| * s390/kprobes: make insn pages read-onlyHeiko Carstens2020-09-141-18/+39
* | s390: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-77/+2
|/
* s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich2020-07-201-3/+1
* s390: support KPROBES_ON_FTRACESven Schnelle2020-01-301-56/+5
* s390/kernel: introduce .dma sectionsGerald Schaefer2019-04-291-1/+1
* s390/kprobes: use static buffer for insn_pageGerald Schaefer2019-04-291-17/+18
* bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-3/+4
* s390/kprobes: Don't call the ->break_handler() in s390 kprobes codeMasami Hiramatsu2018-06-211-20/+0
* s390/kprobes: Remove jprobe implementationMasami Hiramatsu2018-06-211-57/+2
* s390/kprobes: Fix %p uses in error messagesMasami Hiramatsu2018-02-021-1/+1
* s390/kprobes: remove duplicate includesPravin Shedge2018-01-231-1/+0
* s390: kernel: Remove redundant license textGreg Kroah-Hartman2017-11-241-14/+0
* s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* s390/kprobes: remove KPROBE_SWAP_INST stateHeiko Carstens2017-10-121-7/+0
* s390: Prevent hotplug rwsem recursionThomas Gleixner2017-05-261-2/+2
* s390: use set_memory.h headerLaura Abbott2017-05-081-1/+1
* s390: add no-execute supportMartin Schwidefsky2017-02-081-1/+7
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* s390: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-201-0/+2
* s390/ftrace/jprobes: Fix conflict between jprobes and function graph tracingJiri Olsa2016-07-311-0/+12
* s390: remove all usages of PSW_ADDR_INSNHeiko Carstens2016-01-191-3/+3
* s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens2016-01-191-5/+5
* s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens2015-03-251-1/+1
* s390/ftrace: hotpatch support for function tracingHeiko Carstens2015-01-291-1/+2
* s390/kprobes: fix instruction copy for out of line executionHeiko Carstens2014-12-011-1/+1
* s390/kprobes: make use of NOKPROBE_SYMBOL()Heiko Carstens2014-10-271-33/+55
* s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens2014-10-271-27/+65
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-4/+4
|\
| * s390: Replace __get_cpu_var usesChristoph Lameter2014-08-261-4/+4
* | s390/uprobes: common library for kprobes and uprobesJan Willeke2014-09-251-151/+3
* | s390/kprobes: remove unused jprobe_return_end()Heiko Carstens2014-09-091-5/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\
| * doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew2013-10-141-1/+1
* | s390/kprobes: allow kprobes only on known instructionsHeiko Carstens2013-10-241-0/+2
* | s390/kprobes: use insn_length helper functionHeiko Carstens2013-10-241-4/+5