summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes
Commit message (Expand)AuthorAgeFilesLines
* 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/+4Star
| |\
| * | 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-091-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/+26Star
* | | | 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/+3Star
* | | 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-071-4/+15
|\ \
| * | x86/kprobes: Use vmalloc special flagRick Edgecombe2019-04-301-6/+1Star
| * | 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-071-0/+1
|\ \ | |/ |/|
| * x86/asm: Mark all top level asm statements as .textAndi Kleen2019-04-191-0/+1
* | x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu2019-04-191-2/+20
* | x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu2019-04-191-0/+26
|/
* x86/kprobes: Prohibit probing on IRQ handlers directlyMasami Hiramatsu2019-02-131-0/+7
* x86/kprobes: Move trampoline code into RODATAMasami Hiramatsu2019-02-131-7/+2Star
* x86/kprobes: Prohibit probing on optprobe template codeMasami Hiramatsu2019-02-131-0/+5
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-271-1/+1
|\
| * x86/kprobes: Remove trampoline_handler() prototypeBorislav Petkov2018-12-081-3/+1Star
| * x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-081-0/+2
* | kprobes/x86: Remove unneeded arch_within_kprobe_blacklist from x86Masami Hiramatsu2018-12-171-8/+0Star
* | kprobes/x86: Show x86-64 specific blacklisted symbols correctlyMasami Hiramatsu2018-12-171-0/+6
* | kprobes/x86: Fix instruction patching corruption when copying more than one R...Masami Hiramatsu2018-12-041-1/+1
|/
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-231-9/+1Star
|\
| * x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski2018-09-121-9/+1Star
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-231-1/+1
|\ \
| * | kprobes/x86: Use preempt_enable() in optimized_callback()Masami Hiramatsu2018-10-221-1/+1
| |/
* | x86/kprobes: Stop calling fixup_exception() from kprobe_fault_handler()Jann Horn2018-09-031-9/+0Star
* | x86/kprobes: Inline kprobe_exceptions_notify() into do_general_protection()Jann Horn2018-09-031-30/+1Star
|/
* kprobes/x86: Fix %p uses in error messagesMasami Hiramatsu2018-06-211-4/+1Star
* kprobes/x86: Do not disable preempt on int3 pathMasami Hiramatsu2018-06-212-15/+4Star
* bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-212-6/+7
* kprobes/x86: Don't call the ->break_handler() in x86 kprobesMasami Hiramatsu2018-06-213-48/+11Star
* kprobes/x86: Remove jprobe implementationMasami Hiramatsu2018-06-211-93/+3Star
* kprobes/x86: Prohibit probing on exception masking instructionsMasami Hiramatsu2018-05-131-0/+4
* x86/kprobes: Fix kernel crash when probing .entry_trampoline codeFrancis Deslauriers2018-03-091-1/+9
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-211-1/+22
|\
| * kprobes/x86: Disable optimizing on the function jumps to indirect thunkMasami Hiramatsu2018-01-191-1/+22
* | Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-202-4/+11
|\|
| * kprobes/x86: Remove IRQ disabling from jprobe handlersMasami Hiramatsu2017-10-031-2/+0Star
| * kprobes/x86: Set up frame pointer in kprobe trampolineJosh Poimboeuf2017-10-031-2/+11
* | kprobes/x86: Remove IRQ disabling from ftrace-based/optimized kprobesMasami Hiramatsu2017-09-282-11/+2Star
* | kprobes/x86: Disable preemption in ftrace-based jprobesMasami Hiramatsu2017-09-281-9/+14
* | kprobes/x86: Disable preemption in optprobeMasami Hiramatsu2017-09-281-0/+2
* | kprobes/x86: Move the get_kprobe_ctlblk() into irq-disabled blockMasami Hiramatsu2017-09-281-1/+1