index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
intel_pstate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-30
cpufreq: intel_pstate: Combine ->stop_cpu() and ->offline()
Rafael J. Wysocki
1
-6
/
+5
2021-06-07
cpufreq: intel_pstate: hybrid: Fix build with CONFIG_ACPI unset
Rafael J. Wysocki
1
-43
/
+48
2021-05-21
cpufreq: intel_pstate: Add Cometlake support in no-HWP mode
Giovanni Gherdovich
1
-0
/
+1
2021-05-21
cpufreq: intel_pstate: Add Icelake servers support in no-HWP mode
Giovanni Gherdovich
1
-0
/
+1
2021-05-21
cpufreq: intel_pstate: hybrid: CPU-specific scaling factor
Rafael J. Wysocki
1
-23
/
+210
2021-05-21
cpufreq: intel_pstate: hybrid: Avoid exposing two global attributes
Rafael J. Wysocki
1
-2
/
+13
2021-05-10
cpufreq: intel_pstate: Use HWP if enabled by platform firmware
Rafael J. Wysocki
1
-1
/
+13
2021-04-09
cpufreq: intel_pstate: Simplify intel_pstate_update_perf_limits()
Rafael J. Wysocki
1
-16
/
+6
2021-03-23
cpufreq: intel_pstate: Clean up frequency computations
Rafael J. Wysocki
1
-56
/
+45
2021-01-22
cpufreq: intel_pstate: Remove repeated word
Nigel Christian
1
-1
/
+1
2021-01-12
cpufreq: intel_pstate: Get per-CPU max freq via MSR_HWP_CAPABILITIES if avail...
Chen Yu
1
-2
/
+3
2021-01-12
cpufreq: intel_pstate: Rename two functions
Rafael J. Wysocki
1
-5
/
+5
2021-01-12
cpufreq: intel_pstate: Change intel_pstate_get_hwp_max() argument
Rafael J. Wysocki
1
-8
/
+8
2021-01-12
cpufreq: intel_pstate: Always read hwp_cap_cached with READ_ONCE()
Rafael J. Wysocki
1
-6
/
+7
2021-01-07
cpufreq: intel_pstate: remove obsolete functions
Lukas Bulwahn
1
-10
/
+0
2021-01-07
cpufreq: intel_pstate: Use HWP capabilities in intel_cpufreq_adjust_perf()
Rafael J. Wysocki
1
-2
/
+3
2020-12-30
cpufreq: intel_pstate: Fix fast-switch fallback path
Rafael J. Wysocki
1
-1
/
+0
2020-12-21
cpufreq: intel_pstate: Use most recent guaranteed performance values
Rafael J. Wysocki
1
-3
/
+13
2020-12-15
cpufreq: intel_pstate: Implement the ->adjust_perf() callback
Rafael J. Wysocki
1
-12
/
+58
2020-12-11
cpufreq: intel_pstate: Simplify intel_cpufreq_update_pstate()
Rafael J. Wysocki
1
-5
/
+4
2020-11-10
cpufreq: intel_pstate: Take CPUFREQ_GOV_STRICT_TARGET into account
Rafael J. Wysocki
1
-7
/
+9
2020-10-27
cpufreq: intel_pstate: Avoid missing HWP max updates in passive mode
Rafael J. Wysocki
1
-7
/
+6
2020-10-16
cpufreq: intel_pstate: Delete intel_pstate sysfs if failed to register the dr...
Chen Yu
1
-1
/
+21
2020-09-30
cpufreq: intel_pstate: Fix missing return statement
Zhang Rui
1
-0
/
+1
2020-09-01
cpufreq: intel_pstate: Fix intel_pstate_get_hwp_max() for turbo disabled
Francisco Jerez
1
-1
/
+1
2020-09-01
cpufreq: intel_pstate: Free memory only when turning off
Rafael J. Wysocki
1
-33
/
+24
2020-09-01
cpufreq: intel_pstate: Add ->offline and ->online callbacks
Rafael J. Wysocki
1
-49
/
+94
2020-09-01
cpufreq: intel_pstate: Tweak the EPP sysfs interface
Rafael J. Wysocki
1
-0
/
+8
2020-09-01
cpufreq: intel_pstate: Update cached EPP in the active mode
Rafael J. Wysocki
1
-5
/
+15
2020-09-01
cpufreq: intel_pstate: Refuse to turn off with HWP enabled
Rafael J. Wysocki
1
-3
/
+9
2020-08-11
cpufreq: intel_pstate: Implement passive mode with HWP enabled
Rafael J. Wysocki
1
-63
/
+182
2020-08-04
cpufreq: intel_pstate: Fix cpuinfo_max_freq when MSR_TURBO_RATIO_LIMIT is 0
Srinivas Pandruvada
1
-0
/
+1
2020-07-30
cpufreq: intel_pstate: Fix EPP setting via sysfs in active mode
Rafael J. Wysocki
1
-5
/
+12
2020-07-30
cpufreq: intel_pstate: Rearrange the storing of new EPP values
Rafael J. Wysocki
1
-20
/
+15
2020-07-27
Merge back cpufreq material for v5.9.
Rafael J. Wysocki
1
-38
/
+121
2020-07-16
cpufreq: intel_pstate: Avoid enabling HWP if EPP is not supported
Rafael J. Wysocki
1
-1
/
+6
2020-07-16
cpufreq: intel_pstate: Clean up aperf_mperf_shift description
Rafael J. Wysocki
1
-3
/
+1
2020-07-15
cpufreq: intel_pstate: Supply struct attribute description for get_aperf_mper...
Lee Jones
1
-0
/
+1
2020-07-13
cpufreq: intel_pstate: Fix active mode setting from command line
Rafael J. Wysocki
1
-2
/
+6
2020-07-13
cpufreq: intel_pstate: Fix static checker warning for epp variable
Srinivas Pandruvada
1
-1
/
+1
2020-07-02
cpufreq: intel_pstate: Allow raw energy performance preference value
Srinivas Pandruvada
1
-10
/
+40
2020-07-02
cpufreq: intel_pstate: Allow enable/disable energy efficiency
Srinivas Pandruvada
1
-24
/
+73
2020-06-23
cpufreq: intel_pstate: Add one more OOB control bit
Srinivas Pandruvada
1
-2
/
+5
2020-05-02
Merge back cpufreq material for v5.8.
Rafael J. Wysocki
1
-1
/
+2
2020-04-27
cpufreq: intel_pstate: Only mention the BIOS disabling turbo mode once
Chris Wilson
1
-1
/
+1
2020-04-17
cpufreq: intel_pstate: Use passive mode by default without HWP
Rafael J. Wysocki
1
-1
/
+2
2020-03-30
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2020-03-30
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-35
/
+36
2020-03-26
cpufreq: intel_pstate: Simplify intel_pstate_cpu_init()
Rafael J. Wysocki
1
-4
/
+5
2020-03-25
cpufreq/intel_pstate: Fix wrong macro conversion
Thomas Gleixner
1
-1
/
+1
[next]