summaryrefslogtreecommitdiff
path: root/kernel/sched/topology.c
AgeCommit message (Expand)Author
2023-03-22sched/topology: Make sched_energy_mutex,update staticTom Rix
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-20sched/topology: fix KASAN warning in hop_cmp()Yury Norov
2023-02-07sched/topology: Introduce sched_numa_hop_mask()Valentin Schneider
2023-02-07sched: add sched_numa_find_nth_cpu()Yury Norov
2023-01-05sched/topology: Add __init for sched_init_domains()Bing Huang
2022-12-27sched/topology: Add __init for init_defrootdomainBing Huang
2022-06-13sched/numa: Adjust imb_numa_nr to a better approximation of memory channelsMel Gorman
2022-04-06sched: Move energy_aware sysctls to topology.cZhen Ni
2022-03-15Merge branch 'sched/fast-headers' into sched/coreIngo Molnar
2022-03-08sched/topology: Remove redundant variable and fix incorrect type in build_sch...K Prateek Nayak
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2022-02-16sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying
2022-02-16sched: replace cpumask_weight with cpumask_empty where appropriateYury Norov
2022-02-11sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm: move node_reclaim_distance to fix NUMA without SMPGeert Uytterhoeven
2021-10-31sched/fair: Wait before decaying max_newidle_lb_costVincent Guittot
2021-10-15sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQSebastian Andrzej Siewior
2021-10-15sched: Add cluster scheduler level in core and related Kconfig for ARM64Barry Song
2021-10-14sched/topology: Remove unused numa_distance in cpu_attach_domain()Yicong Yang
2021-10-05sched/topology: Introduce sched_group::flagsRicardo Neri
2021-08-20sched/topology: Skip updating masks for non-online nodesValentin Schneider
2021-06-24sched/topology: Rework CPU capacity asymmetry detectionBeata Michalska
2021-05-12sched: Wrap rq::lock accessPeter Zijlstra
2021-04-17sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra
2021-04-16sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra
2021-03-25sched/topology: Remove redundant cpumask_and() in init_overlap_sched_group()Barry Song
2021-03-22sched: Fix various typosIngo Molnar
2021-03-06sched/topology: fix the issue groups don't span domain->span for NUMA diamete...Barry Song
2021-02-17sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann
2021-01-27sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider
2020-11-19sched/topology: Condition EAS enablement on FIE supportIonela Voinescu
2020-11-19sched/topology,schedutil: Wrap sched domains rebuildIonela Voinescu
2020-11-19sched/topology: Warn when NUMA diameter > 2Valentin Schneider
2020-10-29sched/deadline: Optimize sched_dl_global_validate()Peng Liu
2020-10-12Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-25sched/fair: Reduce busy load balance intervalVincent Guittot
2020-09-25sched/fair: Reduce minimal imbalance thresholdVincent Guittot
2020-09-09sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTLValentin Schneider
2020-08-26sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.hValentin Schneider
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-19sched/topology: Mark SD_PREFER_SIBLING as SDF_NEEDS_GROUPSValentin Schneider
2020-08-19sched/topology: Propagate SD_ASYM_CPUCAPACITY upwardsValentin Schneider
2020-08-19sched/topology: Remove SD_SERIALIZE degeneration special caseValentin Schneider
2020-08-19sched/topology: Use prebuilt SD flag degeneration maskValentin Schneider
2020-08-19sched/topology: Verify SD_* flags setup when sched_debug is onValentin Schneider
2020-08-19ARM, sched/topology: Remove SD_SHARE_POWERDOMAINValentin Schneider
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds