summaryrefslogtreecommitdiff
path: root/drivers/base/arch_topology.c
AgeCommit message (Expand)Author
2024-01-30topology: Set capacity_freq_ref in all casesVincent Guittot
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-12-23arm64/amu: Use capacity_ref_freq() to set AMU ratioVincent Guittot
2023-12-23cpufreq/cppc: Set the frequency used for computing the capacityVincent Guittot
2023-12-23sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot
2023-12-06arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUsJames Morse
2023-04-14arch_topology: Remove early cacheinfo error message if -ENOENTPierre Gondois
2023-04-13cacheinfo: Allow early level detection when DT/ACPI info is missing/brokenRadu Rendec
2023-01-18arch_topology: Build cacheinfo from primary CPUPierre Gondois
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-03Merge branches 'acpi-cppc', 'acpi-pcc', 'acpi-apei' and 'acpi-osi'Rafael J. Wysocki
2022-09-07arch_topology: Make cluster topology span at least SMT CPUsYicong Yang
2022-09-03Revert "arch_topology: Make cluster topology span at least SMT CPUs"Greg Kroah-Hartman
2022-09-01arch_topology: Make cluster topology span at least SMT CPUsYicong Yang
2022-09-01arch_topology: Silence early cacheinfo errors when non-existentFlorian Fainelli
2022-08-25ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid()Perry Yuan
2022-08-15arm64: topology: move store_cpu_topology() to shared codeConor Dooley
2022-07-22arch_topology: Fix cache attributes detection in the CPU hotplug pathSudeep Holla
2022-07-04arch_topology: Warn that topology for nested clusters is not supportedSudeep Holla
2022-07-04arch_topology: Add support for parsing sockets in /cpu-mapSudeep Holla
2022-07-04arch_topology: Set cluster identifier in each core/thread from /cpu-mapSudeep Holla
2022-07-04arch_topology: Limit span of cpu_clustergroup_mask()Ionela Voinescu
2022-07-04arch_topology: Don't set cluster identifier as physical package identifierSudeep Holla
2022-07-04arch_topology: Avoid parsing through all the CPUs once a outlier CPU is foundSudeep Holla
2022-07-04arch_topology: Check for non-negative value rather than -1 for IDs validitySudeep Holla
2022-07-04arch_topology: Set thread sibling cpumask only within the clusterSudeep Holla
2022-07-04arch_topology: Drop LLC identifier stash from the CPU topologySudeep Holla
2022-07-04arch_topology: Use the last level cache information from the cacheinfoSudeep Holla
2022-07-04arch_topology: Add support to parse and detect cache attributesSudeep Holla
2022-05-06arch_topology: Trace the update thermal pressureLukasz Luba
2022-04-20arch_topology: Do not set llc_sibling if llc_id is invalidWang Qing
2022-04-20topology: make core_mask include at least cluster_siblingsDarren Hart
2022-03-10arch_topology: obtain cpu capacity using information from CPPCIonela Voinescu
2021-11-23arch_topology: Remove unused topology_set_thermal_pressure() and relatedLukasz Luba
2021-11-23arch_topology: Introduce thermal pressure update functionLukasz Luba
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