aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2014-02-04intel_pstate: Take core C0 time into account for core busy calculationDirk Brandewie
2014-01-31Merge tag 'pm+acpi-3.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-01-29Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki
2014-01-28acpi-cpufreq: De-register CPU notifier and free struct msr on error.Konrad Rzeszutek Wilk
2014-01-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-01-17cpufreq: exynos4x12: Change L0 driver data to CPUFREQ_BOOST_FREQLukasz Majewski
2014-01-17cpufreq: exynos: Extend Exynos cpufreq driver to support boostLukasz Majewski
2014-01-17cpufreq / boost: Kconfig: Support for software-managed BOOSTLukasz Majewski
2014-01-17acpi-cpufreq: Adjust the code to use the common boost attributeLukasz Majewski
2014-01-17cpufreq: Add boost frequency support in coreLukasz Majewski
2014-01-17intel_pstate: Add trace point to report internal state.Dirk Brandewie
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar
2014-01-17cpufreq: stats: create sysfs entries when cpufreq_stats is a moduleViresh Kumar
2014-01-17cpufreq: stats: free table and remove sysfs entry in a single routineViresh Kumar
2014-01-17cpufreq: stats: remove hotplug notifiersViresh Kumar
2014-01-17cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properlyViresh Kumar
2014-01-17cpufreq: speedstep: remove unused speedstep_get_statePaul Bolle
2014-01-14Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki
2014-01-06intel_pstate: Add X86_FEATURE_APERFMPERF to cpu match parameters.Dirk Brandewie
2014-01-06powernow-k6: reorder frequenciesMikulas Patocka
2014-01-06powernow-k6: correctly initialize default parametersMikulas Patocka
2014-01-06powernow-k6: disable cache when changing frequencyMikulas Patocka
2014-01-06cpufreq: exynos: Convert exynos-cpufreq to platform driverLukasz Majewski
2014-01-06cpufreq: Make sure CPU is running on a freq from freq-tableViresh Kumar
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar
2014-01-06cpufreq: imx6q: add of_init_opp_tableJohn Tobias
2014-01-06cpufreq: imx6q-cpufreq driver is reused on i.MX6 series SoCsShawn Guo
2014-01-06cpufreq: imx6q: correct VDDSOC/PU voltage scaling when cpufreq is changedAnson Huang
2014-01-06cpufreq: send new set of notification for transition failuresViresh Kumar
2014-01-06cpufreq: Introduce cpufreq_notify_post_transition()Viresh Kumar
2014-01-06cpufreq: exynos5250: Set APLL rate using CCF APISachin Kamat
2014-01-06cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabledJane Li
2014-01-06cpufreq: s3c24xx: Staticize local variableSachin Kamat
2014-01-06cpufreq: s3c2440: Staticize local variablesSachin Kamat
2014-01-06cpufreq: s3c2440: Remove hardware.h inclusionSachin Kamat
2014-01-06cpufreq: arm-big-little: Make driver dependent on CONFIG_BIG_LITTLEViresh Kumar
2014-01-05Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki
2013-12-31intel_pstate: Fail initialization if P-state information is missingRafael J. Wysocki
2013-12-29cpufreq: preserve user_policy across suspend/resumeViresh Kumar
2013-12-29cpufreq: Clean up after a failing light-weight initializationRafael J. Wysocki
2013-12-28Merge tag 'samsung-cleanup-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson
2013-12-22cpufreq: Select PM_OPP rather than depending on itMark Brown
2013-12-22cpufreq: Make ARM big.LITTLE switcher depend on ARMMark Brown
2013-12-22intel_pstate: Remove periodic P state boostDirk Brandewie
2013-12-22intel_pstate: Add setting voltage value for baytrail P states.Dirk Brandewie
2013-12-22cpufreq: Use CONFIG_CPU_FREQ_DEFAULT_* to set initial policy for setpolicy dr...Jason Baron
2013-12-22cpufreq: remove sysfs files for CPUs which failed to come back after resumeViresh Kumar
2013-12-19cpufreq: exynos: move definitions for exynos-cpufreq into drivers/cpufreq/Kukjin Kim