aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-18/+55
2025-09-03sched: Fix sched_numa_find_nth_cpu() if mask offlineChristian Loehle1-0/+2
2025-09-03sched: Move STDL_INIT() functions out-of-linePeter Zijlstra1-0/+45
2025-09-03sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()Peter Zijlstra1-18/+10
2025-07-14sched/topology: Remove sched_domain_topology_level::flagsK Prateek Nayak1-9/+10
2025-07-14smpboot: introduce SDTL_INIT() helper to tidy sched topology setupLi Chen1-16/+8
2025-06-13sched/smp: Use the SMP version of sched_update_asym_prefer_cpu()Ingo Molnar1-2/+0
2025-06-13sched/smp: Make SMP unconditionalIngo Molnar1-8/+2
2025-06-13sched/smp: Always define sched_domains_mutex_lock()/unlock(), def_root_domain...Ingo Molnar1-0/+4
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/topology.cIngo Molnar1-5/+5
2025-06-11sched: Make clangd usablePeter Zijlstra1-0/+2
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-20/+5
2025-05-07cpufreq/sched: Move cpufreq-specific EAS checks to cpufreqRafael J. Wysocki1-20/+5
2025-05-07cpufreq/sched: schedutil: Add helper for governor checksRafael J. Wysocki1-3/+3
2025-04-16sched/topology: Introduce sched_update_asym_prefer_cpu()K Prateek Nayak1-0/+58
2025-04-08sched/isolation: Make use of more than one housekeeping cpuPhil Auld1-1/+1
2025-04-08sched/topology: Refinement to topology_span_sane speedupSteve Wahl1-33/+19
2025-04-08sched/topology: improve topology_span_sane speedSteve Wahl1-25/+58
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar1-13/+0
2025-03-17sched/topology: Stop exposing partition_sched_domains_lockedJuri Lelli1-1/+1
2025-03-17sched/topology: Remove redundant dl_clear_root_domain callJuri Lelli1-14/+1
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli1-0/+1
2025-03-17sched/deadline: Generalize unique visiting of root domainsJuri Lelli1-1/+1
2025-03-17sched/topology: Wrappers for sched_domains_mutexJuri Lelli1-2/+10
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2024-12-20sched: Move sched domain name out of CONFIG_SCHED_DEBUGSwapnil Sapkal1-4/+0
2024-12-02sched/deadline: Restore dl_server bandwidth on non-destructive root domain ch...Juri Lelli1-3/+5
2024-07-29sched/fair: Fair server interfaceDaniel Bristot de Oliveira1-0/+8
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-05-27sched: Fix spelling in commentsIngo Molnar1-6/+6
2024-05-21Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linuxLinus Torvalds1-4/+2
2024-05-19Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2024-05-17sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov1-1/+1
2024-05-09sched/topology: Optimize topology_span_sane()Kyle Meyer1-4/+2
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