1. 7e97b3d arch_topology: Remove unused topology_set_thermal_pressure() and related by Lukasz Luba · 3 years, 2 months ago
  2. c214f1241 arch_topology: Introduce thermal pressure update function by Lukasz Luba · 3 years, 2 months ago
  3. 4cc4cc2 arch_topology: Fix missing clear cluster_cpumask in remove_cpu_topology() by Wang ShaoBo · 3 years, 2 months ago
  4. 95faf6b Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 2 months ago
  5. c5e22fe topology: Represent clusters of CPUs within a die by Jonathan Cameron · 3 years, 3 months ago
  6. b3921491 drivers/base/arch_topology.c: remove superfluous header by Mianhan Liu · 3 years, 3 months ago
  7. 275157b cpufreq: qcom-cpufreq-hw: Add dcvs interrupt support by Thara Gopinath · 3 years, 5 months ago
  8. 83150f5 arch_topology: Avoid use-after-free for scale_freq_data by Viresh Kumar · 3 years, 7 months ago
  9. 2f53395 arch_topology: Export arch_freq_scale and helpers by Viresh Kumar · 3 years, 10 months ago
  10. 01e055c arch_topology: Allow multiple entities to provide sched_freq_tick() callback by Viresh Kumar · 3 years, 10 months ago
  11. eec7352 arch_topology: Rename freq_scale as arch_freq_scale by Viresh Kumar · 3 years, 10 months ago
  12. fe15146 Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 2 months ago
  13. a20b705 cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale() by Ionela Voinescu · 4 years, 3 months ago
  14. aa83889 drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions by Joe Perches · 4 years, 3 months ago
  15. 15e5d5b arch_topology, arm, arm64: define arch_scale_freq_invariant() by Valentin Schneider · 4 years, 4 months ago
  16. ecddc3a arch_topology, cpufreq: constify arch_* cpumasks by Valentin Schneider · 4 years, 4 months ago
  17. 0a10d3f arch_topology: validate input frequencies to arch_set_freq_scale() by Ionela Voinescu · 4 years, 4 months ago
  18. 25980c7 arch_topology, sched/core: Cleanup thermal pressure definition by Valentin Schneider · 4 years, 6 months ago
  19. 3cd86a5 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 9 months ago
  20. 4dfff3d arch_topology: Fix putting invalid cpu clk by Jeffy Chen · 4 years, 10 months ago
  21. 4a33691 cpu-topology: Fix the potential data corruption by Zeng Tao · 4 years, 10 months ago
  22. b8fe128 arch_topology: Adjust initial CPU capacities with current freq by Jeffy Chen · 5 years ago
  23. cd0ed03 arm64: use activity monitors for frequency invariance by Ionela Voinescu · 4 years, 10 months ago
  24. f3c1948 cpu-topology: Don't error on more than CONFIG_NR_CPUS CPUs in device tree by Zeng Tao · 5 years ago
  25. 77dcfe2 Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  26. 40f0fc2 arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFY by Viresh Kumar · 5 years ago
  27. ca74b31 arm: Use common cpu_topology structure and functions. by Atish Patra · 6 years ago
  28. 60c1b22 cpu-topology: Move cpu topology code to common code. by Atish Patra · 6 years ago
  29. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  30. 0fd3311 arch_topology: Remove error messages on out-of-memory conditions by Geert Uytterhoeven · 6 years ago
  31. 8ec59c0 sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity() by Vincent Guittot · 6 years ago
  32. 5d777b1 arch_topology: Make cpu_capacity sysfs node as read-only by Lingutla Chandrasekhar · 6 years ago
  33. bb1fbdd sched/topology, drivers/base/arch_topology: Rebuild the sched_domain hierarchy when capacities change by Morten Rasmussen · 6 years ago
  34. 9de9a44 Revert "base: arch_topology: fix section mismatch build warnings" by Gaku Inami · 7 years ago
  35. 6ee97d3 drivers: core: arch_topology.c: move SPDX tag to top of the file by Greg Kroah-Hartman · 7 years ago
  36. b974304 Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  37. 60af981 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 7 years ago
  38. 82d8ba7 arch_topology: Fix section miss match warning due to free_raw_capacity() by Prasad Sodagudi · 7 years ago
  39. 8216f58 drivers base/arch_topology: allow inlining cpu-invariant accounting support by Dietmar Eggemann · 7 years ago
  40. 0e27c56 drivers base/arch_topology: provide frequency-invariant accounting support by Dietmar Eggemann · 7 years ago
  41. 5408211 drivers base/arch_topology: free cpumask cpus_to_visit by Dietmar Eggemann · 7 years ago
  42. 452562a base: arch_topology: fix section mismatch build warnings by Sudeep Holla · 7 years ago
  43. 6ef2541 base: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  44. d8bcf4d arch_topology: Get rid of cap_parsing_done by Viresh Kumar · 8 years ago
  45. 62de116 arch_topology: Localize cap_parsing_failed to topology_parse_cpu_capacity() by Viresh Kumar · 8 years ago
  46. 805df29 arch_topology: Change return type of topology_parse_cpu_capacity() to bool by Viresh Kumar · 8 years ago
  47. 93a5708 arch_topology: Convert switch block to if block by Viresh Kumar · 8 years ago
  48. 3eeba1a arch_topology: Don't break lines unnecessarily by Viresh Kumar · 8 years ago
  49. 4ca4f26 arm,arm64,drivers: add a prefix to drivers arch_topology interfaces by Juri Lelli · 8 years ago
  50. 615ffd6 arm,arm64,drivers: move externs in a new header file by Juri Lelli · 8 years ago
  51. c105aa3 arm,arm64,drivers: reduce scope of cap_parsing_failed by Juri Lelli · 8 years ago
  52. 2ef7a29 arm, arm64: factorize common cpu capacity default code by Juri Lelli · 8 years ago