index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
kprobes.h
Age
Commit message (
Expand
)
Author
2021-01-29
tracing/kprobe: Fix to support kretprobe events on unloaded modules
Masami Hiramatsu
2020-12-17
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2020-11-13
ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs
Steven Rostedt (VMware)
2020-11-07
Merge branch 'linus' into perf/kprobes
Ingo Molnar
2020-10-12
Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-10-12
kprobes: Replace rp->free_instance with freelist
Peter Zijlstra
2020-10-12
kprobes: Remove kretprobe hash
Peter Zijlstra
2020-09-18
kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot
Masami Hiramatsu
2020-09-08
kprobes: Make local functions static
Masami Hiramatsu
2020-09-08
kprobes: Free kretprobe_instance with RCU callback
Masami Hiramatsu
2020-09-08
kprobes: Add generic kretprobe trampoline handler
Masami Hiramatsu
2020-08-07
Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2020-08-03
kprobes: Remove show_registers() function prototype
Masami Hiramatsu
2020-07-02
Merge branch 'perf/vlbr'
Peter Zijlstra
2020-06-20
Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2020-06-16
kretprobe: Prevent triggering kretprobe from within kprobe_flush_task
Jiri Olsa
2020-06-15
kprobes: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-06-15
kprobes: Add symbols for kprobe insn pages
Adrian Hunter
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2019-07-16
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
Anshuman Khandual
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-04-19
x86/kprobes: Verify stack frame on kretprobe
Masami Hiramatsu
2019-01-30
x86/hw_breakpoints, kprobes: Remove kprobes ifdeffery
Borislav Petkov
2018-12-26
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-12-17
kprobes: Blacklist symbols in arch-defined prohibited area
Masami Hiramatsu
2018-12-08
x86/kernel: Fix more -Wmissing-prototypes warnings
Borislav Petkov
2018-06-21
kprobes: Remove jprobe stub API
Masami Hiramatsu
2018-06-21
kprobes: Remove jprobe API implementation
Masami Hiramatsu
2017-11-13
kprobes: Don't spam the build log with deprecation warnings
Ingo Molnar
2017-10-20
kprobes: Disable the jprobes APIs
Masami Hiramatsu
2017-07-08
kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...
Naveen N. Rao
2017-05-17
tracing/kprobes: Enforce kprobes teardown after testing
Thomas Gleixner
2017-05-05
Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-04-20
powerpc/kprobes: Fix handling of function offsets on ABIv2
Naveen N. Rao
2017-04-20
kprobes: Convert kprobe_lookup_name() to a function
Naveen N. Rao
2017-03-15
trace/kprobes: Fix check for kretprobe offset within function entry
Naveen N. Rao
2017-03-03
kretprobes: Ensure probe location is at function entry
Naveen N. Rao
2017-02-27
kprobes: move kprobe declarations to asm-generic/kprobes.h
Luis R. Rodriguez
2017-01-14
kprobes, extable: Identify kprobes trampolines as kernel text area
Masami Hiramatsu
2015-08-04
perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safe
Andy Lutomirski
2015-01-13
kprobes: Pass the original kprobe for preparing optimized kprobe
Masami Hiramatsu
2014-10-27
kprobes: introduce weak arch_check_ftrace_location() helper function
Heiko Carstens
2014-06-12
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-05-05
tracing: Replace __get_cpu_var uses with this_cpu_ptr
Christoph Lameter
2014-04-24
kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist
Masami Hiramatsu
2014-04-24
kprobes: Prohibit probing on .entry.text code
Masami Hiramatsu
2013-09-11
kprobes: allow to specify custom allocator for insn caches
Heiko Carstens
2013-09-11
kprobes: unify insn caches
Heiko Carstens
2013-04-08
kprobes: Move __kprobes definition into compiler.h
Masami Hiramatsu
2013-01-21
kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c
Masami Hiramatsu
[next]