summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
Commit message (Expand)AuthorAge
* cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()Rafael J. Wysocki2015-09-16
* Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-11
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki2015-09-11
| |\
| | * intel_pstate: fix PCT_TO_HWP macroKristen Carlson Accardi2015-09-09
| | * intel_pstate: Fix user input of min/max to legal policy regionChen Yu2015-09-09
| | * cpufreq-dt: add suspend frequency supportBartlomiej Zolnierkiewicz2015-09-09
| | * cpufreq: allow cpufreq_generic_suspend() to work without suspend frequencyBartlomiej Zolnierkiewicz2015-09-09
| | * cpufreq: Use __func__ to print function's nameViresh Kumar2015-09-07
| | * cpufreq: staticize cpufreq_cpu_get_raw()Viresh Kumar2015-09-07
| | * cpufreq: Add ARM_MT8173_CPUFREQ dependency on THERMALGuenter Roeck2015-09-05
| | * cpufreq: dt: Tolerance applies on both sides of target voltageViresh Kumar2015-09-03
| | * cpufreq: dt: Print error on failing to mark OPPs as sharedViresh Kumar2015-09-03
| | * cpufreq: dt: Check OPP count before marking them sharedViresh Kumar2015-09-03
| | * Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki2015-09-03
| | |\
* | | \ Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2015-09-10
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'samsung-late-cpufreq-driver' of git://git.kernel.org/pub/scm/linux...Olof Johansson2015-08-20
| |\ \ \
| | * | | cpufreq: exynos: Remove unselectable rule for arm-exynos-cpufreq.oJonas Rabenstein2015-08-14
| | * | | cpufreq: exynos: remove Exynos4x12 specific cpufreq driver supportBartlomiej Zolnierkiewicz2015-08-14
| | * | | cpufreq: exynos: remove exynos5250 specific cpufreq driver supportBartlomiej Zolnierkiewicz2015-07-24
* | | | | Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-01
|\ \ \ \ \
| * \ \ \ \ 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: dt: Add support for turbo/boost modeViresh Kumar2015-08-07
| | * | | | cpufreq: dt: Add support for operating-points-v2 bindingsViresh Kumar2015-08-07
| | * | | | cpufreq: Allow drivers to enable boost support after registering driverViresh Kumar2015-08-07
| | * | | | cpufreq: Update boost flag while initializing freq table from OPPsBartlomiej Zolnierkiewicz2015-08-07
| * | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2015-09-01
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | cpufreq: speedstep-lib: Use monotonic clockAbhilash Jindal2015-09-01
| | * | | | cpufreq: powernv: Increase the verbosity of OCC console messagesShilpasri G Bhat2015-09-01
| | * | | | cpufreq: sfi: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-09-01
| | * | | | cpufreq: drop !cpufreq_driver check from cpufreq_parse_governor()Viresh 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: update user_policy.* on successViresh Kumar2015-09-01
| | * | | | cpufreq: use memcpy() to copy policyViresh Kumar2015-09-01
| | * | | | cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar2015-09-01
| | * | | | cpufreq: mediatek: Add MT8173 cpufreq driverPi-Cheng Chen2015-09-01
| | * | | | intel_pstate: append more Oracle OEM table id to vendor bypass listEthan Zhao2015-08-07
| | * | | | intel_pstate: Add SKY-S supportKristen Carlson Accardi2015-08-07
| | |/ / /
| | * | | intel_pstate: Fix possible overflow complained by CoverityChen Yu2015-07-31
| | * | | cpufreq: Correct a freq check in cpufreq_set_policy()Pan Xinhui2015-07-31
| | * | | cpufreq: Lock CPU online/offline in cpufreq_register_driver()Rafael J. Wysocki2015-07-31
| | * | | cpufreq: Replace recover_policy with new_policy in cpufreq_online()Rafael J. Wysocki2015-07-31
| | * | | cpufreq: Separate CPU device registration from CPU onlineRafael J. Wysocki2015-07-31
| | * | | cpufreq: powernv: Restore cpu frequency to policy->cur on unthrottlingShilpasri G Bhat2015-07-28
| | * | | cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active bit is setShilpasri G Bhat2015-07-28
| | * | | cpufreq: powernv: Call throttle_check() on receiving OCC_THROTTLEShilpasri G Bhat2015-07-28
| | * | | cpufreq: powernv: Register for OCC related opal_message notificationShilpasri G Bhat2015-07-28
| | * | | cpufreq: powernv: Handle throttling due to Pmax capping at chip levelShilpasri G Bhat2015-07-28
| | * | | cpufreq: Pass CPU number to cpufreq_policy_alloc()Rafael J. Wysocki2015-07-28