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-09
cpufreq: Drop 'freq_table' argument of __target_index()
Viresh Kumar
1
-14
/
+7
2016-06-09
cpufreq: Drop freq-table param to cpufreq_frequency_table_target()
Viresh Kumar
1
-2
/
+2
2016-06-09
cpufreq: Remove cpufreq_frequency_get_table()
Viresh Kumar
1
-24
/
+14
2016-06-02
cpufreq: stats: Make the stats code non-modular
Rafael J. Wysocki
1
-0
/
+4
2016-06-02
cpufreq: Use clamp_val() in __cpufreq_driver_target()
Viresh Kumar
1
-4
/
+1
2016-06-02
cpufreq: Send START policy notification after sending CREATE
Viresh Kumar
1
-3
/
+3
2016-06-02
cpufreq: Drop the 'initialized' field from struct cpufreq_governor
Rafael J. Wysocki
1
-3
/
+0
2016-06-02
cpufreq: governor: Get rid of governor events
Rafael J. Wysocki
1
-11
/
+20
2016-06-01
cpufreq: Fix clamp_val() usage in cpufreq_driver_fast_switch()
Rafael J. Wysocki
1
-1
/
+1
2016-05-30
cpufreq: Split cpufreq_governor() into simpler functions
Rafael J. Wysocki
1
-43
/
+70
2016-05-30
cpufreq: governor: Check transition latecy at init time only
Rafael J. Wysocki
1
-13
/
+14
2016-05-30
cpufreq: governor: CPUFREQ_GOV_LIMITS never fails
Rafael J. Wysocki
1
-2
/
+7
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
[prev]
[next]