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
2016-05-18
intel_pstate: Simplify conditional in intel_pstate_set_policy()
Rafael J. Wysocki
1
-6
/
+5
2016-05-11
intel_pstate: Clean up get_target_pstate_use_performance()
Rafael J. Wysocki
1
-16
/
+11
2016-05-11
intel_pstate: Use sample.core_avg_perf in get_avg_pstate()
Rafael J. Wysocki
1
-2
/
+2
2016-05-11
intel_pstate: Clarify average performance computation
Rafael J. Wysocki
1
-16
/
+24
2016-05-11
intel_pstate: Avoid unnecessary synchronize_sched() during initialization
Chen Yu
1
-0
/
+9
2016-05-09
intel_pstate: Clean up intel_pstate_get()
Rafael J. Wysocki
1
-7
/
+2
2016-05-06
Merge cpufreq fixes going into v4.6.
Rafael J. Wysocki
1
-8
/
+23
2016-05-05
cpufreq: intel_pstate: Ignore _PPC processing under HWP
Srinivas Pandruvada
1
-0
/
+3
2016-05-04
intel_pstate: Fix intel_pstate_get()
Rafael J. Wysocki
1
-6
/
+8
2016-05-02
cpufreq: intel_pstate: Fix HWP on boot CPU after system resume
Rafael J. Wysocki
1
-2
/
+10
2016-04-28
cpufreq: intel_pstate: Enable PPC enforcement for servers
Srinivas Pandruvada
1
-1
/
+11
2016-04-28
cpufreq: intel_pstate: Adjust policy->max
Srinivas Pandruvada
1
-0
/
+11
2016-04-28
cpufreq: intel_pstate: Enforce _PPC limits
Srinivas Pandruvada
1
-2
/
+134
2016-04-26
cpufreq: intel_pstate: Fix processing for turbo activation ratio
Srinivas Pandruvada
1
-0
/
+5
2016-04-25
cpufreq: intel_pstate: Use average P-State instead of current P-State
Philippe Longepe
1
-1
/
+7
2016-04-25
Merge back cpufreq changes for v4.7.
Rafael J. Wysocki
1
-30
/
+26
2016-04-10
intel_pstate: Avoid getting stuck in high P-states when idle
Rafael J. Wysocki
1
-0
/
+4
2016-04-09
intel_pstate: Use pr_fmt
Joe Perches
1
-8
/
+10
2016-04-09
intel_pstate: Avoid pointless FRAC_BITS shifts under div_fp()
Rafael J. Wysocki
1
-18
/
+13
2016-04-09
Merge branch 'pm-cpufreq-sched' into pm-cpufreq
Rafael J. Wysocki
1
-4
/
+3
2016-04-05
cpufreq: intel_pstate: Documenation for structures
Srinivas Pandruvada
1
-0
/
+135
2016-04-05
cpufreq: intel_pstate: fix inconsistency in setting policy limits
Srinivas Pandruvada
1
-6
/
+23
2016-04-02
cpufreq: sched: Helpers to add and remove update_util hooks
Rafael J. Wysocki
1
-4
/
+3
2016-04-02
intel_pstate: Avoid extra invocation of intel_pstate_sample()
Rafael J. Wysocki
1
-6
/
+15
2016-03-31
intel_pstate: Do not set utilization update hook too early
Rafael J. Wysocki
1
-8
/
+19
2016-03-20
intel_pstate: Do not call wrmsrl_on_cpu() with disabled interrupts
Rafael J. Wysocki
1
-30
/
+43
2016-03-11
intel_pstate: Do not skip samples partially
Rafael J. Wysocki
1
-5
/
+7
2016-03-11
intel_pstate: Remove freq calculation from intel_pstate_calc_busy()
Philippe Longepe
1
-8
/
+8
2016-03-11
intel_pstate: Move intel_pstate_calc_busy() into get_target_pstate_use_perfor...
Philippe Longepe
1
-3
/
+2
2016-03-11
intel_pstate: Optimize calculation for max/min_perf_adj
Philippe Longepe
1
-2
/
+2
2016-03-11
intel_pstate: Remove extra conversions in pid calculation
Philippe Longepe
1
-4
/
+4
2016-03-10
Merge branch 'pm-cpufreq-governor' into pm-cpufreq
Rafael J. Wysocki
1
-64
/
+39
2016-03-09
cpufreq: Reduce cpufreq_update_util() overhead a bit
Rafael J. Wysocki
1
-2
/
+2
2016-03-09
cpufreq: intel_pstate: Replace timers with utilization update callbacks
Rafael J. Wysocki
1
-64
/
+39
2016-02-27
cpufreq: intel_pstate: disable HWP notifications
Srinivas Pandruvada
1
-0
/
+3
2016-02-27
cpufreq: intel_pstate: Enable HWP by default
Srinivas Pandruvada
1
-12
/
+22
2016-02-23
intel_pstate: Update frequencies of policy->cpus only from ->set_policy()
Viresh Kumar
1
-9
/
+12
2015-12-21
Merge back earlier cpufreq material for v4.5.
Rafael J. Wysocki
1
-16
/
+57
2015-12-12
cpufreq: intel_pstate: Minor cleanup for FRAC_BITS
Prarit Bhargava
1
-1
/
+1
2015-12-10
cpufreq: intel_pstate: Account for IO wait time
Philippe Longepe
1
-3
/
+21
2015-12-10
cpufreq: intel_pstate: Account for non C0 time
Philippe Longepe
1
-5
/
+24
2015-12-10
cpufreq: intel_pstate: Configurable algorithm to get target pstate
Philippe Longepe
1
-13
/
+17
2015-11-26
intel_pstate: Fix "performance" mode behavior with HWP enabled
Alexandra Yates
1
-0
/
+2
2015-11-24
cpufreq: intel_pstate: Fix limits->max_perf rounding error
Prarit Bhargava
1
-0
/
+1
2015-11-24
cpufreq: intel_pstate: Fix limits->max_policy_pct rounding error
Prarit Bhargava
1
-1
/
+2
2015-11-19
cpufreq: intel_pstate: Add separate support for Airmont cores
Philippe Longepe
1
-11
/
+46
2015-11-19
cpufreq: intel_pstate: Replace BYT with ATOM
Philippe Longepe
1
-29
/
+29
2015-11-19
Revert "cpufreq: intel_pstate: Use ACPI perf configuration"
Rafael J. Wysocki
1
-170
/
+1
2015-11-19
Revert "cpufreq: intel_pstate: Avoid calculation for max/min"
Rafael J. Wysocki
1
-43
/
+5
2015-11-02
intel_pstate: decrease number of "HWP enabled" messages
Prarit Bhargava
1
-4
/
+6
[next]