summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes
Commit message (Expand)AuthorAgeFilesLines
* 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
* | x86: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-311-1/+1
|/
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\
| * Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-144-42/+4
| |\
| * | treewide: trivial: fix s/poped/popped/ typoGeorge G. Davis2019-06-071-1/+1
* | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-8/+8
|\ \ \
| * | | x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar2019-04-291-8/+8
* | | | x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra2019-06-253-27/+26
* | | | x86/stackframe, x86/kprobes: Fix frame pointer annotationsPeter Zijlstra2019-06-251-12/+12
| |_|/ |/| |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-303-42/+3
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| |/ |/|
* | x86/kprobes: Make trampoline_handler() global and visibleAndi Kleen2019-05-081-1/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-061-4/+15
|\ \
| * | x86/kprobes: Use vmalloc special flagRick Edgecombe2019-04-301-6/+1
| * | x86/kprobes: Set instruction page as executableNadav Amit2019-04-301-4/+20
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-0/+1
|\ \ | |/ |/|