Age | Commit message (Expand) | Author | Files | Lines |
2012-01-26 | sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplug | Suresh Siddha | 1 | -5/+29 |
2012-01-26 | sched/s390: Fix compile error in sched/core.c | Christian Borntraeger | 1 | -0/+1 |
2012-01-26 | sched: Fix rq->nr_uninterruptible update race | Peter Zijlstra | 1 | -12/+6 |
2012-01-23 | kernel-doc: fix kernel-doc warnings in sched | Randy Dunlap | 1 | -2/+1 |
2012-01-14 | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -1/+1 |
2012-01-11 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -10/+7 |
2012-01-11 | sched: Fix lockup by limiting load-balance retries on lock-break | Peter Zijlstra | 1 | -3/+7 |
2012-01-10 | sched: Remove empty #ifdefs | Hiroshi Shimamoto | 1 | -7/+0 |
2012-01-09 | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -12/+19 |
2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -1/+1 |
2012-01-07 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -21/+19 |
2011-12-23 | sched/tracing: Add a new tracepoint for sleeptime | Arun Sharma | 2 | -2/+1 |
2011-12-23 | sched: Disable scheduler warnings during oopses | Dave Jones | 1 | -0/+3 |
2011-12-21 | sched: Fix cgroup movement of waking process | Daisuke Nishimura | 1 | -1/+3 |
2011-12-21 | sched: Fix cgroup movement of newly created process | Daisuke Nishimura | 1 | -0/+13 |
2011-12-21 | sched: Fix cgroup movement of forking process | Daisuke Nishimura | 1 | -2/+5 |
2011-12-21 | sched: Remove cfs bandwidth period check in tg_set_cfs_period() | Kamalesh Babulal | 1 | -3/+0 |
2011-12-21 | sched: Fix load-balance lock-breaking | Peter Zijlstra | 1 | -7/+25 |
2011-12-21 | sched: Replace all_pinned with a generic flags field | Peter Zijlstra | 1 | -16/+19 |
2011-12-21 | sched: Only queue remote wakeups when crossing cache boundaries | Peter Zijlstra | 3 | -30/+70 |
2011-12-19 | Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Martin Schwidefsky | 16 | -0/+18976 |
2011-12-16 | sched: Add missing rcu_dereference() around ->real_parent usage | Kees Cook | 1 | -1/+1 |
2011-12-08 | sched, nohz: Fix missing RCU read lock | Peter Zijlstra | 1 | -2/+7 |
2011-12-06 | sched, nohz: Set the NOHZ_BALANCE_KICK flag for idle load balancer | Suresh Siddha | 1 | -1/+1 |
2011-12-06 | sched, nohz: Fix the idle cpu check in nohz_idle_balance | Suresh Siddha | 1 | -1/+1 |
2011-12-06 | sched: Use jump_labels for sched_feat | Peter Zijlstra | 3 | -22/+81 |
2011-12-06 | sched/accounting: Fix parameter passing in task_group_account_field | Glauber Costa | 1 | -2/+2 |
2011-12-06 | sched/accounting: Fix user/system tick double accounting | Glauber Costa | 1 | -10/+2 |
2011-12-06 | sched/accounting: Re-use scheduler statistics for the root cgroup | Glauber Costa | 2 | -93/+106 |
2011-12-06 | sched: Save some hrtick_start_fair cycles | Mike Galbraith | 2 | -3/+11 |
2011-12-06 | sched/accounting, cgroups: Reuse cgroup's parent pointer | Glauber Costa | 1 | -6/+9 |
2011-12-06 | sched/accounting: Change cpustat fields to an array | Glauber Costa | 1 | -38/+40 |
2011-12-06 | sched, nohz: Clean up the find_new_ilb() using sched groups nr_busy_cpus | Suresh Siddha | 1 | -36/+12 |
2011-12-06 | sched, nohz: Implement sched group, domain aware nohz idle load balancing | Suresh Siddha | 1 | -113/+47 |
2011-12-06 | sched, nohz: Track nr_busy_cpus in the sched_group_power | Suresh Siddha | 3 | -0/+33 |
2011-12-06 | sched, nohz: Introduce nohz_flags in 'struct rq' | Suresh Siddha | 3 | -24/+40 |
2011-12-06 | sched/rt: Code cleanup, remove a redundant function call | Shan Hai | 1 | -1/+1 |
2011-12-06 | sched: Fix the sched group node allocation for SD_OVERLAP domains | Suresh Siddha | 1 | -1/+1 |
2011-12-06 | sched: Set skip_clock_update in yield_task_fair() | Mike Galbraith | 2 | -0/+13 |
2011-12-06 | sched: Use rt.nr_cpus_allowed to recover select_task_rq() cycles | Mike Galbraith | 2 | -0/+6 |
2011-12-06 | sched: Clean up domain traversal in select_idle_sibling() | Suresh Siddha | 2 | -13/+27 |
2011-12-06 | events, sched: Add tracepoint for accounting blocked time | Andrew Vagin | 1 | -0/+2 |
2011-11-17 | sched: Move all scheduler bits into kernel/sched/ | Peter Zijlstra | 16 | -0/+18909 |