summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2015-10-15cpufreq: intel_pstate: Fix divide by zero on Knights Landing (KNL)Srinivas Pandruvada-0/+5
2015-10-08cpufreq: prevent lockup on reading scaling_available_frequenciesSrinivas Pandruvada-1/+3
2015-10-08cpufreq: acpi_cpufreq: prevent crash on reading freqdomain_cpusSrinivas Pandruvada-0/+3
2015-09-16cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()Rafael J. Wysocki-4/+3
2015-09-11Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-28/+59
2015-09-11Merge branch 'pm-cpufreq'Rafael J. Wysocki-28/+59
2015-09-10Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds-827/+0
2015-09-09intel_pstate: fix PCT_TO_HWP macroKristen Carlson Accardi-7/+14
2015-09-09intel_pstate: Fix user input of min/max to legal policy regionChen Yu-3/+14
2015-09-09cpufreq-dt: add suspend frequency supportBartlomiej Zolnierkiewicz-0/+9
2015-09-09cpufreq: allow cpufreq_generic_suspend() to work without suspend frequencyBartlomiej Zolnierkiewicz-2/+2
2015-09-07cpufreq: Use __func__ to print function's nameViresh Kumar-2/+1
2015-09-07cpufreq: staticize cpufreq_cpu_get_raw()Viresh Kumar-1/+1
2015-09-05cpufreq: Add ARM_MT8173_CPUFREQ dependency on THERMALGuenter Roeck-0/+1
2015-09-03cpufreq: dt: Tolerance applies on both sides of target voltageViresh Kumar-1/+2
2015-09-03cpufreq: dt: Print error on failing to mark OPPs as sharedViresh Kumar-1/+4
2015-09-03cpufreq: dt: Check OPP count before marking them sharedViresh Kumar-11/+11
2015-09-03Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki-31/+129
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-455/+1297
2015-09-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-4/+226
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2015-09-01Merge branch 'pm-opp'Rafael J. Wysocki-31/+129
2015-09-01Merge branch 'pm-cpufreq'Rafael J. Wysocki-424/+1168
2015-09-01cpufreq: speedstep-lib: Use monotonic clockAbhilash Jindal-5/+4
2015-09-01cpufreq: powernv: Increase the verbosity of OCC console messagesShilpasri G Bhat-4/+5
2015-09-01cpufreq: sfi: use kmemdup rather than duplicating its implementationAndrzej Hajda-3/+1
2015-09-01cpufreq: drop !cpufreq_driver check from cpufreq_parse_governor()Viresh Kumar-4/+0
2015-09-01cpufreq: remove redundant 'policy' field from user_policyViresh Kumar-9/+1
2015-09-01cpufreq: remove redundant 'governor' field from user_policyViresh Kumar-5/+2
2015-09-01cpufreq: update user_policy.* on successViresh Kumar-5/+3
2015-09-01cpufreq: use memcpy() to copy policyViresh Kumar-6/+2
2015-09-01cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar-6/+2
2015-09-01cpufreq: mediatek: Add MT8173 cpufreq driverPi-Cheng Chen-0/+535
2015-08-31Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+3
2015-08-20Merge tag 'tegra-for-4.3-cpufreq' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson-4/+226
2015-08-20Merge tag 'samsung-late-cpufreq-driver' of git://git.kernel.org/pub/scm/linux...Olof Johansson-825/+0
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar-54/+57
2015-08-14cpufreq: exynos: Fix for memory leak in case SoC name does not matchShailendra Verma-2/+4
2015-08-14cpufreq: exynos: Remove unselectable rule for arm-exynos-cpufreq.oJonas Rabenstein-1/+0
2015-08-14cpufreq: exynos: remove Exynos4x12 specific cpufreq driver supportBartlomiej Zolnierkiewicz-582/+0
2015-08-08cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabledBartlomiej Zolnierkiewicz-1/+8
2015-08-07intel_pstate: append more Oracle OEM table id to vendor bypass listEthan Zhao-0/+4
2015-08-07intel_pstate: Add SKY-S supportKristen Carlson Accardi-0/+1
2015-08-07cpufreq: dt: Add support for turbo/boost modeViresh Kumar-0/+8
2015-08-07cpufreq: dt: Add support for operating-points-v2 bindingsViresh Kumar-10/+46
2015-08-07cpufreq: Allow drivers to enable boost support after registering driverViresh Kumar-20/+63
2015-08-07cpufreq: Update boost flag while initializing freq table from OPPsBartlomiej Zolnierkiewicz-0/+4
2015-08-05bus: subsys: update return type of ->remove_dev() to voidViresh Kumar-7/+5
2015-08-03CPUFREQ: Loongson2: Fix broken build due to incorrect include.Ralf Baechle-1/+1
2015-07-31intel_pstate: Fix possible overflow complained by CoverityChen Yu-2/+2