summaryrefslogtreecommitdiff
path: root/kernel/sched/topology.c
AgeCommit message (Expand)Author
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-05-07cpufreq/sched: Move cpufreq-specific EAS checks to cpufreqRafael J. Wysocki
2025-05-07cpufreq/sched: schedutil: Add helper for governor checksRafael J. Wysocki
2025-04-16sched/topology: Introduce sched_update_asym_prefer_cpu()K Prateek Nayak
2025-04-08sched/isolation: Make use of more than one housekeeping cpuPhil Auld
2025-04-08sched/topology: Refinement to topology_span_sane speedupSteve Wahl
2025-04-08sched/topology: improve topology_span_sane speedSteve Wahl
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar
2025-03-17sched/topology: Stop exposing partition_sched_domains_lockedJuri Lelli
2025-03-17sched/topology: Remove redundant dl_clear_root_domain callJuri Lelli
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli
2025-03-17sched/deadline: Generalize unique visiting of root domainsJuri Lelli
2025-03-17sched/topology: Wrappers for sched_domains_mutexJuri Lelli
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2024-12-20sched: Move sched domain name out of CONFIG_SCHED_DEBUGSwapnil Sapkal
2024-12-02sched/deadline: Restore dl_server bandwidth on non-destructive root domain ch...Juri Lelli
2024-07-29sched/fair: Fair server interfaceDaniel Bristot de Oliveira
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-05-27sched: Fix spelling in commentsIngo Molnar
2024-05-21Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linuxLinus Torvalds
2024-05-19Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-17sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov
2024-05-09sched/topology: Optimize topology_span_sane()Kyle Meyer
2024-04-24scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-03-25sched/topology: Remove root_domain::max_cpu_capacityQais Yousef
2024-03-25sched/topology: Export asym_cap_listQais Yousef
2024-02-28sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi
2024-02-28sched/topology: Remove duplicate descriptions from TOPOLOGY_SD_FLAGSAlex Shi
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