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
/
x86
/
kernel
/
kprobes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-18
x86: kprobes: fix swapped segment registers in kretprobe
Roland McGrath
1
-1
/
+1
2010-05-18
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+12
2010-05-11
kprobes/x86: Fix removed int3 checking order
Masami Hiramatsu
1
-14
/
+13
2010-03-26
x86, ptrace: Fix block-step
Peter Zijlstra
1
-2
/
+12
2010-03-26
x86, perf, bts, mm: Delete the never used BTS-ptrace code
Peter Zijlstra
1
-4
/
+2
2010-02-25
kprobes/x86: Support kprobes jump optimization on x86
Masami Hiramatsu
1
-22
/
+411
2010-02-25
kprobes/x86: Cleanup save/restore registers
Masami Hiramatsu
1
-61
/
+67
2010-02-25
kprobes/x86: Boost probes when reentering
Masami Hiramatsu
1
-22
/
+26
2010-02-25
kprobes/x86: Cleanup RELATIVEJUMP_INSTRUCTION to RELATIVEJUMP_OPCODE
Masami Hiramatsu
1
-1
/
+1
2010-02-04
kprobes: Check probe address is reserved
Masami Hiramatsu
1
-0
/
+3
2010-02-04
kprobes: Disable booster when CONFIG_PREEMPT=y
Masami Hiramatsu
1
-1
/
+1
2009-12-07
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-2
/
+2
2009-12-05
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-13
/
+1
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-2
/
+2
2009-11-21
Merge branch 'tracing/hw-breakpoints' into perf/core
Ingo Molnar
1
-1
/
+8
2009-10-12
x86: use kernel_stack_pointer() in kprobes.c
H. Peter Anvin
1
-13
/
+1
2009-08-30
kprobes/x86-64: Allow to reenter probe on post_handler
Masami Hiramatsu
1
-11
/
+0
2009-08-30
kprobes/x86: Call BUG() when reentering probe into KPROBES_HIT_SS
Masami Hiramatsu
1
-16
/
+10
2009-08-27
tracing/kprobes: Dump the culprit kprobe in case of kprobe recursion
Frederic Weisbecker
1
-2
/
+6
2009-08-27
kprobes: Cleanup fix_riprel() using insn decoder on x86
Masami Hiramatsu
1
-105
/
+23
2009-08-27
kprobes: Checks probe address is instruction boudary on x86
Masami Hiramatsu
1
-0
/
+73
2009-06-02
hw-breakpoints: reset bits in dr6 after the corresponding exception is handled
K.Prasad
1
-1
/
+8
2009-04-02
Merge branch 'tracing/core-v2' into tracing-for-linus
Ingo Molnar
1
-8
/
+9
2009-03-25
x86: kretprobe-booster interrupt emulation code fix
Masami Hiramatsu
1
-8
/
+9
2009-03-18
x86: kprobes.c fix compilation warning
Jaswinder Singh Rajput
1
-1
/
+1
2009-03-17
prevent boosting kprobes on exception address
Masami Hiramatsu
1
-0
/
+3
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
/
+4
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-07-15
Kprobe smoke test lockdep warning
Peter Zijlstra
1
-1
/
+0
2008-04-17
x86: replace most VM86 flags with flags from processor-flags.h
gorcunov@gmail.com
1
-1
/
+1
2008-04-17
x86, kprobes: correct post-eip value in post_hander()
Yakov Lerner
1
-4
/
+4
2008-04-17
x86: prevent unconditional writes to DebugCtl MSR
Jan Beulich
1
-2
/
+2
2008-02-19
x86, kprobes: remove sparse warnings from x86
Harvey Harrison
1
-2
/
+2
2008-01-30
x86: remove unneded casts
Jan Engelhardt
1
-1
/
+1
2008-01-30
x86: fix singlestep handling in reenter_kprobe
Abhishek Sagar
1
-15
/
+13
2008-01-30
x86: use wrmsrl in kprobes.c, step.c
Harvey Harrison
1
-2
/
+2
2008-01-30
x86: trivial whitespace in kprobes.c
Harvey Harrison
1
-3
/
+3
2008-01-30
x86: kprobes change kprobe_handler flow
Abhishek Sagar
1
-67
/
+86
2008-01-30
x86: code clarification patch to Kprobes arch code
Quentin Barnes
1
-4
/
+7
2008-01-30
x86: kprobes change kprobe_handler flow
Harvey Harrison
1
-32
/
+28
2008-01-30
x86: kprobes remove fix_riprel #ifdef
Harvey Harrison
1
-4
/
+5
2008-01-30
x86: introduce REX prefix helper for kprobes
Harvey Harrison
1
-8
/
+19
2008-01-30
x86: move deeply indented code to reenter_kprobe
Masami Hiramatsu
1
-23
/
+23
2008-01-30
x86: add reenter_kprobe helper
Harvey Harrison
1
-11
/
+15
2008-01-30
x86: fix kprobe_handler reenable preemption
Masami Hiramatsu
1
-1
/
+2
2008-01-30
x86: kprobes leftover cleanups
Harvey Harrison
1
-8
/
+6
2008-01-30
x86: unify extable_{32|64}.c
Harvey Harrison
1
-11
/
+1
[next]