Age | Commit message (Expand) | Author | Files | Lines |
2010-09-09 | perf: Per PMU disable | Peter Zijlstra | 1 | -12/+19 |
2010-09-09 | perf: Reduce perf_disable() usage | Peter Zijlstra | 1 | -36/+1 |
2010-09-09 | perf: Unindent labels | Peter Zijlstra | 1 | -19/+24 |
2010-09-09 | perf: Register PMU implementations | Peter Zijlstra | 2 | -303/+320 |
2010-09-09 | perf: Deconstify struct pmu | Peter Zijlstra | 1 | -13/+13 |
2010-09-09 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 5 | -35/+77 |
2010-09-09 | sched: Move sched_avg_update() to update_cpu_load() | Suresh Siddha | 2 | -2/+6 |
2010-09-09 | perf: Fix CPU hotplug | Peter Zijlstra | 1 | -3/+3 |
2010-09-09 | perf, trace: Fix module leak | Li Zefan | 1 | -0/+3 |
2010-09-08 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 7 | -28/+12 |
2010-09-08 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -13/+45 |
2010-09-08 | tracing/kprobe: Fix handling of C-unlike argument names | Masami Hiramatsu | 1 | -8/+12 |
2010-09-08 | tracing/kprobes: Fix handling of argument names | Masami Hiramatsu | 1 | -7/+10 |
2010-09-08 | tracing/kprobe: Fix a memory leak in error case | Masami Hiramatsu | 1 | -3/+3 |
2010-09-08 | tracing: Do not allow llseek to set_ftrace_filter | Steven Rostedt | 1 | -1/+1 |
2010-09-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -15/+38 |
2010-09-05 | gcc-4.6: kernel/*: Fix unused but set warnings | Andi Kleen | 5 | -12/+3 |
2010-09-03 | mutex: Fix annotations to include it in kernel-locking docbook | Randy Dunlap | 1 | -16/+7 |
2010-09-01 | ring-buffer: Place duplicate expression into a single function | Steven Rostedt | 1 | -6/+15 |
2010-09-01 | lockup_detector: Sync touch_*_watchdog back to old semantics | Don Zickus | 1 | -5/+12 |
2010-09-01 | lockup_detector: Remove unused panic_notifier | Akinobu Mita | 1 | -15/+0 |
2010-09-01 | lockup_detector: Convert cpu notifier to return encapsulate errno value | Akinobu Mita | 1 | -10/+11 |
2010-08-31 | pid: make setpgid() system call use RCU read-side critical section | Paul E. McKenney | 1 | -0/+2 |
2010-08-31 | tracing: Fix a race in function profile | Li Zefan | 1 | -4/+11 |
2010-08-31 | workqueue: use zalloc_cpumask_var() for gcwq->mayday_mask | Tejun Heo | 1 | -1/+1 |
2010-08-31 | workqueue: fix GCWQ_DISASSOCIATED initialization | Tejun Heo | 1 | -2/+3 |
2010-08-30 | perf_events: Fix time tracking for events with pid != -1 and cpu != -1 | Stephane Eranian | 1 | -4/+22 |
2010-08-28 | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -5/+7 |
2010-08-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 3 | -3/+3 |
2010-08-27 | Merge branch 'perf/urgent' into perf/core | Frederic Weisbecker | 1 | -1/+1 |
2010-08-26 | PM QoS: Fix inline documentation. | Saravana Kannan | 1 | -4/+6 |
2010-08-25 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2010-08-25 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+2 |
2010-08-25 | Merge branch 'linus' into perf/core | Ingo Molnar | 9 | -14/+54 |
2010-08-25 | tracing/trace_stack: Fix stack trace on ppc64 | Anton Blanchard | 1 | -1/+1 |
2010-08-25 | workqueue: fix cwq->nr_active underflow | Tejun Heo | 1 | -10/+20 |
2010-08-24 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+3 |
2010-08-24 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+9 |
2010-08-24 | PM QoS: Fix kzalloc() parameters swapped in pm_qos_power_open() | David Alan Gilbert | 1 | -1/+1 |
2010-08-24 | workqueue: improve destroy_workqueue() debuggability | Tejun Heo | 1 | -1/+6 |
2010-08-23 | workqueue: mark lock acquisition on worker_maybe_bind_and_lock() | Namhyung Kim | 1 | -0/+1 |
2010-08-23 | workqueue: annotate lock context change | Namhyung Kim | 1 | -0/+6 |
2010-08-23 | mutex: Improve the scalability of optimistic spinning | Tim Chen | 1 | -1/+9 |
2010-08-23 | watchdog: Don't throttle the watchdog | Peter Zijlstra | 1 | -0/+3 |
2010-08-21 | workqueue: Add basic tracepoints to track workqueue execution | Arjan van de Ven | 1 | -0/+9 |
2010-08-21 | mm: make the vma list be doubly linked | Linus Torvalds | 1 | -2/+5 |
2010-08-21 | Input: sysrq - drop tty argument form handle_sysrq() | Dmitry Torokhov | 1 | -1/+1 |
2010-08-20 | kfifo: implement missing __kfifo_skip_r() | Andrea Righi | 1 | -0/+9 |
2010-08-20 | sched: Fix rq->clock synchronization when migrating tasks | Peter Zijlstra | 1 | -0/+2 |
2010-08-19 | Input: sysrq - drop tty argument from sysrq ops handlers | Dmitry Torokhov | 2 | -2/+2 |