summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-272-216/+389
|\
| * 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
| * | Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar2021-04-021-1/+1
| |\ \
| | * | ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King2021-03-161-1/+1
| | |/
| * | x86: Add insn_decode_kernel()Peter Zijlstra2021-03-312-3/+3
| * | 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-152-8/+18
| |/
* / x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
|/
* x86/kprobes: Do not decode opcode in resume_execution()Masami Hiramatsu2021-01-051-94/+74
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-3/+12
|\
| * ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+2
| * ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-1/+1
| * kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-2/+10
* | Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-141-0/+6
|\ \
| * | 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
| |/
* / x86/kprobes: Fix optprobe to detect INT3 padding correctlyMasami Hiramatsu2020-12-121-2/+20
|/
* Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-142-2/+2
|\
| * objtool: Rename frame.h -> objtool.hJulien Thierry2020-09-102-2/+2
* | Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-122-2/+0
|\ \
| * | x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross2020-08-152-2/+0
* | | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-105/+3
|\ \ \ | |_|/ |/| |
| * | x86/kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-105/+3
| |/
* / static_call: Avoid kprobes on inline static_call()sPeter Zijlstra2020-09-011-1/+3
|/
* Merge branch 'perf/vlbr'Peter Zijlstra2020-07-022-16/+7
|\
| * 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-161-13/+3
| * | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-172-3/+4
| |/
* / perf/x86: Add perf text poke events for kprobesAdrian Hunter2020-06-152-6/+47
|/
* x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner2020-06-112-10/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-092-2/+2
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-092-2/+2
* x86/optprobe: Fix OPTPROBE vs UACCESSPeter Zijlstra2020-03-201-0/+25
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-282-43/+44
|\
| * x86/kprobe: Add comments to arch_{,un}optimize_kprobes()Peter Zijlstra2019-11-271-2/+12
| * x86/kprobes: Fix ordering while text-patchingPeter Zijlstra2019-11-272-8/+6
| * x86/kprobes: Convert to text-patching.hPeter Zijlstra2019-11-272-32/+30
| * x86/alternatives: Add and use text_gen_insn() helperPeter Zijlstra2019-11-271-6/+1
* | x86/kprobes: Explicitly include vmalloc.h for set_vm_flush_reset_perms()Sean Christopherson2019-12-101-0/+1
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-11-261-0/+4
|\
| * x86: kprobes: Prohibit probing on instruction which has emulate prefixMasami Hiramatsu2019-10-171-0/+4
* | x86/alternatives: Teach text_poke_bp() to emulate instructionsPeter Zijlstra2019-11-151-3/+8
|/
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-161-1/+1
|\
| * x86: Correct misc typosMarco Ammon2019-09-021-1/+1