aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-25sched/topology: Improve commentsPeter Zijlstra1-2/+3
2017-08-25sched/topology: Fix memory leak in __sdt_alloc()Shu Wang1-9/+7
2017-08-10sched: Mark pick_next_task_dl() and build_sched_domain() as staticViresh Kumar1-1/+1
2017-08-10sched/topology: Drop memset() from init_rootdomain()Viresh Kumar1-3/+1
2017-05-15sched/topology: Rename sched_group_cpus()Peter Zijlstra1-19/+19
2017-05-15sched/topology: Rename sched_group_mask()Peter Zijlstra1-18/+15
2017-05-15sched/topology: Simplify sched_group_mask() usagePeter Zijlstra1-2/+3
2017-05-15sched/topology: Rewrite get_group()Peter Zijlstra1-24/+22
2017-05-15sched/topology: Add a few commentsPeter Zijlstra1-7/+193
2017-05-15sched/topology: Fix overlapping sched_group_capacityPeter Zijlstra1-6/+16
2017-05-15sched/topology: Add sched_group_capacity debuggingPeter Zijlstra1-10/+15
2017-05-15sched/topology: Small cleanupPeter Zijlstra1-2/+5
2017-05-15sched/topology: Fix overlapping sched_group_maskPeter Zijlstra1-1/+17
2017-05-15sched/topology: Remove FORCE_SD_OVERLAPPeter Zijlstra1-1/+1