summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-14241-6076/+6291
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-11-071-1/+6
| |\
| | * cpufreq: conservative: fix requested_freq reduction issueXiaoguang Chen2013-11-071-1/+6
| * | Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-11-076-228/+144
| |\ \
| | * | ACPI / hotplug: Consolidate deferred execution of ACPI hotplug routinesRafael J. Wysocki2013-11-076-130/+68
| | * | ACPI / hotplug: Do not execute "insert in progress" _OSTRafael J. Wysocki2013-11-071-2/+0
| | * | ACPI / hotplug: Carry out PCI root eject directlyRafael J. Wysocki2013-11-073-17/+13
| | * | ACPI / hotplug: Merge device hot-removal routinesRafael J. Wysocki2013-11-071-46/+38
| | * | ACPI / hotplug: Make acpi_bus_hot_remove_device() internalRafael J. Wysocki2013-11-073-1/+3
| | * | ACPI / hotplug: Simplify device ejection routinesRafael J. Wysocki2013-11-072-46/+20
| | * | ACPI / hotplug: Fix handle_root_bridge_removal()Rafael J. Wysocki2013-11-071-1/+4
| | * | ACPI / hotplug: Refuse to hot-remove all objects with disabled hotplugRafael J. Wysocki2013-11-071-21/+36
| | * | ACPI / scan: Start matching drivers after trying scan handlersRafael J. Wysocki2013-11-071-3/+6
| | * | ACPI: Remove acpi_pci_slot_init() headers from internal.hRafael J. Wysocki2013-11-071-5/+0
| * | | Merge branch 'pm-runtime'Rafael J. Wysocki2013-11-071-1/+1
| |\ \ \
| | * | | PM / runtime: Use pm_runtime_put_sync() in __device_release_driver()Rafael J. Wysocki2013-11-071-1/+1
| * | | | 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