summaryrefslogtreecommitdiff
path: root/kernel/sched/topology.c
AgeCommit message (Expand)Author
2023-10-24sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song
2023-10-24sched: Add cpus_share_resources APIBarry Song
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra
2023-10-09sched/topology: Move the declaration of 'schedutil_gov' to kernel/sched/sched.hIngo Molnar
2023-10-09sched/topology: Change behaviour of the 'sched_energy_aware' sysctl, based on...Shrikanth Hegde
2023-10-09sched/topology: Remove the EM_MAX_COMPLEXITY limitPierre Gondois
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot
2023-09-15sched/topology: Fix sched_numa_find_nth_cpu() commentYury Norov
2023-09-15sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov
2023-09-15sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less caseYury Norov
2023-07-26sched/topology: Align group flags when removing degenerate domainChen Yu
2023-07-13sched/topology: Record number of cores in sched groupTim C Chen
2023-06-16sched/core: Fixed missing rq clock update before calling set_rq_offline()Hao Jia
2023-06-16sched/topology: Mark set_sched_topology() __initMiaohe Lin
2023-05-08sched/topology: Propagate SMT flags when removing degenerate domainTim C Chen
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