summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-281-9/+11
|\
| * x86/kprobes: Fix ordering while text-patchingPeter Zijlstra2019-11-271-0/+2
| * x86/kprobes: Convert to text-patching.hPeter Zijlstra2019-11-271-9/+9
* | x86/kprobes: Explicitly include vmalloc.h for set_vm_flush_reset_perms()Sean Christopherson2019-12-101-0/+1
|/
* x86: kprobes: Prohibit probing on instruction which has emulate prefixMasami Hiramatsu2019-10-171-0/+4
* 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-141-14/+1
| |\
| * | treewide: trivial: fix s/poped/popped/ typoGeorge G. Davis2019-06-071-1/+1
* | | x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra2019-06-251-17/+12
| |/ |/|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+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
|\ \ | |/ |/|
| * 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
* 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
|/
* 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
* | 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-211-14/+4
* bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-0/+4
* kprobes/x86: Don't call the ->break_handler() in x86 kprobesMasami Hiramatsu2018-06-211-7/+0
* 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 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-201-2/+0
|\
| * kprobes/x86: Remove IRQ disabling from jprobe handlersMasami Hiramatsu2017-10-031-2/+0
* | kprobes/x86: Make insn buffer always ROX and use text_poke()Masami Hiramatsu2017-09-281-21/+40
|/
* kprobes/x86: Release insn_slot in failure pathMasami Hiramatsu2017-07-241-1/+9
* 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-081-0/+1
* kprobes/x86: Consolidate insn decoder users for copying codeMasami Hiramatsu2017-04-121-35/+31
* kprobes/x86: Use probe_kernel_read() instead of memcpy()Masami Hiramatsu2017-04-121-3/+9
* kprobes/x86: Set kprobes pages read-onlyMasami Hiramatsu2017-04-121-0/+4
* kprobes/x86: Make boostable flag booleanMasami Hiramatsu2017-04-121-6/+6
* 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