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