aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+1
2012-10-05sched: Update sched_domains_numa_masks[][] when new cpus are onlinedTang Chen1-0/+56
2012-10-05sched: Ensure 'sched_domains_numa_levels' is safe to use in other functionsTang Chen1-0/+13
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-615/+60
2012-10-01sanitize tsk_is_polling()Al Viro1-1/+1
2012-09-26rcu: Exit RCU extended QS on user preemptionFrederic Weisbecker1-0/+15
2012-09-26rcu: Exit RCU extended QS on kernel preemption after irq/exceptionFrederic Weisbecker1-0/+1
2012-09-26rcu: Switch task's syscall hooks on context switchFrederic Weisbecker1-0/+1
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney1-50/+2
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker1-1/+1
2012-09-23sched: Fix load avg vs cpu-hotplugPeter Zijlstra1-21/+20
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations"Linus Torvalds1-38/+1
2012-09-13sched: Fix load avg vs. cpu-hotplugPeter Zijlstra1-0/+2
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra1-39/+1
2012-09-04sched: Remove useless code in yield_to()Michael Wang1-7/+0
2012-09-04sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim1-13/+22
2012-09-04Merge branch 'sched/urgent' into sched/coreIngo Molnar1-24/+10
2012-09-04sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel1-3/+0
2012-09-04sched: Fix load avg vs cpu-hotplugPeter Zijlstra1-21/+10
2012-08-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+21
2012-08-20cputime: Consolidate vtime handling on context switchFrederic Weisbecker1-0/+1
2012-08-20sched: Move cputime code to its own fileFrederic Weisbecker1-555/+2
2012-08-13sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean upAlex Shi1-1/+0
2012-08-13sched: Document schedule() entry pointsPekka Enberg1-0/+34
2012-08-13Merge branch 'sched/urgent' into sched/coreThomas Gleixner1-14/+21
2012-08-13sched,cgroup: Fix up task_groups listMike Galbraith1-0/+1
2012-08-13sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka1-14/+20