aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-07Merge branch 'pm-runtime'Rafael J. Wysocki1-1/+1
2013-11-07Merge branch 'pm-sleep'Rafael J. Wysocki1-1/+5
2013-11-07Merge branch 'pm-cpufreq'Rafael J. Wysocki54-656/+1124
2013-11-07Merge branch 'pm-cpuidle'Rafael J. Wysocki9-138/+76
2013-11-07Merge branch 'pm-devfreq'Rafael J. Wysocki2-23/+11
2013-11-07Merge branch 'powercap'Rafael J. Wysocki1-1/+1
2013-11-07Merge branch 'acpi-video'Rafael J. Wysocki2-11/+3
2013-11-07Merge branch 'acpica'Rafael J. Wysocki102-417/+827
2013-11-07Merge branch 'acpi-assorted'Rafael J. Wysocki2-7/+2
2013-11-07Merge branch 'acpi-processor'Rafael J. Wysocki3-24/+0
2013-11-07PM / runtime: Use pm_runtime_put_sync() in __device_release_driver()Rafael J. Wysocki1-1/+1
2013-11-07ACPI / event: remove unneeded NULL pointer checkMathias Krause1-5/+0
2013-11-07Revert "ACPI / video: Ignore BIOS initial backlight value for HP 250 G1"Aaron Lu1-8/+0
2013-11-07ACPI / video: Quirk initial backlight level 0Aaron Lu1-1/+1
2013-11-07ACPI / video: Fix initial level validity testAaron Lu1-1/+1
2013-11-07intel_pstate: skip the driver if ACPI has power mgmt optionAdrian Huang1-0/+74
2013-11-07PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu1-1/+5
2013-11-05ACPI / blacklist: fix name of ThinkPad Edge E530Felipe Contreras1-1/+1
2013-11-05PowerCap: Fix build error with option -Werror=format-securitySrinivas Pandruvada1-1/+1
2013-11-01cpufreq: ondemand: Remove redundant return statementStratos Karafotis1-1/+0
2013-10-31ACPICA: Add __init for ACPICA initializers/finalizers.Lv Zheng7-16/+15
2013-10-31ACPICA: Cleanup asmlinkage for ACPICA APIs.Lv Zheng6-6/+19
2013-10-31ACPICA: Update acpidump related header file changes.Lv Zheng2-2/+11
2013-10-31ACPICA: Update compilation environment settings.Lv Zheng1-0/+3
2013-10-31ACPICA: Fix cached object deletion code.Lv Zheng1-2/+2
2013-10-31ACPICA: Remove dead AOPOBJ_INVALID check.Lv Zheng1-6/+0
2013-10-31ACPICA: Cleanup useless memset invocations.Lv Zheng2-2/+0
2013-10-31ACPICA: Fix an ACPI_ALLOCATE_ZEROED() reversal.Lv Zheng1-1/+1
2013-10-31ACPICA: Fix wrong object length returned by acpi_ut_get_simple_object_size().Lv Zheng1-10/+13
2013-10-31ACPICA: Add new statistics interface.Lv Zheng7-0/+66
2013-10-31ACPICA: Update DMAR table definitions.Lv Zheng3-8/+8
2013-10-31ACPICA: Update RSDP table definitions.Lv Zheng1-1/+18
2013-10-31ACPICA: Update namespace dump code.Lv Zheng1-2/+5
2013-10-31ACPICA: Update check for setting the ANOBJ_IS_EXTERNAL flag.Lv Zheng1-1/+2
2013-10-31ACPICA: Update default space handlers.Lv Zheng1-0/+1
2013-10-31ACPICA: Update version to 20130927.Bob Moore1-1/+1
2013-10-31ACPICA: Update aclinux.h for new OSL override mechanism.Lv Zheng2-45/+91
2013-10-31ACPICA: Add support to allow host OS to redefine individual OSL prototypes.Lv Zheng2-3/+137
2013-10-31ACPICA: Simplify configuration of global ACPI_REDUCED_HARDWARE macro.Bob Moore1-0/+2
2013-10-31ACPICA: Fix indentation issues for macro invocations.Lv Zheng5-8/+25
2013-10-31ACPICA: Prevent possible build issues for use of ACPI_PRINTF_LIKE macroLv Zheng1-13/+16
2013-10-31ACPICA: Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfaces.Lv Zheng5-8/+25
2013-10-31ACPICA: Linuxize: Change indentation of C labels.Lv Zheng60-112/+112
2013-10-31ACPICA: Clarify ACPI_FREE_BUFFER usage.Bob Moore2-4/+8
2013-10-31ACPICA: Add EXPORT_ACPI_INTERFACES macro to external interface modules.Lv Zheng21-24/+45
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar40-624/+198
2013-10-31cpufreq: distinguish drivers that do asynchronous notificationsViresh Kumar3-1/+9
2013-10-31cpufreq/intel_pstate: Add static declarations to internal functionsDirk Brandewie1-2/+2
2013-10-31cpufreq: arm_big_little: reconfigure switcher behavior at run timeNicolas Pitre1-3/+51
2013-10-31cpufreq: arm_big_little: add in-kernel switching (IKS) supportViresh Kumar2-31/+337