summaryrefslogtreecommitdiffstats
path: root/kernel/sched/loadavg.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar2022-02-231-1/+0
* sched: Make multiple runqueue task counters 32-bitAlexey Dobriyan2021-05-121-1/+1
* sched: Fix various typosIngo Molnar2021-03-221-1/+1
* sched: nohz: stop passing around unused "ticks" parameter.Paul Gortmaker2020-07-221-1/+1
* timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)2020-01-281-10/+23
* sched: loadavg: make calc_load_n() publicJohannes Weiner2018-10-261-69/+69
* sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-261-15/+0
* sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-041-4/+0
* sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-031-15/+15
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker2017-06-221-25/+26
* sched/loadavg: Use {READ,WRITE}_ONCE() for sample windowMatt Fleming2017-03-161-7/+11
* sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming2017-03-161-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/core: Correct off by one bug in load migration calculationThomas Gleixner2016-07-131-4/+4
* sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx2016-05-121-4/+7
* sched: Move the loadavg code to a more obvious locationPeter Zijlstra2015-05-081-0/+394