Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | | | | | | | | | | | | | | | | | ftrace: Add ops parameter to ftrace_startup/shutdown functions | Steven Rostedt | 2011-05-18 | |
| | * | | | | | | | | | | | | | | | | | | | | ftrace: Add enabled_functions file | Steven Rostedt | 2011-05-18 | |
| | * | | | | | | | | | | | | | | | | | | | | ftrace: Use counters to enable functions to trace | Steven Rostedt | 2011-05-18 | |
| | * | | | | | | | | | | | | | | | | | | | | ftrace: Separate hash allocation and assignment | Steven Rostedt | 2011-05-18 | |
| | * | | | | | | | | | | | | | | | | | | | | ftrace: Create a global_ops to hold the filter and notrace hashes | Steven Rostedt | 2011-05-18 | |
| | * | | | | | | | | | | | | | | | | | | | | ftrace: Use hash instead for FTRACE_FL_FILTER | Steven Rostedt | 2011-05-18 | |
| | * | | | | | | | | | | | | | | | | | | | | ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions | Steven Rostedt | 2011-05-18 | |
| | * | | | | | | | | | | | | | | | | | | | | Merge commit 'v2.6.39-rc7' into perf/core | Ingo Molnar | 2011-05-10 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | perf events: Clean up definitions and initializers, update copyrights | Ingo Molnar | 2011-05-04 | |
| | * | | | | | | | | | | | | | | | | | | | | hw breakpoints: Move to kernel/events/ | Borislav Petkov | 2011-05-03 | |
| | * | | | | | | | | | | | | | | | | | | | | perf: Start the restructuring | Borislav Petkov | 2011-05-03 | |
| | * | | | | | | | | | | | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-05-01 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | ftrace: Consolidate the function match routines for normal and mods | Steven Rostedt | 2011-04-29 | |
| | | * | | | | | | | | | | | | | | | | | | | | ftrace: Consolidate updating of ftrace_trace_function | Steven Rostedt | 2011-04-29 | |
| | | * | | | | | | | | | | | | | | | | | | | | ftrace: Move record update for normal and modules into a separate function | Steven Rostedt | 2011-04-29 | |
| | | * | | | | | | | | | | | | | | | | | | | | ftrace: Remove FTRACE_FL_CONVERTED flag | Steven Rostedt | 2011-04-29 | |
| | | * | | | | | | | | | | | | | | | | | | | | ftrace: Remove FTRACE_FL_FAILED flag | Steven Rostedt | 2011-04-29 | |
| | | * | | | | | | | | | | | | | | | | | | | | ftrace: Remove failures file | Steven Rostedt | 2011-04-29 | |
| | | * | | | | | | | | | | | | | | | | | | | | ftrace: Remove unnecessary disabling of irqs | Steven Rostedt | 2011-04-29 | |
| | | * | | | | | | | | | | | | | | | | | | | | ftrace: Make FTRACE_WARN_ON() work in if condition | Steven Rostedt | 2011-04-29 | |
| | * | | | | | | | | | | | | | | | | | | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2011-05-01 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | | | | | | | | ftrace: Only update the function code on write to filter files | Steven Rostedt | 2011-04-29 | |
| | * | | | | | | | | | | | | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-04-27 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | | | | | | | | jump label: Introduce static_branch() interface | Jason Baron | 2011-04-04 | |
| | | * | | | | | | | | | | | | | | | | | | | | tracing: Avoid soft lockup in trace_pipe | Jiri Olsa | 2011-04-04 | |
| | | * | | | | | | | | | | | | | | | | | | | | tracing: Print trace_bprintk() formats for modules too | Steven Rostedt | 2011-04-04 | |
| | | * | | | | | | | | | | | | | | | | | | | | tracing: Convert trace_printk() formats for module to const char * | Steven Rostedt | 2011-04-04 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-05-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | irq: Export functions to allow modular irq drivers | Jonathan Cameron | 2011-05-18 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Uninline and sanity check generic_handle_irq() | Thomas Gleixner | 2011-05-18 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Remove pointless ifdefs | Thomas Gleixner | 2011-05-18 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Make generic irq chip depend on CONFIG_GENERIC_IRQ_CHIP | Thomas Gleixner | 2011-05-02 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Add chip suspend and resume callbacks | Thomas Gleixner | 2011-04-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Implement a generic interrupt chip | Thomas Gleixner | 2011-04-23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: Support per-IRQ thread disabling. | Paul Mundt | 2011-04-23 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-05-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | watchdog, hung_task_timeout: Add Kconfig configurable default | Jeff Mahoney | 2011-04-28 | |
| | * | | | | | | | | | | | | | | | | | | | | | | lockdep: Remove cmpxchg to update nr_chain_hlocks | Steven Rostedt | 2011-04-22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | lockdep: Print a nicer description for simple irq lock inversions | Steven Rostedt | 2011-04-22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | lockdep: Replace "Bad BFS generated tree" message with something less cryptic | Steven Rostedt | 2011-04-22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | lockdep: Print a nicer description for irq inversion bugs | Steven Rostedt | 2011-04-22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | lockdep: Print a nicer description for simple deadlocks | Steven Rostedt | 2011-04-22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | lockdep: Print a nicer description for normal deadlocks | Steven Rostedt | 2011-04-22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | lockdep: Print a nicer description for irq lock inversions | Steven Rostedt | 2011-04-22 | |
| | | |/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2011-05-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | PM: Allow drivers to allocate memory from .prepare() callbacks safely | Rafael J. Wysocki | 2011-05-17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | PM: Remove CONFIG_PM_VERBOSE | Rafael J. Wysocki | 2011-05-17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'power-domains' into for-linus | Rafael J. Wysocki | 2011-05-17 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | PM / Runtime: Generic clock manipulation rountines for runtime PM (v6) | Rafael J. Wysocki | 2011-04-29 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'syscore' into for-linus | Rafael J. Wysocki | 2011-05-17 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |