| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-22 | arch_topology: move parse_acpi_topology() to common code | Yunhui Cui | 1 | -101/+0 |
| 2025-03-25 | Merge branch 'for-next/smt-control' into for-next/core | Catalin Marinas | 1 | -0/+54 |
| 2025-03-14 | arm64: topology: Support SMT control on ACPI based system | Yicong Yang | 1 | -0/+54 |
| 2025-02-21 | arm64: Utilize for_each_cpu_wrap for reference lookup | Beata Michalska | 1 | -6/+10 |
| 2025-02-18 | arm64: Update AMU-based freq scale factor on entering idle | Beata Michalska | 1 | -0/+13 |
| 2025-02-18 | arm64: Provide an AMU-based version of arch_freq_get_on_cpu | Beata Michalska | 1 | -10/+101 |
| 2025-02-13 | arm64: amu: Delay allocating cpumask for AMU FIE support | Beata Michalska | 1 | -12/+10 |
| 2023-12-23 | arm64/amu: Use capacity_ref_freq() to set AMU ratio | Vincent Guittot | 1 | -13/+13 |
| 2022-10-09 | Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -40/+0 |
| 2022-09-22 | arm64: topology: fix possible overflow in amu_fie_setup() | Sergey Shtylyov | 1 | -1/+1 |
| 2022-08-23 | arm64: errata: add detection for AMEVCNTR01 incrementing incorrectly | Ionela Voinescu | 1 | -2/+30 |
| 2022-08-15 | arm64: topology: move store_cpu_topology() to shared code | Conor Dooley | 1 | -40/+0 |
| 2022-07-04 | arm64: topology: Remove redundant setting of llc_id in CPU topology | Sudeep Holla | 1 | -14/+0 |
| 2021-10-15 | topology: Represent clusters of CPUs within a die | Jonathan Cameron | 1 | -0/+2 |
| 2021-03-10 | arch_topology: Allow multiple entities to provide sched_freq_tick() callback | Viresh Kumar | 1 | -66/+39 |
| 2021-03-10 | arch_topology: Rename freq_scale as arch_freq_scale | Viresh Kumar | 1 | -3/+3 |
| 2021-01-20 | arm64: topology: Make AMUs work with modular cpufreq drivers | Viresh Kumar | 1 | -44/+48 |
| 2021-01-20 | arm64: topology: Reorder init_amu_fie() a bit | Viresh Kumar | 1 | -13/+14 |
| 2021-01-20 | arm64: topology: Avoid the have_policy check | Viresh Kumar | 1 | -14/+6 |
| 2020-12-18 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -5/+1 |
| 2020-12-15 | arm64: topology: Drop the useless update to per-cpu cycles | Viresh Kumar | 1 | -5/+1 |
| 2020-12-14 | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+10 |
| 2020-11-19 | arm64: Rebuild sched domains on invariance status changes | Ionela Voinescu | 1 | -0/+10 |
| 2020-11-13 | arm64: abort counter_read_on_cpu() when irqs_disabled() | Ionela Voinescu | 1 | -0/+7 |
| 2020-11-13 | arm64: implement CPPC FFH support using AMUs | Ionela Voinescu | 1 | -0/+64 |
| 2020-11-13 | arm64: split counter validation function | Ionela Voinescu | 1 | -18/+26 |
| 2020-11-13 | arm64: wrap and generalise counter read functions | Ionela Voinescu | 1 | -9/+14 |
| 2020-10-14 | Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -1/+8 |
| 2020-09-18 | arch_topology, arm, arm64: define arch_scale_freq_invariant() | Valentin Schneider | 1 | -0/+7 |
| 2020-09-18 | arch_topology, cpufreq: constify arch_* cpumasks | Valentin Schneider | 1 | -1/+1 |
| 2020-09-07 | arm64: topology: Stop using MPIDR for topology information | Valentin Schneider | 1 | -15/+17 |
| 2020-03-06 | arm64: use activity monitors for frequency invariance | Ionela Voinescu | 1 | -0/+180 |
| 2019-08-14 | Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/... | Will Deacon | 1 | -299/+4 |
| 2019-08-12 | arm64: topology: Use PPTT to determine if PE is a thread | Jeremy Linton | 1 | -4/+15 |
| 2019-07-22 | cpu-topology: Move cpu topology code to common code. | Atish Patra | 1 | -299/+4 |
| 2018-07-06 | arm64: topology: re-introduce numa mask check for scheduler MC selection | Sudeep Holla | 1 | -1/+6 |
| 2018-07-06 | arm64: topology: rename llc_siblings to align with other struct members | Sudeep Holla | 1 | -6/+6 |
| 2018-07-06 | arm64: topology: restrict updating siblings_masks to online cpus only | Sudeep Holla | 1 | -5/+3 |
| 2018-07-06 | arm64: topology: add support to remove cpu topology sibling masks | Sudeep Holla | 1 | -0/+14 |
| 2018-07-06 | arm64: topology: refactor reset_cpu_topology to add support for removing topo... | Sudeep Holla | 1 | -7/+14 |
| 2018-06-07 | arm64: topology: Avoid checking numa mask for scheduler MC selection | Jeremy Linton | 1 | -7/+4 |
| 2018-05-17 | arm64: topology: divorce MC scheduling domain from core_siblings | Jeremy Linton | 1 | -1/+35 |
| 2018-05-17 | arm64: topology: enable ACPI/PPTT based CPU topology | Jeremy Linton | 1 | -1/+44 |
| 2018-05-17 | arm64: topology: rename cluster_id | Jeremy Linton | 1 | -13/+13 |
| 2018-01-02 | arm64: Use of_cpu_node_to_id helper for CPU topology parsing | Suzuki K Poulose | 1 | -10/+6 |
| 2017-07-20 | arm64: Convert to using %pOF instead of full_name | Rob Herring | 1 | -11/+11 |
| 2017-06-03 | arm,arm64,drivers: add a prefix to drivers arch_topology interfaces | Juri Lelli | 1 | -2/+2 |
| 2017-06-03 | arm,arm64,drivers: move externs in a new header file | Juri Lelli | 1 | -3/+1 |
| 2017-06-03 | arm,arm64,drivers: reduce scope of cap_parsing_failed | Juri Lelli | 1 | -4/+1 |
| 2017-06-03 | arm, arm64: factorize common cpu capacity default code | Juri Lelli | 1 | -216/+3 |