summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt
2011-05-18ftrace: Free hash with call_rcu_sched()Steven Rostedt
2011-05-18ftrace: Have global_ops store the functions that are to be tracedSteven Rostedt
2011-05-18ftrace: Add ops parameter to ftrace_startup/shutdown functionsSteven Rostedt
2011-05-18ftrace: Add enabled_functions fileSteven Rostedt
2011-05-18ftrace: Use counters to enable functions to traceSteven Rostedt
2011-05-18ftrace: Separate hash allocation and assignmentSteven Rostedt
2011-05-18ftrace: Create a global_ops to hold the filter and notrace hashesSteven Rostedt
2011-05-18ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt
2011-05-18ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt
2011-05-10Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar
2011-05-07Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-05-06Regression: partial revert "tracing: Remove lock_depth from event entry"Arjan van de Ven
2011-05-06Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tor...Ingo Molnar
2011-05-04Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2011-05-04perf events: Clean up definitions and initializers, update copyrightsIngo Molnar
2011-05-03hw breakpoints: Move to kernel/events/Borislav Petkov
2011-05-03perf: Start the restructuringBorislav Petkov
2011-05-02genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVELGeert Uytterhoeven
2011-05-01Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2011-05-01Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2011-04-30Merge branch 'fixes-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-04-29ftrace: Consolidate the function match routines for normal and modsSteven Rostedt
2011-04-29ftrace: Consolidate updating of ftrace_trace_functionSteven Rostedt
2011-04-29ftrace: Move record update for normal and modules into a separate functionSteven Rostedt
2011-04-29ftrace: Remove FTRACE_FL_CONVERTED flagSteven Rostedt
2011-04-29ftrace: Remove FTRACE_FL_FAILED flagSteven Rostedt
2011-04-29ftrace: Remove failures fileSteven Rostedt
2011-04-29ftrace: Remove unnecessary disabling of irqsSteven Rostedt
2011-04-29ftrace: Make FTRACE_WARN_ON() work in if conditionSteven Rostedt
2011-04-29ftrace: Only update the function code on write to filter filesSteven Rostedt
2011-04-29Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-04-29Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-04-29workqueue: fix deadlock in worker_maybe_bind_and_lock()Tejun Heo
2011-04-29hrtimer: Initialize CLOCK_ID to HRTIMER_BASE table staticallyThomas Gleixner
2011-04-28kernel/watchdog.c: disable nmi perf event in the error path of enabling watchdogHillf Danton
2011-04-27Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2011-04-27Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2011-04-25ptrace: Prepare to fix racy accesses on task breakpointsFrederic Weisbecker
2011-04-23Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2011-04-21ftrace: Build without frame pointers on MicroblazeMichal Simek
2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki
2011-04-19Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-04-18PM: Fix error code paths executed after failing syscore_suspend()Rafael J. Wysocki
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds
2011-04-18posix clocks: Replace mutex with reader/writer semaphoreRichard Cochran
2011-04-16Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-04-16Merge branches 'core-fixes-for-linus', 'perf-fixes-for-linus', 'sched-fixes-f...Linus Torvalds
2011-04-16block: make unplug timer trace event correspond to the schedule() unplugJens Axboe
2011-04-16block: let io_schedule() flush the plug inlineJens Axboe