index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
amd-pstate.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpufreq: amd-pstate: fix memory leak on CPU EPP exit
Peng Ma
2024-05-16
1
-0
/
+7
*
cpufreq: amd-pstate: fix the highest frequency issue which limits performance
Perry Yuan
2024-05-08
1
-3
/
+19
*
cpufreq: amd-pstate: remove unused variable lowest_nonlinear_freq
Perry Yuan
2024-04-30
1
-4
/
+2
*
cpufreq: amd-pstate: fix code format problems
Perry Yuan
2024-04-30
1
-4
/
+3
*
cpufreq: amd-pstate: Add quirk for the pstate CPPC capabilities missing
Perry Yuan
2024-04-26
1
-2
/
+51
*
cpufreq: amd-pstate: get transition delay and latency value from ACPI tables
Perry Yuan
2024-04-26
1
-2
/
+32
*
cpufreq: amd-pstate: Bail out if min/max/nominal_freq is 0
Perry Yuan
2024-04-26
1
-6
/
+10
*
cpufreq: amd-pstate: Remove amd_get_{min,max,nominal,lowest_nonlinear}_freq()
Gautham R. Shenoy
2024-04-26
1
-30
/
+10
*
cpufreq: amd-pstate: Unify computation of {max,min,nominal,lowest_nonlinear}_...
Perry Yuan
2024-04-26
1
-67
/
+59
*
cpufreq: amd-pstate: adjust min/max limit perf
Meng Li
2024-02-29
1
-1
/
+14
*
cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()
Tor Vic
2024-02-12
1
-1
/
+1
*
cpufreq: amd-pstate: Update amd-pstate preferred core ranking dynamically
Meng Li
2024-01-31
1
-0
/
+52
*
cpufreq: amd-pstate: Enable amd-pstate preferred core support
Meng Li
2024-01-31
1
-8
/
+123
*
cpufreq/amd-pstate: Fix setting scaling max/min freq values
Mario Limonciello
2024-01-22
1
-4
/
+3
*
cpufreq/amd-pstate: Only print supported EPP values for performance governor
Ayush Jain
2023-11-29
1
-1
/
+6
*
cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq update
Wyes Karny
2023-11-29
1
-13
/
+47
*
cpufreq/amd-pstate: Fix the return value of amd_pstate_fast_switch()
Gautham R. Shenoy
2023-11-28
1
-1
/
+3
*
cpufreq: amd-pstate: fix global sysfs attribute type
Thomas Weißschuh
2023-08-07
1
-5
/
+5
*
cpufreq: amd-pstate: Add a kernel config option to set default mode
Mario Limonciello
2023-06-21
1
-25
/
+48
*
cpufreq: amd-pstate: Set a fallback policy based on preferred_profile
Mario Limonciello
2023-06-21
1
-2
/
+26
*
cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenated
Wyes Karny
2023-06-16
1
-1
/
+1
*
cpufreq: amd-pstate: Write CPPC enable bit per-socket
Wyes Karny
2023-06-16
1
-1
/
+27
*
cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf()
Wyes Karny
2023-05-25
1
-1
/
+7
*
cpufreq: amd-pstate: Remove fast_switch_possible flag from active driver
Wyes Karny
2023-05-24
1
-2
/
+0
*
cpufreq: amd-pstate: Add ->fast_switch() callback
Gautham R. Shenoy
2023-05-24
1
-6
/
+30
*
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
1
-14
/
+10
|
\
|
*
cpufreq: amd-pstate: move to use bus_get_dev_root()
Greg Kroah-Hartman
2023-03-17
1
-14
/
+10
*
|
cpufreq: amd-pstate: Make varaiable mode_state_machine static
Tom Rix
2023-04-11
1
-1
/
+1
*
|
cpufreq: amd-pstate: Add guided mode control support via sysfs
Wyes Karny
2023-03-17
1
-42
/
+101
*
|
cpufreq: amd-pstate: Add guided autonomous mode
Wyes Karny
2023-03-17
1
-6
/
+28
|
/
*
cpufreq: amd-pstate: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-02-23
1
-1
/
+0
*
cpufreq: amd-pstate: Let user know amd-pstate is disabled
Kai-Heng Feng
2023-02-23
1
-1
/
+1
*
cpufreq: amd-pstate: Fix invalid write to MSR_AMD_CPPC_REQ
Wyes Karny
2023-02-15
1
-12
/
+13
*
cpufreq: amd-pstate: avoid uninitialized variable use
Arnd Bergmann
2023-02-09
1
-5
/
+4
*
cpufreq: Make cpufreq_unregister_driver() return void
Uwe Kleine-König
2023-02-09
1
-2
/
+2
*
cpufreq: amd-pstate: convert sprintf with sysfs_emit()
Perry Yuan
2023-02-03
1
-3
/
+3
*
cpufreq: amd-pstate: add driver working mode switch support
Perry Yuan
2023-02-03
1
-0
/
+118
*
cpufreq: amd-pstate: implement suspend and resume callbacks
Perry Yuan
2023-02-03
1
-0
/
+40
*
cpufreq: amd-pstate: implement amd pstate cpu online and offline callback
Perry Yuan
2023-02-03
1
-0
/
+82
*
cpufreq: amd-pstate: implement Pstate EPP support for the AMD processors
Perry Yuan
2023-02-03
1
-6
/
+414
*
cpufreq: amd-pstate: optimize driver working mode selection in amd_pstate_par...
Wyes Karny
2023-02-03
1
-10
/
+29
*
cpufreq: amd-pstate: fix kernel hang issue while amd-pstate unregistering
Perry Yuan
2023-01-10
1
-0
/
+1
*
cpufreq: amd-pstate: add amd-pstate driver parameter for mode selection
Perry Yuan
2022-11-22
1
-9
/
+27
*
cpufreq: amd-pstate: change amd-pstate driver to be built-in type
Perry Yuan
2022-11-22
1
-10
/
+1
*
cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL register at ...
Wyes Karny
2022-11-22
1
-0
/
+10
*
Merge tag 'linux-kselftest-next-6.1-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2022-10-06
1
-59
/
+1
|
\
|
*
cpufreq: amd-pstate: Expose struct amd_cpudata
Meng Li
2022-10-05
1
-59
/
+1
*
|
Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2022-10-03
1
-18
/
+21
|
\
\
|
*
|
cpufreq: amd-pstate: Fix initial highest_perf value
Perry Yuan
2022-09-03
1
-2
/
+12
|
*
|
cpufreq: amd-pstate: update pstate frequency transition delay time
Perry Yuan
2022-08-31
1
-2
/
+2
[next]