summaryrefslogtreecommitdiffstats
path: root/drivers/base/arch_topology.c
Commit message (Expand)AuthorAgeFilesLines
* topology: Set capacity_freq_ref in all casesVincent Guittot2024-01-301-7/+6
* Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-181-12/+26
|\
| * arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUsJames Morse2023-12-061-12/+26
* | arm64/amu: Use capacity_ref_freq() to set AMU ratioVincent Guittot2023-12-231-1/+11
* | cpufreq/cppc: Set the frequency used for computing the capacityVincent Guittot2023-12-231-1/+14
* | sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot2023-12-231-15/+14
|/
* arch_topology: Remove early cacheinfo error message if -ENOENTPierre Gondois2023-04-141-3/+4
* cacheinfo: Allow early level detection when DT/ACPI info is missing/brokenRadu Rendec2023-04-131-2/+2
* arch_topology: Build cacheinfo from primary CPUPierre Gondois2023-01-181-2/+10
* Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-091-0/+19
|\
| * arm64: topology: move store_cpu_topology() to shared codeConor Dooley2022-08-151-0/+19
| |
| \
*-. | Merge branches 'acpi-cppc', 'acpi-pcc', 'acpi-apei' and 'acpi-osi'Rafael J. Wysocki2022-10-031-1/+1
|\ \|
| * | ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid()Perry Yuan2022-08-251-1/+1
| |/
* | arch_topology: Make cluster topology span at least SMT CPUsYicong Yang2022-09-071-1/+1
* | Revert "arch_topology: Make cluster topology span at least SMT CPUs"Greg Kroah-Hartman2022-09-031-1/+1
* | arch_topology: Make cluster topology span at least SMT CPUsYicong Yang2022-09-011-1/+1
* | arch_topology: Silence early cacheinfo errors when non-existentFlorian Fainelli2022-09-011-1/+1
|/
* arch_topology: Fix cache attributes detection in the CPU hotplug pathSudeep Holla2022-07-221-10/+6
* arch_topology: Warn that topology for nested clusters is not supportedSudeep Holla2022-07-041-0/+2
* arch_topology: Add support for parsing sockets in /cpu-mapSudeep Holla2022-07-041-5/+32
* arch_topology: Set cluster identifier in each core/thread from /cpu-mapSudeep Holla2022-07-041-5/+8
* arch_topology: Limit span of cpu_clustergroup_mask()Ionela Voinescu2022-07-041-0/+8
* arch_topology: Don't set cluster identifier as physical package identifierSudeep Holla2022-07-041-5/+1
* arch_topology: Avoid parsing through all the CPUs once a outlier CPU is foundSudeep Holla2022-07-041-1/+3
* arch_topology: Check for non-negative value rather than -1 for IDs validitySudeep Holla2022-07-041-2/+2
* arch_topology: Set thread sibling cpumask only within the clusterSudeep Holla2022-07-041-5/+7
* arch_topology: Drop LLC identifier stash from the CPU topologySudeep Holla2022-07-041-1/+0
* arch_topology: Use the last level cache information from the cacheinfoSudeep Holla2022-07-041-2/+3
* arch_topology: Add support to parse and detect cache attributesSudeep Holla2022-07-041-7/+21
* arch_topology: Trace the update thermal pressureLukasz Luba2022-05-061-0/+5
* arch_topology: Do not set llc_sibling if llc_id is invalidWang Qing2022-04-201-1/+1
* topology: make core_mask include at least cluster_siblingsDarren Hart2022-04-201-0/+9
* arch_topology: obtain cpu capacity using information from CPPCIonela Voinescu2022-03-101-3/+42
* arch_topology: Remove unused topology_set_thermal_pressure() and relatedLukasz Luba2021-11-231-12/+5
* arch_topology: Introduce thermal pressure update functionLukasz Luba2021-11-231-1/+42
* arch_topology: Fix missing clear cluster_cpumask in remove_cpu_topology()Wang ShaoBo2021-11-111-0/+2
* Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-041-3/+0
|\
| * drivers/base/arch_topology.c: remove superfluous headerMianhan Liu2021-10-051-3/+0
* | topology: Represent clusters of CPUs within a dieJonathan Cameron2021-10-151-0/+15
|/
* cpufreq: qcom-cpufreq-hw: Add dcvs interrupt supportThara Gopinath2021-08-301-0/+2
* arch_topology: Avoid use-after-free for scale_freq_dataViresh Kumar2021-07-011-6/+21
* arch_topology: Export arch_freq_scale and helpersViresh Kumar2021-03-121-0/+3
* arch_topology: Allow multiple entities to provide sched_freq_tick() callbackViresh Kumar2021-03-101-4/+78
* arch_topology: Rename freq_scale as arch_freq_scaleViresh Kumar2021-03-101-2/+2
* Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-141-1/+1
|\
| * drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches2020-10-021-1/+1
* | cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Ionela Voinescu2020-10-081-2/+2
* | arch_topology, arm, arm64: define arch_scale_freq_invariant()Valentin Schneider2020-09-181-0/+6
* | arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider2020-09-181-2/+2
* | arch_topology: validate input frequencies to arch_set_freq_scale()Ionela Voinescu2020-09-181-0/+3
|/