summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2012-05-09sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list a...Igor Mammedov-0/+2
2012-04-26sched: Fix OOPS when build_sched_domains() percpu allocation failshe, bo-6/+16
2012-04-26sched: Fix more load-balancing falloutPeter Zijlstra-8/+11
2012-03-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-9/+7
2012-03-31sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq()Srivatsa S. Bhat-2/+2
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-25/+55
2012-03-29Merge branch 'sched/arch' into sched/urgentIngo Molnar-0/+4
2012-03-29sched: Fix __schedule_bug() output when called from an interruptStephen Boyd-7/+1
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells-0/+1
2012-03-27sched/rt: Improve pick_next_highest_task_rt()Michael J Wang-1/+1
2012-03-27sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra-16/+46
2012-03-23sched: Fix compiler warning about declared inline after usePeter Zijlstra-8/+8
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-0/+1
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-12/+8
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-289/+307
2012-03-13sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callbackCatalin Marinas-0/+4
2012-03-12sched: Fix nohz load accounting -- again!Peter Zijlstra-27/+26
2012-03-12sched: Update yield() docsPeter Zijlstra-2/+18
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra-2/+8
2012-03-12sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancerDiwakar Tundlam-0/+1
2012-03-12sched: Cleanup cpu_active madnessPeter Zijlstra-1/+1
2012-03-12sched: Fix load-balance wreckagePeter Zijlstra-71/+39
2012-03-07Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/res...Linus Torvalds-2/+2
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar-1/+2
2012-03-02sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto-6/+6
2012-03-01sched: Ditch per cgroup task lists for load-balancingPeter Zijlstra-109/+80
2012-03-01sched: Rename load-balancing fieldsPeter Zijlstra-58/+60
2012-03-01sched: Move load-balancing arguments into helper structPeter Zijlstra-84/+93
2012-03-01sched/rt: Do not submit new work when PI-blockedThomas Gleixner-1/+1
2012-03-01sched/rt: Prevent idle task boostingThomas Gleixner-2/+19
2012-03-01sched/wait: Add __wake_up_all_locked() APIThomas Gleixner-2/+2
2012-03-01sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner-3/+3
2012-03-01sched/rt: Add schedule_preempt_disabled()Thomas Gleixner-0/+12
2012-03-01sched/rt: Do not throttle when PI boostingPeter Zijlstra-2/+18
2012-03-01sched/rt: Keep period timer ticking when rt throttling is activePeter Zijlstra-5/+8
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar-1/+2
2012-02-27CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resumeSrivatsa S. Bhat-2/+2
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar-20/+20
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto-6/+2
2012-02-22sched: Remove rcu_read_lock/unlock() from select_idle_sibling()Nikunj A. Dadhania-4/+0
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra-1/+2
2012-02-14security: trim security.hAl Viro-0/+1
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan-12/+8
2012-01-31sched: Move SMP-only variable into the SMP sectionHiroshi Shimamoto-2/+2
2012-01-27sched: Remove sched_switchRakib Mullick-4/+2
2012-01-27sched: Ensure cpu_power periodic updateVincent Guittot-8/+16
2012-01-27sched, block: Unify cache detectionPeter Zijlstra-3/+3
2012-01-27sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min-0/+5
2012-01-26sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplugSuresh Siddha-5/+29
2012-01-26sched/s390: Fix compile error in sched/core.cChristian Borntraeger-0/+1