summaryrefslogtreecommitdiffstats
path: root/include/linux/kprobes.h
Commit message (Expand)AuthorAgeFilesLines
* kprobes: Don't spam the build log with deprecation warningsIngo Molnar2017-11-131-6/+6
* kprobes: Disable the jprobes APIsMasami Hiramatsu2017-10-201-22/+18
* kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-081-2/+2
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-171-0/+3
* Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-051-0/+1
|\
| * powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao2017-04-201-1/+1
| * kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao2017-04-201-0/+1
* | trace/kprobes: Fix check for kretprobe offset within function entryNaveen N. Rao2017-03-151-0/+1
* | kretprobes: Ensure probe location is at function entryNaveen N. Rao2017-03-031-0/+1
|/
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-16/+3
* kprobes, extable: Identify kprobes trampolines as kernel text areaMasami Hiramatsu2017-01-141-1/+29
* perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safeAndy Lutomirski2015-08-041-0/+2
* kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu2015-01-131-1/+2
* kprobes: introduce weak arch_check_ftrace_location() helper functionHeiko Carstens2014-10-271-0/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-3/+18
|\
| * kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2014-04-241-3/+17
| * kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu2014-04-241-0/+1
* | tracing: Replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2014-05-051-1/+1
|/
* kprobes: allow to specify custom allocator for insn cachesHeiko Carstens2013-09-111-0/+2
* kprobes: unify insn cachesHeiko Carstens2013-09-111-4/+28
* kprobes: Move __kprobes definition into compiler.hMasami Hiramatsu2013-04-081-5/+1
* kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu2013-01-211-11/+1
* kprobes/x86: ftrace based optimization for x86Masami Hiramatsu2012-07-311-1/+1
* kprobes: introduce ftrace based optimizationMasami Hiramatsu2012-07-311-0/+27
* BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* locking, kprobes: Annotate the hash locks and kretprobe.lock as rawThomas Gleixner2011-09-131-1/+1
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-2/+2
|\
| * kprobes: Use this_cpu_opsChristoph Lameter2010-12-171-2/+2
* | kprobes: Use text_poke_smp_batch for unoptimizingMasami Hiramatsu2010-12-061-0/+2
* | kprobes: Use text_poke_smp_batch for optimizingMasami Hiramatsu2010-12-061-1/+1
|/
* kprobes: Jump optimization sysctl interfaceMasami Hiramatsu2010-02-251-0/+8
* kprobes: Introduce kprobes jump optimizationMasami Hiramatsu2010-02-251-0/+36
* Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-231-2/+2
|\
| * tracing: remove notrace from __kprobes annotationSteven Rostedt2009-09-151-2/+2
* | tracing/kprobes: Dump the culprit kprobe in case of kprobe recursionFrederic Weisbecker2009-08-271-0/+2
|/
* kprobes: support kretprobe and jprobe per-probe disablingMasami Hiramatsu2009-04-071-0/+17
* kprobes: support per-kprobe disablingMasami Hiramatsu2009-04-071-1/+22
* kprobes: cleanup comment style in kprobes.hMasami Hiramatsu2009-04-071-4/+8
* x86, mm, kprobes: fault.c, simplify notify_page_fault()Ingo Molnar2009-02-211-3/+19
* kprobes: fix module compilation error with CONFIG_KPROBES=nMasami Hiramatsu2009-01-291-21/+26
* kprobes: support probing module __exit functionMasami Hiramatsu2009-01-061-3/+11
* kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-061-1/+0
* ftrace: ignore functions that cannot be kprobe-edIngo Molnar2008-10-141-2/+3
* kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-251-3/+4
* kprobes: enable clean usage of get_kprobeAbhishek Sagar2008-06-231-0/+4
* kprobes: add (un)register_jprobes for batch registrationMasami Hiramatsu2008-04-281-0/+9
* kprobes: add (un)register_kretprobes for batch registrationMasami Hiramatsu2008-04-281-0/+9
* kprobes: add (un)register_kprobes for batch registrationMasami Hiramatsu2008-04-281-0/+9
* kprobes: prevent probing of preempt_schedule()Srinivasa Ds2008-04-281-0/+7
* Kprobes: indicate kretprobe support in KconfigAnanth N Mavinakayanahalli2008-03-041-3/+3