index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpufreq: intel_pstate: Fix HWP on boot CPU after system resume
Rafael J. Wysocki
2016-05-02
1
-11
/
+15
*
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
*
cpufreq: use last policy after online for drivers with ->setpolicy
Srinivas Pandruvada
2015-12-02
1
-4
/
+10
*
cpufreq: Always remove sysfs cpuX/cpufreq link on ->remove_dev()
Viresh Kumar
2015-11-23
1
-5
/
+2
*
cpufreq: postfix policy directory with the first CPU in related_cpus
Viresh Kumar
2015-10-28
1
-10
/
+11
*
cpufreq: create cpu/cpufreq/policyX directories
Viresh Kumar
2015-10-28
1
-30
/
+4
*
cpufreq: remove cpufreq_sysfs_{create|remove}_file()
Viresh Kumar
2015-10-28
1
-17
/
+5
*
cpufreq: create cpu/cpufreq at boot time
Viresh Kumar
2015-10-28
1
-30
/
+2
*
cpufreq: Use cpumask_copy instead of cpumask_or to copy a mask
Viresh Kumar
2015-10-28
1
-1
/
+1
*
cpufreq: Drop redundant check for inactive policies
Viresh Kumar
2015-10-14
1
-7
/
+0
*
cpufreq: prevent lockup on reading scaling_available_frequencies
Srinivas Pandruvada
2015-10-08
1
-1
/
+3
*
cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()
Rafael J. Wysocki
2015-09-16
1
-2
/
+2
*
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2015-09-11
1
-5
/
+4
|
\
|
*
cpufreq: allow cpufreq_generic_suspend() to work without suspend frequency
Bartlomiej Zolnierkiewicz
2015-09-09
1
-2
/
+2
|
*
cpufreq: Use __func__ to print function's name
Viresh Kumar
2015-09-07
1
-2
/
+1
|
*
cpufreq: staticize cpufreq_cpu_get_raw()
Viresh Kumar
2015-09-07
1
-1
/
+1
|
*
Merge branch 'pm-opp' into pm-cpufreq
Rafael J. Wysocki
2015-09-03
1
-20
/
+48
|
|
\
*
|
\
Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-09-02
1
-224
/
+195
|
\
\
\
|
*
\
\
Merge branch 'pm-opp'
Rafael J. Wysocki
2015-09-01
1
-20
/
+48
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
|
*
cpufreq: Allow drivers to enable boost support after registering driver
Viresh Kumar
2015-08-07
1
-20
/
+48
|
*
|
cpufreq: drop !cpufreq_driver check from cpufreq_parse_governor()
Viresh Kumar
2015-09-01
1
-4
/
+0
|
*
|
cpufreq: remove redundant 'policy' field from user_policy
Viresh Kumar
2015-09-01
1
-9
/
+1
|
*
|
cpufreq: remove redundant 'governor' field from user_policy
Viresh Kumar
2015-09-01
1
-5
/
+2
|
*
|
cpufreq: update user_policy.* on success
Viresh Kumar
2015-09-01
1
-5
/
+3
|
*
|
cpufreq: use memcpy() to copy policy
Viresh Kumar
2015-09-01
1
-6
/
+2
|
*
|
cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier event
Viresh Kumar
2015-09-01
1
-4
/
+0
|
|
/
[next]