aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/kprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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