aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* [S390] ptrace cleanupMartin Schwidefsky2011-01-051-7/+6
* [S390] kprobes: coding styleMartin Schwidefsky2011-01-051-34/+34
* [S390] kprobes: restructure handler functionMartin Schwidefsky2011-01-051-43/+71
* [S390] kprobes: jprobe save and restoreMartin Schwidefsky2011-01-051-10/+7
* [S390] kprobes: insn slotsMartin Schwidefsky2011-01-051-8/+0
* [S390] kprobes: activation and deactivationMartin Schwidefsky2011-01-051-32/+27
* [S390] kprobes: instruction fixupMartin Schwidefsky2011-01-051-73/+57
* [S390] kprobes: instruction swapMartin Schwidefsky2011-01-051-7/+9
* [S390] kprobes: single step cleanupMartin Schwidefsky2011-01-051-41/+36
* [S390] kprobes: single stepped breakpointMartin Schwidefsky2011-01-051-6/+0
* [S390] kprobes: Fix the return address of multiple kretprobesMartin Schwidefsky2010-11-101-3/+26
* [S390] kprobes: disable interrupts throughoutMartin Schwidefsky2010-11-101-14/+27
* [S390] fix kprobes single steppingMartin Schwidefsky2010-10-291-1/+8
* [S390] kprobes: forbid probing of stnsm/stosm/epswHeiko Carstens2010-05-261-0/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [S390] kprobes: defer setting of ctlblk stateHeiko Carstens2009-06-221-11/+7
* [S390] kprobes: use probe_kernel_writeHeiko Carstens2009-06-121-29/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+1
|\
| * trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* | kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-061-3/+4
|/
* stop_machine: Wean existing callers off stop_machine_run()Rusty Russell2008-07-281-3/+3
* kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-251-4/+2
* [S390] Cleanup kprobes printk messages.Martin Schwidefsky2008-07-141-3/+1
* [S390] Fix a lot of sparse warnings.Heiko Carstens2008-04-171-1/+1
* kprobes: support kretprobe blacklistMasami Hiramatsu2007-10-161-0/+2
* [S390] kprobes: fix instruction length calculationDavid Wilder2007-08-221-1/+1
* [S390] Make use of kretprobe_assert.Heiko Carstens2007-05-211-1/+1
* Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli2007-05-081-0/+7
* kprobes: kretprobes simplificationsChristoph Hellwig2007-05-081-14/+4
* move die notifier handling to common codeChristoph Hellwig2007-05-081-1/+1
* [S390] get rid of kprobes notifier call chain.Christoph Hellwig2007-05-041-2/+1
* [S390] kprobes: Align probe address.David Wilder2007-03-261-1/+1
* [S390] kprobes breaks BUG_ONMartin Schwidefsky2007-03-051-14/+7
* [S390] Mark kernel text section read-only.Heiko Carstens2007-02-051-4/+23
* [S390] kretprobe_trampoline_holder() in wrong section.Heiko Carstens2007-02-051-1/+1
* [S390] Get rid of a lot of sparse warnings.Heiko Carstens2007-02-051-1/+2
* [PATCH] kprobes: enable booster on the preemptible kernelMasami Hiramatsu2006-12-071-1/+1
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* [PATCH] kretprobe spinlock deadlock patchbibo,mao2006-10-021-2/+7
* [S390] add kprobes support.Michael Grundy2006-09-201-0/+657