summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes
Commit message (Expand)AuthorAgeFilesLines
* x86/kprobes: Prohibit probing on IRQ handlers directlyMasami Hiramatsu2019-02-131-0/+7
* x86/kprobes: Move trampoline code into RODATAMasami Hiramatsu2019-02-131-7/+2
* 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-261-1/+1
|\
| * x86/kprobes: Remove trampoline_handler() prototypeBorislav Petkov2018-12-081-3/+1
| * 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/+0
* | 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/+1
|\
| * x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski2018-09-121-9/+1
* | 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/+0
* | x86/kprobes: Inline kprobe_exceptions_notify() into do_general_protection()Jann Horn2018-09-031-30/+1
|/
* kprobes/x86: Fix %p uses in error messagesMasami Hiramatsu2018-06-211-4/+1
* kprobes/x86: Do not disable preempt on int3 pathMasami Hiramatsu2018-06-212-15/+4
* 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/+11
* kprobes/x86: Remove jprobe implementationMasami Hiramatsu2018-06-211-93/+3
* 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/+0
| * 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/+2
* | 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
* | kprobes/x86: Remove addressof() operatorsMasami Hiramatsu2017-09-281-4/+4
* | kprobes/x86: Make insn buffer always ROX and use text_poke()Masami Hiramatsu2017-09-283-52/+80
|/
* kprobes/x86: Do not jump-optimize kprobes on irq entry codeMasami Hiramatsu2017-08-101-3/+6
* kprobes/x86: Release insn_slot in failure pathMasami Hiramatsu2017-07-241-1/+9
* objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2017-06-301-1/+8
* kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu2017-05-261-0/+9
* treewide: decouple cacheflush.h and set_memory.hLaura Abbott2017-05-082-0/+2
* kprobes/x86: Consolidate insn decoder users for copying codeMasami Hiramatsu2017-04-123-39/+36
* kprobes/x86: Use probe_kernel_read() instead of memcpy()Masami Hiramatsu2017-04-122-4/+13
* kprobes/x86: Set kprobes pages read-onlyMasami Hiramatsu2017-04-122-0/+7
* kprobes/x86: Make boostable flag booleanMasami Hiramatsu2017-04-122-7/+7
* kprobes/x86: Do not modify singlestep buffer while resumingMasami Hiramatsu2017-04-121-22/+20
* kprobes/x86: Use instruction decoder for boosterMasami Hiramatsu2017-04-121-23/+16
* kprobes/x86: Fix the description of __copy_instruction()Masami Hiramatsu2017-04-121-5/+5
* kprobes/x86: Fix kprobe-booster not to boost far call instructionsMasami Hiramatsu2017-04-121-0/+2
* Merge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm...Ingo Molnar2017-03-073-5/+5
|\
| * kprobes/x86: Fix kernel panic when certain exception-handling addresses are p...Masami Hiramatsu2017-03-013-5/+5