Commit Graph

96 Commits (d2392ba06a477cf1876ce3d505b7cd77e295cfd4)

Author SHA1 Message Date
Ananth N Mavinakayanahalli 4dae560f97 kprobes: Sanitize struct kretprobe_instance allocations 15 years ago
Alexey Dobriyan 828c09509b const: constify remaining file_operations 16 years ago
James Morris 88e9d34c72 seq_file: constify seq_operations 16 years ago
Ananth N Mavinakayanahalli 1f0ab40976 kprobes: Prevent re-registration of the same kprobe 16 years ago
Masami Hiramatsu a00e817f42 kprobes/x86-32: Move irq-exit functions to kprobes section 16 years ago
Masami Hiramatsu 65e234ec2c kprobes: Prohibit to probe native_get_debugreg 16 years ago
Frederic Weisbecker 24851d2447 tracing/kprobes: Dump the culprit kprobe in case of kprobe recursion 16 years ago
Masami Hiramatsu ec30c5f3a1 kprobes: Use kernel_text_address() for checking probe address 16 years ago
Masami Hiramatsu c5cb5a2d8d kprobes: Clean up insn_pages by using list instead of hlist 16 years ago
Masami Hiramatsu 4a2bb6fcc8 kprobes: No need to unlock kprobe_insn_mutex 16 years ago
Masami Hiramatsu 201517a7f3 kprobes: fix to use text_mutex around arm/disarm kprobe 16 years ago
Masami Hiramatsu de5bd88d5a kprobes: support per-kprobe disabling 16 years ago
Masami Hiramatsu e579abeb58 kprobes: rename kprobe_enabled to kprobes_all_disarmed 16 years ago
Masami Hiramatsu 99081ab553 kprobes: move EXPORT_SYMBOL_GPL just after function definitions 16 years ago
Masami Hiramatsu b918e5e60d kprobes: cleanup aggr_kprobe related code 16 years ago
Ananth N Mavinakayanahalli f02b8624fe kprobes: Fix locking imbalance in kretprobes 16 years ago
Mathieu Desnoyers 4460fdad85 tracing, Text Edit Lock - kprobes architecture independent support 16 years ago
Masami Hiramatsu 5a4ccaf37f kprobes: check CONFIG_FREEZER instead of CONFIG_PM 16 years ago
Masami Hiramatsu f24659d96f kprobes: support probing module __init function 16 years ago
Masami Hiramatsu 49ad2fd76c kprobes: remove called_from argument 16 years ago
Masami Hiramatsu e8386a0cb2 kprobes: support probing module __exit function 16 years ago
Masami Hiramatsu 017c39bdb1 kprobes: add __kprobes to kprobe internal functions 16 years ago
Masami Hiramatsu 1294156078 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() 16 years ago
Masami Hiramatsu bc2f70151f kprobes: bugfix: try_module_get even if calling_mod is NULL 16 years ago
Andrew Morton 7e036d040a kernel/kprobes.c: don't pad kretprobe_table_locks[] on uniprocessor builds 16 years ago
Masami Hiramatsu a189d0350f kprobes: disable preempt for module_text_address() and kernel_text_address() 16 years ago
Adrian Bunk 2b252c5411 make kprobes.c:kretprobe_table_lock() static 17 years ago
Abhishek Sagar 8b6dd98682 kprobes: remove redundant config check 17 years ago
Srinivasa D S ef53d9c5e4 kprobes: improve kretprobe scalability with hashed locking 17 years ago
Daniel Guilak 544304b200 kernel/kprobes.c: Made kprobe_blacklist static. 17 years ago
Masami Hiramatsu 67dddaad5d kprobes: fix error checking of batch registration 17 years ago
Masami Hiramatsu 26b31c1908 kprobes: add (un)register_jprobes for batch registration 17 years ago
Masami Hiramatsu 4a296e07c3 kprobes: add (un)register_kretprobes for batch registration 17 years ago
Masami Hiramatsu 9861668f74 kprobes: add (un)register_kprobes for batch registration 17 years ago
Srinivasa Ds 3d8d996e0c kprobes: prevent probing of preempt_schedule() 17 years ago
Masami Hiramatsu b2a5cd6938 kprobes: fix a null pointer bug in register_kretprobe() 17 years ago
Ananth N Mavinakayanahalli 9edddaa200 Kprobes: indicate kretprobe support in Kconfig 17 years ago
Abhishek Sagar f47cd9b553 kprobes: kretprobe user entry-handler 17 years ago
Ananth N Mavinakayanahalli 8c1c935642 x86: kprobes: add kprobes smoke tests that run on boot 17 years ago
Masami Hiramatsu f438d914b2 kprobes: support kretprobe blacklist 18 years ago
Christoph Hellwig 74a0b57627 x86: optimize page faults like all other achitectures and kill notifier cruft 18 years ago
Peter Chubb cd5bfea278 fix compilation with gcc 4.2 18 years ago
Michael Ellerman 3d7e33825d jprobes: make jprobes a little safer for users 18 years ago
Ananth N Mavinakayanahalli bf8f6e5b3e Kprobes: The ON/OFF knob thru debugfs 18 years ago
Christoph Hellwig 4c4308cb93 kprobes: kretprobes simplifications 18 years ago
Christoph Hellwig 6f716acd5f kprobes: codingstyle cleanups 18 years ago
Christoph Hellwig b0bb501651 kprobes: use hlist_for_each_entry 18 years ago
Alexey Dobriyan ffb4512276 Simplify kallsyms_lookup() 18 years ago
Christoph Hellwig 1eeb66a1bb move die notifier handling to common code 18 years ago
Randy Dunlap e386979299 kprobes: fix sparse NULL warning 18 years ago