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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-21
Merge branch 'pm-cpufreq-fixes'
Rafael J. Wysocki
2
-0
/
+7
2016-04-18
cpufreq: Abort cpufreq_update_current_freq() for cpufreq_suspended set
Rafael J. Wysocki
1
-0
/
+3
2016-04-10
intel_pstate: Avoid getting stuck in high P-states when idle
Rafael J. Wysocki
1
-0
/
+4
2016-04-08
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc'
Rafael J. Wysocki
2
-20
/
+189
2016-04-05
cpufreq: dt: Drop stale comment
Viresh Kumar
1
-3
/
+0
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
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-24
Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-118
/
+197
2016-03-25
Merge branches 'pm-cpufreq' and 'pm-cpuidle'
Rafael J. Wysocki
5
-118
/
+197
2016-03-22
cpufreq: governor: Always schedule work on the CPU running update
Rafael J. Wysocki
1
-1
/
+1
2016-03-22
cpufreq: Always update current frequency before startig governor
Rafael J. Wysocki
1
-11
/
+3
2016-03-22
cpufreq: Introduce cpufreq_update_current_freq()
Rafael J. Wysocki
1
-9
/
+19
2016-03-22
cpufreq: Introduce cpufreq_start_governor()
Rafael J. Wysocki
1
-22
/
+22
2016-03-22
cpufreq: powernv: Add sysfs attributes to show throttle stats
Shilpasri G Bhat
1
-2
/
+72
2016-03-22
cpufreq: acpi-cpufreq: make Intel/AMD MSR access, io port access static
Jisheng Zhang
1
-6
/
+6
2016-03-22
cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path
Michael Neuling
1
-33
/
+17
2016-03-20
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+0
2016-03-20
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
1
-1
/
+1
2016-03-20
cpufreq: acpi-cpufreq: Clean up hot plug notifier callback
Richard Cochran
1
-2
/
+4
2016-03-20
intel_pstate: Do not call wrmsrl_on_cpu() with disabled interrupts
Rafael J. Wysocki
1
-30
/
+43
2016-03-18
cpufreq: Make cpufreq_quick_get() safe to call
Richard Cochran
1
-2
/
+10
2016-03-14
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
15
-1676
/
+1344
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
9
-1142
/
+903
2016-03-10
cpufreq: Move scheduler-related code to the sched directory
Rafael J. Wysocki
2
-53
/
+1
2016-03-09
Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
Viresh Kumar
1
-11
/
+10
2016-03-09
cpufreq: Reduce cpufreq_update_util() overhead a bit
Rafael J. Wysocki
3
-11
/
+20
2016-03-09
cpufreq: Select IRQ_WORK if CPU_FREQ_GOV_COMMON is set
Rafael J. Wysocki
1
-1
/
+1
2016-03-09
cpufreq: Remove 'policy->governor_enabled'
Viresh Kumar
1
-17
/
+0
2016-03-09
cpufreq: Rename __cpufreq_governor() to cpufreq_governor()
Viresh Kumar
1
-23
/
+21
2016-03-09
cpufreq: Relocate handle_update() to kill its declaration
Viresh Kumar
1
-10
/
+9
2016-03-09
cpufreq: governor: Drop unnecessary checks from show() and store()
Viresh Kumar
1
-7
/
+3
2016-03-09
cpufreq: governor: Fix race in dbs_update_util_handler()
Rafael J. Wysocki
1
-5
/
+16
2016-03-09
cpufreq: governor: Make gov_set_update_util() static
Rafael J. Wysocki
1
-3
/
+2
2016-03-09
cpufreq: governor: Narrow down the dbs_data_mutex coverage
Rafael J. Wysocki
1
-23
/
+23
2016-03-09
cpufreq: governor: Make dbs_data_mutex static
Rafael J. Wysocki
2
-3
/
+1
2016-03-09
cpufreq: governor: Relocate definitions of tuners structures
Rafael J. Wysocki
3
-10
/
+9
2016-03-09
cpufreq: governor: Move per-CPU data to the common code
Rafael J. Wysocki
4
-59
/
+25
2016-03-09
cpufreq: governor: Make governor private data per-policy
Rafael J. Wysocki
6
-28
/
+87
2016-03-09
cpufreq: ondemand: Rework the handling of powersave bias updates
Rafael J. Wysocki
1
-17
/
+13
2016-03-09
cpufreq: governor: Fix CPU load information updates via ->store
Rafael J. Wysocki
4
-28
/
+40
2016-03-09
cpufreq: ondemand: Drop one more callback from struct od_ops
Rafael J. Wysocki
2
-3
/
+1
2016-03-09
cpufreq: governor: Drop unused governor callback and data fields
Rafael J. Wysocki
3
-19
/
+1
2016-03-09
cpufreq: governor: Add a ->start callback for governors
Rafael J. Wysocki
4
-14
/
+22
[next]