Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / kprobes.c
2012-03-05 Prashanth Nageshappakprobes: return proper error code from register_kprobe()
2012-02-04 Jiang Liukprobes: fix a memory leak in function pre_handler_kret...
2012-01-23 Ananth N Mavinakay... kprobes: initialize before using a hlist
2012-01-13 Stephen Boydkprobes: silence DEBUG_STRICT_USER_COPY_CHECKS=y warning
2011-10-31 Paul Gortmakerkernel: Map most files to use export.h instead of module.h
2011-09-13 Thomas Gleixnerlocking, kprobes: Annotate the hash locks and kretprobe...
2011-07-15 Masami Hiramatsukprobes: Return -ENOENT if probe point doesn't exist
2011-01-08 Linus TorvaldsMerge branch 'for-2.6.38' of git://git./linux/kernel...
2010-12-17 Christoph Lameterkprobes: Use this_cpu_ops
2010-12-06 Masami Hiramatsukprobes: Use text_poke_smp_batch for unoptimizing
2010-12-06 Masami Hiramatsukprobes: Use text_poke_smp_batch for optimizing
2010-12-06 Masami Hiramatsukprobes: Reuse unused kprobe
2010-12-06 Masami Hiramatsukprobes: Support delayed unoptimizing
2010-12-06 Masami Hiramatsukprobes: Separate kprobe optimizing code from optimizer
2010-12-06 Masami Hiramatsukprobes: Cleanup disabling and unregistering path
2010-12-06 Masami Hiramatsukprobes: Rename old_p to more appropriate name
2010-10-29 Steven Rostedtjump label: Fix error with preempt disable holding...
2010-10-28 Jason Baronjump label: Fix deadlock b/w jump_label_mutex vs. text_...
2010-10-28 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-10-25 Masami Hiramatsukprobes: Remove redundant text_mutex lock in optimize
2010-10-22 Linus TorvaldsMerge branch 'llseek' of git://git./linux/kernel/git...
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-09-22 Jason Baronjump label: Add jump_label_text_reserved() to reserve...
2010-09-22 Jason Baronjump label: Base patch for jump label
2010-09-15 Namhyung Kimkprobes: Add sparse context annotations
2010-09-15 Namhyung Kimkprobes: Make functions static
2010-09-15 Namhyung Kimkprobes: Verify jprobe entry point
2010-09-15 Namhyung Kimkprobes: Remove redundant address check
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-05-08 Masami Hiramatsukprobes: Move enable/disable_kprobe() out from debugfs...
2010-03-11 Masami Hiramatsukprobes: Calculate the index correctly when freeing...
2010-02-25 Masami Hiramatsukprobes: Jump optimization sysctl interface
2010-02-25 Masami Hiramatsukprobes: Introduce kprobes jump optimization
2010-02-25 Masami Hiramatsukprobes: Introduce generic insn_slot framework
2010-02-15 Masami Hiramatsukprobes: Add mcount to the kprobes blacklist
2010-02-05 Masami Hiramatsukprobes: Add mcount to the kprobes blacklist
2010-02-04 Masami Hiramatsukprobes: Check probe address is reserved
2010-02-04 Masami Hiramatsukprobes: Disable booster when CONFIG_PREEMPT=y
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-28 Heiko Carstenskprobes: Fix distinct type warning
2009-12-05 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2009-11-02 Ananth N Mavinakay... kprobes: Sanitize struct kretprobe_instance allocations
2009-10-17 Ingo MolnarMerge commit 'v2.6.32-rc5' into perf/probes
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-23 Frederic WeisbeckerMerge commit 'linus/master' into tracing/kprobes
2009-09-23 James Morrisseq_file: constify seq_operations
2009-09-17 Ananth N Mavinakay... kprobes: Prevent re-registration of the same kprobe
2009-09-11 Masami Hiramatsukprobes/x86-32: Move irq-exit functions to kprobes...
2009-08-30 Masami Hiramatsukprobes: Prohibit to probe native_get_debugreg
2009-08-27 Frederic Weisbeckertracing/kprobes: Dump the culprit kprobe in case of...
2009-08-11 Ingo MolnarMerge branch 'linus' into tracing/core
2009-07-30 Masami Hiramatsukprobes: Use kernel_text_address() for checking probe...
2009-07-01 Masami Hiramatsukprobes: Clean up insn_pages by using list instead...
2009-07-01 Masami Hiramatsukprobes: No need to unlock kprobe_insn_mutex
2009-05-08 Masami Hiramatsukprobes: fix to use text_mutex around arm/disarm kprobe
2009-04-07 Masami Hiramatsukprobes: support per-kprobe disabling
2009-04-07 Masami Hiramatsukprobes: rename kprobe_enabled to kprobes_all_disarmed
2009-04-07 Masami Hiramatsukprobes: move EXPORT_SYMBOL_GPL just after function...
2009-04-07 Masami Hiramatsukprobes: cleanup aggr_kprobe related code
2009-03-18 Ananth N Mavinakay... kprobes: Fix locking imbalance in kretprobes
2009-03-06 Mathieu Desnoyerstracing, Text Edit Lock - kprobes architecture independ...
2009-01-16 Masami Hiramatsukprobes: check CONFIG_FREEZER instead of CONFIG_PM
2009-01-06 Masami Hiramatsukprobes: support probing module __init function
2009-01-06 Masami Hiramatsukprobes: remove called_from argument
2009-01-06 Masami Hiramatsukprobes: support probing module __exit function
2009-01-06 Masami Hiramatsukprobes: add __kprobes to kprobe internal functions
2009-01-06 Masami Hiramatsukprobes: add kprobe_insn_mutex and cleanup arch_remove_...
2009-01-06 Masami Hiramatsukprobes: bugfix: try_module_get even if calling_mod...
2008-11-13 Andrew Mortonkernel/kprobes.c: don't pad kretprobe_table_locks[...
2008-11-13 Masami Hiramatsukprobes: disable preempt for module_text_address()...
2008-10-16 Adrian Bunkmake kprobes.c:kretprobe_table_lock() static
2008-07-25 Abhishek Sagarkprobes: remove redundant config check
2008-07-25 Srinivasa D Skprobes: improve kretprobe scalability with hashed...
2008-07-10 Daniel Guilakkernel/kprobes.c: Made kprobe_blacklist static.
2008-06-13 Masami Hiramatsukprobes: fix error checking of batch registration
2008-04-28 Masami Hiramatsukprobes: add (un)register_jprobes for batch registration
2008-04-28 Masami Hiramatsukprobes: add (un)register_kretprobes for batch registration
2008-04-28 Masami Hiramatsukprobes: add (un)register_kprobes for batch registration
2008-04-28 Srinivasa Dskprobes: prevent probing of preempt_schedule()
2008-03-05 Masami Hiramatsukprobes: fix a null pointer bug in register_kretprobe()
2008-03-05 Ananth N Mavinakay... Kprobes: indicate kretprobe support in Kconfig
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-06 Abhishek Sagarkprobes: kretprobe user entry-handler
2008-01-30 Ananth N Mavinakay... x86: kprobes: add kprobes smoke tests that run on boot
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-16 Masami Hiramatsukprobes: support kretprobe blacklist
2007-10-16 Christoph Hellwigx86: optimize page faults like all other achitectures...
2007-08-11 Peter Chubbfix compilation with gcc 4.2
2007-07-19 Michael Ellermanjprobes: make jprobes a little safer for users
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-08 Ananth N Mavinakay... Kprobes: The ON/OFF knob thru debugfs
2007-05-08 Christoph Hellwigkprobes: kretprobes simplifications
2007-05-08 Christoph Hellwigkprobes: codingstyle cleanups
2007-05-08 Christoph Hellwigkprobes: use hlist_for_each_entry
2007-05-08 Alexey DobriyanSimplify kallsyms_lookup()
2007-05-08 Christoph Hellwigmove die notifier handling to common code
2007-05-08 Randy Dunlapkprobes: fix sparse NULL warning
2007-02-21 Srinivasa Ds[PATCH] kprobes: list all active probes in the system
2007-01-31 Masami Hiramatsu[PATCH] kprobes: replace magic numbers with enum
2006-12-07 Masami Hiramatsu[PATCH] kprobes: enable booster on the preemptible...
next