summaryrefslogtreecommitdiff
path: root/kernel/sched/topology.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-24sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song1-0/+12
2023-10-24sched: Add cpus_share_resources APIBarry Song1-0/+13
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra1-4/+4
2023-10-09sched/topology: Move the declaration of 'schedutil_gov' to kernel/sched/sched.hIngo Molnar1-1/+0
2023-10-09sched/topology: Change behaviour of the 'sched_energy_aware' sysctl, based on...Shrikanth Hegde1-38/+74
2023-10-09sched/topology: Remove the EM_MAX_COMPLEXITY limitPierre Gondois1-36/+3
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot1-2/+5
2023-09-15sched/topology: Fix sched_numa_find_nth_cpu() commentYury Norov1-7/+9
2023-09-15sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov1-0/+3
2023-09-15sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less caseYury Norov1-1/+5
2023-07-26sched/topology: Align group flags when removing degenerate domainChen Yu1-2/+1
2023-07-13sched/topology: Record number of cores in sched groupTim C Chen1-1/+11
2023-06-16sched/core: Fixed missing rq clock update before calling set_rq_offline()Hao Jia1-3/+3
2023-06-16sched/topology: Mark set_sched_topology() __initMiaohe Lin1-1/+1
2023-05-08sched/topology: Propagate SMT flags when removing degenerate domainTim C Chen1-1/+6
2023-03-22sched/topology: Make sched_energy_mutex,update staticTom Rix1-2/+2
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+95
2023-02-20sched/topology: fix KASAN warning in hop_cmp()Yury Norov1-3/+8
2023-02-08sched/topology: Introduce sched_numa_hop_mask()Valentin Schneider1-0/+33
2023-02-08sched: add sched_numa_find_nth_cpu()Yury Norov1-0/+57
2023-01-05sched/topology: Add __init for sched_init_domains()Bing Huang1-1/+1
2022-12-27sched/topology: Add __init for init_defrootdomainBing Huang1-1/+1
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_sch...K Prateek Nayak1-5/+3
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo 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-12sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman1-0/+53
2021-11-07Merge 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 diamete...Barry 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