summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/kprobes/opt.c
AgeCommit message (Expand)Author
2019-03-23x86/kprobes: Prohibit probing on optprobe template codeMasami Hiramatsu
2018-01-23kprobes/x86: Disable optimizing on the function jumps to indirect thunkMasami Hiramatsu
2017-08-10kprobes/x86: Do not jump-optimize kprobes on irq entry codeMasami Hiramatsu
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf
2017-05-08treewide: decouple cacheflush.h and set_memory.hLaura Abbott
2017-04-12kprobes/x86: Consolidate insn decoder users for copying codeMasami Hiramatsu
2017-04-12kprobes/x86: Use probe_kernel_read() instead of memcpy()Masami Hiramatsu
2017-04-12kprobes/x86: Set kprobes pages read-onlyMasami Hiramatsu
2017-03-01kprobes/x86: Fix kernel panic when certain exception-handling addresses are p...Masami Hiramatsu
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-20x86: Migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-04-29x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski
2015-03-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-02-21kprobes/x86: Check for invalid ftrace location in __recover_probed_insn()Petr Mladek
2015-01-13kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu
2014-11-18x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen
2014-08-27kprobes/x86: Free 'optinsn' cache when range check failsWang Nan
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu
2014-04-24kprobes/x86: Allow probe on some kprobe preparation functionsMasami Hiramatsu
2013-09-04Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2013-08-06x86, asmlinkage: Make kprobes code visible and fix assembler codeAndi Kleen
2013-07-19kprobes/x86: Use text_poke_bp() instead of text_poke_smp*()Masami Hiramatsu
2013-07-19kprobes/x86: Remove an incorrect comment about int3 in NMI/MCEMasami Hiramatsu
2013-01-21kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/Masami Hiramatsu