aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-31mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp1-2/+2
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2-7/+7
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
2013-06-19sched: Don't mix use of typedef ctl_table and struct ctl_tableJoe Perches1-1/+1
2013-06-19sched: Remove WARN_ON(!sd) from init_sched_groups_power()Viresh Kumar1-1/+1
2013-06-19sched: Fix memory leakage in build_sched_groups()Viresh Kumar1-2/+2
2013-06-19sched: Use cached value of span instead of calling sched_domain_span()Viresh Kumar1-1/+1
2013-06-19sched: Create for_each_sd_topology()Viresh Kumar1-3/+6
2013-06-19sched: Don't set sd->child to NULL when it is already NULLViresh Kumar1-1/+1
2013-06-19sched: Don't initialize alloc_state in build_sched_domains()Viresh Kumar1-1/+1
2013-06-19sched: Optimize build_sched_domains() for saving first SD node for a cpuViresh Kumar1-5/+2
2013-06-19sched: Remove unused params of build_sched_domain()Viresh Kumar1-4/+3
2013-06-19sched: Femove the useless declaration in kernel/sched/fair.cMichael Wang1-4/+0
2013-06-19sched: Refine the code in unthrottle_cfs_rq()Michael Wang1-1/+1
2013-06-19sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_listKirill Tkhai2-67/+16
2013-06-19Merge branch 'sched/urgent' into sched/coreIngo Molnar1-4/+17
2013-06-19sched: Fix clear NOHZ_BALANCE_KICKVincent Guittot1-4/+17
2013-05-31sched/fair: Remove unused variable from expire_cfs_rq_runtime()Kamalesh Babulal1-1/+0
2013-05-31vtime: Use consistent clocks among nohz accountingFrederic Weisbecker2-4/+4
2013-05-28sched: Use swap() macro in scale_stime()Stanislaw Gruszka1-3/+2
2013-05-28sched: Use an accessor to read the rq clockFrederic Weisbecker6-37/+47
2013-05-28sched: Update rq clock earlier in unthrottle_cfs_rqFrederic Weisbecker1-1/+3
2013-05-28sched: Update rq clock before calling check_preempt_curr()Frederic Weisbecker1-0/+2
2013-05-28sched: Update rq clock before setting fair group sharesFrederic Weisbecker1-0/+3
2013-05-28sched: Update rq clock before migrating tasks out of dying CPUFrederic Weisbecker1-0/+7
2013-05-28sched: Remove redundant update_runtime notifierNeil Zhang3-44/+0
2013-05-28sched/autogroup: Fix race with task_groups listGerald Schaefer1-2/+1
2013-05-28Merge branch 'sched/cleanups' into sched/coreIngo Molnar5-588/+605
2013-05-10sched: Use this_rq() helperNathan Zimmer2-5/+3
2013-05-07sched: Move update_load_*() methods from sched.h to fair.cPaul Gortmaker2-18/+18