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
/
cpufreq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-01
cpufreq: Fix clamp_val() usage in cpufreq_driver_fast_switch()
Rafael J. Wysocki
1
-1
/
+1
2016-05-18
cpufreq: simplified goto out in cpufreq_register_driver()
Pankaj Gupta
1
-5
/
+4
2016-05-18
cpufreq: governor: CPUFREQ_GOV_STOP never fails
Rafael J. Wysocki
1
-29
/
+11
2016-05-18
cpufreq: governor: CPUFREQ_GOV_POLICY_EXIT never fails
Rafael J. Wysocki
1
-23
/
+12
2016-05-06
Merge cpufreq fixes going into v4.6.
Rafael J. Wysocki
1
-11
/
+15
2016-05-02
cpufreq: intel_pstate: Fix HWP on boot CPU after system resume
Rafael J. Wysocki
1
-11
/
+15
2016-04-25
Merge back cpufreq changes for v4.7.
Rafael J. Wysocki
1
-23
/
+141
2016-04-18
cpufreq: Abort cpufreq_update_current_freq() for cpufreq_suspended set
Rafael J. Wysocki
1
-0
/
+3
2016-04-09
cpufreq: Rearrange cpufreq_add_dev()
Rafael J. Wysocki
1
-14
/
+12
2016-04-09
cpufreq: Simplify switch () in cpufreq_cpu_callback()
Rafael J. Wysocki
1
-4
/
+1
2016-04-08
cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()
Rafael J. Wysocki
1
-8
/
+11
2016-04-02
cpufreq: Support for fast frequency switching
Rafael J. Wysocki
1
-5
/
+125
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-18
cpufreq: Make cpufreq_quick_get() safe to call
Richard Cochran
1
-2
/
+10
2016-03-10
Merge branch 'pm-cpufreq-governor' into pm-cpufreq
Rafael J. Wysocki
1
-98
/
+67
2016-03-10
cpufreq: Move scheduler-related code to the sched directory
Rafael J. Wysocki
1
-53
/
+0
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
1
-8
/
+17
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: Remove cpufreq_governor_lock
Viresh Kumar
1
-8
/
+0
2016-03-09
cpufreq: Call __cpufreq_governor() with policy->rwsem held
Viresh Kumar
1
-16
/
+33
2016-03-09
cpufreq: Merge cpufreq_offline_prepare/finish routines
Viresh Kumar
1
-26
/
+10
2016-03-09
Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"
Viresh Kumar
1
-5
/
+0
2016-03-09
cpufreq: Add mechanism for registering utilization update callbacks
Rafael J. Wysocki
1
-0
/
+45
2016-02-26
cpufreq: Rearrange __cpufreq_driver_target()
Rafael J. Wysocki
1
-24
/
+19
2016-02-22
cpufreq: simplify for_each_suitable_policy() macro
Eric Biggers
1
-41
/
+3
2016-02-22
cpufreq: fix comment about return value of cpufreq_register_driver()
Eric Biggers
1
-1
/
+1
2016-02-12
cpufreq: Drop unnecessary checks from show() and store()
Rafael J. Wysocki
1
-16
/
+5
2016-02-05
cpufreq: Clean up default and fallback governor setup
Rafael J. Wysocki
1
-16
/
+21
2016-01-27
cpufreq: Use list_is_last() to check last entry of the policy list
Gautham R Shenoy
1
-3
/
+3
2016-01-01
cpufreq: Simplify core code related to boost support
Rafael J. Wysocki
1
-15
/
+7
2016-01-01
cpufreq: Make cpufreq_boost_supported() static
Rafael J. Wysocki
1
-6
/
+2
2015-12-02
cpufreq: use last policy after online for drivers with ->setpolicy
Srinivas Pandruvada
1
-4
/
+10
2015-11-23
cpufreq: Always remove sysfs cpuX/cpufreq link on ->remove_dev()
Viresh Kumar
1
-5
/
+2
2015-10-28
cpufreq: postfix policy directory with the first CPU in related_cpus
Viresh Kumar
1
-10
/
+11
2015-10-28
cpufreq: create cpu/cpufreq/policyX directories
Viresh Kumar
1
-30
/
+4
2015-10-28
cpufreq: remove cpufreq_sysfs_{create|remove}_file()
Viresh Kumar
1
-17
/
+5
2015-10-28
cpufreq: create cpu/cpufreq at boot time
Viresh Kumar
1
-30
/
+2
2015-10-28
cpufreq: Use cpumask_copy instead of cpumask_or to copy a mask
Viresh Kumar
1
-1
/
+1
2015-10-14
cpufreq: Drop redundant check for inactive policies
Viresh Kumar
1
-7
/
+0
2015-10-08
cpufreq: prevent lockup on reading scaling_available_frequencies
Srinivas Pandruvada
1
-1
/
+3
2015-09-16
cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()
Rafael J. Wysocki
1
-2
/
+2
2015-09-11
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-5
/
+4
2015-09-09
cpufreq: allow cpufreq_generic_suspend() to work without suspend frequency
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2015-09-07
cpufreq: Use __func__ to print function's name
Viresh Kumar
1
-2
/
+1
2015-09-07
cpufreq: staticize cpufreq_cpu_get_raw()
Viresh Kumar
1
-1
/
+1
[next]