summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes/core.c
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)2024-05-141-2/+2
* kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe addressMasami Hiramatsu (Google)2024-03-221-1/+10
* x86/kprobes: Boost more instructions from grp2/3/4/5Jinghao Jia2024-03-071-6/+17
* x86/kprobes: Prohibit kprobing on INT and UDJinghao Jia2024-03-071-9/+39
* x86/kprobes: Refactor can_{probe,boost} return type to boolJinghao Jia2024-03-071-18/+15
* x86/kprobes: fix incorrect return address calculation in kprobe_emulate_call_...Jinghao Jia2024-01-041-1/+2
* x86/kprobes: Prohibit probing on compiler generated CFI checking codeMasami Hiramatsu2023-08-021-0/+34
* Merge tag 'x86_alternatives_for_v6.3_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-02-211-30/+8
|\
| * x86/alternatives: Introduce int3_emulate_jcc()Peter Zijlstra2023-01-311-30/+8
* | Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-201-23/+11
|\ \
| * \ Merge tag 'v6.2-rc4' into perf/core, to pick up fixesIngo Molnar2023-01-181-3/+7
| |\ \
| * | | x86/kprobes: Use switch-case for 0xFF opcodes in prepare_emulationChuang Wang2023-01-101-9/+11
| * | | x86/kprobes: Drop removed INT3 handling codeMasami Hiramatsu (Google)2023-01-071-14/+0
| | |/ | |/|
* | | 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-281-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-09-301-2/+16
* x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu2021-09-301-9/+25
* x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf2021-09-301-2/+11
* kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-9/+9
* kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-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