index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
ia64
/
kernel
/
kprobes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
1
-9
/
+4
2018-06-21
ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes code
Masami Hiramatsu
1
-10
/
+0
2018-06-21
ia64/kprobes: Remove jprobe implementation
Masami Hiramatsu
1
-70
/
+0
2017-01-24
ia64: ensure exception table search users include extable.h
Paul Gortmaker
1
-1
/
+1
2017-01-24
ia64: move ia64_done_with_exception out of asm/uaccess.h
Paul Gortmaker
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2014-08-26
ia64: Replace __get_cpu_var uses
Christoph Lameter
1
-3
/
+3
2013-10-14
doc: typo on word accounting in kprobes.c in mutliple architectures
Anoop Thomas Mathew
1
-1
/
+1
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-4
/
+4
2010-02-04
kprobes: Disable booster when CONFIG_PREEMPT=y
Masami Hiramatsu
1
-1
/
+1
2009-01-16
kprobes: check CONFIG_FREEZER instead of CONFIG_PM
Masami Hiramatsu
1
-1
/
+1
2009-01-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-01-06
kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()
Masami Hiramatsu
1
-3
/
+5
2009-01-06
trivial: fix then -> than typos in comments and documentation
Frederik Schwarzer
1
-1
/
+1
2008-07-25
kprobes: improve kretprobe scalability with hashed locking
Srinivasa D S
1
-4
/
+2
2008-04-09
[IA64] kprobes: kprobe-booster for ia64
Masami Hiramatsu
1
-26
/
+107
2008-03-06
[IA64] kprobes arch consolidation build fix
Harvey Harrison
1
-1
/
+1
2008-03-04
[IA64] fix ia64 kprobes compilation
Adrian Bunk
1
-0
/
+5
2008-02-04
[IA64] Fix the order of atomic operations in restore_previous_kprobes on ia64
Masami Hiramatsu
1
-3
/
+4
2007-12-07
[IA64] kprobe: make kreturn probe handler stack unwind correct
Shaohua Li
1
-2
/
+17
2007-12-07
[IA64] Add missing "space" to concatenated strings
Joe Perches
1
-5
/
+5
2007-10-16
kprobes: support kretprobe blacklist
Masami Hiramatsu
1
-0
/
+2
2007-07-19
jprobes: make jprobes a little safer for users
Michael Ellerman
1
-1
/
+6
2007-05-16
[IA64] optimize pagefaults a little
Christoph Hellwig
1
-8
/
+1
2007-05-11
[IA64] spelling fixes: arch/ia64/
Simon Arlott
1
-3
/
+3
2007-05-11
[IA64] fix Kprobes reentrancy
Anil S Keshavamurthy
1
-4
/
+8
2007-05-08
Kprobes: The ON/OFF knob thru debugfs
Ananth N Mavinakayanahalli
1
-0
/
+9
2007-05-08
kprobes: kretprobes simplifications
Christoph Hellwig
1
-14
/
+4
2007-05-08
Kprobes: print details of kretprobe on assertion failure
Ananth N Mavinakayanahalli
1
-1
/
+2
2007-05-08
move die notifier handling to common code
Christoph Hellwig
1
-1
/
+1
2006-12-12
[IA64] kprobe clears qp bits for special instructions
bibo,mao
1
-53
/
+122
2006-12-12
[IA64] enable trap code on slot 1
Tony Luck
1
-14
/
+37
2006-12-07
Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li...
Linus Torvalds
1
-1
/
+1
2006-12-07
[IA64] sparse cleanups
Matthew Wilcox
1
-1
/
+1
2006-12-07
[PATCH] kprobes: enable booster on the preemptible kernel
Masami Hiramatsu
1
-1
/
+1
2006-10-02
[PATCH] kretprobe spinlock deadlock patch
bibo,mao
1
-2
/
+7
2006-10-02
[PATCH] kprobe whitespace cleanup
bibo,mao
1
-44
/
+45
2006-09-26
[IA64] kprobes: fixup the pagefault exception caused by probehandlers
Keshavamurthy Anil S
1
-0
/
+6
2006-09-26
[IA64] kprobe opcode 16 bytes alignment on IA64
bibo mao
1
-26
/
+29
2006-07-31
[PATCH] IA64: kprobe invalidate icache of jump buffer
bibo, mao
1
-0
/
+9
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-04-19
[PATCH] Switch Kprobes inline functions to __kprobes for ia64
Prasanna S Panchamukhi
1
-5
/
+5
2006-03-26
[PATCH] kprobes: fix broken fault handling for ia64
Prasanna S Panchamukhi
1
-5
/
+43
2006-03-26
[PATCH] kprobe handler: discard user space trap
bibo,mao
1
-0
/
+3
2006-01-13
[IA64] prevent accidental modification of args in jprobe handler
Zhang Yanmin
1
-0
/
+57
2006-01-11
[PATCH] kprobes: fix race in recovery of reentrant probe
Keshavamurthy Anil S
1
-0
/
+7
2006-01-10
[PATCH] kprobes: arch_remove_kprobe
Anil S Keshavamurthy
1
-4
/
+0
2005-12-12
[PATCH] kprobes: increment kprobe missed count for multiprobes
Keshavamurthy Anil S
1
-1
/
+1
2005-11-29
[IA64] Remove getting break_num by decoding instruction
Keshavamurthy Anil S
1
-1
/
+1
[next]