aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/topology.c
AgeCommit message (Expand)AuthorFilesLines
5 hoursMerge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
47 hoursMerge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
3 dayssched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov1-1/+1
2024-04-24scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-03-25sched/topology: Remove root_domain::max_cpu_capacityQais Yousef1-11/+2
2024-03-25sched/topology: Export asym_cap_listQais Yousef1-18/+25
2024-02-28sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi1-14/+14
2024-02-28sched/topology: Remove duplicate descriptions from TOPOLOGY_SD_FLAGSAlex Shi1-4/+5
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-21Merge 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-07sched/topology: Introduce sched_numa_hop_mask()Valentin Schneider1-0/+33
2023-02-07sched: 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-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 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
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/kerne...Linus 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/rafae...Linus 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
2020-02-20sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systemsMorten Rasmussen1-12/+3
2020-01-17sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider1-0/+39
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar1-2/+9
2019-10-29sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider1-1/+5
2019-10-29sched/topology: Don't try to build empty sched domainsValentin Schneider1-1/+4
2019-10-17sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relaxValentin Schneider1-6/+3
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming1-1/+2
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier1-1/+12
2019-07-25sched/topology: Add partition_sched_domains_locked()Mathieu Poirier1-4/+13
2019-07-25sched/isolation: Prefer housekeeping CPU in local nodeWanpeng Li1-0/+20
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot1-4/+4
2019-06-03sched/core: Remove sd->*_idxDietmar Eggemann1-10/+0
2019-04-19sched/topology: Update init_sched_domains() commentJuri Lelli1-3/+2
2019-04-10sched/topology: Skip duplicate group rewrites in build_sched_groups()Valentin Schneider1-3/+9
2019-04-10sched/topology: Fix build_sched_groups() commentValentin Schneider1-2/+2
2019-04-03sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)1-5/+5
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+31
2019-02-11sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck1-1/+1
2019-01-27sched/core: Give DCE a fighting chancePeter Zijlstra1-1/+1
2019-01-27sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret1-0/+29
2019-01-25sched: Replace call_rcu_sched() with call_rcu()Paul E. McKenney1-2/+2
2018-12-11sched/toplogy: Introduce the 'sched_energy_present' static keyQuentin Perret1-4/+24
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret1-4/+24
2018-12-11sched/topology: Disable EAS on inappropriate platformsQuentin Perret1-1/+48
2018-12-11sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret1-2/+6
2018-12-11sched/topology: Reference the Energy Model of CPUs when availableQuentin Perret1-4/+130
2018-12-11sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot1-2/+0
2018-11-04sched/topology: Fix off by one bugPeter Zijlstra1-1/+1
2018-09-10sched/topology: Make local variables staticzhong jiang1-2/+2
2018-09-10sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domainsMorten Rasmussen1-4/+8
2018-09-10sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen1-0/+2
2018-09-10sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen1-1/+8
2018-09-10sched/topology: Add SD_ASYM_CPUCAPACITY flag detectionMorten Rasmussen1-6/+75
2018-09-10sched/topology: Set correct NUMA topology typeSrikar Dronamraju1-4/+1
2018-07-25sched/topology: Check variable group before dereferencing itYi Wang1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-25sched/topology: Clarify root domain(s) debug stringJuri Lelli1-1/+1
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-4/+0
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-21/+21
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)1-0/+13
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker1-18/+6
2017-10-24sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...Rakib Mullick1-2/+2
2017-10-10sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)1-0/+6
2017-10-10sched/topology: Introduce NUMA identity node sched domainSuravee Suthikulpanit1-3/+15
2017-10-10sched/topology: Restore SD_PREFER_SIBLING on MC domainsPeter Zijlstra1-0/+1
2017-09-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+1
2017-09-12sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra1-3/+1
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-08-25sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra1-0/+1
2017-08-25sched/topology: Avoid pointless rebuildPeter Zijlstra1-3/+12
2017-08-25sched/topology: Improve commentsPeter Zijlstra1-2/+3
2017-08-25sched/topology: Fix memory leak in __sdt_alloc()Shu Wang1-9/+7
2017-08-10sched: Mark pick_next_task_dl() and build_sched_domain() as staticViresh Kumar1-1/+1
2017-08-10sched/topology: Drop memset() from init_rootdomain()Viresh Kumar1-3/+1
2017-05-15sched/topology: Rename sched_group_cpus()Peter Zijlstra1-19/+19
2017-05-15sched/topology: Rename sched_group_mask()Peter Zijlstra1-18/+15
2017-05-15sched/topology: Simplify sched_group_mask() usagePeter Zijlstra1-2/+3
2017-05-15sched/topology: Rewrite get_group()Peter Zijlstra1-24/+22
2017-05-15sched/topology: Add a few commentsPeter Zijlstra1-7/+193
2017-05-15sched/topology: Fix overlapping sched_group_capacityPeter Zijlstra1-6/+16
2017-05-15sched/topology: Add sched_group_capacity debuggingPeter Zijlstra1-10/+15
2017-05-15sched/topology: Small cleanupPeter Zijlstra1-2/+5
2017-05-15sched/topology: Fix overlapping sched_group_maskPeter Zijlstra1-1/+17
2017-05-15sched/topology: Remove FORCE_SD_OVERLAPPeter Zijlstra1-1/+1
2017-05-15sched/topology: Move comment about asymmetric node setupsLauro Ramos Venancio1-9/+10
2017-05-15sched/topology: Optimize build_group_mask()Lauro Ramos Venancio1-2/+2
2017-05-15sched/topology: Verify the first group matches the child domainPeter Zijlstra1-0/+6
2017-05-15sched/debug: Print the scheduler topology group maskPeter Zijlstra1-1/+11
2017-05-15sched/topology: Simplify build_overlap_sched_groups()Peter Zijlstra1-11/+2
2017-05-15sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra1-1/+1
2017-05-15sched/topology: Refactor function build_overlap_sched_groups()Lauro Ramos Venancio1-19/+43
2017-02-07sched/topology: Split out scheduler topology code from core.c into topology.cIngo Molnar1-0/+1658