index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
arch_topology.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch_topology: Remove early cacheinfo error message if -ENOENT
Pierre Gondois
2023-04-14
1
-3
/
+4
*
cacheinfo: Allow early level detection when DT/ACPI info is missing/broken
Radu Rendec
2023-04-13
1
-2
/
+2
*
arch_topology: Build cacheinfo from primary CPU
Pierre Gondois
2023-01-18
1
-2
/
+10
*
Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-10-09
1
-0
/
+19
|
\
|
*
arm64: topology: move store_cpu_topology() to shared code
Conor Dooley
2022-08-15
1
-0
/
+19
|
|
|
\
*
-
.
|
Merge branches 'acpi-cppc', 'acpi-pcc', 'acpi-apei' and 'acpi-osi'
Rafael J. Wysocki
2022-10-03
1
-1
/
+1
|
\
\
|
|
*
|
ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid()
Perry Yuan
2022-08-25
1
-1
/
+1
|
|
/
*
|
arch_topology: Make cluster topology span at least SMT CPUs
Yicong Yang
2022-09-07
1
-1
/
+1
*
|
Revert "arch_topology: Make cluster topology span at least SMT CPUs"
Greg Kroah-Hartman
2022-09-03
1
-1
/
+1
*
|
arch_topology: Make cluster topology span at least SMT CPUs
Yicong Yang
2022-09-01
1
-1
/
+1
*
|
arch_topology: Silence early cacheinfo errors when non-existent
Florian Fainelli
2022-09-01
1
-1
/
+1
|
/
*
arch_topology: Fix cache attributes detection in the CPU hotplug path
Sudeep Holla
2022-07-22
1
-10
/
+6
*
arch_topology: Warn that topology for nested clusters is not supported
Sudeep Holla
2022-07-04
1
-0
/
+2
*
arch_topology: Add support for parsing sockets in /cpu-map
Sudeep Holla
2022-07-04
1
-5
/
+32
*
arch_topology: Set cluster identifier in each core/thread from /cpu-map
Sudeep Holla
2022-07-04
1
-5
/
+8
*
arch_topology: Limit span of cpu_clustergroup_mask()
Ionela Voinescu
2022-07-04
1
-0
/
+8
*
arch_topology: Don't set cluster identifier as physical package identifier
Sudeep Holla
2022-07-04
1
-5
/
+1
*
arch_topology: Avoid parsing through all the CPUs once a outlier CPU is found
Sudeep Holla
2022-07-04
1
-1
/
+3
*
arch_topology: Check for non-negative value rather than -1 for IDs validity
Sudeep Holla
2022-07-04
1
-2
/
+2
*
arch_topology: Set thread sibling cpumask only within the cluster
Sudeep Holla
2022-07-04
1
-5
/
+7
*
arch_topology: Drop LLC identifier stash from the CPU topology
Sudeep Holla
2022-07-04
1
-1
/
+0
*
arch_topology: Use the last level cache information from the cacheinfo
Sudeep Holla
2022-07-04
1
-2
/
+3
*
arch_topology: Add support to parse and detect cache attributes
Sudeep Holla
2022-07-04
1
-7
/
+21
*
arch_topology: Trace the update thermal pressure
Lukasz Luba
2022-05-06
1
-0
/
+5
*
arch_topology: Do not set llc_sibling if llc_id is invalid
Wang Qing
2022-04-20
1
-1
/
+1
*
topology: make core_mask include at least cluster_siblings
Darren Hart
2022-04-20
1
-0
/
+9
*
arch_topology: obtain cpu capacity using information from CPPC
Ionela Voinescu
2022-03-10
1
-3
/
+42
*
arch_topology: Remove unused topology_set_thermal_pressure() and related
Lukasz Luba
2021-11-23
1
-12
/
+5
*
arch_topology: Introduce thermal pressure update function
Lukasz Luba
2021-11-23
1
-1
/
+42
*
arch_topology: Fix missing clear cluster_cpumask in remove_cpu_topology()
Wang ShaoBo
2021-11-11
1
-0
/
+2
*
Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-11-04
1
-3
/
+0
|
\
|
*
drivers/base/arch_topology.c: remove superfluous header
Mianhan Liu
2021-10-05
1
-3
/
+0
*
|
topology: Represent clusters of CPUs within a die
Jonathan Cameron
2021-10-15
1
-0
/
+15
|
/
*
cpufreq: qcom-cpufreq-hw: Add dcvs interrupt support
Thara Gopinath
2021-08-30
1
-0
/
+2
*
arch_topology: Avoid use-after-free for scale_freq_data
Viresh Kumar
2021-07-01
1
-6
/
+21
*
arch_topology: Export arch_freq_scale and helpers
Viresh Kumar
2021-03-12
1
-0
/
+3
*
arch_topology: Allow multiple entities to provide sched_freq_tick() callback
Viresh Kumar
2021-03-10
1
-4
/
+78
*
arch_topology: Rename freq_scale as arch_freq_scale
Viresh Kumar
2021-03-10
1
-2
/
+2
*
Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-10-14
1
-1
/
+1
|
\
|
*
drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions
Joe Perches
2020-10-02
1
-1
/
+1
*
|
cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()
Ionela Voinescu
2020-10-08
1
-2
/
+2
*
|
arch_topology, arm, arm64: define arch_scale_freq_invariant()
Valentin Schneider
2020-09-18
1
-0
/
+6
*
|
arch_topology, cpufreq: constify arch_* cpumasks
Valentin Schneider
2020-09-18
1
-2
/
+2
*
|
arch_topology: validate input frequencies to arch_set_freq_scale()
Ionela Voinescu
2020-09-18
1
-0
/
+3
|
/
*
arch_topology, sched/core: Cleanup thermal pressure definition
Valentin Schneider
2020-07-22
1
-0
/
+11
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-03-31
1
-0
/
+12
|
\
|
*
arm64: use activity monitors for frequency invariance
Ionela Voinescu
2020-03-06
1
-0
/
+12
*
|
arch_topology: Fix putting invalid cpu clk
Jeffy Chen
2020-03-18
1
-3
/
+3
*
|
cpu-topology: Fix the potential data corruption
Zeng Tao
2020-03-11
1
-2
/
+2
*
|
arch_topology: Adjust initial CPU capacities with current freq
Jeffy Chen
2020-03-11
1
-12
/
+28
|
/
[next]