aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpufreq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-09Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"Viresh Kumar1-4/+0
2016-03-09cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki1-0/+34
2016-02-26cpufreq: Simplify the cpufreq_for_each_valid_entry()Rafael J. Wysocki1-12/+5
2016-02-05cpufreq: Clean up default and fallback governor setupRafael J. Wysocki1-23/+2
2016-01-01cpufreq: Simplify core code related to boost supportRafael J. Wysocki1-1/+0
2016-01-01cpufreq: Make cpufreq_boost_supported() staticRafael J. Wysocki1-5/+0
2015-12-02cpufreq: use last policy after online for drivers with ->setpolicySrinivas Pandruvada1-0/+1
2015-10-28cpufreq: create cpu/cpufreq/policyX directoriesViresh Kumar1-1/+0
2015-10-28cpufreq: remove cpufreq_sysfs_{create|remove}_file()Viresh Kumar1-2/+0
2015-10-28cpufreq: create cpu/cpufreq at boot timeViresh Kumar1-2/+0
2015-09-16cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()Rafael J. Wysocki1-0/+5
2015-09-01Merge branch 'pm-opp'Rafael J. Wysocki1-0/+13
2015-09-01cpufreq: rename cpufreq_real_policy as cpufreq_user_policyViresh Kumar1-2/+2
2015-09-01cpufreq: remove redundant 'policy' field from user_policyViresh Kumar1-1/+0
2015-09-01cpufreq: remove redundant 'governor' field from user_policyViresh Kumar1-1/+0
2015-09-01cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar1-5/+4
2015-08-08cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabledBartlomiej Zolnierkiewicz1-0/+1
2015-08-07cpufreq: Allow drivers to enable boost support after registering driverViresh Kumar1-0/+12
2015-07-28cpufreq: Avoid attempts to create duplicate symbolic linksRafael J. Wysocki1-0/+1
2015-05-23cpufreq: Track cpu managing sysfs kobjects separatelySaravana Kannan1-1/+3
2015-05-15cpufreq: Manage governor usage history with 'policy->last_governor'Viresh Kumar1-0/+1
2015-01-23cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notificationsViresh Kumar1-3/+2
2015-01-23cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policyViresh Kumar1-2/+0
2015-01-23cpufreq: stats: get rid of per-cpu cpufreq_stats_tableViresh Kumar1-0/+3
2014-11-29cpufreq: Introduce ->ready() callback for cpufreq driversViresh Kumar1-0/+4
2014-11-29cpufreq: Fix formatting issues in 'struct cpufreq_driver'Viresh Kumar1-25/+25
2014-10-21cpufreq: allow driver-specific dataThomas Petazzoni1-0/+2
2014-09-09cpufreq: Add support for per-policy driver dataViresh Kumar1-0/+3
2014-07-21cpufreq: Introduce new relation for freq selectionStratos Karafotis1-0/+1
2014-07-18cpufreq: make table sentinel macros unsigned to match useBrian W Hart1-2/+2
2014-06-05cpufreq: add support for intermediate (stable) frequenciesViresh Kumar1-0/+25
2014-05-08cpufreq: Fix build error on some platforms that use cpufreq_for_each_*Stratos Karafotis1-2/+9
2014-05-07PM / OPP: Move cpufreq specific OPP functions out of generic OPP libraryNishanth Menon1-0/+21
2014-05-07cpufreq: Catch double invocations of cpufreq_freq_transition_begin/endSrivatsa S. Bhat1-0/+1
2014-04-30cpufreq: Introduce macros for cpufreq_frequency_table iterationStratos Karafotis1-0/+21
2014-04-07cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar1-3/+6
2014-03-26cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition staticViresh Kumar1-4/+0
2014-03-26cpufreq: Make sure frequency transitions are serializedSrivatsa S. Bhat1-0/+10
2014-03-20cpufreq: Add stop CPU callback to cpufreq_driver interfaceDirk Brandewie1-0/+1
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar1-2/+0
2014-03-12cpufreq: Remove cpufreq_generic_exit()Viresh Kumar1-5/+0
2014-03-12cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar1-5/+1
2014-03-06cpufreq: Implement cpufreq_generic_suspend()Viresh Kumar1-0/+3
2014-03-06cpufreq: suspend governors on system suspend/hibernateViresh Kumar1-0/+8
2014-01-17cpufreq: Add boost frequency support in coreLukasz Majewski1-0/+24
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar1-0/+3
2014-01-17cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properlyViresh Kumar1-0/+2
2014-01-06cpufreq: Make sure CPU is running on a freq from freq-tableViresh Kumar1-0/+2
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar1-0/+9
2014-01-06cpufreq: Introduce cpufreq_notify_post_transition()Viresh Kumar1-0/+2