aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/kprobes
AgeCommit message (Expand)AuthorFilesLines
2022-03-28x86,kprobes: Fix optprobe trampoline to generate complete pt_regsGravatar Masami Hiramatsu 1-9/+16
2022-03-28x86,rethook,kprobes: Replace kretprobe with rethook on x86Gravatar Masami Hiramatsu 2-107/+1
2022-03-15x86/ibt: Annotate text referencesGravatar Peter Zijlstra 1-0/+1
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesGravatar Peter Zijlstra 1-0/+17
2022-03-15x86/ibt,ftrace: Search for __fentry__ locationGravatar Peter Zijlstra 1-9/+2
2021-12-08x86: Prepare inline-asm for straight-line-speculationGravatar Peter Zijlstra 1-1/+1
2021-10-27ftrace: disable preemption when recursion lockedGravatar 王贇 1-2/+0
2021-09-30x86/kprobes: Fixup return address in generic trampoline handlerGravatar Masami Hiramatsu 1-2/+16
2021-09-30x86/kprobes: Push a fake return address at kretprobe_trampolineGravatar Masami Hiramatsu 1-9/+25
2021-09-30x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Gravatar Josh Poimboeuf 1-2/+11
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyGravatar Masami Hiramatsu 1-9/+9
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Gravatar Masami Hiramatsu 1-1/+1
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Gravatar Masami Hiramatsu 1-3/+3
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-6/+0
2021-07-01kprobes: remove duplicated strong free_insn_page in x86 and s390Gravatar Barry Song 1-6/+0
2021-06-28Merge tag 'x86-cleanups-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2021-06-03kprobes: Do not increment probe miss count in the fault handlerGravatar Naveen N. Rao 1-8/+0
2021-06-01kprobes: Remove kprobe::fault_handlerGravatar Peter Zijlstra 1-10/+0
2021-05-12x86: Fix leftover comment typosGravatar Ingo Molnar 1-1/+1
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-216/+389
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Gravatar Ingo Molnar 1-1/+1
2021-04-02Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesGravatar Ingo Molnar 1-1/+1
2021-03-31x86: Add insn_decode_kernel()Gravatar Peter Zijlstra 2-3/+3
2021-03-25x86/kprobes: Move 'inline' to the beginning of the kprobe_is_ss() declarationGravatar Wei Yongjun 1-1/+1
2021-03-25x86/kprobes: Fix to identify indirect jmp and others using range caseGravatar Masami Hiramatsu 1-24/+20
2021-03-25x86/kprobes: Fix to check non boostable prefixes correctlyGravatar Masami Hiramatsu 1-5/+12
2021-03-23x86/kprobes: Use int3 instead of debug trap for single-stepGravatar Masami Hiramatsu 1-180/+337
2021-03-23x86/kprobes: Identify far indirect JMP correctlyGravatar Masami Hiramatsu 1-2/+1
2021-03-23x86/kprobes: Retrieve correct opcode for group instructionGravatar Masami Hiramatsu 1-1/+5
2021-03-18x86: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2021-03-16ftrace: Fix spelling mistake "disabed" -> "disabled"Gravatar Colin Ian King 1-1/+1
2021-03-15x86: Remove dynamic NOP selectionGravatar Peter Zijlstra 1-1/+1
2021-03-15x86/kprobes: Convert to insn_decode()Gravatar Borislav Petkov 2-8/+18
2021-01-05x86/kprobes: Do not decode opcode in resume_execution()Gravatar Masami Hiramatsu 1-94/+74
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-3/+12
2020-12-14Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+6
2020-12-12x86/kprobes: Fix optprobe to detect INT3 padding correctlyGravatar Masami Hiramatsu 1-2/+20
2020-12-09kprobes/x86: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2020-12-09x86/kprobes: Restore BTF if the single-stepping is cancelledGravatar Masami Hiramatsu 1-0/+5
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsGravatar Steven Rostedt (VMware) 1-1/+2
2020-11-06ftrace: Add recording of functions that caused recursionGravatar Steven Rostedt (VMware) 1-1/+1
2020-11-06kprobes/ftrace: Add recursion protection to the ftrace callbackGravatar Steven Rostedt (VMware) 1-2/+10
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+2
2020-10-12Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+0
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-105/+3
2020-09-10objtool: Rename frame.h -> objtool.hGravatar Julien Thierry 2-2/+2
2020-09-08x86/kprobes: Use generic kretprobe trampoline handlerGravatar Masami Hiramatsu 1-105/+3
2020-09-01static_call: Avoid kprobes on inline static_call()sGravatar Peter Zijlstra 1-1/+3
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLGravatar Juergen Gross 2-2/+0
2020-07-02Merge branch 'perf/vlbr'Gravatar Peter Zijlstra 2-16/+7