summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/kprobes: Fix 1 byte conditional jump targetNadav Amit2023-02-081-1/+1
* x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNKMasami Hiramatsu (Google)2022-12-271-3/+7
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-8/+2
|\
| * mm: Introduce set_memory_rox()Peter Zijlstra2022-12-151-7/+2
* | x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc()Thomas Gleixner2022-10-171-1/+0
|/
* x86: kprobes: Remove unused macro stack_addrChen Zhongjin2022-09-271-2/+0
* x86/kprobes: Fix JNG/JNLE emulationNadav Amit2022-08-141-1/+1
* x86/kprobes: Update kcb status flag after singlesteppingMasami Hiramatsu (Google)2022-08-021-7/+11
* x86,rethook,kprobes: Replace kretprobe with rethook on x86Masami Hiramatsu2022-03-291-107/+0
* x86/ibt: Annotate text referencesPeter Zijlstra2022-03-151-0/+1
* x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra2022-03-151-0/+17
* x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra2022-03-151-9/+2
* x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra2021-12-081-1/+1
* x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu2021-10-011-2/+16
* x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu2021-10-011-9/+25
* x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf2021-10-011-2/+11
* kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-10-011-9/+9
* kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-10-011-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-6/+0
|\
| * kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song2021-07-011-6/+0
* | Merge tag 'x86-cleanups-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-281-1/+1
|\ \
| * | x86: Fix leftover comment typosIngo Molnar2021-05-121-1/+1
| |/
* | kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao2021-06-031-8/+0
* | kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-10/+0
|/
* Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar2021-04-021-1/+1
|\
| * x86: Remove dynamic NOP selectionPeter Zijlstra2021-03-151-1/+1
* | x86: Add insn_decode_kernel()Peter Zijlstra2021-03-311-2/+2
* | x86/kprobes: Move 'inline' to the beginning of the kprobe_is_ss() declarationWei Yongjun2021-03-251-1/+1
* | x86/kprobes: Fix to identify indirect jmp and others using range caseMasami Hiramatsu2021-03-251-24/+20
* | x86/kprobes: Fix to check non boostable prefixes correctlyMasami Hiramatsu2021-03-251-5/+12
* | x86/kprobes: Use int3 instead of debug trap for single-stepMasami Hiramatsu2021-03-231-180/+337
* | x86/kprobes: Identify far indirect JMP correctlyMasami Hiramatsu2021-03-231-2/+1
* | x86/kprobes: Retrieve correct opcode for group instructionMasami Hiramatsu2021-03-231-1/+5
* | x86/kprobes: Convert to insn_decode()Borislav Petkov2021-03-151-6/+11
|/
* x86/kprobes: Do not decode opcode in resume_execution()Masami Hiramatsu2021-01-051-94/+74
* kprobes/x86: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-091-0/+1
* x86/kprobes: Restore BTF if the single-stepping is cancelledMasami Hiramatsu2020-12-091-0/+5
* Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-141-1/+1
|\
| * objtool: Rename frame.h -> objtool.hJulien Thierry2020-09-101-1/+1
* | Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-131-1/+0
|\ \
| * | x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross2020-08-151-1/+0
| |/
* / x86/kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-105/+3
|/
* Merge branch 'perf/vlbr'Peter Zijlstra2020-07-021-15/+6
|\
| * Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-201-13/+3
| |\
| | * kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-171-13/+3
| * | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-2/+3
| |/
* / perf/x86: Add perf text poke events for kprobesAdrian Hunter2020-06-151-1/+14
|/
* x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner2020-06-111-7/+0
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1