index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
intel_pstate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-03
intel_pstate: skip this driver if Sun server has _PPC method
ethan zhao
1
-4
/
+41
2014-11-12
intel_pstate: Add CPUID for BDW-H CPU
Dirk Brandewie
1
-0
/
+1
2014-11-12
intel_pstate: Add support for HWP
Dirk Brandewie
1
-2
/
+98
2014-10-24
intel_pstate: Correct BYT VID values.
Dirk Brandewie
1
-1
/
+12
2014-10-24
intel_pstate: Fix BYT frequency reporting
Dirk Brandewie
1
-6
/
+36
2014-10-24
intel_pstate: Don't lose sysfs settings during cpu offline
Dirk Brandewie
1
-3
/
+3
2014-10-24
cpufreq: intel_pstate: Reflect current no_turbo state correctly
Gabriele Mazzotta
1
-12
/
+36
2014-10-24
cpufreq: intel_pstate: Fix setting max_perf_pct in performance policy
Pali Rohár
1
-0
/
+1
2014-09-03
cpufreq: intel_pstate: Remove unneeded variable
Gabriele Mazzotta
1
-4
/
+0
2014-08-28
cpufreq: intel_pstate: Add CPU ID for Braswell processor
Mika Westerberg
1
-0
/
+1
2014-08-28
intel_pstate: Turn per cpu printk into pr_debug
Andi Kleen
1
-1
/
+1
2014-07-21
cpufreq: intel_pstate: Remove core_pct rounding
Stratos Karafotis
1
-5
/
+1
2014-07-21
cpufreq: intel_pstate: Simplify P state adjustment logic.
Stratos Karafotis
1
-23
/
+3
2014-07-21
cpufreq: intel_pstate: Keep values in aperf/mperf in full precision
Stratos Karafotis
1
-3
/
+0
2014-07-21
cpufreq: intel_pstate: Disable interrupts during MSRs reading
Stratos Karafotis
1
-0
/
+3
2014-07-21
cpufreq: intel_pstate: Align multiple lines to open parenthesis
Stratos Karafotis
1
-17
/
+17
2014-07-21
cpufreq: intel_pstate: Remove unnecessary intermediate variable sample_time
Stratos Karafotis
1
-3
/
+2
2014-07-21
cpufreq: intel_pstate: Cleanup parentheses
Stratos Karafotis
1
-5
/
+5
2014-07-21
cpufreq: intel_pstate: Fit code in a single line where possible
Stratos Karafotis
1
-13
/
+5
2014-07-21
cpufreq: intel_pstate: Add missing blank lines after declarations
Stratos Karafotis
1
-5
/
+13
2014-07-21
cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() call
Stratos Karafotis
1
-1
/
+1
2014-07-21
cpufreq: intel_pstate: Make intel_pstate_kobject and debugfs_parent locals
Stratos Karafotis
1
-4
/
+4
2014-07-07
intel_pstate: Set CPU number before accessing MSRs
Vincent Minet
1
-2
/
+1
2014-07-07
intel_pstate: don't touch turbo bit if turbo disabled or unavailable.
Dirk Brandewie
1
-6
/
+16
2014-07-07
intel_pstate: Fix setting VID
Dirk Brandewie
1
-5
/
+5
2014-06-18
intel_pstate: Correct rounding in busy calculation
Doug Smythies
1
-4
/
+1
2014-06-11
cpufreq: intel_pstate: Remove duplicate CPU ID check
Stratos Karafotis
1
-6
/
+0
2014-06-03
Merge back earlier cpufreq material.
Rafael J. Wysocki
1
-9
/
+6
2014-06-02
intel_pstate: Improve initial busy calculation
Doug Smythies
1
-5
/
+8
2014-06-02
intel_pstate: add sample time scaling
Dirk Brandewie
1
-1
/
+17
2014-06-02
intel_pstate: Correct rounding in busy calculation
Dirk Brandewie
1
-5
/
+7
2014-06-02
intel_pstate: Remove C0 tracking
Dirk Brandewie
1
-12
/
+1
2014-05-27
cpufreq: intel_pstate: Remove unused member name of cpudata
Stratos Karafotis
1
-4
/
+0
2014-05-13
intel_pstate: remove setting P state to MAX on init
Dirk Brandewie
1
-12
/
+1
2014-05-13
intel_pstate: Add CPU IDs for Broadwell processors
Dirk Brandewie
1
-0
/
+3
2014-05-12
intel_pstate: Set turbo VID for BayTrail
Dirk Brandewie
1
-6
/
+15
2014-05-07
intel_pstate: Remove sample parameter in intel_pstate_calc_busy
Stratos Karafotis
1
-7
/
+4
2014-03-26
intel_pstate: Use del_timer_sync in intel_pstate_cpu_stop
Dirk Brandewie
1
-1
/
+1
2014-03-20
intel_pstate: Set core to min P state during core offline
Dirk Brandewie
1
-8
/
+11
2014-03-02
intel_pstate: fix pid_reset to use fixed point values
Dirk Brandewie
1
-1
/
+1
2014-03-02
intel_pstate: remove unneeded sample buffers
Dirk Brandewie
1
-13
/
+11
2014-02-26
intel_pstate: Change busy calculation to use fixed point math.
Dirk Brandewie
1
-10
/
+18
2014-02-21
intel_pstate: Add support for Baytrail turbo P states
Dirk Brandewie
1
-3
/
+12
2014-02-21
intel_pstate: Use LFM bus ratio as min ratio/P state
Dirk Brandewie
1
-1
/
+1
2014-02-13
intel_pstate: Remove energy reporting from pstate_sample tracepoint
Dirk Brandewie
1
-9
/
+0
2014-02-05
intel_pstate: Take core C0 time into account for core busy calculation
Dirk Brandewie
1
-4
/
+17
2014-01-17
intel_pstate: Add trace point to report internal state.
Dirk Brandewie
1
-0
/
+24
2014-01-15
Merge back earlier 'pm-cpufreq' material.
Rafael J. Wysocki
1
-15
/
+54
2014-01-07
intel_pstate: Add X86_FEATURE_APERFMPERF to cpu match parameters.
Dirk Brandewie
1
-1
/
+2
2014-01-05
Merge back earlier 'pm-cpufreq' material.
Rafael J. Wysocki
1
-15
/
+54
[next]