summaryrefslogtreecommitdiffstats
path: root/kernel/sched/topology.c
Commit message (Expand)AuthorAgeFilesLines
* sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-241-4/+4
* sched/core: Remove sd->*_idxDietmar Eggemann2019-06-031-10/+0Star
* sched/topology: Update init_sched_domains() commentJuri Lelli2019-04-191-3/+2Star
* sched/topology: Skip duplicate group rewrites in build_sched_groups()Valentin Schneider2019-04-101-3/+9
* sched/topology: Fix build_sched_groups() commentValentin Schneider2019-04-101-2/+2
* sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)2019-04-031-5/+5
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-061-2/+31
|\
| * sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck2019-02-111-1/+1
| * sched/core: Give DCE a fighting chancePeter Zijlstra2019-01-271-1/+1
| * sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret2019-01-271-0/+29
* | sched: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2019-01-261-2/+2
|/
* sched/toplogy: Introduce the 'sched_energy_present' static keyQuentin Perret2018-12-111-4/+24
* sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret2018-12-111-4/+24
* sched/topology: Disable EAS on inappropriate platformsQuentin Perret2018-12-111-1/+48
* sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret2018-12-111-2/+6
* sched/topology: Reference the Energy Model of CPUs when availableQuentin Perret2018-12-111-4/+130
* sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot2018-12-111-2/+0Star
* sched/topology: Fix off by one bugPeter Zijlstra2018-11-041-1/+1
* sched/topology: Make local variables staticzhong jiang2018-09-101-2/+2
* sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domainsMorten Rasmussen2018-09-101-4/+8
* sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen2018-09-101-0/+2
* sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen2018-09-101-1/+8
* sched/topology: Add SD_ASYM_CPUCAPACITY flag detectionMorten Rasmussen2018-09-101-6/+75
* sched/topology: Set correct NUMA topology typeSrikar Dronamraju2018-09-101-4/+1Star
* sched/topology: Check variable group before dereferencing itYi Wang2018-07-251-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* sched/topology: Clarify root domain(s) debug stringJuri Lelli2018-05-251-1/+1
* sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-041-4/+0Star
* sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-031-21/+21
* sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-061-0/+13
* 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/+6Star
* | 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/+1Star
|\
| * sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra2017-09-121-3/+1Star
* | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-091-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/+7Star
* 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/+1Star
* sched/topology: Rename sched_group_cpus()Peter Zijlstra2017-05-151-19/+19
* sched/topology: Rename sched_group_mask()Peter Zijlstra2017-05-151-18/+15Star
* sched/topology: Simplify sched_group_mask() usagePeter Zijlstra2017-05-151-2/+3
* sched/topology: Rewrite get_group()Peter Zijlstra2017-05-151-24/+22Star