aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/kprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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 implicit slab.h inclusion from percpu.hTejun 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/jikos/trivialLinus 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