summaryrefslogtreecommitdiff
path: root/drivers/base/arch_topology.c
AgeCommit message (Expand)Author
2021-11-11arch_topology: Fix missing clear cluster_cpumask in remove_cpu_topology()Wang ShaoBo
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-10-15topology: Represent clusters of CPUs within a dieJonathan Cameron
2021-10-05drivers/base/arch_topology.c: remove superfluous headerMianhan Liu
2021-08-30cpufreq: qcom-cpufreq-hw: Add dcvs interrupt supportThara Gopinath
2021-07-01arch_topology: Avoid use-after-free for scale_freq_dataViresh Kumar
2021-03-12arch_topology: Export arch_freq_scale and helpersViresh Kumar
2021-03-10arch_topology: Allow multiple entities to provide sched_freq_tick() callbackViresh Kumar
2021-03-10arch_topology: Rename freq_scale as arch_freq_scaleViresh Kumar
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-08cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Ionela Voinescu
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches
2020-09-18arch_topology, arm, arm64: define arch_scale_freq_invariant()Valentin Schneider
2020-09-18arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider
2020-09-18arch_topology: validate input frequencies to arch_set_freq_scale()Ionela Voinescu
2020-07-22arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-03-18arch_topology: Fix putting invalid cpu clkJeffy Chen
2020-03-11cpu-topology: Fix the potential data corruptionZeng Tao
2020-03-11arch_topology: Adjust initial CPU capacities with current freqJeffy Chen
2020-03-06arm64: use activity monitors for frequency invarianceIonela Voinescu
2020-01-17cpu-topology: Don't error on more than CONFIG_NR_CPUS CPUs in device treeZeng Tao
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-08-26arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFYViresh Kumar
2019-07-22arm: Use common cpu_topology structure and functions.Atish Patra
2019-07-22cpu-topology: Move cpu topology code to common code.Atish Patra
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-03arch_topology: Remove error messages on out-of-memory conditionsGeert Uytterhoeven
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot
2019-04-04arch_topology: Make cpu_capacity sysfs node as read-onlyLingutla Chandrasekhar
2018-09-10sched/topology, drivers/base/arch_topology: Rebuild the sched_domain hierarch...Morten Rasmussen
2018-03-15Revert "base: arch_topology: fix section mismatch build warnings"Gaku Inami
2017-12-07drivers: core: arch_topology.c: move SPDX tag to top of the fileGreg Kroah-Hartman
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-13Merge branch 'pm-cpufreq'Rafael J. Wysocki
2017-10-20arch_topology: Fix section miss match warning due to free_raw_capacity()Prasad Sodagudi
2017-10-03drivers base/arch_topology: allow inlining cpu-invariant accounting supportDietmar Eggemann
2017-10-03drivers base/arch_topology: provide frequency-invariant accounting supportDietmar Eggemann
2017-10-03drivers base/arch_topology: free cpumask cpus_to_visitDietmar Eggemann
2017-09-18base: arch_topology: fix section mismatch build warningsSudeep Holla
2017-08-28base: Convert to using %pOF instead of full_nameRob Herring
2017-07-17arch_topology: Get rid of cap_parsing_doneViresh Kumar
2017-07-17arch_topology: Localize cap_parsing_failed to topology_parse_cpu_capacity()Viresh Kumar
2017-07-17arch_topology: Change return type of topology_parse_cpu_capacity() to boolViresh Kumar
2017-07-17arch_topology: Convert switch block to if blockViresh Kumar
2017-07-17arch_topology: Don't break lines unnecessarilyViresh Kumar
2017-06-03arm,arm64,drivers: add a prefix to drivers arch_topology interfacesJuri Lelli
2017-06-03arm,arm64,drivers: move externs in a new header fileJuri Lelli
2017-06-03arm,arm64,drivers: reduce scope of cap_parsing_failedJuri Lelli
2017-06-03arm, arm64: factorize common cpu capacity default codeJuri Lelli