summaryrefslogtreecommitdiffstats
path: root/kernel/sched/topology.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-081-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker2017-10-271-18/+6
* | sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...Rakib Mullick2017-10-241-2/+2
* | sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-10-101-0/+6
* | sched/topology: Introduce NUMA identity node sched domainSuravee Suthikulpanit2017-10-101-3/+15
* | sched/topology: Restore SD_PREFER_SIBLING on MC domainsPeter Zijlstra2017-10-101-0/+1
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-131-3/+1
|\
| * sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra2017-09-121-3/+1
* | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
|/
* sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra2017-08-251-0/+1
* sched/topology: Avoid pointless rebuildPeter Zijlstra2017-08-251-3/+12
* sched/topology: Improve commentsPeter Zijlstra2017-08-251-2/+3
* sched/topology: Fix memory leak in __sdt_alloc()Shu Wang2017-08-251-9/+7
* sched: Mark pick_next_task_dl() and build_sched_domain() as staticViresh Kumar2017-08-101-1/+1
* sched/topology: Drop memset() from init_rootdomain()Viresh Kumar2017-08-101-3/+1
* sched/topology: Rename sched_group_cpus()Peter Zijlstra2017-05-151-19/+19
* sched/topology: Rename sched_group_mask()Peter Zijlstra2017-05-151-18/+15
* sched/topology: Simplify sched_group_mask() usagePeter Zijlstra2017-05-151-2/+3
* sched/topology: Rewrite get_group()Peter Zijlstra2017-05-151-24/+22
* sched/topology: Add a few commentsPeter Zijlstra2017-05-151-7/+193
* sched/topology: Fix overlapping sched_group_capacityPeter Zijlstra2017-05-151-6/+16
* sched/topology: Add sched_group_capacity debuggingPeter Zijlstra2017-05-151-10/+15
* sched/topology: Small cleanupPeter Zijlstra2017-05-151-2/+5
* sched/topology: Fix overlapping sched_group_maskPeter Zijlstra2017-05-151-1/+17
* sched/topology: Remove FORCE_SD_OVERLAPPeter Zijlstra2017-05-151-1/+1
* sched/topology: Move comment about asymmetric node setupsLauro Ramos Venancio2017-05-151-9/+10
* sched/topology: Optimize build_group_mask()Lauro Ramos Venancio2017-05-151-2/+2
* sched/topology: Verify the first group matches the child domainPeter Zijlstra2017-05-151-0/+6
* sched/debug: Print the scheduler topology group maskPeter Zijlstra2017-05-151-1/+11
* sched/topology: Simplify build_overlap_sched_groups()Peter Zijlstra2017-05-151-11/+2
* sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra2017-05-151-1/+1
* sched/topology: Refactor function build_overlap_sched_groups()Lauro Ramos Venancio2017-05-151-19/+43
* sched/topology: Split out scheduler topology code from core.c into topology.cIngo Molnar2017-02-071-0/+1658
OpenPOWER on IntegriCloud