aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-07-12sched: Fix HRTICKPeter Zijlstra
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-07-04posix-cpu-timers: don't account cpu timer after stopped thread runtime accoun...KOSAKI Motohiro
2013-07-01Merge tag 'v3.10' into sched/coreIngo Molnar
2013-06-28sched/debug: Remove CONFIG_FAIR_GROUP_SCHED maskAlex Shi
2013-06-28sched/debug: Fix formatting of /proc/<PID>/schedKamalesh Babulal
2013-06-27sched/fair: Fix typo describing flags in enqueue_entityKamalesh Babulal
2013-06-27sched/debug: Add load-tracking statistics to taskKamalesh Babulal
2013-06-27sched: Change get_rq_runnable_load() to static and inlineAlex Shi
2013-06-27sched/tg: Remove tg.load_weightAlex Shi
2013-06-27sched/cfs_rq: Change atomic64_t removed_load to atomic_long_tAlex Shi
2013-06-27sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi
2013-06-27sched: Change cfs_rq load avg to unsigned longAlex Shi
2013-06-27sched: Consider runnable load average in move_tasks()Alex Shi
2013-06-27sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_taskAlex Shi
2013-06-27sched: Update cpu load after task_tickAlex Shi
2013-06-27sched: Fix sleep time double accounting in enqueue entityAlex Shi
2013-06-27sched: Set an initial value of runnable avg for new forked taskAlex Shi
2013-06-27sched: Move a few runnable tg variables into CONFIG_SMPAlex Shi
2013-06-27Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...Alex Shi
2013-06-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-06-19sched: Don't mix use of typedef ctl_table and struct ctl_tableJoe Perches
2013-06-19sched: Remove WARN_ON(!sd) from init_sched_groups_power()Viresh Kumar
2013-06-19sched: Fix memory leakage in build_sched_groups()Viresh Kumar
2013-06-19sched: Use cached value of span instead of calling sched_domain_span()Viresh Kumar
2013-06-19sched: Create for_each_sd_topology()Viresh Kumar
2013-06-19sched: Don't set sd->child to NULL when it is already NULLViresh Kumar
2013-06-19sched: Don't initialize alloc_state in build_sched_domains()Viresh Kumar
2013-06-19sched: Optimize build_sched_domains() for saving first SD node for a cpuViresh Kumar
2013-06-19sched: Remove unused params of build_sched_domain()Viresh Kumar
2013-06-19sched: Femove the useless declaration in kernel/sched/fair.cMichael Wang
2013-06-19sched: Refine the code in unthrottle_cfs_rq()Michael Wang
2013-06-19sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_listKirill Tkhai
2013-06-19Merge branch 'sched/urgent' into sched/coreIngo Molnar
2013-06-19sched: Fix clear NOHZ_BALANCE_KICKVincent Guittot
2013-05-31sched/fair: Remove unused variable from expire_cfs_rq_runtime()Kamalesh Babulal
2013-05-31vtime: Use consistent clocks among nohz accountingFrederic Weisbecker
2013-05-28sched: Use swap() macro in scale_stime()Stanislaw Gruszka
2013-05-28sched: Use an accessor to read the rq clockFrederic Weisbecker
2013-05-28sched: Update rq clock earlier in unthrottle_cfs_rqFrederic Weisbecker
2013-05-28sched: Update rq clock before calling check_preempt_curr()Frederic Weisbecker
2013-05-28sched: Update rq clock before setting fair group sharesFrederic Weisbecker
2013-05-28sched: Update rq clock before migrating tasks out of dying CPUFrederic Weisbecker
2013-05-28sched: Remove redundant update_runtime notifierNeil Zhang
2013-05-28sched/autogroup: Fix race with task_groups listGerald Schaefer
2013-05-28Merge branch 'sched/cleanups' into sched/coreIngo Molnar
2013-05-10sched: Use this_rq() helperNathan Zimmer
2013-05-07sched: Move update_load_*() methods from sched.h to fair.cPaul Gortmaker
2013-05-07sched: Factor out load calculation code from sched/core.c --> sched/proc.cPaul Gortmaker