summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2014-04-10completion: Use simple wait queuesThomas Gleixner
2014-04-10sched: Add support for lazy preemptionThomas Gleixner
2014-04-10cpu/rt: Rework cpu down for PREEMPT_RTSteven Rostedt
2014-04-10sched: Distangle worker accounting from rqlockThomas Gleixner
2014-04-10sched-clear-pf-thread-bound-on-fallback-rq.patchThomas Gleixner
2014-04-10sched: dont calculate hweight in update_migrate_disable()Nicholas Mc Guire
2014-04-10sched: Have migrate_disable ignore bounded threadsPeter Zijlstra
2014-04-10sched: Do not compare cpu masks in schedulerPeter Zijlstra
2014-04-10allow preemption in recursive migrate_disable callNicholas Mc Guire
2014-04-10sched: Postpone actual migration disalbe to scheduleSteven Rostedt
2014-04-10sched: teach migrate_disable about atomic contextsPeter Zijlstra
2014-04-10sched, rt: Fix migrate_enable() thinkoMike Galbraith
2014-04-10sched: Generic migrate_disablePeter Zijlstra
2014-04-10sched: Optimize migrate_disablePeter Zijlstra
2014-04-10sched-migrate-disable.patchThomas Gleixner
2014-04-10sched/workqueue: Only wake up idle workers if not blocked on sleeping spin lockSteven Rostedt
2014-04-10sched: ttwu: Return success when only changing the saved_state valueThomas Gleixner
2014-04-10sched-disable-ttwu-queue.patchThomas Gleixner
2014-04-10cond-resched-softirq-fix.patchThomas Gleixner
2014-04-10sched-cond-resched.patchThomas Gleixner
2014-04-10sched-might-sleep-do-not-account-rcu-depth.patchThomas Gleixner
2014-04-10sched-rt-mutex-wakeup.patchThomas Gleixner
2014-04-10sched-mmdrop-delayed.patchThomas Gleixner
2014-04-10sched-limit-nr-migrate.patchThomas Gleixner
2014-04-10hrtimer: fixup hrtimer callback changes for preempt-rtThomas Gleixner
2014-04-10ptrace: fix ptrace vs tasklist_lock raceSebastian Andrzej Siewior
2014-04-10tracing: Account for preempt off in preempt_schedule()Steven Rostedt
2014-04-10vtime-split-lock-and-seqcount.patchThomas Gleixner
2014-04-10sched: Consider pi boosting in setschedulerThomas Gleixner
2014-04-10sched: Queue RT tasks to head when prio dropsThomas Gleixner
2014-04-10sched: Adjust sched_reset_on_fork when nothing else changesThomas Gleixner
2014-04-10sched: Better debug output for might sleepThomas Gleixner
2014-04-10sched: Check for idle task in might_sleep()Thomas Gleixner
2014-04-10sched: Init idle->on_rq in init_idle()Thomas Gleixner
2014-03-22sched: Fix double normalization of vruntimeGeorge McCollister
2014-03-12sched/rt: Remove redundant nr_cpus_allowed testShawn Bohrer
2014-03-12sched/rt: Add missing rmb()Peter Zijlstra
2014-03-12sched: Assign correct scheduling domain to 'sd_llc'Mel Gorman
2014-03-12sched: Initialize power_orig for overlapping groupsPeter Zijlstra
2014-03-12sched: Avoid NULL dereference on sd_busyPeter Zijlstra
2014-03-12sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy
2014-03-12sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan
2014-01-15sched: Guarantee new group-entities always have weightPaul Turner
2014-01-15sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall
2014-01-15sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall
2014-01-15sched: Fix race on toggling cfs_bandwidth_usedBen Segall
2014-01-09sched: numa: skip inaccessible VMAsMel Gorman
2014-01-09sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai
2013-12-20sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov