summaryrefslogtreecommitdiff
path: root/kernel/sched/topology.c
AgeCommit message (Expand)Author
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
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker
2017-10-24sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...Rakib Mullick
2017-10-10sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)
2017-10-10sched/topology: Introduce NUMA identity node sched domainSuravee Suthikulpanit
2017-10-10sched/topology: Restore SD_PREFER_SIBLING on MC domainsPeter Zijlstra
2017-09-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-12sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan
2017-08-25sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra
2017-08-25sched/topology: Avoid pointless rebuildPeter Zijlstra
2017-08-25sched/topology: Improve commentsPeter Zijlstra
2017-08-25sched/topology: Fix memory leak in __sdt_alloc()Shu Wang
2017-08-10sched: Mark pick_next_task_dl() and build_sched_domain() as staticViresh Kumar
2017-08-10sched/topology: Drop memset() from init_rootdomain()Viresh Kumar
2017-05-15sched/topology: Rename sched_group_cpus()Peter Zijlstra
2017-05-15sched/topology: Rename sched_group_mask()Peter Zijlstra
2017-05-15sched/topology: Simplify sched_group_mask() usagePeter Zijlstra
2017-05-15sched/topology: Rewrite get_group()Peter Zijlstra
2017-05-15sched/topology: Add a few commentsPeter Zijlstra
2017-05-15sched/topology: Fix overlapping sched_group_capacityPeter Zijlstra
2017-05-15sched/topology: Add sched_group_capacity debuggingPeter Zijlstra
2017-05-15sched/topology: Small cleanupPeter Zijlstra
2017-05-15sched/topology: Fix overlapping sched_group_maskPeter Zijlstra
2017-05-15sched/topology: Remove FORCE_SD_OVERLAPPeter Zijlstra
2017-05-15sched/topology: Move comment about asymmetric node setupsLauro Ramos Venancio
2017-05-15sched/topology: Optimize build_group_mask()Lauro Ramos Venancio
2017-05-15sched/topology: Verify the first group matches the child domainPeter Zijlstra
2017-05-15sched/debug: Print the scheduler topology group maskPeter Zijlstra
2017-05-15sched/topology: Simplify build_overlap_sched_groups()Peter Zijlstra
2017-05-15sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra
2017-05-15sched/topology: Refactor function build_overlap_sched_groups()Lauro Ramos Venancio
2017-02-07sched/topology: Split out scheduler topology code from core.c into topology.cIngo Molnar