aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/stats.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12sched/debug: Increase SCHEDSTAT_VERSION to 16Ingo Molnar1-1/+1
2024-03-12sched/balancing: Remove reliance on 'enum cpu_idle_type' ordering when iterat...Shrikanth Hegde1-2/+1
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar1-1/+0
2021-10-05sched: Introduce task block time in schedstatsYafang Shao1-0/+1
2021-10-05sched: Make schedstats helpers independent of fair sched classYafang Shao1-0/+103
2021-03-22sched: Fix various typosIngo Molnar1-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-14/+1
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-7/+6
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-2/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-02-13sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-9/+2
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker1-1/+1
2013-04-29fix a leak in /proc/schedstatsAl Viro1-6/+1
2013-02-22sched: Fix /proc/sched_stat failure on very very large systemsNathan Zimmer1-20/+59
2012-01-27sched: Remove sched_switchRakib Mullick1-2/+2
2011-11-17sched: Move all scheduler bits into kernel/sched/Peter Zijlstra1-0/+111