summaryrefslogtreecommitdiff
path: root/kernel/sched/topology.c
AgeCommit message (Expand)AuthorFilesLines
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
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