aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/kprobes.c
AgeCommit message (Expand)AuthorFilesLines
4 daysmm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)1-2/+2
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens1-7/+7
2023-09-19s390/kprobes,ptrace: open code struct per_regHeiko Carstens1-2/+9
2023-09-19s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()Heiko Carstens1-3/+3
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens1-3/+3
2023-04-13s390/mm: use set_memory_*() helpers instead of open codingHeiko Carstens1-1/+1
2023-03-02s390/kprobes: fix current_kprobe never cleared after kprobes reenterVasily Gorbik1-0/+1
2023-03-02s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handlerVasily Gorbik1-2/+1
2023-01-22s390/kprobes: replace kretprobe with rethookVasily Gorbik1-30/+0
2022-11-23s390/kprobes: define insn cache ops within private header fileHeiko Carstens1-2/+1
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...Linus 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...Linus 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/...Linus 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/jik...Linus 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
2013-10-14doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew1-1/+1
2013-09-30s390/kprobes: add exrl to list of prohibited opcodesHeiko Carstens1-1/+5
2013-09-11s390/kprobes: add support for pc-relative long displacement instructionsHeiko Carstens1-7/+137
2013-08-22s390/kprobes: add support for compare and branch instructionsHeiko Carstens1-2/+19
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+4
2012-09-26s390/exceptions: switch to relative exception table entriesHeiko Carstens1-1/+1
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-1/+1
2011-10-30[S390] sparse: fix sparse static warningsMartin Schwidefsky1-1/+1
2011-01-05[S390] ptrace cleanupMartin Schwidefsky1-7/+6
2011-01-05[S390] kprobes: coding styleMartin Schwidefsky1-34/+34
2011-01-05[S390] kprobes: restructure handler functionMartin Schwidefsky1-43/+71
2011-01-05[S390] kprobes: jprobe save and restoreMartin Schwidefsky1-10/+7
2011-01-05[S390] kprobes: insn slotsMartin Schwidefsky1-8/+0
2011-01-05[S390] kprobes: activation and deactivationMartin Schwidefsky1-32/+27
2011-01-05[S390] kprobes: instruction fixupMartin Schwidefsky1-73/+57
2011-01-05[S390] kprobes: instruction swapMartin Schwidefsky1-7/+9
2011-01-05[S390] kprobes: single step cleanupMartin Schwidefsky1-41/+36
2011-01-05[S390] kprobes: single stepped breakpointMartin Schwidefsky1-6/+0
2010-11-10[S390] kprobes: Fix the return address of multiple kretprobesMartin Schwidefsky1-3/+26
2010-11-10[S390] kprobes: disable interrupts throughoutMartin Schwidefsky1-14/+27
2010-10-29[S390] fix kprobes single steppingMartin Schwidefsky1-1/+8
2010-05-26[S390] kprobes: forbid probing of stnsm/stosm/epswHeiko Carstens1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-06-22[S390] kprobes: defer setting of ctlblk stateHeiko Carstens1-11/+7
2009-06-12[S390] kprobes: use probe_kernel_writeHeiko Carstens1-29/+2
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu1-3/+4
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-07-28stop_machine: Wean existing callers off stop_machine_run()Rusty Russell1-3/+3
2008-07-25kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S1-4/+2
2008-07-14[S390] Cleanup kprobes printk messages.Martin Schwidefsky1-3/+1
2008-04-17[S390] Fix a lot of sparse warnings.Heiko Carstens1-1/+1
2007-10-16kprobes: support kretprobe blacklistMasami Hiramatsu1-0/+2
2007-08-22[S390] kprobes: fix instruction length calculationDavid Wilder1-1/+1
2007-05-21[S390] Make use of kretprobe_assert.Heiko Carstens1-1/+1
2007-05-08Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli1-0/+7
2007-05-08kprobes: kretprobes simplificationsChristoph Hellwig1-14/+4
2007-05-08move die notifier handling to common codeChristoph Hellwig1-1/+1
2007-05-04[S390] get rid of kprobes notifier call chain.Christoph Hellwig1-2/+1
2007-03-26[S390] kprobes: Align probe address.David Wilder1-1/+1
2007-03-05[S390] kprobes breaks BUG_ONMartin Schwidefsky1-14/+7
2007-02-05[S390] Mark kernel text section read-only.Heiko Carstens1-4/+23
2007-02-05[S390] kretprobe_trampoline_holder() in wrong section.Heiko Carstens1-1/+1
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens1-1/+2
2006-12-07[PATCH] kprobes: enable booster on the preemptible kernelMasami Hiramatsu1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-02[PATCH] kretprobe spinlock deadlock patchbibo,mao1-2/+7
2006-09-20[S390] add kprobes support.Michael Grundy1-0/+657