Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | swap: revert special hibernation allocation | Hugh Dickins | 2010-09-09 | 3 | -5/+3 | |
| * | | | kernel/groups.c: fix integer overflow in groups_search | Jerome Marchand | 2010-09-09 | 1 | -3/+2 | |
| * | | | cgroups: fix API thinko | Michael S. Tsirkin | 2010-09-09 | 1 | -6/+7 | |
| * | | | gcov: fix null-pointer dereference for certain module types | Peter Oberparleiter | 2010-09-09 | 1 | -64/+180 | |
| * | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-09-08 | 7 | -28/+12 | |
| |\ \ \ | ||||||
| | * | | | gcc-4.6: kernel/*: Fix unused but set warnings | Andi Kleen | 2010-09-05 | 5 | -12/+3 | |
| | * | | | mutex: Fix annotations to include it in kernel-locking docbook | Randy Dunlap | 2010-09-03 | 1 | -16/+7 | |
| | * | | | pid: make setpgid() system call use RCU read-side critical section | Paul E. McKenney | 2010-08-31 | 1 | -0/+2 | |
| * | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-09-08 | 3 | -13/+45 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2010-09-07 | 1 | -15/+38 | |
| |\ \ \ \ | ||||||
| | * | | | | workqueue: use zalloc_cpumask_var() for gcwq->mayday_mask | Tejun Heo | 2010-08-31 | 1 | -1/+1 | |
| | * | | | | workqueue: fix GCWQ_DISASSOCIATED initialization | Tejun Heo | 2010-08-31 | 1 | -2/+3 | |
| | * | | | | workqueue: fix cwq->nr_active underflow | Tejun Heo | 2010-08-25 | 1 | -10/+20 | |
| | * | | | | workqueue: improve destroy_workqueue() debuggability | Tejun Heo | 2010-08-24 | 1 | -1/+6 | |
| | * | | | | workqueue: mark lock acquisition on worker_maybe_bind_and_lock() | Namhyung Kim | 2010-08-23 | 1 | -0/+1 | |
| | * | | | | workqueue: annotate lock context change | Namhyung Kim | 2010-08-23 | 1 | -0/+6 | |
| | * | | | | workqueue: free rescuer on destroy_workqueue | Xiaotian Feng | 2010-08-16 | 1 | -1/+1 | |
| * | | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2010-08-28 | 1 | -5/+7 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | PM QoS: Fix inline documentation. | Saravana Kannan | 2010-08-26 | 1 | -4/+6 | |
| | * | | | | | PM QoS: Fix kzalloc() parameters swapped in pm_qos_power_open() | David Alan Gilbert | 2010-08-24 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-08-28 | 3 | -3/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Input: sysrq - drop tty argument form handle_sysrq() | Dmitry Torokhov | 2010-08-21 | 1 | -1/+1 | |
| | * | | | | | | Input: sysrq - drop tty argument from sysrq ops handlers | Dmitry Torokhov | 2010-08-19 | 2 | -2/+2 | |
| | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-08-25 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-08-25 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | sched: Fix rq->clock synchronization when migrating tasks | Peter Zijlstra | 2010-08-20 | 1 | -0/+2 | |
* | | | | | | | | tracing: Remove leftover FTRACE_ENABLE/DISABLE_MCOUNT enums | Steven Rostedt | 2010-09-14 | 1 | -14/+4 | |
* | | | | | | | | tracing: Do not trace in irq when funcgraph-irq option is zero | Steven Rostedt | 2010-09-14 | 1 | -1/+22 | |
* | | | | | | | | tracing: Add funcgraph-irq option for function graph tracer. | Jiri Olsa | 2010-09-14 | 1 | -1/+100 | |
* | | | | | | | | perf: Fix free_event() | Peter Zijlstra | 2010-09-13 | 1 | -1/+3 | |
* | | | | | | | | perf: Sanitize the RCU logic | Peter Zijlstra | 2010-09-13 | 1 | -8/+9 | |
* | | | | | | | | perf: Fix perf_init_event() | Peter Zijlstra | 2010-09-10 | 1 | -2/+5 | |
* | | | | | | | | perf: Ensure we call add_event_to_ctx() with the right locks held | Peter Zijlstra | 2010-09-10 | 1 | -0/+3 | |
* | | | | | | | | perf: Fix up delayed_put_task_struct() | Peter Zijlstra | 2010-09-09 | 2 | -3/+9 | |
* | | | | | | | | perf: Optimize context ops | Peter Zijlstra | 2010-09-09 | 1 | -0/+6 | |
* | | | | | | | | perf: Provide a separate task context for swevents | Peter Zijlstra | 2010-09-09 | 2 | -11/+31 | |
* | | | | | | | | perf: Multiple task contexts | Peter Zijlstra | 2010-09-09 | 1 | -105/+231 | |
* | | | | | | | | perf: Clean up perf_event_context allocation | Peter Zijlstra | 2010-09-09 | 1 | -15/+26 | |
* | | | | | | | | perf: Move some code around | Peter Zijlstra | 2010-09-09 | 1 | -100/+100 | |
* | | | | | | | | perf: Per-pmu-per-cpu contexts | Peter Zijlstra | 2010-09-09 | 1 | -68/+110 | |
* | | | | | | | | perf: Per cpu-context rotation timer | Peter Zijlstra | 2010-09-09 | 2 | -19/+63 | |
* | | | | | | | | perf: Remove the swevent hash-table from the cpu context | Peter Zijlstra | 2010-09-09 | 1 | -46/+58 | |
* | | | | | | | | perf: Separate find_get_context() from event initialization | Peter Zijlstra | 2010-09-09 | 1 | -38/+35 | |
* | | | | | | | | perf: Remove the sysfs bits | Peter Zijlstra | 2010-09-09 | 1 | -124/+0 | |
* | | | | | | | | perf: Rework the PMU methods | Peter Zijlstra | 2010-09-09 | 3 | -72/+104 | |
* | | | | | | | | perf: Shrink hw_perf_event | Peter Zijlstra | 2010-09-09 | 1 | -7/+6 | |
* | | | | | | | | perf: Default PMU ops | Peter Zijlstra | 2010-09-09 | 1 | -12/+52 | |
* | | | | | | | | perf: Per PMU disable | Peter Zijlstra | 2010-09-09 | 1 | -12/+19 | |
* | | | | | | | | perf: Reduce perf_disable() usage | Peter Zijlstra | 2010-09-09 | 1 | -36/+1 | |
* | | | | | | | | perf: Unindent labels | Peter Zijlstra | 2010-09-09 | 1 | -19/+24 |