Commit Graph

126 Commits (6cd7a63756a68ad5e718b42aa108e27c19425743)

Author SHA1 Message Date
Christoph Lameter b76834bc1b kprobes: Use this_cpu_ops 14 years ago
Masami Hiramatsu f984ba4eb5 kprobes: Use text_poke_smp_batch for unoptimizing 14 years ago
Masami Hiramatsu cd7ebe2298 kprobes: Use text_poke_smp_batch for optimizing 14 years ago
Masami Hiramatsu 0490cd1f9d kprobes: Reuse unused kprobe 14 years ago
Masami Hiramatsu 6274de4984 kprobes: Support delayed unoptimizing 14 years ago
Masami Hiramatsu 61f4e13ffd kprobes: Separate kprobe optimizing code from optimizer 14 years ago
Masami Hiramatsu 6f0f1dd719 kprobes: Cleanup disabling and unregistering path 14 years ago
Masami Hiramatsu 6d8e40a85e kprobes: Rename old_p to more appropriate name 14 years ago
Steven Rostedt de31c3ca81 jump label: Fix error with preempt disable holding mutex 14 years ago
Jason Baron 91bad2f8d3 jump label: Fix deadlock b/w jump_label_mutex vs. text_mutex 14 years ago
Masami Hiramatsu 43948f5027 kprobes: Remove redundant text_mutex lock in optimize 14 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
Jason Baron 4c3ef6d793 jump label: Add jump_label_text_reserved() to reserve jump points 15 years ago
Jason Baron bf5438fca2 jump label: Base patch for jump label 15 years ago
Namhyung Kim 635c17c2b2 kprobes: Add sparse context annotations 15 years ago
Namhyung Kim 6376b22975 kprobes: Make functions static 15 years ago
Namhyung Kim 05662bdb64 kprobes: Verify jprobe entry point 15 years ago
Namhyung Kim edbaadbe42 kprobes: Remove redundant address check 15 years ago
Masami Hiramatsu c0614829c1 kprobes: Move enable/disable_kprobe() out from debugfs code 15 years ago
Masami Hiramatsu 83ff56f46a kprobes: Calculate the index correctly when freeing the out-of-line execution slot 15 years ago
Masami Hiramatsu b2be84df99 kprobes: Jump optimization sysctl interface 15 years ago
Masami Hiramatsu afd66255b9 kprobes: Introduce kprobes jump optimization 15 years ago
Masami Hiramatsu 4610ee1d36 kprobes: Introduce generic insn_slot framework 15 years ago
Masami Hiramatsu 8b833c506c kprobes: Add mcount to the kprobes blacklist 15 years ago
Masami Hiramatsu 5ecaafdbf4 kprobes: Add mcount to the kprobes blacklist 15 years ago
Masami Hiramatsu 4554dbcb85 kprobes: Check probe address is reserved 15 years ago
Masami Hiramatsu 615d0ebbc7 kprobes: Disable booster when CONFIG_PREEMPT=y 15 years ago
Heiko Carstens c2ef6661ce kprobes: Fix distinct type warning 15 years ago
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