summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-11-042-2/+2
|\
| * sched/topology: Fix off by one bugPeter Zijlstra2018-11-041-1/+1
| * sched/rt: Update comment in pick_next_task_rt()Muchun Song2018-10-291-1/+1
* | Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-10-301-21/+13Star
|\ \ | |/ |/|
| * cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano2018-10-251-7/+0Star
| * sched: Factor out nr_iowait and nr_iowait_cpuDaniel Lezcano2018-10-251-21/+20Star
* | psi: cgroup supportJohannes Weiner2018-10-271-8/+110
* | psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-275-2/+756
* | sched: introduce this_rq_lock_irq()Johannes Weiner2018-10-272-3/+13
* | sched: sched.h: make rq locking and clock functions available in stats.hJohannes Weiner2018-10-271-82/+82
* | sched: loadavg: make calc_load_n() publicJohannes Weiner2018-10-271-69/+69
* | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-271-15/+0Star
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-4/+4
|\ \ | |/ |/|
| * y2038: sched: Change sched_rr_get_interval to use __kernel_timespecArnd Bergmann2018-08-291-2/+2
| * y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-2/+2
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-232-16/+0Star
|\ \
| * | x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...Christophe Leroy2018-10-222-16/+0Star
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-10-237-84/+261
|\ \ \
| * | | sched/core: Fix comment regarding nr_iowait_cpu() and get_iowait_load()Rafael J. Wysocki2018-10-041-4/+4
| * | | sched/fair: Remove setting task's se->runnable_weight during PELT updateDietmar Eggemann2018-10-022-6/+2Star
| * | | sched/fair: Disable LB_BIAS by defaultDietmar Eggemann2018-10-021-1/+1
| * | | sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-10-025-10/+8Star
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-10-024-15/+84
| |\ \ \
| * | | | sched/topology: Make local variables staticzhong jiang2018-09-101-2/+2
| * | | | sched/numa: Remove unused numa_stats::nr_running fieldVincent Guittot2018-09-101-3/+0Star
| * | | | sched/numa: Remove unused code from update_numa_stats()Vincent Guittot2018-09-101-20/+1Star
| * | | | sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra2018-09-101-1/+1
| * | | | sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domainsMorten Rasmussen2018-09-101-4/+8
| * | | | sched/fair: Don't move tasks to lower capacity CPUs unless necessaryChris Redpath2018-09-101-0/+11
| * | | | sched/fair: Set rq->rd->overload when misfitValentin Schneider2018-09-102-3/+9
| * | | | sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider2018-09-102-5/+5
| * | | | sched/core: Change root_domain->overload type to intValentin Schneider2018-09-101-2/+2
| * | | | sched/fair: Change 'prefer_sibling' type to boolValentin Schneider2018-09-101-4/+2Star
| * | | | sched/fair: Kick nohz balance if rq->misfit_task_loadValentin Schneider2018-09-101-1/+1
| * | | | sched/fair: Consider misfit tasks when load-balancingMorten Rasmussen2018-09-101-2/+49
| * | | | sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen2018-09-103-4/+23
| * | | | sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen2018-09-102-8/+48
| * | | | sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen2018-09-103-1/+12
| * | | | sched/topology: Add SD_ASYM_CPUCAPACITY flag detectionMorten Rasmussen2018-09-101-6/+75
| | |/ / | |/| |
* | | | sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun2018-10-161-1/+1
* | | | sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2018-10-112-3/+21
* | | | sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman2018-10-021-1/+11
| |/ / |/| |
* | | sched/numa: Avoid task migration for small NUMA improvementSrikar Dronamraju2018-10-021-5/+18
* | | sched/numa: Limit the conditions where scan period is resetMel Gorman2018-10-021-2/+23
* | | sched/numa: Reset scan rate whenever task moves across nodesSrikar Dronamraju2018-10-021-7/+19
* | | sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju2018-10-024-4/+4
* | | sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju2018-10-022-0/+23
|/ /
* | sched/fair: Fix kernel-doc notation warningRandy Dunlap2018-09-101-0/+1
* | sched/fair: Fix load_balance redo for !imbalanceVincent Guittot2018-09-101-1/+1
* | sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot2018-09-101-3/+3