summaryrefslogtreecommitdiff
path: root/kernel/sched/topology.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2026-08-07sched/topology: Restore SD_PREFER_SIBLING in domains with asymmetric capacityRicardo Neri1-4/+0
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov1-2/+2
2026-05-29sched/topology: Provide arch_llc_mask for cache aware schedulingShrikanth Hegde1-2/+11
2026-05-19sched/topology: Allow multiple domains to claim sched_domain_sharedK Prateek Nayak1-9/+54
2026-05-19Merge branch 'sched/cache'Peter Zijlstra1-40/+407
2026-05-19sched/fair: Attach sched_domain_shared to sd_asym_cpucapacityK Prateek Nayak1-13/+82
2026-05-19sched: Simplify ifdeffery around cpu_smt_maskShrikanth Hegde1-2/+0
2026-05-18sched/cache: Fix has_multi_llcs iff at least one partition has multiple LLCsChen Yu1-16/+53
2026-05-18sched/cache: Fix cache aware scheduling enabling for multi LLCs systemChen Yu1-3/+36
2026-05-18sched/cache: Fix race condition during sched domain rebuildChen Yu1-27/+16
2026-05-18sched/cache: Calculate the LLC size and store it in sched_domainChen Yu1-3/+95
2026-04-09sched/cache: Allow the user space to turn on and off cache aware schedulingChen Yu1-0/+65
2026-04-09sched/cache: Enable cache aware scheduling for multi LLCs NUMA nodeChen Yu1-2/+17
2026-04-09sched/cache: Introduce per CPU's tasks LLC preference counterTim Chen1-1/+61
2026-04-09sched/cache: Make LLC id continuousTim Chen1-2/+88
2026-04-03sched/fair: Use sched_energy_enabled()Vincent Guittot1-5/+4
2026-03-18sched/topology: Remove sched_domain_shared allocation with sd_dataK Prateek Nayak1-19/+0
2026-03-18sched/topology: Switch to assigning "sd->shared" from s_dataK Prateek Nayak1-29/+44
2026-03-18sched/topology: Allocate per-CPU sched_domain_shared in s_dataK Prateek Nayak1-1/+47
2026-03-18sched/topology: Extract "imb_numa_nr" calculation into a separate helperK Prateek Nayak1-53/+80
2026-03-18sched/topology: Compute sd_weight considering cpuset partitionsK Prateek Nayak1-8/+6
2026-02-23sched/fair: More complex proportional newidle balancePeter Zijlstra1-0/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2026-02-03sched_ext: Add a DL server for sched_ext tasksAndrea Righi1-0/+5
2025-11-17sched/fair: Proportional newidle balancePeter Zijlstra1-0/+6
2025-10-16sched: Create architecture specific sched domain distancesTim Chen1-22/+86
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