summaryrefslogtreecommitdiffstats
path: root/kernel/sched/topology.c
Commit message (Expand)AuthorAgeFilesLines
* sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi2024-02-281-14/+14
* sched/topology: Remove duplicate descriptions from TOPOLOGY_SD_FLAGSAlex Shi2024-02-281-4/+5
* sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song2023-10-241-0/+12
* sched: Add cpus_share_resources APIBarry Song2023-10-241-0/+13
* sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra2023-10-121-4/+4
* sched/topology: Move the declaration of 'schedutil_gov' to kernel/sched/sched.hIngo Molnar2023-10-091-1/+0
* sched/topology: Change behaviour of the 'sched_energy_aware' sysctl, based on...Shrikanth Hegde2023-10-091-38/+74
* sched/topology: Remove the EM_MAX_COMPLEXITY limitPierre Gondois2023-10-091-36/+3
* sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot2023-10-091-2/+5
* sched/topology: Fix sched_numa_find_nth_cpu() commentYury Norov2023-09-151-7/+9
* sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov2023-09-151-0/+3
* sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less caseYury Norov2023-09-151-1/+5
* sched/topology: Align group flags when removing degenerate domainChen Yu2023-07-261-2/+1
* sched/topology: Record number of cores in sched groupTim C Chen2023-07-131-1/+11
* sched/core: Fixed missing rq clock update before calling set_rq_offline()Hao Jia2023-06-161-3/+3
* sched/topology: Mark set_sched_topology() __initMiaohe Lin2023-06-161-1/+1
* sched/topology: Propagate SMT flags when removing degenerate domainTim C Chen2023-05-081-1/+6
* sched/topology: Make sched_energy_mutex,update staticTom Rix2023-03-221-2/+2
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+95
|\
| * sched/topology: fix KASAN warning in hop_cmp()Yury Norov2023-02-201-3/+8
| * sched/topology: Introduce sched_numa_hop_mask()Valentin Schneider2023-02-071-0/+33
| * sched: add sched_numa_find_nth_cpu()Yury Norov2023-02-071-0/+57
* | sched/topology: Add __init for sched_init_domains()Bing Huang2023-01-051-1/+1
* | sched/topology: Add __init for init_defrootdomainBing Huang2022-12-271-1/+1
|/
* sched/numa: Adjust imb_numa_nr to a better approximation of memory channelsMel Gorman2022-06-131-8/+15
* sched: Move energy_aware sysctls to topology.cZhen Ni2022-04-061-2/+23
* Merge branch 'sched/fast-headers' into sched/coreIngo Molnar2022-03-151-1/+0
|\
| * sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar2022-02-231-1/+0
* | sched/topology: Remove redundant variable and fix incorrect type in build_sch...K Prateek Nayak2022-03-081-5/+3
|/
* sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-4/+4
* sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying2022-02-161-85/+121
* sched: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-02-161-1/+1
* sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman2022-02-111-0/+53
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+0
|\
| * mm: move node_reclaim_distance to fix NUMA without SMPGeert Uytterhoeven2021-11-061-1/+0
* | sched/fair: Wait before decaying max_newidle_lb_costVincent Guittot2021-10-311-1/+1
* | sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQSebastian Andrzej Siewior2021-10-151-1/+1
* | sched: Add cluster scheduler level in core and related Kconfig for ARM64Barry Song2021-10-151-0/+5
* | sched/topology: Remove unused numa_distance in cpu_attach_domain()Yicong Yang2021-10-141-4/+0
* | sched/topology: Introduce sched_group::flagsRicardo Neri2021-10-051-3/+18
|/
* sched/topology: Skip updating masks for non-online nodesValentin Schneider2021-08-201-0/+65
* sched/topology: Rework CPU capacity asymmetry detectionBeata Michalska2021-06-241-78/+131
* sched: Wrap rq::lock accessPeter Zijlstra2021-05-121-2/+2
* sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra2021-04-171-6/+6
* sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra2021-04-161-5/+1
* sched/topology: Remove redundant cpumask_and() in init_overlap_sched_group()Barry Song2021-03-251-1/+1
* sched: Fix various typosIngo Molnar2021-03-221-1/+1
* sched/topology: fix the issue groups don't span domain->span for NUMA diamete...Barry Song2021-03-061-30/+61
* sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann2021-02-171-1/+1
* sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider2021-01-271-51/+48