index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2015-05-05
intel_pstate: Add tsc collection and keep previous target pstate
Doug Smythies
1
-10
/
+21
2015-04-16
cpufreq: intel_pstate: Fix an annoying !CONFIG_SMP warning
Borislav Petkov
1
-6
/
+6
2015-04-15
intel_pstate: Change the setpoint for Atom params
Kristen Carlson Accardi
1
-1
/
+1
2015-04-11
intel_pstate: Knights Landing support
Dasaratharaman Chandramouli
1
-0
/
+31
2015-04-11
intel_pstate: remove MSR test
Kristen Carlson Accardi
1
-14
/
+0
2015-02-07
intel_pstate: provide option to only use intel_pstate with HWP
Kristen Carlson Accardi
1
-0
/
+6
2015-01-30
intel_pstate: honor user space min_perf_pct override on resume
Kristen Carlson Accardi
1
-3
/
+11
2015-01-30
intel_pstate: respect cpufreq policy request
Srinivas Pandruvada
1
-1
/
+2
2015-01-30
intel_pstate: Add num_pstates to sysfs
Kristen Carlson Accardi
1
-0
/
+13
2015-01-30
intel_pstate: expose turbo range to sysfs
Kristen Carlson Accardi
1
-0
/
+18
2015-01-30
intel_pstate: Add support for SkyLake
Kristen Carlson Accardi
1
-0
/
+1
2014-12-11
intel_pstate: Add a few comments
Kristen Carlson Accardi
1
-1
/
+31
2014-12-11
intel_pstate: add kernel parameter to force loading
Ethan Zhao
1
-1
/
+5
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
[prev]
[next]