Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | tracing, function_graph: Merge overhead and duration display functions | Jiri Olsa | 2011-06-15 | 1 | -74/+74 | |
| | * | | | | | | | | | | | | | tracing, function_graph: Remove dependency of abstime and duration fields on ... | Jiri Olsa | 2011-06-15 | 3 | -18/+9 | |
| | * | | | | | | | | | | | | | async: Fixed an include coding style issue | Paul McQuade | 2011-06-15 | 1 | -5/+7 | |
| | * | | | | | | | | | | | | | ftrace: Fixed an include coding style issue | Paul McQuade | 2011-06-15 | 1 | -5/+2 | |
| | * | | | | | | | | | | | | | tracing: Add disable_on_free option | Steven Rostedt | 2011-06-15 | 2 | -2/+5 | |
| | * | | | | | | | | | | | | | tracing: Add a proc file to stop tracing and free buffer | Vaibhav Nagarnaik | 2011-06-15 | 1 | -35/+73 | |
| | * | | | | | | | | | | | | | tracing: Use NUMA allocation for per-cpu ring buffer pages | Vaibhav Nagarnaik | 2011-06-15 | 3 | -22/+23 | |
| | * | | | | | | | | | | | | | tracing: Schedule a delayed work to call wakeup() | Vaibhav Nagarnaik | 2011-06-15 | 1 | -11/+12 | |
| * | | | | | | | | | | | | | | perf: export perf_event_refresh() to modules | Avi Kivity | 2011-07-01 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | perf: Add context field to perf_event | Avi Kivity | 2011-07-01 | 3 | -10/+23 | |
| * | | | | | | | | | | | | | | perf: Remove the perf_output_begin(.sample) argument | Peter Zijlstra | 2011-07-01 | 2 | -24/+21 | |
| * | | | | | | | | | | | | | | perf: Remove the nmi parameter from the swevent and overflow interface | Peter Zijlstra | 2011-07-01 | 5 | -45/+33 | |
| * | | | | | | | | | | | | | | perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4 | Cyrill Gorcunov | 2011-07-01 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | | events: Ensure that timers are updated without requiring read() call | Eric B Munson | 2011-07-01 | 1 | -2/+13 | |
| * | | | | | | | | | | | | | | events: Move lockless timer calculation into helper function | Eric B Munson | 2011-07-01 | 1 | -7/+15 | |
| * | | | | | | | | | | | | | | events: Add note to update_event_times comment about holding ctx->lock | Eric B Munson | 2011-07-01 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | perf_events: Fix perf buffer watermark setting | Vince Weaver | 2011-07-01 | 2 | -9/+13 | |
| * | | | | | | | | | | | | | | Merge commit 'v3.0-rc5' into perf/core | Ingo Molnar | 2011-07-01 | 16 | -521/+611 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge commit 'v3.0-rc3' into perf/core | Ingo Molnar | 2011-06-16 | 10 | -47/+103 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | perf: Split up buffer handling from core code | Frederic Weisbecker | 2011-06-09 | 4 | -498/+568 | |
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | perf, core: Fix initial task_ctx/event installation | Peter Zijlstra | 2011-06-07 | 1 | -11/+17 | |
| * | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2011-06-04 | 4 | -27/+66 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'v3.0-rc1' into perf/core | Ingo Molnar | 2011-06-03 | 21 | -733/+876 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | perf: De-schedule a task context when removing the last event | Peter Zijlstra | 2011-05-28 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | perf: Change close() semantics for group events | Peter Zijlstra | 2011-05-28 | 1 | -7/+1 | |
| * | | | | | | | | | | | | | | | perf: Collect the schedule-in rules in one function | Peter Zijlstra | 2011-05-28 | 1 | -12/+15 | |
| * | | | | | | | | | | | | | | | perf: Change and simplify ctx::is_active semantics | Peter Zijlstra | 2011-05-28 | 1 | -6/+8 | |
| * | | | | | | | | | | | | | | | perf: Simplify and fix __perf_install_in_context() | Peter Zijlstra | 2011-05-28 | 1 | -45/+35 | |
| * | | | | | | | | | | | | | | | perf: Remove task_ctx_sched_in() | Peter Zijlstra | 2011-05-28 | 1 | -20/+6 | |
| * | | | | | | | | | | | | | | | perf: Optimize event scheduling locking | Peter Zijlstra | 2011-05-28 | 1 | -25/+36 | |
| * | | | | | | | | | | | | | | | perf: Clean up 'ctx' reference counting | Peter Zijlstra | 2011-05-28 | 1 | -7/+3 | |
| * | | | | | | | | | | | | | | | perf: Optimize ctx_sched_out() | Peter Zijlstra | 2011-05-28 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-07-23 | 2 | -15/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | sysctl,rcu: Convert call_rcu(free_head) to kfree | Paul E. McKenney | 2011-07-20 | 1 | -8/+3 | |
| * | | | | | | | | | | | | | | | | audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -7/+1 | |
* | | | | | | | | | | | | | | | | | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-07-23 | 2 | -13/+41 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | lockdep: Fix trace_[soft,hard]irqs_[on,off]() recursion | Peter Zijlstra | 2011-06-22 | 1 | -10/+20 | |
| * | | | | | | | | | | | | | | | | | printk: Fix console_sem vs logbuf_lock unlock race | Peter Zijlstra | 2011-06-22 | 1 | -2/+18 | |
| * | | | | | | | | | | | | | | | | | printk: Release console_sem after logbuf_lock | Peter Zijlstra | 2011-06-07 | 1 | -3/+5 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-07-23 | 6 | -8/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | lockdep: Fix lockdep_no_validate against IRQ states | Peter Zijlstra | 2011-07-21 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | plist: Remove the need to supply locks to plist heads | Dima Zavin | 2011-07-08 | 5 | -8/+8 | |
| | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2011-07-23 | 3 | -10/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'pm-domains' into for-linus | Rafael J. Wysocki | 2011-07-15 | 1 | -2/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | PM: Allow the clocks management code to be used during system suspend | Rafael J. Wysocki | 2011-07-02 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | PM / Domains: Support for generic I/O PM domains (v8) | Rafael J. Wysocki | 2011-07-02 | 1 | -0/+4 | |
| | |/ / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | PM: Improve error code of pm_notifier_call_chain() | Akinobu Mita | 2011-07-15 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | | | PM / Suspend: Export suspend_set_ops, suspend_valid_only_mem | Kevin Hilman | 2011-07-15 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | PM / Suspend: Add .suspend_again() callback to suspend_ops | MyungJoo Ham | 2011-07-15 | 1 | -6/+12 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2011-07-23 | 1 | -28/+53 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |