1. e4731ba cpufreq: amd-pstate: Fix the inconsistency in max frequency units by Dhananjay Ugwekar · 10 months ago
  2. 779b8a1 cpufreq: amd-pstate: remove global header file by Arnd Bergmann · 10 months ago
  3. cea04f3 cpufreq: amd-pstate: fix memory leak on CPU EPP exit by Peng Ma · 10 months ago
  4. bf202e6 cpufreq: amd-pstate: fix the highest frequency issue which limits performance by Perry Yuan · 10 months ago
  5. 5c3fd1e cpufreq: amd-pstate: remove unused variable lowest_nonlinear_freq by Perry Yuan · 11 months ago
  6. 5131a3c cpufreq: amd-pstate: fix code format problems by Perry Yuan · 11 months ago
  7. eb8b6c3 cpufreq: amd-pstate: Add quirk for the pstate CPPC capabilities missing by Perry Yuan · 11 months ago
  8. 069a2bb cpufreq: amd-pstate: get transition delay and latency value from ACPI tables by Perry Yuan · 11 months ago
  9. 2ddb8a3 cpufreq: amd-pstate: Bail out if min/max/nominal_freq is 0 by Perry Yuan · 11 months ago
  10. 3cbbe88 cpufreq: amd-pstate: Remove amd_get_{min,max,nominal,lowest_nonlinear}_freq() by Gautham R. Shenoy · 11 months ago
  11. 5547c0e cpufreq: amd-pstate: Unify computation of {max,min,nominal,lowest_nonlinear}_freq by Perry Yuan · 11 months ago
  12. 8164f74 cpufreq: amd-pstate: adjust min/max limit perf by Meng Li · 1 year, 1 month ago
  13. b26ffbf cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf() by Tor Vic · 1 year, 1 month ago
  14. e571a5e cpufreq: amd-pstate: Update amd-pstate preferred core ranking dynamically by Meng Li · 1 year, 2 months ago
  15. f3a0523 cpufreq: amd-pstate: Enable amd-pstate preferred core support by Meng Li · 1 year, 2 months ago
  16. 22fb4f0 cpufreq/amd-pstate: Fix setting scaling max/min freq values by Mario Limonciello · 1 year, 2 months ago
  17. 142c169b cpufreq/amd-pstate: Only print supported EPP values for performance governor by Ayush Jain · 1 year, 4 months ago
  18. febab20 cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq update by Wyes Karny · 1 year, 4 months ago
  19. bb87be2 cpufreq/amd-pstate: Fix the return value of amd_pstate_fast_switch() by Gautham R. Shenoy · 1 year, 4 months ago
  20. 5e720f8c cpufreq: amd-pstate: fix global sysfs attribute type by Thomas Weißschuh · 1 year, 7 months ago
  21. c88ad30 cpufreq: amd-pstate: Add a kernel config option to set default mode by Mario Limonciello · 1 year, 9 months ago
  22. 32f80b9 cpufreq: amd-pstate: Set a fallback policy based on preferred_profile by Mario Limonciello · 1 year, 9 months ago
  23. f4aad63 cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenated by Wyes Karny · 1 year, 9 months ago
  24. 217e677 cpufreq: amd-pstate: Write CPPC enable bit per-socket by Wyes Karny · 1 year, 10 months ago
  25. 3bf8c63 cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf() by Wyes Karny · 1 year, 10 months ago
  26. 249b62c cpufreq: amd-pstate: Remove fast_switch_possible flag from active driver by Wyes Karny · 1 year, 10 months ago
  27. 4badf2e cpufreq: amd-pstate: Add ->fast_switch() callback by Gautham R. Shenoy · 1 year, 10 months ago
  28. 556eb8b Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 1 year, 11 months ago
  29. 11fa52f cpufreq: amd-pstate: Make varaiable mode_state_machine static by Tom Rix · 2 years ago
  30. 3ca7bc8 cpufreq: amd-pstate: Add guided mode control support via sysfs by Wyes Karny · 2 years ago
  31. 2dd6d0e cpufreq: amd-pstate: Add guided autonomous mode by Wyes Karny · 2 years ago
  32. 3666062 cpufreq: amd-pstate: move to use bus_get_dev_root() by Greg Kroah-Hartman · 2 years ago
  33. fa0746b11 cpufreq: amd-pstate: remove MODULE_LICENSE in non-modules by Nick Alcock · 2 years, 1 month ago
  34. 7af7802 cpufreq: amd-pstate: Let user know amd-pstate is disabled by Kai-Heng Feng · 2 years, 1 month ago
  35. 6e9d121 cpufreq: amd-pstate: Fix invalid write to MSR_AMD_CPPC_REQ by Wyes Karny · 2 years, 1 month ago
  36. 7cca9a9 cpufreq: amd-pstate: avoid uninitialized variable use by Arnd Bergmann · 2 years, 1 month ago
  37. dd329e1 cpufreq: Make cpufreq_unregister_driver() return void by Uwe Kleine-König · 2 years, 1 month ago
  38. 3ec32b6 cpufreq: amd-pstate: convert sprintf with sysfs_emit() by Perry Yuan · 2 years, 1 month ago
  39. abd61c0 cpufreq: amd-pstate: add driver working mode switch support by Perry Yuan · 2 years, 1 month ago
  40. 50ddd2f cpufreq: amd-pstate: implement suspend and resume callbacks by Perry Yuan · 2 years, 1 month ago
  41. d4da12f cpufreq: amd-pstate: implement amd pstate cpu online and offline callback by Perry Yuan · 2 years, 1 month ago
  42. ffa5096 cpufreq: amd-pstate: implement Pstate EPP support for the AMD processors by Perry Yuan · 2 years, 1 month ago
  43. 36c5014 cpufreq: amd-pstate: optimize driver working mode selection in amd_pstate_param() by Wyes Karny · 2 years, 1 month ago
  44. 4f3085f cpufreq: amd-pstate: fix kernel hang issue while amd-pstate unregistering by Perry Yuan · 2 years, 2 months ago
  45. 202e683 cpufreq: amd-pstate: add amd-pstate driver parameter for mode selection by Perry Yuan · 2 years, 4 months ago
  46. 456ca88d cpufreq: amd-pstate: change amd-pstate driver to be built-in type by Perry Yuan · 2 years, 4 months ago
  47. 919f455 cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL register at init by Wyes Karny · 2 years, 4 months ago
  48. dd42d9c Merge tag 'linux-kselftest-next-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 2 years, 5 months ago
  49. f1375ec cpufreq: amd-pstate: Expose struct amd_cpudata by Meng Li · 2 years, 7 months ago
  50. c79e6fa Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 2 years, 5 months ago
  51. bedadcf cpufreq: amd-pstate: Fix initial highest_perf value by Perry Yuan · 2 years, 7 months ago
  52. ca08e46 cpufreq: amd-pstate: update pstate frequency transition delay time by Perry Yuan · 2 years, 7 months ago
  53. 0e9a863 cpufreq: amd_pstate: map desired perf into pstate scope for powersave governor by Perry Yuan · 2 years, 7 months ago
  54. b185c50 cpufreq: amd_pstate: fix wrong lowest perf fetch by Perry Yuan · 2 years, 7 months ago
  55. d8bee41 cpufreq: amd-pstate: fix white-space by Perry Yuan · 2 years, 7 months ago
  56. 4f59540 cpufreq: amd-pstate: simplify cpudata pointer assignment by Perry Yuan · 2 years, 7 months ago
  57. a2a9d18 ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid() by Perry Yuan · 2 years, 7 months ago
  58. b376471 cpufreq: amd-pstate: Add resume and suspend callbacks by Jinzhou Su · 2 years, 9 months ago
  59. 23c296f cpufreq: amd-pstate: Add more tracepoint for AMD P-State module by Jinzhou Su · 3 years ago
  60. bdc4fd3 cpufreq: amd-pstate: Fix struct amd_cpudata kernel-doc comment by Yang Li · 3 years, 2 months ago
  61. 3ad7fde cpufreq: amd-pstate: Add AMD P-State performance attributes by Huang Rui · 3 years, 3 months ago
  62. ec4e332 cpufreq: amd-pstate: Add AMD P-State frequencies attributes by Huang Rui · 3 years, 3 months ago
  63. 4127101 cpufreq: amd-pstate: Add boost mode support for AMD P-State by Huang Rui · 3 years, 3 months ago
  64. 60e10f8 cpufreq: amd-pstate: Add trace for AMD P-State module by Huang Rui · 3 years, 3 months ago
  65. e059c18 cpufreq: amd-pstate: Introduce the support for the processors with shared memory solution by Huang Rui · 3 years, 3 months ago
  66. 1d215f0 cpufreq: amd-pstate: Add fast switch function for AMD P-State by Huang Rui · 3 years, 3 months ago
  67. ec437d7 cpufreq: amd-pstate: Introduce a new AMD P-State driver to support future processors by Huang Rui · 3 years, 3 months ago