summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/kprobes
AgeCommit message (Expand)Author
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-09-10objtool: Rename frame.h -> objtool.hJulien Thierry
2020-09-08x86/kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu
2020-09-01static_call: Avoid kprobes on inline static_call()sPeter Zijlstra
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross
2020-07-02Merge branch 'perf/vlbr'Peter Zijlstra
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-16kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa
2020-06-15perf/x86: Add perf text poke events for kprobesAdrian Hunter
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-03-20x86/optprobe: Fix OPTPROBE vs UACCESSPeter Zijlstra
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-12-10x86/kprobes: Explicitly include vmalloc.h for set_vm_flush_reset_perms()Sean Christopherson
2019-11-27x86/kprobe: Add comments to arch_{,un}optimize_kprobes()Peter Zijlstra
2019-11-27x86/kprobes: Fix ordering while text-patchingPeter Zijlstra
2019-11-27x86/kprobes: Convert to text-patching.hPeter Zijlstra
2019-11-27x86/alternatives: Add and use text_gen_insn() helperPeter Zijlstra
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-11-15x86/alternatives: Teach text_poke_bp() to emulate instructionsPeter Zijlstra
2019-10-17x86: kprobes: Prohibit probing on instruction which has emulate prefixMasami Hiramatsu
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-09-02x86: Correct misc typosMarco Ammon
2019-07-31x86: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-08Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra
2019-06-25x86/stackframe, x86/kprobes: Fix frame pointer annotationsPeter Zijlstra
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet
2019-06-07treewide: trivial: fix s/poped/popped/ typoGeorge G. Davis
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-08x86/kprobes: Make trampoline_handler() global and visibleAndi Kleen
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-30x86/kprobes: Use vmalloc special flagRick Edgecombe
2019-04-30x86/kprobes: Set instruction page as executableNadav Amit
2019-04-29x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar
2019-04-19x86/asm: Mark all top level asm statements as .textAndi Kleen
2019-04-19x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu
2019-04-19x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu
2019-02-13x86/kprobes: Prohibit probing on IRQ handlers directlyMasami Hiramatsu
2019-02-13x86/kprobes: Move trampoline code into RODATAMasami Hiramatsu
2019-02-13x86/kprobes: Prohibit probing on optprobe template codeMasami Hiramatsu
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-12-17kprobes/x86: Remove unneeded arch_within_kprobe_blacklist from x86Masami Hiramatsu