aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/arch_topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-15Revert "base: arch_topology: fix section mismatch build warnings"Gaku Inami1-6/+6
2017-12-07drivers: core: arch_topology.c: move SPDX tag to top of the fileGreg Kroah-Hartman1-7/+1
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2017-11-13Merge branch 'pm-cpufreq'Rafael J. Wysocki1-6/+23
2017-10-20arch_topology: Fix section miss match warning due to free_raw_capacity()Prasad Sodagudi1-1/+1
2017-10-03drivers base/arch_topology: allow inlining cpu-invariant accounting supportDietmar Eggemann1-6/+1
2017-10-03drivers base/arch_topology: provide frequency-invariant accounting supportDietmar Eggemann1-0/+14
2017-10-03drivers base/arch_topology: free cpumask cpus_to_visitDietmar Eggemann1-2/+10
2017-09-18base: arch_topology: fix section mismatch build warningsSudeep Holla1-6/+6
2017-08-28base: Convert to using %pOF instead of full_nameRob Herring1-4/+4
2017-07-17arch_topology: Get rid of cap_parsing_doneViresh Kumar1-3/+1
2017-07-17arch_topology: Localize cap_parsing_failed to topology_parse_cpu_capacity()Viresh Kumar1-11/+13
2017-07-17arch_topology: Change return type of topology_parse_cpu_capacity() to boolViresh Kumar1-4/+4
2017-07-17arch_topology: Convert switch block to if blockViresh Kumar1-19/+22
2017-07-17arch_topology: Don't break lines unnecessarilyViresh Kumar1-6/+3
2017-06-03arm,arm64,drivers: add a prefix to drivers arch_topology interfacesJuri Lelli1-10/+10
2017-06-03arm,arm64,drivers: move externs in a new header fileJuri Lelli1-0/+1
2017-06-03arm,arm64,drivers: reduce scope of cap_parsing_failedJuri Lelli1-2/+2
2017-06-03arm, arm64: factorize common cpu capacity default codeJuri Lelli1-0/+242