Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7c5f6b320b59cb4a674750bbb29a248b5bae7641
/
drivers
/
cpufreq
/
cpufreq.c
ae2c1ca
cpufreq: export cpufreq_driver_resolve_freq()
by Steve Muckle
· 8 years ago
abe8bd0
cpufreq: Disallow ->resolve_freq() for drivers providing ->target_index()
by Viresh Kumar
· 8 years ago
e3c0623
cpufreq: add cpufreq_driver_resolve_freq()
by Steve Muckle
· 8 years ago
8d540ea
cpufreq: Drop redundant check from cpufreq_update_current_freq()
by Rafael J. Wysocki
· 8 years ago
5d1191a
Merge back earlier cpufreq material for v4.8.
by Rafael J. Wysocki
· 8 years ago
742c87b
cpufreq: Avoid false-positive WARN_ON()s in cpufreq_update_policy()
by Rafael J. Wysocki
· 8 years ago
bb4b993
Merge back earlier cpufreq changes for v4.8.
by Rafael J. Wysocki
· 8 years ago
d218ed7
cpufreq: Return index from cpufreq_frequency_table_target()
by Viresh Kumar
· 8 years ago
2372784
cpufreq: Drop 'freq_table' argument of __target_index()
by Viresh Kumar
· 8 years ago
7ab4aab
cpufreq: Drop freq-table param to cpufreq_frequency_table_target()
by Viresh Kumar
· 8 years ago
f8bfc11
cpufreq: Remove cpufreq_frequency_get_table()
by Viresh Kumar
· 8 years ago
1aefc75
cpufreq: stats: Make the stats code non-modular
by Rafael J. Wysocki
· 8 years ago
910c6e8
cpufreq: Use clamp_val() in __cpufreq_driver_target()
by Viresh Kumar
· 8 years ago
388612b
cpufreq: Send START policy notification after sending CREATE
by Viresh Kumar
· 8 years ago
9a15fb2
cpufreq: Drop the 'initialized' field from struct cpufreq_governor
by Rafael J. Wysocki
· 8 years ago
e788892
cpufreq: governor: Get rid of governor events
by Rafael J. Wysocki
· 8 years ago
b9af694
cpufreq: Fix clamp_val() usage in cpufreq_driver_fast_switch()
by Rafael J. Wysocki
· 8 years ago
a92604b
cpufreq: Split cpufreq_governor() into simpler functions
by Rafael J. Wysocki
· 9 years ago
9e8c0a8
cpufreq: governor: Check transition latecy at init time only
by Rafael J. Wysocki
· 9 years ago
d6ff44d
cpufreq: governor: CPUFREQ_GOV_LIMITS never fails
by Rafael J. Wysocki
· 9 years ago
3834abb
cpufreq: simplified goto out in cpufreq_register_driver()
by Pankaj Gupta
· 8 years ago
45482c7
cpufreq: governor: CPUFREQ_GOV_STOP never fails
by Rafael J. Wysocki
· 9 years ago
36be341
cpufreq: governor: CPUFREQ_GOV_POLICY_EXIT never fails
by Rafael J. Wysocki
· 9 years ago
da43af9
Merge cpufreq fixes going into v4.6.
by Rafael J. Wysocki
· 9 years ago
ba41e1b
cpufreq: intel_pstate: Fix HWP on boot CPU after system resume
by Rafael J. Wysocki
· 9 years ago
1cbc99d
Merge back cpufreq changes for v4.7.
by Rafael J. Wysocki
· 9 years ago
c9d9c92
cpufreq: Abort cpufreq_update_current_freq() for cpufreq_suspended set
by Rafael J. Wysocki
· 9 years ago
a794d61
cpufreq: Rearrange cpufreq_add_dev()
by Rafael J. Wysocki
· 9 years ago
cd73e9b
cpufreq: Simplify switch () in cpufreq_cpu_callback()
by Rafael J. Wysocki
· 9 years ago
6c9d9c8
cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()
by Rafael J. Wysocki
· 9 years ago
b7898fd
cpufreq: Support for fast frequency switching
by Rafael J. Wysocki
· 9 years ago
3bbf8fe
cpufreq: Always update current frequency before startig governor
by Rafael J. Wysocki
· 9 years ago
999f572
cpufreq: Introduce cpufreq_update_current_freq()
by Rafael J. Wysocki
· 9 years ago
0a30076
cpufreq: Introduce cpufreq_start_governor()
by Rafael J. Wysocki
· 9 years ago
c75361c
cpufreq: Make cpufreq_quick_get() safe to call
by Richard Cochran
· 9 years ago
a5acbfb
Merge branch 'pm-cpufreq-governor' into pm-cpufreq
by Rafael J. Wysocki
· 9 years ago
adaf9fc
cpufreq: Move scheduler-related code to the sched directory
by Rafael J. Wysocki
· 9 years ago
edd4a89
Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
by Viresh Kumar
· 9 years ago
08f511f
cpufreq: Reduce cpufreq_update_util() overhead a bit
by Rafael J. Wysocki
· 9 years ago
242aa88
cpufreq: Remove 'policy->governor_enabled'
by Viresh Kumar
· 9 years ago
a1317e0
cpufreq: Rename __cpufreq_governor() to cpufreq_governor()
by Viresh Kumar
· 9 years ago
11eb69b
cpufreq: Relocate handle_update() to kill its declaration
by Viresh Kumar
· 9 years ago
99522fe
cpufreq: Remove cpufreq_governor_lock
by Viresh Kumar
· 9 years ago
49f1856
cpufreq: Call __cpufreq_governor() with policy->rwsem held
by Viresh Kumar
· 9 years ago
69cee71
cpufreq: Merge cpufreq_offline_prepare/finish routines
by Viresh Kumar
· 9 years ago
68e80da
Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"
by Viresh Kumar
· 9 years ago
34e2c55
cpufreq: Add mechanism for registering utilization update callbacks
by Rafael J. Wysocki
· 9 years ago
6019d23
cpufreq: Rearrange __cpufreq_driver_target()
by Rafael J. Wysocki
· 9 years ago
fd7dc7e
cpufreq: simplify for_each_suitable_policy() macro
by Eric Biggers
· 9 years ago
63af405
cpufreq: fix comment about return value of cpufreq_register_driver()
by Eric Biggers
· 9 years ago
6541aef
cpufreq: Drop unnecessary checks from show() and store()
by Rafael J. Wysocki
· 9 years ago
de1df26
cpufreq: Clean up default and fallback governor setup
by Rafael J. Wysocki
· 9 years ago
2dadfd7
cpufreq: Use list_is_last() to check last entry of the policy list
by Gautham R Shenoy
· 9 years ago
7a6c79f
cpufreq: Simplify core code related to boost support
by Rafael J. Wysocki
· 9 years ago
41669da
cpufreq: Make cpufreq_boost_supported() static
by Rafael J. Wysocki
· 9 years ago
69030dd
cpufreq: use last policy after online for drivers with ->setpolicy
by Srinivas Pandruvada
· 9 years ago
f344dae
cpufreq: Always remove sysfs cpuX/cpufreq link on ->remove_dev()
by Viresh Kumar
· 9 years ago
3510fac
cpufreq: postfix policy directory with the first CPU in related_cpus
by Viresh Kumar
· 9 years ago
96bdda6
cpufreq: create cpu/cpufreq/policyX directories
by Viresh Kumar
· 9 years ago
c82bd44
cpufreq: remove cpufreq_sysfs_{create|remove}_file()
by Viresh Kumar
· 9 years ago
8eec102
cpufreq: create cpu/cpufreq at boot time
by Viresh Kumar
· 9 years ago
0998a03
cpufreq: Use cpumask_copy instead of cpumask_or to copy a mask
by Viresh Kumar
· 9 years ago
e625742
cpufreq: Drop redundant check for inactive policies
by Viresh Kumar
· 9 years ago
55582bc
cpufreq: prevent lockup on reading scaling_available_frequencies
by Srinivas Pandruvada
· 9 years ago
1f0bd44
cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()
by Rafael J. Wysocki
· 9 years ago
3e66c4b
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 9 years ago
201f371
cpufreq: allow cpufreq_generic_suspend() to work without suspend frequency
by Bartlomiej Zolnierkiewicz
· 9 years ago
63431f7
cpufreq: Use __func__ to print function's name
by Viresh Kumar
· 9 years ago
d075a88
cpufreq: staticize cpufreq_cpu_get_raw()
by Viresh Kumar
· 9 years ago
0ed537b
Merge branch 'pm-opp' into pm-cpufreq
by Rafael J. Wysocki
· 9 years ago
ae98207
Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
ac2a29c
Merge branch 'pm-opp'
by Rafael J. Wysocki
· 9 years ago
36dfef2
cpufreq: drop !cpufreq_driver check from cpufreq_parse_governor()
by Viresh Kumar
· 9 years ago
88dc438
cpufreq: remove redundant 'policy' field from user_policy
by Viresh Kumar
· 9 years ago
e27f8bd
cpufreq: remove redundant 'governor' field from user_policy
by Viresh Kumar
· 9 years ago
14ca0bd
cpufreq: update user_policy.* on success
by Viresh Kumar
· 9 years ago
8fa5b63
cpufreq: use memcpy() to copy policy
by Viresh Kumar
· 9 years ago
6bfb7c7
cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier event
by Viresh Kumar
· 9 years ago
1af115d
Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
44139ed
cpufreq: Allow drivers to enable boost support after registering driver
by Viresh Kumar
· 9 years ago
71db87b
bus: subsys: update return type of ->remove_dev() to void
by Viresh Kumar
· 9 years ago
fba9573
cpufreq: Correct a freq check in cpufreq_set_policy()
by Pan Xinhui
· 9 years ago
fdd320d
cpufreq: Lock CPU online/offline in cpufreq_register_driver()
by Rafael J. Wysocki
· 9 years ago
194d99c
cpufreq: Replace recover_policy with new_policy in cpufreq_online()
by Rafael J. Wysocki
· 9 years ago
0b27535
cpufreq: Separate CPU device registration from CPU online
by Rafael J. Wysocki
· 9 years ago
a34e63b
cpufreq: Pass CPU number to cpufreq_policy_alloc()
by Rafael J. Wysocki
· 9 years ago
4d1f3a5
cpufreq: Do not update related_cpus on every policy activation
by Rafael J. Wysocki
· 9 years ago
d9612a4
cpufreq: Drop unused dev argument from two functions
by Rafael J. Wysocki
· 9 years ago
d4d854d
cpufreq: Drop unnecessary label from cpufreq_add_dev()
by Rafael J. Wysocki
· 9 years ago
11ce707
cpufreq: Drop cpufreq_policy_restore()
by Rafael J. Wysocki
· 9 years ago
15c0b4d
cpufreq: Rework two functions related to CPU offline
by Rafael J. Wysocki
· 9 years ago
c6e53c6
Merge back earlier cpufreq material for v4.3.
by Rafael J. Wysocki
· 9 years ago
559ed40
cpufreq: Avoid attempts to create duplicate symbolic links
by Rafael J. Wysocki
· 9 years ago
454d3a2
cpufreq: Remove cpufreq_rwsem
by Sebastian Andrzej Siewior
· 9 years ago
4bc384a
cpufreq: propagate errors returned from __cpufreq_governor()
by Viresh Kumar
· 9 years ago
7f0fa40
cpufreq: Properly handle errors from cpufreq_init_policy()
by Viresh Kumar
· 9 years ago
8101f99
cpufreq: cpufreq_add_dev: name goto labels based on what they do
by Viresh Kumar
· 9 years ago
5a31d59
cpufreq: Allow freq_table to be obtained for offline CPUs
by Viresh Kumar
· 9 years ago
35afd02
cpufreq: Initialize the governor again while restoring policy
by Viresh Kumar
· 9 years ago
3782902
cpufreq: Remove cpufreq_update_policy()
by Viresh Kumar
· 9 years ago
Next »