index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
kprobes.h
Age
Commit message (
Expand
)
Author
2017-07-20
x86: mark kprobe templates as character arrays, not single characters
Linus Torvalds
2017-04-12
kprobes/x86: Make boostable flag boolean
Masami Hiramatsu
2017-02-27
kprobes: move kprobe declarations to asm-generic/kprobes.h
Luis R. Rodriguez
2016-06-24
x86: fix up a few misc stack pointer vs thread_info confusions
Linus Torvalds
2014-10-17
kprobes/x86: Remove stale ARCH_SUPPORTS_KPROBES_ON_FTRACE define
Anton Blanchard
2014-04-24
kprobes/x86: Call exception handlers directly from do_int3/do_debug
Masami Hiramatsu
2013-08-06
x86, asmlinkage: Make kprobes code visible and fix assembler code
Andi Kleen
2013-03-18
kprobes/x86: Check Interrupt Flag modifier when registering probe
Masami Hiramatsu
2012-07-31
kprobes/x86: ftrace based optimization for x86
Masami Hiramatsu
2010-03-10
x86: Move MAX_INSN_SIZE into asm/insn.h
Peter Zijlstra
2010-02-25
kprobes/x86: Support kprobes jump optimization on x86
Masami Hiramatsu
2010-02-25
kprobes/x86: Cleanup RELATIVEJUMP_INSTRUCTION to RELATIVEJUMP_OPCODE
Masami Hiramatsu
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro