aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar1-2/+9
2019-10-29sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider1-1/+5
2019-10-29sched/topology: Don't try to build empty sched domainsValentin Schneider1-1/+4
2019-10-17sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relaxValentin Schneider1-6/+3
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming1-1/+2
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier1-1/+12
2019-07-25sched/topology: Add partition_sched_domains_locked()Mathieu Poirier1-4/+13
2019-07-25sched/isolation: Prefer housekeeping CPU in local nodeWanpeng Li1-0/+20
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot1-4/+4
2019-06-03sched/core: Remove sd->*_idxDietmar Eggemann1-10/+0
2019-04-19sched/topology: Update init_sched_domains() commentJuri Lelli1-3/+2
2019-04-10sched/topology: Skip duplicate group rewrites in build_sched_groups()Valentin Schneider1-3/+9
2019-04-10sched/topology: Fix build_sched_groups() commentValentin Schneider1-2/+2
2019-04-03sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)1-5/+5
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+31
2019-02-11sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck1-1/+1
2019-01-27sched/core: Give DCE a fighting chancePeter Zijlstra1-1/+1
2019-01-27sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret1-0/+29
2019-01-25sched: Replace call_rcu_sched() with call_rcu()Paul E. McKenney1-2/+2
2018-12-11sched/toplogy: Introduce the 'sched_energy_present' static keyQuentin Perret1-4/+24
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret1-4/+24
2018-12-11sched/topology: Disable EAS on inappropriate platformsQuentin Perret1-1/+48
2018-12-11sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret1-2/+6
2018-12-11sched/topology: Reference the Energy Model of CPUs when availableQuentin Perret1-4/+130
2018-12-11sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot1-2/+0
2018-11-04sched/topology: Fix off by one bugPeter Zijlstra1-1/+1
2018-09-10sched/topology: Make local variables staticzhong jiang1-2/+2
2018-09-10sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domainsMorten Rasmussen1-4/+8
2018-09-10sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen1-0/+2
2018-09-10sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen1-1/+8
2018-09-10sched/topology: Add SD_ASYM_CPUCAPACITY flag detectionMorten Rasmussen1-6/+75
2018-09-10sched/topology: Set correct NUMA topology typeSrikar Dronamraju1-4/+1
2018-07-25sched/topology: Check variable group before dereferencing itYi Wang1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-25sched/topology: Clarify root domain(s) debug stringJuri Lelli1-1/+1
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-4/+0
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-21/+21
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)1-0/+13
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker1-18/+6
2017-10-24sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_OFFSTACKRakib Mullick1-2/+2
2017-10-10sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)1-0/+6
2017-10-10sched/topology: Introduce NUMA identity node sched domainSuravee Suthikulpanit1-3/+15
2017-10-10sched/topology: Restore SD_PREFER_SIBLING on MC domainsPeter Zijlstra1-0/+1
2017-09-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2017-09-12sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra1-3/+1
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-08-25sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra1-0/+1
2017-08-25sched/topology: Avoid pointless rebuildPeter Zijlstra1-3/+12