summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/kprobes/opt.c
AgeCommit message (Expand)Author
2018-08-15x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-06-05objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf
2018-03-22kprobes/x86: Set kprobes pages read-onlyMasami Hiramatsu
2018-01-23kprobes/x86: Disable optimizing on the function jumps to indirect thunkMasami Hiramatsu
2017-05-14kprobes/x86: Fix kernel panic when certain exception-handling addresses are p...Masami Hiramatsu
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