summaryrefslogtreecommitdiffstats
path: root/include/linux/cpufreq.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-07-181-7/+7
|\
| * cpufreq: Make cpufreq_generic_init() return voidViresh Kumar2019-07-161-1/+1
| * cpufreq: Add QoS requests for userspace constraintsViresh Kumar2019-07-081-6/+2Star
| * cpufreq: intel_pstate: Reuse refresh_frequency_limits()Viresh Kumar2019-07-081-0/+1
| * cpufreq: Register notifiers with the PM QoS frameworkViresh Kumar2019-07-081-0/+3
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-07-081-0/+6
|\|
| * cpufreq: Move the IS_ENABLED(CPU_THERMAL) macro into a stubDaniel Lezcano2019-06-261-0/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* cpufreq: Call transition notifier only once for each policyViresh Kumar2019-05-101-7/+7
* cpufreq: intel_pstate: Update max frequency on global turbo changesRafael J. Wysocki2019-04-081-0/+10
* cpufreq: intel_pstate: Driver-specific handling of _PPC updatesRafael J. Wysocki2019-04-011-0/+4
* cpufreq: Allow light-weight tear down and bring up of CPUsViresh Kumar2019-02-121-0/+2
* cpufreq: Auto-register the driver as a thermal cooling device if askedAmit Kucheria2019-01-301-0/+9
* cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar2019-01-291-10/+2Star
* cpufreq: Replace open-coded << with BIT()Amit Kucheria2019-01-211-12/+13
* sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret2018-12-111-0/+8
* cpufreq: Rename cpufreq_can_do_remote_dvfs()Viresh Kumar2018-05-231-1/+1
* cpufreq: Drop cpufreq_table_validate_and_show()Viresh Kumar2018-04-101-2/+0Star
* cpufreq: Validate frequency table in the coreViresh Kumar2018-02-271-0/+1
* cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx()Dominik Brodowski2018-02-081-46/+79
* x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki2017-11-151-0/+1
* cpufreq: provide default frequency-invariance setter functionDietmar Eggemann2017-10-031-0/+3
* Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki2017-09-041-0/+20
|\
| * cpufreq: Simplify cpufreq_can_do_remote_dvfs()Rafael J. Wysocki2017-08-081-5/+2Star
| * cpufreq: Process remote callbacks from any CPU if the platform permitsViresh Kumar2017-08-011-2/+16
| * sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar2017-08-011-0/+9
* | cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flagViresh Kumar2017-07-261-0/+6
* | cpufreq: Replace "max_transition_latency" with "dynamic_switching"Viresh Kumar2017-07-261-7/+2Star
* | cpufreq: Use transition_delay_us for legacy governors as wellViresh Kumar2017-07-221-0/+1
* | cpufreq: governor: Drop min_sampling_rateViresh Kumar2017-07-221-2/+0Star
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2017-07-141-0/+14
|\
| * cpufreq: create cpufreq_table_count_valid_entries()Viresh Kumar2017-05-281-0/+14
* | x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERFLen Brown2017-06-271-0/+2
|/
* cpufreq: schedutil: Use policy-dependent transition delaysRafael J. Wysocki2017-04-171-0/+7
* cpufreq: Fix typos in commentsViresh Kumar2017-02-041-2/+2
* cpufreq: Remove CPUFREQ_START notifier eventViresh Kumar2017-02-041-1/+0Star
* cpufreq: Remove policy create/remove notifiersViresh Kumar2017-02-031-2/+0Star
* 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/+1Star
* cpufreq: Drop freq-table param to cpufreq_frequency_table_target()Viresh Kumar2016-06-091-1/+0Star
* cpufreq: Remove cpufreq_frequency_get_table()Viresh Kumar2016-06-091-2/+0Star
* 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/+0Star
* 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/+5Star