summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-11-0748-651/+732
|\
| * intel_pstate: skip the driver if ACPI has power mgmt optionAdrian Huang2013-11-071-0/+74
| * cpufreq: ondemand: Remove redundant return statementStratos Karafotis2013-11-011-1/+0
| * cpufreq: move freq change notifications to cpufreq coreViresh Kumar2013-10-3140-624/+198
| * cpufreq: distinguish drivers that do asynchronous notificationsViresh Kumar2013-10-312-1/+2
| * cpufreq/intel_pstate: Add static declarations to internal functionsDirk Brandewie2013-10-311-2/+2
| * cpufreq: arm_big_little: reconfigure switcher behavior at run timeNicolas Pitre2013-10-311-3/+51
| * cpufreq: arm_big_little: add in-kernel switching (IKS) supportViresh Kumar2013-10-312-31/+337
| * cpufreq: arm_big_little: add vexpress SPC interface driverSudeep KarkadaNagesha2013-10-303-0/+79
* | Merge branch 'pm-cpuidle'Rafael J. Wysocki2013-11-076-127/+72
|\ \
| * | intel_idle: use CPU_TASKS_FROZEN instead of a numeric constantPrarit Bhargava2013-10-301-1/+1
| * | cpuidle: remove cpuidle_unregister_governor()Viresh Kumar2013-10-301-43/+0
| * | cpuidle: don't call poll_idle_init() for every cpuViresh Kumar2013-10-302-41/+42
| * | cpuidle: use drv instead of cpuidle_driver in show_current_driver()Viresh Kumar2013-10-301-4/+4
| * | cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lockViresh Kumar2013-10-302-2/+4
| * | cpuidle: replace multiline statements with single line in cpuidle_idle_call()Viresh Kumar2013-10-301-4/+2
| * | cpuidle: reduce code duplication inside cpuidle_idle_call()Viresh Kumar2013-10-301-2/+5
| * | cpuidle: merge two if() statements for checking error casesViresh Kumar2013-10-301-4/+1
| * | cpuidle: rearrange __cpuidle_register_device() to keep minimal exit pointsViresh Kumar2013-10-301-5/+4
| * | cpuidle: rearrange code in __cpuidle_driver_init()Viresh Kumar2013-10-301-6/+4
| * | cpuidle: make __cpuidle_driver_init() return voidViresh Kumar2013-10-301-8/+2
| * | cpuidle: make __cpuidle_device_init() return voidViresh Kumar2013-10-301-6/+2
| * | cpuidle: Fix comments in cpuidle coreViresh Kumar2013-10-303-5/+5
* | | Merge branch 'pm-devfreq'Rafael J. Wysocki2013-11-072-23/+11
|\ \ \
| * | | PM / devfreq: create_freezable_workqueue() doesn't return an ERR_PTRDan Carpenter2013-10-281-2/+2
| * | | PM / devfreq: Remove duplicate header file inclusion in exynos5_bus.cSachin Kamat2013-10-281-1/+0
| * | | PM / devfreq: Use devm_* APIs in exynos5_bus.cSachin Kamat2013-10-281-18/+8
| * | | PM / devfreq: Remove redundant platform_set_drvdata() in exynos5_bus.cSachin Kamat2013-10-281-2/+0
| * | | PM / devfreq: Fix incorrect usage of IS_ERR_OR_NULL in exynos5_bus.cSachin Kamat2013-10-281-1/+1
* | | | Merge branch 'powercap'Rafael J. Wysocki2013-11-071-1/+1
|\ \ \ \
| * | | | PowerCap: Fix build error with option -Werror=format-securitySrinivas Pandruvada2013-11-051-1/+1
* | | | | Merge branch 'acpi-video'Rafael J. Wysocki2013-11-072-11/+3
|\ \ \ \ \
| * | | | | Revert "ACPI / video: Ignore BIOS initial backlight value for HP 250 G1"Aaron Lu2013-11-071-8/+0
| * | | | | ACPI / video: Quirk initial backlight level 0Aaron Lu2013-11-071-1/+1
| * | | | | ACPI / video: Fix initial level validity testAaron Lu2013-11-071-1/+1
| * | | | | ACPI / blacklist: fix name of ThinkPad Edge E530Felipe Contreras2013-11-051-1/+1
* | | | | | Merge branch 'acpica'Rafael J. Wysocki2013-11-0789-309/+421
|\ \ \ \ \ \
| * | | | | | ACPICA: Add __init for ACPICA initializers/finalizers.Lv Zheng2013-10-316-9/+8
| * | | | | | ACPICA: Cleanup asmlinkage for ACPICA APIs.Lv Zheng2013-10-311-2/+2
| * | | | | | ACPICA: Fix cached object deletion code.Lv Zheng2013-10-311-2/+2
| * | | | | | ACPICA: Remove dead AOPOBJ_INVALID check.Lv Zheng2013-10-311-6/+0
| * | | | | | ACPICA: Cleanup useless memset invocations.Lv Zheng2013-10-312-2/+0
| * | | | | | ACPICA: Fix an ACPI_ALLOCATE_ZEROED() reversal.Lv Zheng2013-10-311-1/+1
| * | | | | | ACPICA: Fix wrong object length returned by acpi_ut_get_simple_object_size().Lv Zheng2013-10-311-10/+13
| * | | | | | ACPICA: Add new statistics interface.Lv Zheng2013-10-315-0/+54
| * | | | | | ACPICA: Update DMAR table definitions.Lv Zheng2013-10-312-6/+6
| * | | | | | ACPICA: Update namespace dump code.Lv Zheng2013-10-311-2/+5
| * | | | | | ACPICA: Update check for setting the ANOBJ_IS_EXTERNAL flag.Lv Zheng2013-10-311-1/+2
| * | | | | | ACPICA: Update default space handlers.Lv Zheng2013-10-311-0/+1
| * | | | | | ACPICA: Fix indentation issues for macro invocations.Lv Zheng2013-10-314-3/+8