aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-13sched/numa: Adjust imb_numa_nr to a better approximation of memory channelsMel Gorman1-8/+15
2022-04-06sched: Move energy_aware sysctls to topology.cZhen Ni1-2/+23
2022-03-15Merge branch 'sched/fast-headers' into sched/coreIngo Molnar1-1/+0
2022-03-08sched/topology: Remove redundant variable and fix incorrect type in build_sched_domainsK Prateek Nayak1-5/+3
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c files thereIngo Molnar1-1/+0
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-4/+4
2022-02-16sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying1-85/+121
2022-02-16sched: replace cpumask_weight with cpumask_empty where appropriateYury Norov1-1/+1
2022-02-11sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman1-0/+53
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-11-06mm: move node_reclaim_distance to fix NUMA without SMPGeert Uytterhoeven1-1/+0
2021-10-31sched/fair: Wait before decaying max_newidle_lb_costVincent Guittot1-1/+1
2021-10-15sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQSebastian Andrzej Siewior1-1/+1
2021-10-15sched: Add cluster scheduler level in core and related Kconfig for ARM64Barry Song1-0/+5
2021-10-14sched/topology: Remove unused numa_distance in cpu_attach_domain()Yicong Yang1-4/+0
2021-10-05sched/topology: Introduce sched_group::flagsRicardo Neri1-3/+18
2021-08-20sched/topology: Skip updating masks for non-online nodesValentin Schneider1-0/+65
2021-06-24sched/topology: Rework CPU capacity asymmetry detectionBeata Michalska1-78/+131
2021-05-12sched: Wrap rq::lock accessPeter Zijlstra1-2/+2
2021-04-17sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra1-6/+6
2021-04-16sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra1-5/+1
2021-03-25sched/topology: Remove redundant cpumask_and() in init_overlap_sched_group()Barry Song1-1/+1
2021-03-22sched: Fix various typosIngo Molnar1-1/+1
2021-03-06sched/topology: fix the issue groups don't span domain->span for NUMA diameter > 2Barry Song1-30/+61
2021-02-17sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann1-1/+1
2021-01-27sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider1-51/+48
2020-11-19sched/topology: Condition EAS enablement on FIE supportIonela Voinescu1-0/+9
2020-11-19sched/topology,schedutil: Wrap sched domains rebuildIonela Voinescu1-7/+11
2020-11-19sched/topology: Warn when NUMA diameter > 2Valentin Schneider1-0/+33
2020-10-29sched/deadline: Optimize sched_dl_global_validate()Peng Liu1-0/+1
2020-10-12Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-29/+40
2020-09-25sched/fair: Reduce busy load balance intervalVincent Guittot1-1/+1
2020-09-25sched/fair: Reduce minimal imbalance thresholdVincent Guittot1-1/+1
2020-09-09sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTLValentin Schneider1-0/+6
2020-08-26sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.hValentin Schneider1-0/+7
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-19sched/topology: Mark SD_PREFER_SIBLING as SDF_NEEDS_GROUPSValentin Schneider1-1/+1
2020-08-19sched/topology: Propagate SD_ASYM_CPUCAPACITY upwardsValentin Schneider1-2/+1
2020-08-19sched/topology: Remove SD_SERIALIZE degeneration special caseValentin Schneider1-4/+2
2020-08-19sched/topology: Use prebuilt SD flag degeneration maskValentin Schneider1-16/+4
2020-08-19sched/topology: Verify SD_* flags setup when sched_debug is onValentin Schneider1-0/+17
2020-08-19ARM, sched/topology: Remove SD_SHARE_POWERDOMAINValentin Schneider1-7/+3
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-10/+10
2020-06-24PM / EM: change naming convention from 'capacity' to 'performance'Lukasz Luba1-10/+10
2020-06-15sched: correct SD_flags returned by tl->sd_flags()Peng Liu1-1/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-04-30sched/topology: Kill SD_LOAD_BALANCEValentin Schneider1-2/+1
2020-04-30sched: Remove checks against SD_LOAD_BALANCEValentin Schneider1-19/+9
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2020-03-06sched/topology: Don't enable EAS on SMT systemsValentin Schneider1-2/+10