aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/arch_topology.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-17cpu-topology: Don't error on more than CONFIG_NR_CPUS CPUs in device treeGravatar Zeng Tao 1-5/+15
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-1/+1
2019-08-26arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFYGravatar Viresh Kumar 1-1/+1
2019-07-22arm: Use common cpu_topology structure and functions.Gravatar Atish Patra 1-1/+3
2019-07-22cpu-topology: Move cpu topology code to common code.Gravatar Atish Patra 1-0/+296
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+1
2019-07-03arch_topology: Remove error messages on out-of-memory conditionsGravatar Geert Uytterhoeven 1-4/+1
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Gravatar Vincent Guittot 1-3/+3
2019-04-04arch_topology: Make cpu_capacity sysfs node as read-onlyGravatar Lingutla Chandrasekhar 1-35/+1
2018-09-10sched/topology, drivers/base/arch_topology: Rebuild the sched_domain hierarch...Gravatar Morten Rasmussen 1-0/+26
2018-03-15Revert "base: arch_topology: fix section mismatch build warnings"Gravatar Gaku Inami 1-6/+6
2017-12-07drivers: core: arch_topology.c: move SPDX tag to top of the fileGravatar Greg Kroah-Hartman 1-7/+1
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2017-11-13Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-6/+23
2017-10-20arch_topology: Fix section miss match warning due to free_raw_capacity()Gravatar Prasad Sodagudi 1-1/+1
2017-10-03drivers base/arch_topology: allow inlining cpu-invariant accounting supportGravatar Dietmar Eggemann 1-6/+1
2017-10-03drivers base/arch_topology: provide frequency-invariant accounting supportGravatar Dietmar Eggemann 1-0/+14
2017-10-03drivers base/arch_topology: free cpumask cpus_to_visitGravatar Dietmar Eggemann 1-2/+10
2017-09-18base: arch_topology: fix section mismatch build warningsGravatar Sudeep Holla 1-6/+6
2017-08-28base: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-4/+4
2017-07-17arch_topology: Get rid of cap_parsing_doneGravatar Viresh Kumar 1-3/+1
2017-07-17arch_topology: Localize cap_parsing_failed to topology_parse_cpu_capacity()Gravatar Viresh Kumar 1-11/+13
2017-07-17arch_topology: Change return type of topology_parse_cpu_capacity() to boolGravatar Viresh Kumar 1-4/+4
2017-07-17arch_topology: Convert switch block to if blockGravatar Viresh Kumar 1-19/+22
2017-07-17arch_topology: Don't break lines unnecessarilyGravatar Viresh Kumar 1-6/+3
2017-06-03arm,arm64,drivers: add a prefix to drivers arch_topology interfacesGravatar Juri Lelli 1-10/+10
2017-06-03arm,arm64,drivers: move externs in a new header fileGravatar Juri Lelli 1-0/+1
2017-06-03arm,arm64,drivers: reduce scope of cap_parsing_failedGravatar Juri Lelli 1-2/+2
2017-06-03arm, arm64: factorize common cpu capacity default codeGravatar Juri Lelli 1-0/+242