aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2013-06-14Merge remote-tracking branch 'jstultz-android/linaro-fixes/experimental/andro...lsk-android-2013.06Mark Brown
2013-06-14Merge branch 'tracking-big-LITTLE-MP-upstream' into merge-manifestMark Brown
2013-04-29cgroup: Add generic cgroup subsystem permission checksColin Cross
2013-04-29sched: Enable might_sleep before initializing drivers.Arve Hjønnevåg
2013-04-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-08sched/debug: Fix sd->*_idx limit range avoiding overflowlibin
2013-03-21sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo
2013-03-12sched: SCHED_HMP multi-domain task migration controlMorten Rasmussen
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-02-23sched: do not use cpu_to_node() to find an offlined cpu's node.Tang Chen
2013-02-20Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2013-02-20sched/core: Remove the obsolete and unused nr_uninterruptible() functionSha Zhengju
2013-02-19Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2013-02-15sched: add wait_for_completion_io[_timeout]Vladimir Davydov
2013-02-07sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar
2013-02-05sched: Fix signedness bug in yield_to()Dan Carpenter
2013-01-29sched: Bail out of yield_to when source and target runqueue has one taskPeter Zijlstra
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker
2013-01-24sched: split out css_online/css_offline from tg creation/destructionLi Zefan
2013-01-22wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2013-01-18workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.hTejun Heo
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...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-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
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-11mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker
2012-11-27sched: add notifier for cross-cpu migrationsMarcelo Tosatti
2012-11-20userns: Kill task_user_nsEric W. Biederman
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo
2012-11-16sched: Mark RCU reader in sched_show_task()Paul E. McKenney
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...Paul E. McKenney
2012-10-24sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner
2012-10-24sched: Add an rq migration call-back to sched_classPaul Turner
2012-10-24sched: Maintain the load contribution of blocked entitiesPaul Turner
2012-10-24sched: Track the runnable average on a per-task entity basisPaul Turner
2012-10-23rcu: Print remote CPU's stacks in stall warningsPaul E. McKenney
2012-10-23rcu: Remove rcu_switch()Frederic Weisbecker
2012-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds