summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2013-04-24sched: Rename load_balance_tmpmask to load_balance_maskJoonsoo Kim
2013-04-10sched/cpuacct: Initialize root cpuacct earlierLi Zefan
2013-04-10sched/cpuacct: Add cpuacct_init()Li Zefan
2013-04-10sched: Split cpuacct code out of core.cLi Zefan
2013-04-08sched: Fix typo inside commentViresh Kumar
2013-03-18sched/tracing: Allow tracing the preemption decision on wakeupPeter Zijlstra
2013-03-08Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2013-03-07context_tracking: Restore preempted context state after preempt_schedule_irq()Frederic Weisbecker
2013-03-06sched: Remove double declaration of root_task_groupLi Zefan
2013-03-06sched: Move group scheduling functions out of include/linux/sched.hLi Zefan
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27Merge 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-24sched: 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-20Merge 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-12Merge 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-28sched: 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