aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/arch_topology.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-22arch_topology: Fix cache attributes detection in the CPU hotplug pathGravatar Sudeep Holla 1-10/+6
2022-07-04arch_topology: Warn that topology for nested clusters is not supportedGravatar Sudeep Holla 1-0/+2
2022-07-04arch_topology: Add support for parsing sockets in /cpu-mapGravatar Sudeep Holla 1-5/+32
2022-07-04arch_topology: Set cluster identifier in each core/thread from /cpu-mapGravatar Sudeep Holla 1-5/+8
2022-07-04arch_topology: Limit span of cpu_clustergroup_mask()Gravatar Ionela Voinescu 1-0/+8
2022-07-04arch_topology: Don't set cluster identifier as physical package identifierGravatar Sudeep Holla 1-5/+1
2022-07-04arch_topology: Avoid parsing through all the CPUs once a outlier CPU is foundGravatar Sudeep Holla 1-1/+3
2022-07-04arch_topology: Check for non-negative value rather than -1 for IDs validityGravatar Sudeep Holla 1-2/+2
2022-07-04arch_topology: Set thread sibling cpumask only within the clusterGravatar Sudeep Holla 1-5/+7
2022-07-04arch_topology: Drop LLC identifier stash from the CPU topologyGravatar Sudeep Holla 1-1/+0
2022-07-04arch_topology: Use the last level cache information from the cacheinfoGravatar Sudeep Holla 1-2/+3
2022-07-04arch_topology: Add support to parse and detect cache attributesGravatar Sudeep Holla 1-7/+21
2022-05-06arch_topology: Trace the update thermal pressureGravatar Lukasz Luba 1-0/+5
2022-04-20arch_topology: Do not set llc_sibling if llc_id is invalidGravatar Wang Qing 1-1/+1
2022-04-20topology: make core_mask include at least cluster_siblingsGravatar Darren Hart 1-0/+9
2022-03-10arch_topology: obtain cpu capacity using information from CPPCGravatar Ionela Voinescu 1-3/+42
2021-11-23arch_topology: Remove unused topology_set_thermal_pressure() and relatedGravatar Lukasz Luba 1-12/+5
2021-11-23arch_topology: Introduce thermal pressure update functionGravatar Lukasz Luba 1-1/+42
2021-11-11arch_topology: Fix missing clear cluster_cpumask in remove_cpu_topology()Gravatar Wang ShaoBo 1-0/+2
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+0
2021-10-15topology: Represent clusters of CPUs within a dieGravatar Jonathan Cameron 1-0/+15
2021-10-05drivers/base/arch_topology.c: remove superfluous headerGravatar Mianhan Liu 1-3/+0
2021-08-30cpufreq: qcom-cpufreq-hw: Add dcvs interrupt supportGravatar Thara Gopinath 1-0/+2
2021-07-01arch_topology: Avoid use-after-free for scale_freq_dataGravatar Viresh Kumar 1-6/+21
2021-03-12arch_topology: Export arch_freq_scale and helpersGravatar Viresh Kumar 1-0/+3
2021-03-10arch_topology: Allow multiple entities to provide sched_freq_tick() callbackGravatar Viresh Kumar 1-4/+78
2021-03-10arch_topology: Rename freq_scale as arch_freq_scaleGravatar Viresh Kumar 1-2/+2
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2020-10-08cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Gravatar Ionela Voinescu 1-2/+2
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsGravatar Joe Perches 1-1/+1
2020-09-18arch_topology, arm, arm64: define arch_scale_freq_invariant()Gravatar Valentin Schneider 1-0/+6
2020-09-18arch_topology, cpufreq: constify arch_* cpumasksGravatar Valentin Schneider 1-2/+2
2020-09-18arch_topology: validate input frequencies to arch_set_freq_scale()Gravatar Ionela Voinescu 1-0/+3
2020-07-22arch_topology, sched/core: Cleanup thermal pressure definitionGravatar Valentin Schneider 1-0/+11
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+12
2020-03-18arch_topology: Fix putting invalid cpu clkGravatar Jeffy Chen 1-3/+3
2020-03-11cpu-topology: Fix the potential data corruptionGravatar Zeng Tao 1-2/+2
2020-03-11arch_topology: Adjust initial CPU capacities with current freqGravatar Jeffy Chen 1-12/+28
2020-03-06arm64: use activity monitors for frequency invarianceGravatar Ionela Voinescu 1-0/+12
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