| Commit message (Expand) | Author | Age |
* | sched, nohz: Fix missing RCU read lock | Peter Zijlstra | 2011-12-07 |
* | sched, nohz: Set the NOHZ_BALANCE_KICK flag for idle load balancer | Suresh Siddha | 2011-12-06 |
* | sched, nohz: Fix the idle cpu check in nohz_idle_balance | Suresh Siddha | 2011-12-06 |
* | sched: Use jump_labels for sched_feat | Peter Zijlstra | 2011-12-06 |
* | sched/accounting: Fix parameter passing in task_group_account_field | Glauber Costa | 2011-12-06 |
* | sched/accounting: Fix user/system tick double accounting | Glauber Costa | 2011-12-06 |
* | sched/accounting: Re-use scheduler statistics for the root cgroup | Glauber Costa | 2011-12-06 |
* | sched: Save some hrtick_start_fair cycles | Mike Galbraith | 2011-12-06 |
* | sched/accounting, cgroups: Reuse cgroup's parent pointer | Glauber Costa | 2011-12-06 |
* | sched/accounting: Change cpustat fields to an array | Glauber Costa | 2011-12-06 |
* | sched, nohz: Clean up the find_new_ilb() using sched groups nr_busy_cpus | Suresh Siddha | 2011-12-06 |
* | sched, nohz: Implement sched group, domain aware nohz idle load balancing | Suresh Siddha | 2011-12-06 |
* | sched, nohz: Track nr_busy_cpus in the sched_group_power | Suresh Siddha | 2011-12-06 |
* | sched, nohz: Introduce nohz_flags in 'struct rq' | Suresh Siddha | 2011-12-06 |
* | sched/rt: Code cleanup, remove a redundant function call | Shan Hai | 2011-12-06 |
* | sched: Fix the sched group node allocation for SD_OVERLAP domains | Suresh Siddha | 2011-12-06 |
* | sched: Set skip_clock_update in yield_task_fair() | Mike Galbraith | 2011-12-06 |
* | sched: Use rt.nr_cpus_allowed to recover select_task_rq() cycles | Mike Galbraith | 2011-12-06 |
* | sched: Clean up domain traversal in select_idle_sibling() | Suresh Siddha | 2011-12-06 |
* | events, sched: Add tracepoint for accounting blocked time | Andrew Vagin | 2011-12-06 |
* | sched: Move all scheduler bits into kernel/sched/ | Peter Zijlstra | 2011-11-17 |
* | sched: Make separate sched*.c translation units | Peter Zijlstra | 2011-11-17 |
* | sched: Fix comment for requeue_rt_entity | Richard Weinberger | 2011-11-16 |
* | sched: Don't call task_group() too many times in set_task_rq() | Andrew Vagin | 2011-11-16 |
* | sched, trivial: Initialize root cgroup's sibling list | Glauber Costa | 2011-11-16 |
* | sched: Use jump labels to reduce overhead when bandwidth control is inactive | Paul Turner | 2011-11-16 |
* | sched: Fix buglet in return_cfs_rq_runtime() | Paul Turner | 2011-11-16 |
* | sched: Avoid SMT siblings in select_idle_sibling() if possible | Peter Zijlstra | 2011-11-16 |
* | sched: Set the command name of the idle tasks in SMP kernels | Carsten Emde | 2011-11-14 |
* | sched, rt: Provide means of disabling cross-cpu bandwidth sharing | Peter Zijlstra | 2011-11-14 |
* | sched: Document wait_for_completion_*() return values | J. Bruce Fields | 2011-11-14 |
* | sched_fair: Fix a typo in the comment describing update_sd_lb_stats | Hui Kang | 2011-11-14 |
* | sched: Add a comment to effective_load() since it's a pain | Peter Zijlstra | 2011-11-14 |
* | PM / QoS: Set cpu_dma_pm_qos->name | Dominik Brodowski | 2011-11-07 |
* | Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2011-11-06 |
|\ |
|
| * | jump-label: initialize jump-label subsystem much earlier | Jeremy Fitzhardinge | 2011-10-25 |
| * | jump_label: add arch_jump_label_transform_static() to optimise non-live code ... | Jeremy Fitzhardinge | 2011-10-25 |
| * | jump_label: if a key has already been initialized, don't nop it out | Jeremy Fitzhardinge | 2011-10-25 |
| * | stop_machine: make stop_machine safe and efficient to call early | Jeremy Fitzhardinge | 2011-10-25 |
* | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 |
|\ \ |
|
| * | | irq: don't put module.h into irq.h for tracking irqgen modules. | Paul Gortmaker | 2011-10-31 |
| * | | kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure | Paul Gortmaker | 2011-10-31 |
| * | | kernel: fix up module header handling in rcutiny files | Paul Gortmaker | 2011-10-31 |
| * | | kernel: params.c needs module.h not moduleparam.h | Paul Gortmaker | 2011-10-31 |
| * | | kernel: ksysfs.c is implicitly using stat.h | Paul Gortmaker | 2011-10-31 |
| * | | kernel: fix two implicit header assumptions in irq_work.c | Paul Gortmaker | 2011-10-31 |
| * | | kernel: fix several implicit usasges of kmod.h | Paul Gortmaker | 2011-10-31 |
| * | | kernel: Add <linux/module.h> to files using it implicitly | Paul Gortmaker | 2011-10-31 |
| * | | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 |
| * | | range: fix bogus misuse of module.h to get printk() | Paul Gortmaker | 2011-10-31 |