| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/accounting: Re-use scheduler statistics for the root cgroup | Glauber Costa | 2011-12-06 | 2 | -93/+106 |
* | sched: Save some hrtick_start_fair cycles | Mike Galbraith | 2011-12-06 | 2 | -3/+11 |
* | sched/accounting, cgroups: Reuse cgroup's parent pointer | Glauber Costa | 2011-12-06 | 1 | -6/+9 |
* | sched/accounting: Change cpustat fields to an array | Glauber Costa | 2011-12-06 | 1 | -38/+40 |
* | sched, nohz: Clean up the find_new_ilb() using sched groups nr_busy_cpus | Suresh Siddha | 2011-12-06 | 1 | -36/+12 |
* | sched, nohz: Implement sched group, domain aware nohz idle load balancing | Suresh Siddha | 2011-12-06 | 1 | -113/+47 |
* | sched, nohz: Track nr_busy_cpus in the sched_group_power | Suresh Siddha | 2011-12-06 | 4 | -0/+42 |
* | sched, nohz: Introduce nohz_flags in 'struct rq' | Suresh Siddha | 2011-12-06 | 3 | -24/+40 |
* | sched/rt: Code cleanup, remove a redundant function call | Shan Hai | 2011-12-06 | 1 | -1/+1 |
* | sched: Fix the sched group node allocation for SD_OVERLAP domains | Suresh Siddha | 2011-12-06 | 1 | -1/+1 |
* | sched: Set skip_clock_update in yield_task_fair() | Mike Galbraith | 2011-12-06 | 2 | -0/+13 |
* | sched: Use rt.nr_cpus_allowed to recover select_task_rq() cycles | Mike Galbraith | 2011-12-06 | 2 | -0/+6 |
* | sched: Clean up domain traversal in select_idle_sibling() | Suresh Siddha | 2011-12-06 | 2 | -13/+27 |
* | events, sched: Add tracepoint for accounting blocked time | Andrew Vagin | 2011-12-06 | 1 | -0/+2 |
* | sched: Move all scheduler bits into kernel/sched/ | Peter Zijlstra | 2011-11-17 | 17 | -28/+34 |
* | sched: Make separate sched*.c translation units | Peter Zijlstra | 2011-11-17 | 12 | -1953/+2023 |
* | sched: Fix comment for requeue_rt_entity | Richard Weinberger | 2011-11-16 | 1 | -2/+2 |
* | sched: Don't call task_group() too many times in set_task_rq() | Andrew Vagin | 2011-11-16 | 1 | -4/+8 |
* | sched, trivial: Initialize root cgroup's sibling list | Glauber Costa | 2011-11-16 | 1 | -0/+1 |
* | sched: Use jump labels to reduce overhead when bandwidth control is inactive | Paul Turner | 2011-11-16 | 2 | -5/+43 |
* | sched: Fix buglet in return_cfs_rq_runtime() | Paul Turner | 2011-11-16 | 1 | -1/+1 |
* | sched: Avoid SMT siblings in select_idle_sibling() if possible | Peter Zijlstra | 2011-11-16 | 1 | -14/+28 |
* | sched: Set the command name of the idle tasks in SMP kernels | Carsten Emde | 2011-11-14 | 1 | -0/+4 |
* | sched, rt: Provide means of disabling cross-cpu bandwidth sharing | Peter Zijlstra | 2011-11-14 | 2 | -0/+4 |
* | sched: Document wait_for_completion_*() return values | J. Bruce Fields | 2011-11-14 | 1 | -0/+13 |
* | sched_fair: Fix a typo in the comment describing update_sd_lb_stats | Hui Kang | 2011-11-14 | 1 | -1/+1 |
* | sched: Add a comment to effective_load() since it's a pain | Peter Zijlstra | 2011-11-14 | 1 | -18/+95 |
* | PM / QoS: Set cpu_dma_pm_qos->name | Dominik Brodowski | 2011-11-07 | 1 | -0/+1 |
* | Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2011-11-06 | 1 | -16/+21 |
|\ |
|
| * | jump-label: initialize jump-label subsystem much earlier | Jeremy Fitzhardinge | 2011-10-25 | 1 | -4/+1 |
| * | jump_label: add arch_jump_label_transform_static() to optimise non-live code ... | Jeremy Fitzhardinge | 2011-10-25 | 1 | -3/+15 |
| * | jump_label: if a key has already been initialized, don't nop it out | Jeremy Fitzhardinge | 2011-10-25 | 1 | -12/+8 |
| * | stop_machine: make stop_machine safe and efficient to call early | Jeremy Fitzhardinge | 2011-10-25 | 1 | -0/+22 |
* | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 78 | -65/+83 |
|\ \ |
|
| * | | irq: don't put module.h into irq.h for tracking irqgen modules. | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
| * | | kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure | Paul Gortmaker | 2011-10-31 | 10 | -0/+10 |
| * | | kernel: fix up module header handling in rcutiny files | Paul Gortmaker | 2011-10-31 | 2 | -1/+1 |
| * | | kernel: params.c needs module.h not moduleparam.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
| * | | kernel: ksysfs.c is implicitly using stat.h | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
| * | | kernel: fix two implicit header assumptions in irq_work.c | Paul Gortmaker | 2011-10-31 | 1 | -0/+2 |
| * | | kernel: fix several implicit usasges of kmod.h | Paul Gortmaker | 2011-10-31 | 3 | -0/+3 |
| * | | kernel: Add <linux/module.h> to files using it implicitly | Paul Gortmaker | 2011-10-31 | 2 | -0/+2 |
| * | | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 61 | -61/+61 |
| * | | range: fix bogus misuse of module.h to get printk() | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | writeback: per task dirty rate limit | Wu Fengguang | 2011-10-03 | 1 | -0/+3 |
* | | | | Merge git://github.com/rustyrussell/linux | Linus Torvalds | 2011-11-06 | 2 | -4/+9 |
|\ \ \ \ |
|
| * | | | | module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree | Ben Hutchings | 2011-11-07 | 2 | -0/+7 |
| * | | | | module: Enable dynamic debugging regardless of taint | Ben Hutchings | 2011-11-07 | 1 | -4/+2 |
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2011-11-06 | 1 | -2/+0 |
|\ \ \ \ \ |
|