summaryrefslogtreecommitdiffstats
path: root/include/linux/cpufreq.h
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Fix typos in commentsViresh Kumar2017-02-041-2/+2
* cpufreq: Remove CPUFREQ_START notifier eventViresh Kumar2017-02-041-1/+0
* cpufreq: Remove policy create/remove notifiersViresh Kumar2017-02-031-2/+0
* cpufreq: Make cpufreq_update_policy() voidRafael J. Wysocki2016-11-211-1/+1
* cpufreq: stats: New sysfs attribute for clearing statisticsMarkus Mayer2016-11-111-0/+4
* cpufreq: fix overflow in cpufreq_table_find_index_dl()Sergey Senozhatsky2016-10-201-2/+2
* cpufreq: skip invalid entries when searching the frequencyAaro Koskinen2016-10-121-52/+52
* cpufreq: add cpufreq_driver_resolve_freq()Steve Muckle2016-07-211-0/+16
* cpufreq: Handle sorted frequency tables more efficientlyViresh Kumar2016-07-071-3/+231
* cpufreq: Return index from cpufreq_frequency_table_target()Viresh Kumar2016-06-091-2/+1
* cpufreq: Drop freq-table param to cpufreq_frequency_table_target()Viresh Kumar2016-06-091-1/+0
* cpufreq: Remove cpufreq_frequency_get_table()Viresh Kumar2016-06-091-2/+0
* cpufreq: stats: Make the stats code non-modularRafael J. Wysocki2016-06-021-0/+12
* cpufreq: Drop the 'initialized' field from struct cpufreq_governorRafael J. Wysocki2016-06-021-1/+0
* cpufreq: governor: Create cpufreq_policy_apply_limits()Viresh Kumar2016-06-021-0/+8
* cpufreq: governor: Get rid of governor eventsRafael J. Wysocki2016-06-021-9/+5
* cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()Rafael J. Wysocki2016-04-081-0/+1
* cpufreq: Support for fast frequency switchingRafael J. Wysocki2016-04-021-0/+16
* cpufreq: Move governor symbols to cpufreq.hRafael J. Wysocki2016-04-021-0/+14
* cpufreq: Move governor attribute set headers to cpufreq.hRafael J. Wysocki2016-04-021-0/+23
* Merge branch 'pm-cpufreq-governor' into pm-cpufreqRafael J. Wysocki2016-03-101-5/+0
|\
| * cpufreq: Move scheduler-related code to the sched directoryRafael J. Wysocki2016-03-101-34/+0
| * cpufreq: Remove 'policy->governor_enabled'Viresh Kumar2016-03-091-1/+0
| * Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"Viresh Kumar2016-03-091-4/+0
| * cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki2016-03-091-0/+34
* | cpufreq: Simplify the cpufreq_for_each_valid_entry()Rafael J. Wysocki2016-02-261-12/+5
|/
* cpufreq: Clean up default and fallback governor setupRafael J. Wysocki2016-02-051-23/+2
* cpufreq: Simplify core code related to boost supportRafael J. Wysocki2016-01-011-1/+0
* cpufreq: Make cpufreq_boost_supported() staticRafael J. Wysocki2016-01-011-5/+0
* cpufreq: use last policy after online for drivers with ->setpolicySrinivas Pandruvada2015-12-021-0/+1
* cpufreq: create cpu/cpufreq/policyX directoriesViresh Kumar2015-10-281-1/+0
* cpufreq: remove cpufreq_sysfs_{create|remove}_file()Viresh Kumar2015-10-281-2/+0
* cpufreq: create cpu/cpufreq at boot timeViresh Kumar2015-10-281-2/+0
* cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()Rafael J. Wysocki2015-09-161-0/+5
* Merge branch 'pm-opp'Rafael J. Wysocki2015-09-011-0/+13
|\
| * cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabledBartlomiej Zolnierkiewicz2015-08-081-0/+1
| * cpufreq: Allow drivers to enable boost support after registering driverViresh Kumar2015-08-071-0/+12
* | cpufreq: rename cpufreq_real_policy as cpufreq_user_policyViresh Kumar2015-09-011-2/+2
* | cpufreq: remove redundant 'policy' field from user_policyViresh Kumar2015-09-011-1/+0
* | cpufreq: remove redundant 'governor' field from user_policyViresh Kumar2015-09-011-1/+0
* | cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar2015-09-011-5/+4
|/
* cpufreq: Avoid attempts to create duplicate symbolic linksRafael J. Wysocki2015-07-281-0/+1
* cpufreq: Track cpu managing sysfs kobjects separatelySaravana Kannan2015-05-231-1/+3
* cpufreq: Manage governor usage history with 'policy->last_governor'Viresh Kumar2015-05-151-0/+1
* cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notificationsViresh Kumar2015-01-231-3/+2
* cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policyViresh Kumar2015-01-231-2/+0
* cpufreq: stats: get rid of per-cpu cpufreq_stats_tableViresh Kumar2015-01-231-0/+3
* cpufreq: Introduce ->ready() callback for cpufreq driversViresh Kumar2014-11-291-0/+4
* cpufreq: Fix formatting issues in 'struct cpufreq_driver'Viresh Kumar2014-11-291-25/+25
* cpufreq: allow driver-specific dataThomas Petazzoni2014-10-211-0/+2