summaryrefslogtreecommitdiff
path: root/kernel/sched (follow)
Commit message (Expand)AuthorAge
...
* | | sched: Consider runnable load average in move_tasks()Alex Shi2013-06-27
* | | sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_taskAlex Shi2013-06-27
* | | sched: Update cpu load after task_tickAlex Shi2013-06-27
* | | sched: Fix sleep time double accounting in enqueue entityAlex Shi2013-06-27
* | | sched: Set an initial value of runnable avg for new forked taskAlex Shi2013-06-27
* | | sched: Move a few runnable tg variables into CONFIG_SMPAlex Shi2013-06-27
* | | Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...Alex Shi2013-06-27
* | | sched: Don't mix use of typedef ctl_table and struct ctl_tableJoe Perches2013-06-19
* | | sched: Remove WARN_ON(!sd) from init_sched_groups_power()Viresh Kumar2013-06-19
* | | sched: Fix memory leakage in build_sched_groups()Viresh Kumar2013-06-19
* | | sched: Use cached value of span instead of calling sched_domain_span()Viresh Kumar2013-06-19
* | | sched: Create for_each_sd_topology()Viresh Kumar2013-06-19
* | | sched: Don't set sd->child to NULL when it is already NULLViresh Kumar2013-06-19
* | | sched: Don't initialize alloc_state in build_sched_domains()Viresh Kumar2013-06-19
* | | sched: Optimize build_sched_domains() for saving first SD node for a cpuViresh Kumar2013-06-19
* | | sched: Remove unused params of build_sched_domain()Viresh Kumar2013-06-19
* | | sched: Femove the useless declaration in kernel/sched/fair.cMichael Wang2013-06-19
* | | sched: Refine the code in unthrottle_cfs_rq()Michael Wang2013-06-19
* | | sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_listKirill Tkhai2013-06-19
* | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2013-06-19
|\ \ \ | | |/ | |/|
| * | sched: Fix clear NOHZ_BALANCE_KICKVincent Guittot2013-06-19
| |/
* | sched/fair: Remove unused variable from expire_cfs_rq_runtime()Kamalesh Babulal2013-05-31
* | sched: Use swap() macro in scale_stime()Stanislaw Gruszka2013-05-28
* | sched: Use an accessor to read the rq clockFrederic Weisbecker2013-05-28
* | sched: Update rq clock earlier in unthrottle_cfs_rqFrederic Weisbecker2013-05-28
* | sched: Update rq clock before calling check_preempt_curr()Frederic Weisbecker2013-05-28
* | sched: Update rq clock before setting fair group sharesFrederic Weisbecker2013-05-28
* | sched: Update rq clock before migrating tasks out of dying CPUFrederic Weisbecker2013-05-28
* | sched: Remove redundant update_runtime notifierNeil Zhang2013-05-28
* | sched/autogroup: Fix race with task_groups listGerald Schaefer2013-05-28
* | Merge branch 'sched/cleanups' into sched/coreIngo Molnar2013-05-28
|\ \
| * | sched: Move update_load_*() methods from sched.h to fair.cPaul Gortmaker2013-05-07
| * | sched: Factor out load calculation code from sched/core.c --> sched/proc.cPaul Gortmaker2013-05-07
| |/
* / sched: Use this_rq() helperNathan Zimmer2013-05-10
|/
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-05
|\
| * sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker2013-05-04
| * Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-02
| |\
| * | nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker2013-04-22
| * | nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker2013-04-22
| * | sched: New helper to prevent from stopping the tick in full dynticksFrederic Weisbecker2013-04-22
| * | sched: Kick full dynticks CPU that have more than one task enqueued.Frederic Weisbecker2013-04-22
| * | nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker2013-04-15
| * | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-03
| * | nohz: Wake up full dynticks CPUs when a timer gets enqueuedFrederic Weisbecker2013-03-21
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-05-02
|\ \ \
| * | | sched: Avoid prev->stime underflowStanislaw Gruszka2013-04-30
| * | | sched: Do not account bogus utimeStanislaw Gruszka2013-04-30
| * | | sched: Avoid cputime scaling overflowStanislaw Gruszka2013-04-30
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\ \ \ \
| * | | | fix a leak in /proc/schedstatsAl Viro2013-04-29