summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-14325-6825/+8392
|\
| * 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-078-246/+147
| |\ \
| | * | ACPI / hotplug: Consolidate deferred execution of ACPI hotplug routinesRafael J. Wysocki2013-11-078-142/+71
| | * | 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-074-2/+3
| | * | ACPI / hotplug: Simplify device ejection routinesRafael J. Wysocki2013-11-073-51/+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-sleep'Rafael J. Wysocki2013-11-071-1/+5
| |\ \ \ \
| | * | | | PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu2013-11-071-1/+5
| * | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-11-0754-656/+1124
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | 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-313-1/+9
| | * | | | 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
| | * | | | ARM: vexpress/TC2: register vexpress-spc cpufreq deviceSudeep KarkadaNagesha2013-10-301-0/+2
| | * | | | cpufreq: arm_big_little: add vexpress SPC interface driverSudeep KarkadaNagesha2013-10-303-0/+79
| | * | | | ARM: vexpress/TC2: add cpu clock supportSudeep KarkadaNagesha2013-10-301-0/+102
| | * | | | ARM: vexpress/TC2: add support for CPU DVFSSudeep KarkadaNagesha2013-10-305-5/+281
| * | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2013-11-079-138/+76
| |\ \ \ \ \
| | * | | | | ARM: EXYNOS: Remove incorrect __init annotation from cpuidle driverJingoo Han2013-10-301-1/+1
| | * | | | | ARM: EXYNOS: Use dev_err() instead of printk() for cpuidle driverJingoo Han2013-10-301-2/+2
| | * | | | | intel_idle: use CPU_TASKS_FROZEN instead of a numeric constantPrarit Bhargava2013-10-301-1/+1
| | * | | | | cpuidle: remove cpuidle_unregister_governor()Viresh Kumar2013-10-303-50/+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
| | * | | | | cpuidle: fix indentation of cpumaskViresh Kumar2013-10-301-1/+1
| * | | | | | Merge branch 'pm-devfreq'Rafael J. Wysocki2013-11-072-23/+11
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge back earlier devfreq material for v3.13.Rafael J. Wysocki2013-10-300-0/+0
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'for-rafael' of git://git.kernel.org/pub/scm/linux/kernel/git/mz...Rafael J. Wysocki2013-10-302-24/+11
| | |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud