xfs: remove nr_to_write writeback windup.
[safe/jmp/linux-2.6] / kernel / kprobes.c
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
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-06 Abhishek Sagarkprobes: kretprobe user entry-handler
2008-01-30 Ananth N Mavinakay... x86: kprobes: add kprobes smoke tests that run on boot
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-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...
2006-10-02 bibo,mao[PATCH] kretprobe spinlock deadlock patch
2006-10-02 bibo,mao[PATCH] kprobe whitespace cleanup
2006-10-02 Ananth N Mavinakay... [PATCH] Kprobes: Make kprobe modules more portable
2006-07-31 bibo, mao[PATCH] IA64: kprobe invalidate icache of jump buffer
2006-06-26 Anil S Keshavamurthy[PATCH] Notify page fault call chain
2006-06-26 Anil S Keshavamurthy[PATCH] Kprobes registers for notify page fault
2006-06-26 mao, bibo[PATCH] Kprobe: multi kprobe posthandler for booster
2006-04-20 Ananth N Mavinakay... [PATCH] kprobes: NULL out non-relevant fields in struct...
2006-03-26 bibo mao[PATCH] kretprobe instance recycled by parent process
2006-03-23 Ingo Molnar[PATCH] sem2mutex: kprobes
2006-02-03 Ananth N Mavinakay... [PATCH] Kprobes: Fix deadlock in function-return probes
2006-02-03 Adrian Bunk[PATCH] kernel/kprobes.c: fix a warning #ifndef ARCH_SU...
2006-01-12 Keshavamurthy Anil S[PATCH] kprobes: fix unloading of self probed module
2006-01-10 Keshavamurthy Anil S[PATCH] Kprobes: conversion from kcalloc to kzalloc
2006-01-10 Ananth N Mavinakay... [PATCH] kprobes: fix build breakage
2006-01-10 Anil S Keshavamurthy[PATCH] kprobes: arch_remove_kprobe
2006-01-10 Keshavamurthy Anil S[PATCH] kprobes-changed-from-using-spinlock-to-mutex fix
2006-01-10 Anil S Keshavamurthy[PATCH] kprobes: changed from using spinlock to mutex
2006-01-10 Anil S Keshavamurthy[PATCH] kprobes: enable funcions only for required...
2005-12-12 Keshavamurthy Anil S[PATCH] kprobes: increment kprobe missed count for...
2005-12-12 Keshavamurthy Anil S[PATCH] kprobes: fix race in aggregate kprobe registration
2005-12-12 Mao, Bibo[PATCH] Kprobes: Reference count the modules when probe...
2005-11-07 Ananth N Mavinakay... [PATCH] Kprobes: preempt_disable/enable() simplification
2005-11-07 Ananth N Mavinakay... [PATCH] Kprobes: Use RCU for (un)register synchronizati...
2005-11-07 Ananth N Mavinakay... [PATCH] Kprobes: Track kprobe on a per_cpu basis -...
2005-10-31 Tim Schmielau[PATCH] fix missing includes
2005-09-07 Keshavamurthy Anil S[PATCH] kprobes: fix bug when probed on task and isr...
2005-09-07 Prasanna S Panchamukhi[PATCH] Kprobes: prevent possible race conditions generic
2005-07-06 Rusty Lynch[PATCH] kprobes: fix namespace problem and sparc64...
2005-06-27 Rusty Lynch[PATCH] Return probe redesign: architecture independent...
2005-06-27 Ananth N Mavinakay... [PATCH] kprobes: fix single-step out of line - take2
2005-06-23 Prasanna S Panchamukhi[PATCH] jprobes: allow a jprobe to coexist with muliple...
2005-06-23 Prasanna S Panchamukhi[PATCH] kprobes: Temporary disarming of reentrant probe
next