summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/
* kprobes/x86: Use hlist_for_each_entry() instead of hlist_for_each_entry_safe()Masami Hiramatsu2017-02-061-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov2016-10-161-0/+4
* kprobes: Avoid false KASAN reports during stack copyDmitry Vyukov2016-10-161-3/+4
* x86: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-202-2/+2
* kprobes/x86: Clear TF bit in fault on single-steppingMasami Hiramatsu2016-06-141-0/+12
* x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski2016-04-292-0/+2
* x86/kprobes: Mark kretprobe_trampoline() stack frame as non-standardJosh Poimboeuf2016-02-291-0/+2
* Merge branch 'ras/core' into core/objtool, to pick up the new exception table...Ingo Molnar2016-02-251-1/+1
|\
| * x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-181-1/+1
* | x86/kprobes: Get rid of kretprobe_trampoline_holder()Josh Poimboeuf2016-02-241-29/+28
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-141-3/+6
|\
| * kprobes/x86: Return correct length in __copy_instruction()Eugene Shatokhin2015-03-171-3/+6
| * Merge 'tip/perf/urgent' into perf/core to pick fixesArnaldo Carvalho de Melo2015-03-022-14/+42
| |\
* | | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-231-2/+2
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-03-012-14/+42
|\ \ \ | |/ / |/| / | |/
| * kprobes/x86: Check for invalid ftrace location in __recover_probed_insn()Petr Mladek2015-02-212-0/+14
| * kprobes/x86: Use 5-byte NOP when the code might be modified by ftracePetr Mladek2015-02-211-14/+28
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-211-1/+1
|\ \ | |/
OpenPOWER on IntegriCloud