summaryrefslogtreecommitdiffstats
path: root/drivers/base/arch_topology.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-141-1/+1
|\
| * drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches2020-10-021-1/+1
* | cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Ionela Voinescu2020-10-081-2/+2
* | arch_topology, arm, arm64: define arch_scale_freq_invariant()Valentin Schneider2020-09-181-0/+6
* | arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider2020-09-181-2/+2
* | arch_topology: validate input frequencies to arch_set_freq_scale()Ionela Voinescu2020-09-181-0/+3
|/
* arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider2020-07-221-0/+11
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-311-0/+12
|\
| * arm64: use activity monitors for frequency invarianceIonela Voinescu2020-03-061-0/+12
* | arch_topology: Fix putting invalid cpu clkJeffy Chen2020-03-181-3/+3
* | cpu-topology: Fix the potential data corruptionZeng Tao2020-03-111-2/+2
* | arch_topology: Adjust initial CPU capacities with current freqJeffy Chen2020-03-111-12/+28
|/
* cpu-topology: Don't error on more than CONFIG_NR_CPUS CPUs in device treeZeng Tao2020-01-171-5/+15
* Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-09-171-1/+1
|\
| * arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFYViresh Kumar2019-08-261-1/+1
* | arm: Use common cpu_topology structure and functions.Atish Patra2019-07-221-1/+3
* | cpu-topology: Move cpu topology code to common code.Atish Patra2019-07-221-0/+296
|/
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-4/+1
|\
| * arch_topology: Remove error messages on out-of-memory conditionsGeert Uytterhoeven2019-07-031-4/+1
* | sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-241-3/+3
|/
* arch_topology: Make cpu_capacity sysfs node as read-onlyLingutla Chandrasekhar2019-04-041-35/+1
* sched/topology, drivers/base/arch_topology: Rebuild the sched_domain hierarch...Morten Rasmussen2018-09-101-0/+26
* Revert "base: arch_topology: fix section mismatch build warnings"Gaku Inami2018-03-151-6/+6
* drivers: core: arch_topology.c: move SPDX tag to top of the fileGreg Kroah-Hartman2017-12-071-7/+1
* Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-161-1/+1
|\
| * arch_topology: Fix section miss match warning due to free_raw_capacity()Prasad Sodagudi2017-10-201-1/+1
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2017-11-131-6/+23
|\ \ | |/ |/|
| * drivers base/arch_topology: allow inlining cpu-invariant accounting supportDietmar Eggemann2017-10-031-6/+1
| * drivers base/arch_topology: provide frequency-invariant accounting supportDietmar Eggemann2017-10-031-0/+14
| * drivers base/arch_topology: free cpumask cpus_to_visitDietmar Eggemann2017-10-031-2/+10
* | base: arch_topology: fix section mismatch build warningsSudeep Holla2017-09-181-6/+6
|/
* base: Convert to using %pOF instead of full_nameRob Herring2017-08-281-4/+4
* arch_topology: Get rid of cap_parsing_doneViresh Kumar2017-07-171-3/+1
* arch_topology: Localize cap_parsing_failed to topology_parse_cpu_capacity()Viresh Kumar2017-07-171-11/+13
* arch_topology: Change return type of topology_parse_cpu_capacity() to boolViresh Kumar2017-07-171-4/+4
* arch_topology: Convert switch block to if blockViresh Kumar2017-07-171-19/+22
* arch_topology: Don't break lines unnecessarilyViresh Kumar2017-07-171-6/+3
* arm,arm64,drivers: add a prefix to drivers arch_topology interfacesJuri Lelli2017-06-031-10/+10
* arm,arm64,drivers: move externs in a new header fileJuri Lelli2017-06-031-0/+1
* arm,arm64,drivers: reduce scope of cap_parsing_failedJuri Lelli2017-06-031-2/+2
* arm, arm64: factorize common cpu capacity default codeJuri Lelli2017-06-031-0/+242