summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | sched/fair: Remove unneeded prototype of capacity_of()Valentin Schneider2019-04-161-1/+0
| * | | sched/topology: Skip duplicate group rewrites in build_sched_groups()Valentin Schneider2019-04-101-3/+9
| * | | sched/topology: Fix build_sched_groups() commentValentin Schneider2019-04-101-2/+2
| * | | sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() staticYueHaibing2019-04-031-2/+2
| * | | sched/core: Annotate perf_domain pointer with __rcuJoel Fernandes (Google)2019-04-031-1/+1
| * | | sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)2019-04-032-12/+12
| * | | sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcuJoel Fernandes (Google)2019-04-032-2/+2
* | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-1/+0
|\ \ \ \
| * | | | ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra2019-04-031-1/+0
| | |_|/ | |/| |
* | | | sched/cpufreq: Fix kobject memleakTobin C. Harding2019-04-301-0/+1
| |_|/ |/| |
* | | sched/numa: Fix a possible divide-by-zeroXie XiuQi2019-04-251-0/+4
* | | sched/deadline: Correctly handle active 0-lag timersluca abeni2019-04-161-2/+1
* | | sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld2019-04-161-0/+25
| |/ |/|
* | sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman2019-04-031-3/+3
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-243-56/+89
|\
| * sched/fair: Skip LLC NOHZ logic for asymmetric systemsValentin Schneider2019-03-191-28/+37
| * sched/fair: Tune down misfit NOHZ kicksValentin Schneider2019-03-191-1/+25
| * sched/fair: Comment some nohz_balancer_kick() kick conditionsValentin Schneider2019-03-191-2/+11
| * sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov2019-03-191-1/+1