index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
arch_topology.c
Age
Commit message (
Expand
)
Author
2020-07-22
arch_topology, sched/core: Cleanup thermal pressure definition
Valentin Schneider
2020-03-31
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-03-18
arch_topology: Fix putting invalid cpu clk
Jeffy Chen
2020-03-11
cpu-topology: Fix the potential data corruption
Zeng Tao
2020-03-11
arch_topology: Adjust initial CPU capacities with current freq
Jeffy Chen
2020-03-06
arm64: use activity monitors for frequency invariance
Ionela Voinescu
2020-01-17
cpu-topology: Don't error on more than CONFIG_NR_CPUS CPUs in device tree
Zeng Tao
2019-09-17
Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-08-26
arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFY
Viresh Kumar
2019-07-22
arm: Use common cpu_topology structure and functions.
Atish Patra
2019-07-22
cpu-topology: Move cpu topology code to common code.
Atish Patra
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-07-03
arch_topology: Remove error messages on out-of-memory conditions
Geert Uytterhoeven
2019-06-24
sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()
Vincent Guittot
2019-04-04
arch_topology: Make cpu_capacity sysfs node as read-only
Lingutla Chandrasekhar
2018-09-10
sched/topology, drivers/base/arch_topology: Rebuild the sched_domain hierarch...
Morten Rasmussen
2018-03-15
Revert "base: arch_topology: fix section mismatch build warnings"
Gaku Inami
2017-12-07
drivers: core: arch_topology.c: move SPDX tag to top of the file
Greg Kroah-Hartman
2017-11-16
Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-11-13
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2017-10-20
arch_topology: Fix section miss match warning due to free_raw_capacity()
Prasad Sodagudi
2017-10-03
drivers base/arch_topology: allow inlining cpu-invariant accounting support
Dietmar Eggemann
2017-10-03
drivers base/arch_topology: provide frequency-invariant accounting support
Dietmar Eggemann
2017-10-03
drivers base/arch_topology: free cpumask cpus_to_visit
Dietmar Eggemann
2017-09-18
base: arch_topology: fix section mismatch build warnings
Sudeep Holla
2017-08-28
base: Convert to using %pOF instead of full_name
Rob Herring
2017-07-17
arch_topology: Get rid of cap_parsing_done
Viresh Kumar
2017-07-17
arch_topology: Localize cap_parsing_failed to topology_parse_cpu_capacity()
Viresh Kumar
2017-07-17
arch_topology: Change return type of topology_parse_cpu_capacity() to bool
Viresh Kumar
2017-07-17
arch_topology: Convert switch block to if block
Viresh Kumar
2017-07-17
arch_topology: Don't break lines unnecessarily
Viresh Kumar
2017-06-03
arm,arm64,drivers: add a prefix to drivers arch_topology interfaces
Juri Lelli
2017-06-03
arm,arm64,drivers: move externs in a new header file
Juri Lelli
2017-06-03
arm,arm64,drivers: reduce scope of cap_parsing_failed
Juri Lelli
2017-06-03
arm, arm64: factorize common cpu capacity default code
Juri Lelli