aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-10sched/cpuacct: Add cpuacct_init()Li Zefan1-6/+2
2013-04-10sched: Split cpuacct code out of core.cLi Zefan1-220/+0
2013-04-08sched: Fix typo inside commentViresh Kumar1-1/+1
2013-03-18sched/tracing: Allow tracing the preemption decision on wakeupPeter Zijlstra1-1/+1
2013-03-08Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/coreIngo Molnar1-1/+5
2013-03-07context_tracking: Restore preempted context state after preempt_schedule_irq()Frederic Weisbecker1-1/+5
2013-03-06sched: Remove double declaration of root_task_groupLi Zefan1-0/+4
2013-03-06sched: Move group scheduling functions out of include/linux/sched.hLi Zefan1-5/+5
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+52
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2013-02-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-20/+2
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+19
2013-02-23sched: do not use cpu_to_node() to find an offlined cpu's node.Tang Chen1-9/+19
2013-02-20Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-10/+39
2013-02-20sched/core: Remove the obsolete and unused nr_uninterruptible() functionSha Zhengju1-20/+2
2013-02-19Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2013-02-15sched: add wait_for_completion_io[_timeout]Vladimir Davydov1-5/+52
2013-02-07sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams1-0/+19
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/coreIngo Molnar1-0/+1
2013-02-05sched: Fix signedness bug in yield_to()Dan Carpenter1-1/+1
2013-01-29sched: Bail out of yield_to when source and target runqueue has one taskPeter Zijlstra1-6/+19
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker1-0/+1
2013-01-24sched: split out css_online/css_offline from tg creation/destructionLi Zefan1-10/+39
2013-01-22wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov1-1/+2
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-18workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.hTejun Heo1-1/+1
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+8
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-15/+56
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+15
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-8/+8
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+11
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_DEBUGMel Gorman1-0/+9
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman1-15/+33
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman1-0/+1
2012-12-11mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra1-1/+1
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra1-0/+13
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker1-5/+6
2012-11-27sched: add notifier for cross-cpu migrationsMarcelo Tosatti1-0/+15
2012-11-20userns: Kill task_user_nsEric W. Biederman1-2/+8
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()Tejun Heo1-8/+8
2012-11-16sched: Mark RCU reader in sched_show_task()Paul E. McKenney1-1/+5
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', 'srcu.2012.10.27a', 'stall.2012.11.13a', 'tracing.2012.11.08a' and 'idle.2012.10.24a' into HEADPaul E. McKenney1-1/+7
2012-10-24sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner1-1/+6
2012-10-24sched: Add an rq migration call-back to sched_classPaul Turner1-0/+2
2012-10-24sched: Maintain the load contribution of blocked entitiesPaul Turner1-1/+0
2012-10-24sched: Track the runnable average on a per-task entity basisPaul Turner1-0/+5
2012-10-23rcu: Print remote CPU's stacks in stall warningsPaul E. McKenney1-0/+6
2012-10-23rcu: Remove rcu_switch()Frederic Weisbecker1-1/+1
2012-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+69