summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/psi: Correct overly pessimistic size calculationMiles Chen2019-10-051-1/+1
* sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD2019-10-051-1/+6
* idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra2019-10-051-2/+3
* sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld2019-10-051-3/+3
* sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli2019-10-051-0/+33
* sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli2019-10-051-4/+0
* sched/fair: Fix imbalance due to CPU affinityVincent Guittot2019-10-051-2/+3
* time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney2019-10-051-8/+49
* sched/fair: Don't assign runtime for throttled cfs_rqLiangyan2019-09-161-0/+5
* sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior2019-09-101-1/+4
* psi: get poll_work to run when calling poll syscall next timeJason Xing2019-08-291-0/+8
* sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan2019-08-291-1/+1
* sched/psi: Reduce psimon FIFO priorityPeter Zijlstra2019-08-291-1/+1
* sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann2019-08-291-8/+0
* cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar2019-08-251-4/+10
* sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn2019-08-041-39/+81
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-041-4/+20
* sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai2019-07-261-1/+1
* sched/core: Add __sched tag for io_schedule()Gao Xiang2019-07-261-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-052-10/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-217-0/+7
* kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg2019-05-141-1/+1
* psi: introduce psi monitorSuren Baghdasaryan2019-05-141-16/+478
* psi: track changed statesSuren Baghdasaryan2019-05-141-6/+18
* psi: split update_stats into partsSuren Baghdasaryan2019-05-141-23/+34
* psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan2019-05-141-20/+21
* psi: make psi_enable staticSuren Baghdasaryan2019-05-141-2/+2
* psi: introduce state_mask to represent stalled psi statesSuren Baghdasaryan2019-05-141-10/+19
* Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-2/+3
|\
| * cpufreq: schedutil: Replace default_attrs field with groupsKimberly Brown2019-04-251-2/+3
* | Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-061-11/+10
|\ \
| * \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-05-061-11/+10
| |\ \
| | * | cpufreq: schedutil: Simplify iowait boostingRafael J. Wysocki2019-04-081-11/+10
| | |/
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-068-127/+101
|\ \ \
| * | | sched/isolation: Require a present CPU in housekeeping maskNicholas Piggin2019-05-031-5/+13
| * | | sched/core: Allow the remote scheduler tick to be started on CPU0Nicholas Piggin2019-05-031-1/+1
| * | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2019-05-032-2/+30
| |\| |
| * | | sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin2019-04-291-6/+10
| * | | sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic"Colin Ian King2019-04-191-1/+1
| * | | sched/topology: Update init_sched_domains() commentJuri Lelli2019-04-191-3/+2
| * | | sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov2019-04-191-1/+6
| * | | sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-04-191-0/+2
| * | | sched/rt: Check integer overflow at usec to nsec conversionKonstantin Khlebnikov2019-04-191-0/+5
| * | | sched/core: Fix typo in commentJoel Savitz2019-04-191-1/+1
| * | | sched/core: Make some functions staticYueHaibing2019-04-182-6/+6
| * | | sched/core: Unify p->on_rq updatesPeter Zijlstra2019-04-162-7/+4
| * | | sched/core: Remove ttwu_activate()Peter Zijlstra2019-04-161-7/+2
| * | | sched/core, workqueues: Distangle worker accounting from rq lockThomas Gleixner2019-04-161-67/+21