aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kprobes.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-1/+0
2021-03-23x86/kprobes: Use int3 instead of debug trap for single-stepMasami Hiramatsu1-5/+16
2021-01-05x86/kprobes: Do not decode opcode in resume_execution()Masami Hiramatsu1-4/+7
2020-09-04x86/debug: Move kprobe_debug_handler() into exc_debug_kernel()Peter Zijlstra1-0/+4
2020-06-15perf/x86: Add perf text poke events for kprobesAdrian Hunter1-0/+2
2020-03-20x86/optprobe: Fix OPTPROBE vs UACCESSPeter Zijlstra1-0/+1
2019-11-27x86/kprobes: Convert to text-patching.hPeter Zijlstra1-9/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-06-21kprobes/x86: Don't call the ->break_handler() in x86 kprobesMasami Hiramatsu1-1/+1
2018-06-21kprobes/x86: Remove jprobe implementationMasami Hiramatsu1-3/+0
2018-01-12tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu1-3/+1
2017-12-12bpf: add a bpf_override_function helperJosef Bacik1-0/+4
2017-09-28kprobes/x86: Remove addressof() operatorsMasami Hiramatsu1-2/+2
2017-07-20x86: mark kprobe templates as character arrays, not single charactersLinus Torvalds1-4/+4
2017-04-12kprobes/x86: Make boostable flag booleanMasami Hiramatsu1-4/+3
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-1/+8
2016-06-24x86: fix up a few misc stack pointer vs thread_info confusionsLinus Torvalds1-6/+5
2014-10-17kprobes/x86: Remove stale ARCH_SUPPORTS_KPROBES_ON_FTRACE defineAnton Blanchard1-1/+0
2014-04-24kprobes/x86: Call exception handlers directly from do_int3/do_debugMasami Hiramatsu1-0/+2
2013-08-06x86, asmlinkage: Make kprobes code visible and fix assembler codeAndi Kleen1-5/+5
2013-03-18kprobes/x86: Check Interrupt Flag modifier when registering probeMasami Hiramatsu1-0/+1
2012-07-31kprobes/x86: ftrace based optimization for x86Masami Hiramatsu1-0/+1
2010-03-10x86: Move MAX_INSN_SIZE into asm/insn.hPeter Zijlstra1-1/+1
2010-02-25kprobes/x86: Support kprobes jump optimization on x86Masami Hiramatsu1-0/+29
2010-02-25kprobes/x86: Cleanup RELATIVEJUMP_INSTRUCTION to RELATIVEJUMP_OPCODEMasami Hiramatsu1-1/+1
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+88