aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2013-08-15Merge tag 'v3.11-rc5' into perf/coreIngo Molnar1-2/+2
2013-08-14Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohzIngo Molnar2-40/+17
2013-08-14vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker1-2/+2
2013-08-14vtime: Always scale generic vtime accounting resultsFrederic Weisbecker1-6/+0
2013-08-14vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker1-18/+4
2013-08-14vtime: Fix racy cputime delta updateFrederic Weisbecker1-1/+2
2013-08-14vtime: Remove a few unneeded generic vtime state checksFrederic Weisbecker1-12/+1
2013-08-14context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker1-0/+2
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-25/+71
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov1-1/+13
2013-08-13vtime: Update a few commentsFrederic Weisbecker1-0/+7
2013-08-13sched: Consolidate open coded preemptible() checksFrederic Weisbecker1-3/+1
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-2/+2
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2-50/+43
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2-23/+25
2013-08-08cgroup: add css_parent()Tejun Heo2-15/+5
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2-6/+13
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo3-7/+7
2013-07-31mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp1-2/+2
2013-07-30sched: Ensure update_cfs_shares() is called for parents of continuously-running tasksPeter Zijlstra1-0/+1
2013-07-23sched: Micro-optimize the smart wake-affine logicPeter Zijlstra3-2/+8
2013-07-23sched: Implement smarter wake-affine logicMichael Wang1-0/+47
2013-07-23sched: Move h_load calculation to task_h_load()Vladimir Davydov2-35/+30
2013-07-22sched/fair: Cleanup: remove duplicate variable declarationKirill Tkhai1-5/+3
2013-07-22Merge tag 'v3.11-rc2' into sched/coreIngo Molnar2-7/+7
2013-07-18remove sched notifier for cross-cpu migrationsMarcelo Tosatti1-15/+0
2013-07-18sched: Fix some kernel-doc warningsYacine Belkadi3-25/+70
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2-7/+7
2013-07-12sched/__wake_up_sync_key(): Fix nr_exclusive tasks which lead to WF_SYNC clearingKirill Tkhai1-1/+1
2013-07-12sched: Fix HRTICKPeter Zijlstra1-9/+11
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+36
2013-07-04posix-cpu-timers: don't account cpu timer after stopped thread runtime accountingKOSAKI Motohiro1-3/+36
2013-07-01Merge tag 'v3.10' into sched/coreIngo Molnar2-4/+4
2013-06-28sched/debug: Remove CONFIG_FAIR_GROUP_SCHED maskAlex Shi1-4/+6
2013-06-28sched/debug: Fix formatting of /proc/<PID>/schedKamalesh Babulal1-8/+9
2013-06-27sched/fair: Fix typo describing flags in enqueue_entityKamalesh Babulal1-1/+1
2013-06-27sched/debug: Add load-tracking statistics to taskKamalesh Babulal1-0/+6
2013-06-27sched: Change get_rq_runnable_load() to static and inlineAlex Shi1-2/+2
2013-06-27sched/tg: Remove tg.load_weightAlex Shi1-1/+0
2013-06-27sched/cfs_rq: Change atomic64_t removed_load to atomic_long_tAlex Shi2-5/+8
2013-06-27sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi3-11/+11
2013-06-27sched: Change cfs_rq load avg to unsigned longAlex Shi3-8/+5
2013-06-27sched: Consider runnable load average in move_tasks()Alex Shi1-9/+9
2013-06-27sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_taskAlex Shi2-4/+18
2013-06-27sched: Update cpu load after task_tickAlex Shi1-1/+1
2013-06-27sched: Fix sleep time double accounting in enqueue entityAlex Shi1-1/+7
2013-06-27sched: Set an initial value of runnable avg for new forked taskAlex Shi3-4/+28
2013-06-27sched: Move a few runnable tg variables into CONFIG_SMPAlex Shi1-0/+2
2013-06-27Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking"Alex Shi3-36/+7
2013-06-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+17