index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
kprobes.h
Age
Commit message (
Expand
)
Author
2023-11-10
kprobes: unify kprobes_exceptions_nofify() prototypes
Arnd Bergmann
2022-09-26
x86/kprobes: Remove unused arch_kprobe_override_function() declaration
Gaosheng Cui
2021-09-30
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
2021-03-23
x86/kprobes: Use int3 instead of debug trap for single-step
Masami Hiramatsu
2021-01-05
x86/kprobes: Do not decode opcode in resume_execution()
Masami Hiramatsu
2020-09-04
x86/debug: Move kprobe_debug_handler() into exc_debug_kernel()
Peter Zijlstra
2020-06-15
perf/x86: Add perf text poke events for kprobes
Adrian Hunter
2020-03-20
x86/optprobe: Fix OPTPROBE vs UACCESS
Peter Zijlstra
2019-11-27
x86/kprobes: Convert to text-patching.h
Peter Zijlstra
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-06-21
kprobes/x86: Don't call the ->break_handler() in x86 kprobes
Masami Hiramatsu
2018-06-21
kprobes/x86: Remove jprobe implementation
Masami Hiramatsu
2018-01-12
tracing/kprobe: bpf: Check error injectable event is on function entry
Masami Hiramatsu
2017-12-12
bpf: add a bpf_override_function helper
Josef Bacik
2017-09-28
kprobes/x86: Remove addressof() operators
Masami Hiramatsu
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