summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2013-04-04sched: Add support for lazy preemptionThomas Gleixner
2013-04-04sched: Better debug output for might sleepThomas Gleixner
2013-04-04cpu/rt: Rework cpu down for PREEMPT_RTSteven Rostedt
2013-04-04sched/rt: Fix wait_task_interactive() to test rt_spin_lock stateSteven Rostedt
2013-04-04sched-clear-pf-thread-bound-on-fallback-rq.patchThomas Gleixner
2013-04-04sched: Have migrate_disable ignore bounded threadsPeter Zijlstra
2013-04-04sched: Do not compare cpu masks in schedulerPeter Zijlstra
2013-04-04sched: Postpone actual migration disalbe to scheduleSteven Rostedt
2013-04-04sched: teach migrate_disable about atomic contextsPeter Zijlstra
2013-04-04sched, rt: Fix migrate_enable() thinkoMike Galbraith
2013-04-04sched: Generic migrate_disablePeter Zijlstra
2013-04-04sched: Optimize migrate_disablePeter Zijlstra
2013-04-04sched-migrate-disable.patchThomas Gleixner
2013-04-04sched: ttwu: Return success when only changing the saved_state valueThomas Gleixner
2013-04-04sched-disable-ttwu-queue.patchThomas Gleixner
2013-04-04cond-resched-softirq-fix.patchThomas Gleixner
2013-04-04sched-cond-resched.patchThomas Gleixner
2013-04-04sched-might-sleep-do-not-account-rcu-depth.patchThomas Gleixner
2013-04-04sched-rt-mutex-wakeup.patchThomas Gleixner
2013-04-04sched-mmdrop-delayed.patchThomas Gleixner
2013-04-04sched-limit-nr-migrate.patchThomas Gleixner
2013-04-04hrtimer: fixup hrtimer callback changes for preempt-rtThomas Gleixner
2013-04-04tracing: Account for preempt off in preempt_schedule()Steven Rostedt
2013-01-25sched/debug: Fix format string for 32-bit platformsArnd Bergmann
2013-01-25sched: Fix warning in kernel/sched/fair.cArnd Bergmann
2013-01-25sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer
2013-01-22wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov
2012-12-20sched: numa: ksm: fix oops in task_numa_placment()Hugh Dickins
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-17sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...Mel Gorman
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-14Revert "sched: Update_cfs_shares at period edge"Linus Torvalds
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-11mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_D...Mel Gorman
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman
2012-12-11sched: numa: Slowly increase the scanning period as NUMA faults are handledMel Gorman
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman
2012-12-11mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra
2012-12-11sched, numa, mm: Count WS scanning against present PTEs, not virtual memory r...Mel Gorman
2012-12-11mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra
2012-12-11Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled"Ingo Molnar
2012-12-08Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar
2012-12-03Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker