aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu2010-02-041-1/+1
* kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu2009-01-161-1/+1
* 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/+5
|/
* kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-251-4/+2
* [IA64] kprobes: kprobe-booster for ia64Masami Hiramatsu2008-04-091-26/+107
* [IA64] kprobes arch consolidation build fixHarvey Harrison2008-03-061-1/+1
* [IA64] fix ia64 kprobes compilationAdrian Bunk2008-03-041-0/+5
* [IA64] Fix the order of atomic operations in restore_previous_kprobes on ia64Masami Hiramatsu2008-02-041-3/+4
* [IA64] kprobe: make kreturn probe handler stack unwind correctShaohua Li2007-12-071-2/+17
* [IA64] Add missing "space" to concatenated stringsJoe Perches2007-12-071-5/+5
* kprobes: support kretprobe blacklistMasami Hiramatsu2007-10-161-0/+2
* jprobes: make jprobes a little safer for usersMichael Ellerman2007-07-191-1/+6
* [IA64] optimize pagefaults a littleChristoph Hellwig2007-05-161-8/+1
* [IA64] spelling fixes: arch/ia64/Simon Arlott2007-05-111-3/+3
* [IA64] fix Kprobes reentrancyAnil S Keshavamurthy2007-05-111-4/+8
* Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli2007-05-081-0/+9
* kprobes: kretprobes simplificationsChristoph Hellwig2007-05-081-14/+4
* Kprobes: print details of kretprobe on assertion failureAnanth N Mavinakayanahalli2007-05-081-1/+2
* move die notifier handling to common codeChristoph Hellwig2007-05-081-1/+1
* [IA64] kprobe clears qp bits for special instructionsbibo,mao2006-12-121-53/+122
* [IA64] enable trap code on slot 1Tony Luck2006-12-121-14/+37
* Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li...Linus Torvalds2006-12-071-1/+1
|\
| * [IA64] sparse cleanupsMatthew Wilcox2006-12-071-1/+1
* | [PATCH] kprobes: enable booster on the preemptible kernelMasami Hiramatsu2006-12-071-1/+1
|/
* [PATCH] kretprobe spinlock deadlock patchbibo,mao2006-10-021-2/+7
* [PATCH] kprobe whitespace cleanupbibo,mao2006-10-021-44/+45
* [IA64] kprobes: fixup the pagefault exception caused by probehandlersKeshavamurthy Anil S2006-09-261-0/+6
* [IA64] kprobe opcode 16 bytes alignment on IA64bibo mao2006-09-261-26/+29
* [PATCH] IA64: kprobe invalidate icache of jump bufferbibo, mao2006-07-311-0/+9
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] Switch Kprobes inline functions to __kprobes for ia64Prasanna S Panchamukhi2006-04-191-5/+5
* [PATCH] kprobes: fix broken fault handling for ia64Prasanna S Panchamukhi2006-03-261-5/+43
* [PATCH] kprobe handler: discard user space trapbibo,mao2006-03-261-0/+3
* [IA64] prevent accidental modification of args in jprobe handlerZhang Yanmin2006-01-131-0/+57
* [PATCH] kprobes: fix race in recovery of reentrant probeKeshavamurthy Anil S2006-01-111-0/+7
* [PATCH] kprobes: arch_remove_kprobeAnil S Keshavamurthy2006-01-101-4/+0
* [PATCH] kprobes: increment kprobe missed count for multiprobesKeshavamurthy Anil S2005-12-121-1/+1
* [IA64] Remove getting break_num by decoding instructionKeshavamurthy Anil S2005-11-291-1/+1
* [IA64] Extend notify_die() hooks for IA64Keith Owens2005-11-071-9/+13
* [PATCH] Kprobes: preempt_disable/enable() simplificationAnanth N Mavinakayanahalli2005-11-071-17/+20
* [PATCH] Kprobes: Use RCU for (un)register synchronization - arch changesAnanth N Mavinakayanahalli2005-11-071-10/+6
* [PATCH] Kprobes: Track kprobe on a per_cpu basis - ia64 changesAnanth N Mavinakayanahalli2005-11-071-38/+45
* [PATCH] Kprobes: rearrange preempt_disable/enable() callsAnanth N Mavinakayanahalli2005-11-071-8/+14
* [PATCH] kprobes: fix bug when probed on task and isr functionsKeshavamurthy Anil S2005-09-071-3/+19
* [PATCH] Kprobes/IA64: fix race when break hits and kprobe not foundKeshavamurthy Anil S2005-09-071-0/+45
* [PATCH] Kprobes: prevent possible race conditions ia64 changesPrasanna S Panchamukhi2005-09-071-24/+33
* [PATCH] kprobes: fix namespace problem and sparc64 buildRusty Lynch2005-07-051-1/+1
* [PATCH] kprobes/ia64: refuse kprobe on ivt codeKeshavamurthy Anil S2005-06-271-2/+16