summaryrefslogtreecommitdiff
path: root/kernel/kprobes.c (follow)
Commit message (Expand)AuthorAge
* kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu2021-12-08
* kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo2021-02-10
* kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu2020-10-01
* kprobes: fix kill kprobe which has been marked as goneMuchun Song2020-10-01
* kprobes: Fix NULL pointer dereference at kprobe_ftrace_handlerMuchun Song2020-08-21
* kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-29
* kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutexMasami Hiramatsu2020-06-29
* kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu2019-11-25
* kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu2019-10-05
* kprobes: Fix error check when reusing optimized probesMasami Hiramatsu2019-04-27
* kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu2018-11-21
* kprobes: Make list and blacklist root user read onlyMasami Hiramatsu2018-09-05
* kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu2018-04-08
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-25
* perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safeAndy Lutomirski2015-08-04
* kprobes: makes kprobes/enabled works correctly for optimized kprobes.Wang Nan2015-02-13
* kprobes: set kprobes_all_disarmed earlier to enable re-optimization.Wang Nan2015-02-13
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-12
|\
| * kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu2015-01-13
* | module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-20
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-12-11
|\
| * kprobes: introduce weak arch_check_ftrace_location() helper functionHeiko Carstens2014-10-27
* | kprobes: Add IPMODIFY flag to kprobe_ftrace_opsMasami Hiramatsu2014-11-21
|/
* kprobes: Skip kretprobe hit in NMI context to avoid deadlockMasami Hiramatsu2014-08-08
* kprobes: Fix "Failed to find blacklist" probing errors on ia64 and ppc64Masami Hiramatsu2014-07-18
* kprobes: Show blacklist entries via debugfsMasami Hiramatsu2014-04-24
* kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobesMasami Hiramatsu2014-04-24
* kprobes: Allow probe on some kprobe functionsMasami Hiramatsu2014-04-24
* kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2014-04-24
* kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu2014-04-24
* kprobes: use KSYM_NAME_LEN to size identifier buffersJoe Mario2013-11-13
* kprobes: allow to specify custom allocator for insn cachesHeiko Carstens2013-09-11
* kprobes: unify insn cachesHeiko Carstens2013-09-11
* kprobes: handle empty/invalid input to debugfs "enabled" fileMathias Krause2013-07-03
* kprobes: Fix to free gone and unused optprobesMasami Hiramatsu2013-05-28
* kprobes: Fix a double lock bug of kprobe_mutexMasami Hiramatsu2013-04-18
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-19
|\
| * kprobes: fix wait_for_kprobe_optimizer()Tejun Heo2013-02-09
* | kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu2013-01-21
|/
* kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu2012-09-13
* kprobes/x86: ftrace based optimization for x86Masami Hiramatsu2012-07-31
* kprobes: introduce ftrace based optimizationMasami Hiramatsu2012-07-31
* kprobes: Move locks into appropriate functionsMasami Hiramatsu2012-07-31
* kprobes: cleanup to separate probe-able checkMasami Hiramatsu2012-07-31
* kprobes: Inverse taking of module_mutex with kprobe_mutexSteven Rostedt2012-07-31
* kprobes: return proper error code from register_kprobe()Prashanth Nageshappa2012-03-05
* kprobes: fix a memory leak in function pre_handler_kretprobe()Jiang Liu2012-02-03
* kprobes: initialize before using a hlistAnanth N Mavinakayanahalli2012-01-23
* kprobes: silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd2012-01-12