index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Merge back earlier cpufreq changes for v4.8.
Rafael J. Wysocki
2016-06-13
1
-84
/
+102
|
|
\
|
|
*
cpufreq: Return index from cpufreq_frequency_table_target()
Viresh Kumar
2016-06-09
1
-7
/
+2
|
|
*
cpufreq: Drop 'freq_table' argument of __target_index()
Viresh Kumar
2016-06-09
1
-14
/
+7
|
|
*
cpufreq: Drop freq-table param to cpufreq_frequency_table_target()
Viresh Kumar
2016-06-09
1
-2
/
+2
|
|
*
cpufreq: Remove cpufreq_frequency_get_table()
Viresh Kumar
2016-06-09
1
-24
/
+14
|
|
*
cpufreq: stats: Make the stats code non-modular
Rafael J. Wysocki
2016-06-02
1
-0
/
+4
|
|
*
cpufreq: Use clamp_val() in __cpufreq_driver_target()
Viresh Kumar
2016-06-02
1
-4
/
+1
|
|
*
cpufreq: Send START policy notification after sending CREATE
Viresh Kumar
2016-06-02
1
-3
/
+3
|
|
*
cpufreq: Drop the 'initialized' field from struct cpufreq_governor
Rafael J. Wysocki
2016-06-02
1
-3
/
+0
|
|
*
cpufreq: governor: Get rid of governor events
Rafael J. Wysocki
2016-06-02
1
-11
/
+20
|
|
*
cpufreq: Split cpufreq_governor() into simpler functions
Rafael J. Wysocki
2016-05-30
1
-43
/
+70
|
|
*
cpufreq: governor: Check transition latecy at init time only
Rafael J. Wysocki
2016-05-30
1
-13
/
+14
|
|
*
cpufreq: governor: CPUFREQ_GOV_LIMITS never fails
Rafael J. Wysocki
2016-05-30
1
-2
/
+7
*
|
|
cpufreq: Avoid false-positive WARN_ON()s in cpufreq_update_policy()
Rafael J. Wysocki
2016-06-28
1
-0
/
+4
|
/
/
*
/
cpufreq: Fix clamp_val() usage in cpufreq_driver_fast_switch()
Rafael J. Wysocki
2016-06-01
1
-1
/
+1
|
/
*
cpufreq: simplified goto out in cpufreq_register_driver()
Pankaj Gupta
2016-05-18
1
-5
/
+4
*
cpufreq: governor: CPUFREQ_GOV_STOP never fails
Rafael J. Wysocki
2016-05-18
1
-29
/
+11
*
cpufreq: governor: CPUFREQ_GOV_POLICY_EXIT never fails
Rafael J. Wysocki
2016-05-18
1
-23
/
+12
*
Merge cpufreq fixes going into v4.6.
Rafael J. Wysocki
2016-05-06
1
-11
/
+15
|
\
|
*
cpufreq: intel_pstate: Fix HWP on boot CPU after system resume
Rafael J. Wysocki
2016-05-02
1
-11
/
+15
*
|
Merge back cpufreq changes for v4.7.
Rafael J. Wysocki
2016-04-25
1
-23
/
+141
|
\
\
|
|
/
|
/
|
|
*
cpufreq: Rearrange cpufreq_add_dev()
Rafael J. Wysocki
2016-04-09
1
-14
/
+12
|
*
cpufreq: Simplify switch () in cpufreq_cpu_callback()
Rafael J. Wysocki
2016-04-09
1
-4
/
+1
|
*
cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()
Rafael J. Wysocki
2016-04-08
1
-8
/
+11
|
*
cpufreq: Support for fast frequency switching
Rafael J. Wysocki
2016-04-02
1
-5
/
+125
*
|
cpufreq: Abort cpufreq_update_current_freq() for cpufreq_suspended set
Rafael J. Wysocki
2016-04-18
1
-0
/
+3
|
/
*
cpufreq: Always update current frequency before startig governor
Rafael J. Wysocki
2016-03-22
1
-11
/
+3
*
cpufreq: Introduce cpufreq_update_current_freq()
Rafael J. Wysocki
2016-03-22
1
-9
/
+19
*
cpufreq: Introduce cpufreq_start_governor()
Rafael J. Wysocki
2016-03-22
1
-22
/
+22
*
cpufreq: Make cpufreq_quick_get() safe to call
Richard Cochran
2016-03-18
1
-2
/
+10
*
Merge branch 'pm-cpufreq-governor' into pm-cpufreq
Rafael J. Wysocki
2016-03-10
1
-98
/
+67
|
\
|
*
cpufreq: Move scheduler-related code to the sched directory
Rafael J. Wysocki
2016-03-10
1
-53
/
+0
|
*
cpufreq: Reduce cpufreq_update_util() overhead a bit
Rafael J. Wysocki
2016-03-09
1
-8
/
+17
|
*
cpufreq: Remove 'policy->governor_enabled'
Viresh Kumar
2016-03-09
1
-17
/
+0
|
*
cpufreq: Rename __cpufreq_governor() to cpufreq_governor()
Viresh Kumar
2016-03-09
1
-23
/
+21
|
*
cpufreq: Relocate handle_update() to kill its declaration
Viresh Kumar
2016-03-09
1
-10
/
+9
|
*
cpufreq: Remove cpufreq_governor_lock
Viresh Kumar
2016-03-09
1
-8
/
+0
|
*
cpufreq: Call __cpufreq_governor() with policy->rwsem held
Viresh Kumar
2016-03-09
1
-16
/
+33
|
*
cpufreq: Merge cpufreq_offline_prepare/finish routines
Viresh Kumar
2016-03-09
1
-26
/
+10
|
*
Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"
Viresh Kumar
2016-03-09
1
-5
/
+0
|
*
cpufreq: Add mechanism for registering utilization update callbacks
Rafael J. Wysocki
2016-03-09
1
-0
/
+45
*
|
Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
Viresh Kumar
2016-03-09
1
-11
/
+10
*
|
cpufreq: Rearrange __cpufreq_driver_target()
Rafael J. Wysocki
2016-02-26
1
-24
/
+19
*
|
cpufreq: simplify for_each_suitable_policy() macro
Eric Biggers
2016-02-22
1
-41
/
+3
*
|
cpufreq: fix comment about return value of cpufreq_register_driver()
Eric Biggers
2016-02-22
1
-1
/
+1
*
|
cpufreq: Drop unnecessary checks from show() and store()
Rafael J. Wysocki
2016-02-12
1
-16
/
+5
|
/
*
cpufreq: Clean up default and fallback governor setup
Rafael J. Wysocki
2016-02-05
1
-16
/
+21
*
cpufreq: Use list_is_last() to check last entry of the policy list
Gautham R Shenoy
2016-01-27
1
-3
/
+3
*
cpufreq: Simplify core code related to boost support
Rafael J. Wysocki
2016-01-01
1
-15
/
+7
*
cpufreq: Make cpufreq_boost_supported() static
Rafael J. Wysocki
2016-01-01
1
-6
/
+2
[prev]
[next]