summaryrefslogtreecommitdiff
path: root/include/linux/cpufreq.h
Commit message (Expand)AuthorAge
* cpufreq: use last policy after online for drivers with ->setpolicySrinivas Pandruvada2015-12-02
* cpufreq: create cpu/cpufreq/policyX directoriesViresh Kumar2015-10-28
* cpufreq: remove cpufreq_sysfs_{create|remove}_file()Viresh Kumar2015-10-28
* cpufreq: create cpu/cpufreq at boot timeViresh Kumar2015-10-28
* cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()Rafael J. Wysocki2015-09-16
* Merge branch 'pm-opp'Rafael J. Wysocki2015-09-01
|\
| * cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabledBartlomiej Zolnierkiewicz2015-08-08
| * cpufreq: Allow drivers to enable boost support after registering driverViresh Kumar2015-08-07
* | cpufreq: rename cpufreq_real_policy as cpufreq_user_policyViresh Kumar2015-09-01
* | cpufreq: remove redundant 'policy' field from user_policyViresh Kumar2015-09-01
* | cpufreq: remove redundant 'governor' field from user_policyViresh Kumar2015-09-01
* | cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar2015-09-01
|/
* cpufreq: Avoid attempts to create duplicate symbolic linksRafael J. Wysocki2015-07-28
* cpufreq: Track cpu managing sysfs kobjects separatelySaravana Kannan2015-05-23
* cpufreq: Manage governor usage history with 'policy->last_governor'Viresh Kumar2015-05-15
* cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notificationsViresh Kumar2015-01-23
* cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policyViresh Kumar2015-01-23
* cpufreq: stats: get rid of per-cpu cpufreq_stats_tableViresh Kumar2015-01-23
* cpufreq: Introduce ->ready() callback for cpufreq driversViresh Kumar2014-11-29
* cpufreq: Fix formatting issues in 'struct cpufreq_driver'Viresh Kumar2014-11-29
* cpufreq: allow driver-specific dataThomas Petazzoni2014-10-21
* cpufreq: Add support for per-policy driver dataViresh Kumar2014-09-09
* cpufreq: Introduce new relation for freq selectionStratos Karafotis2014-07-21
* cpufreq: make table sentinel macros unsigned to match useBrian W Hart2014-07-18
* cpufreq: add support for intermediate (stable) frequenciesViresh Kumar2014-06-05
* cpufreq: Fix build error on some platforms that use cpufreq_for_each_*Stratos Karafotis2014-05-08
* PM / OPP: Move cpufreq specific OPP functions out of generic OPP libraryNishanth Menon2014-05-07
* cpufreq: Catch double invocations of cpufreq_freq_transition_begin/endSrivatsa S. Bhat2014-05-07
* cpufreq: Introduce macros for cpufreq_frequency_table iterationStratos Karafotis2014-04-30
* cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar2014-04-07
* cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition staticViresh Kumar2014-03-26
* cpufreq: Make sure frequency transitions are serializedSrivatsa S. Bhat2014-03-26
* cpufreq: Add stop CPU callback to cpufreq_driver interfaceDirk Brandewie2014-03-20
* cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar2014-03-19
* cpufreq: Remove cpufreq_generic_exit()Viresh Kumar2014-03-12
* cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar2014-03-12
* cpufreq: Implement cpufreq_generic_suspend()Viresh Kumar2014-03-06
* cpufreq: suspend governors on system suspend/hibernateViresh Kumar2014-03-06
* cpufreq: Add boost frequency support in coreLukasz Majewski2014-01-17
* cpufreq: introduce cpufreq_generic_get() routineViresh Kumar2014-01-17
* cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properlyViresh Kumar2014-01-17
* cpufreq: Make sure CPU is running on a freq from freq-tableViresh Kumar2014-01-06
* cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar2014-01-06
* cpufreq: Introduce cpufreq_notify_post_transition()Viresh Kumar2014-01-06
* Revert "cpufreq: suspend governors on system suspend/hibernate"Rafael J. Wysocki2013-12-08
* Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki2013-12-06
|\
| * cpufreq: suspend governors on system suspend/hibernateViresh Kumar2013-11-28
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-11-15
|\ \ | |/ |/|
| * cpufreq: Add dummy cpufreq_cpu_get/put for CONFIG_CPU_FREQ=nDaniel Vetter2013-10-18
* | cpufreq: distinguish drivers that do asynchronous notificationsViresh Kumar2013-10-31