summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-31ACPICA: Fix indentation issues for macro invocations.Lv Zheng
2013-10-31ACPICA: Prevent possible build issues for use of ACPI_PRINTF_LIKE macroLv Zheng
2013-10-31ACPICA: Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfa...Lv Zheng
2013-10-31ACPICA: Linuxize: Change indentation of C labels.Lv Zheng
2013-10-31ACPICA: Clarify ACPI_FREE_BUFFER usage.Bob Moore
2013-10-31ACPICA: Add EXPORT_ACPI_INTERFACES macro to external interface modules.Lv Zheng
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar
2013-10-31cpufreq: distinguish drivers that do asynchronous notificationsViresh Kumar
2013-10-31cpufreq/intel_pstate: Add static declarations to internal functionsDirk Brandewie
2013-10-31cpufreq: arm_big_little: reconfigure switcher behavior at run timeNicolas Pitre
2013-10-31cpufreq: arm_big_little: add in-kernel switching (IKS) supportViresh Kumar
2013-10-30ARM: EXYNOS: Remove incorrect __init annotation from cpuidle driverJingoo Han
2013-10-30ARM: EXYNOS: Use dev_err() instead of printk() for cpuidle driverJingoo Han
2013-10-30ACPICA: Hardcode access width for the reset register.Bob Moore
2013-10-30ACPICA: Fix possible memory leaks in the GPE handling.Lv Zheng
2013-10-30ACPICA: Predefine name macros: Sort list.Bob Moore
2013-10-30ACPICA: Cleanup memory allocation macros and configurability.Lv Zheng
2013-10-30ACPICA: Add safe versions of common string functions.Bob Moore
2013-10-30ACPICA: Fix a macro for the hardware-reduced caseBob Moore
2013-10-30ACPICA: Add history/line-editing for Unix/Linux systems.Bob Moore
2013-10-30ACPICA: Add a check for a null node during namespace walk.Bob Moore
2013-10-30ACPICA: Table print header function: Increase default width for table length.Bob Moore
2013-10-30ACPICA: Ensure that debug output is immediately disabled on termination.Tomasz Nowicki
2013-10-30Merge back earlier devfreq material for v3.13.Rafael J. Wysocki
2013-10-30Merge branch 'for-rafael' of git://git.kernel.org/pub/scm/linux/kernel/git/mz...Rafael J. Wysocki
2013-10-30intel_idle: use CPU_TASKS_FROZEN instead of a numeric constantPrarit Bhargava
2013-10-30cpuidle: remove cpuidle_unregister_governor()Viresh Kumar
2013-10-30cpuidle: don't call poll_idle_init() for every cpuViresh Kumar
2013-10-30cpuidle: use drv instead of cpuidle_driver in show_current_driver()Viresh Kumar
2013-10-30cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lockViresh Kumar
2013-10-30cpuidle: replace multiline statements with single line in cpuidle_idle_call()Viresh Kumar
2013-10-30cpuidle: reduce code duplication inside cpuidle_idle_call()Viresh Kumar
2013-10-30cpuidle: merge two if() statements for checking error casesViresh Kumar
2013-10-30cpuidle: rearrange __cpuidle_register_device() to keep minimal exit pointsViresh Kumar
2013-10-30cpuidle: rearrange code in __cpuidle_driver_init()Viresh Kumar
2013-10-30cpuidle: make __cpuidle_driver_init() return voidViresh Kumar
2013-10-30cpuidle: make __cpuidle_device_init() return voidViresh Kumar
2013-10-30cpuidle: Fix comments in cpuidle coreViresh Kumar
2013-10-30cpuidle: fix indentation of cpumaskViresh Kumar
2013-10-30ARM: vexpress/TC2: register vexpress-spc cpufreq deviceSudeep KarkadaNagesha
2013-10-30cpufreq: arm_big_little: add vexpress SPC interface driverSudeep KarkadaNagesha
2013-10-30ARM: vexpress/TC2: add cpu clock supportSudeep KarkadaNagesha
2013-10-30ARM: vexpress/TC2: add support for CPU DVFSSudeep KarkadaNagesha
2013-10-30ACPI: Fix spelling mistake in error messagesColin Ian King
2013-10-30ACPI / processor: Do not request ACPI cpufreq module directlyRafael J. Wysocki
2013-10-28PM / devfreq: create_freezable_workqueue() doesn't return an ERR_PTRDan Carpenter
2013-10-28PM / devfreq: Remove duplicate header file inclusion in exynos5_bus.cSachin Kamat
2013-10-28PM / devfreq: Use devm_* APIs in exynos5_bus.cSachin Kamat
2013-10-28PM / devfreq: Remove redundant platform_set_drvdata() in exynos5_bus.cSachin Kamat
2013-10-28PM / devfreq: Fix incorrect usage of IS_ERR_OR_NULL in exynos5_bus.cSachin Kamat