summaryrefslogtreecommitdiffstats
path: root/kernel/sched/topology.c
AgeCommit message (Expand)Author
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-06-24PM / EM: change naming convention from 'capacity' to 'performance'Lukasz Luba
2020-06-15sched: correct SD_flags returned by tl->sd_flags()Peng Liu
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-04-30sched/topology: Kill SD_LOAD_BALANCEValentin Schneider
2020-04-30sched: Remove checks against SD_LOAD_BALANCEValentin Schneider
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-03-06sched/topology: Don't enable EAS on SMT systemsValentin Schneider
2020-02-20sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systemsMorten Rasmussen
2020-01-17sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar
2019-10-29sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider
2019-10-29sched/topology: Don't try to build empty sched domainsValentin Schneider
2019-10-17sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relaxValentin Schneider
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier
2019-07-25sched/topology: Add partition_sched_domains_locked()Mathieu Poirier
2019-07-25sched/isolation: Prefer housekeeping CPU in local nodeWanpeng Li
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot
2019-06-03sched/core: Remove sd->*_idxDietmar Eggemann
2019-04-19sched/topology: Update init_sched_domains() commentJuri Lelli
2019-04-10sched/topology: Skip duplicate group rewrites in build_sched_groups()Valentin Schneider
2019-04-10sched/topology: Fix build_sched_groups() commentValentin Schneider
2019-04-03sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-02-11sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck
2019-01-27sched/core: Give DCE a fighting chancePeter Zijlstra
2019-01-27sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret
2019-01-25sched: Replace call_rcu_sched() with call_rcu()Paul E. McKenney
2018-12-11sched/toplogy: Introduce the 'sched_energy_present' static keyQuentin Perret
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret
2018-12-11sched/topology: Disable EAS on inappropriate platformsQuentin Perret
2018-12-11sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret
2018-12-11sched/topology: Reference the Energy Model of CPUs when availableQuentin Perret
2018-12-11sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot
2018-11-04sched/topology: Fix off by one bugPeter Zijlstra
2018-09-10sched/topology: Make local variables staticzhong jiang
2018-09-10sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domainsMorten Rasmussen
2018-09-10sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen
2018-09-10sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen
2018-09-10sched/topology: Add SD_ASYM_CPUCAPACITY flag detectionMorten Rasmussen
2018-09-10sched/topology: Set correct NUMA topology typeSrikar Dronamraju
2018-07-25sched/topology: Check variable group before dereferencing itYi Wang
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-25sched/topology: Clarify root domain(s) debug stringJuri Lelli
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar