* [GIT PULL] PM updates for 2.6.36
@ 2010-08-03 22:24 Rafael J. Wysocki
0 siblings, 0 replies; only message in thread
From: Rafael J. Wysocki @ 2010-08-03 22:24 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-kernel@vger.kernel.org, linux-pm@lists.osdl.org, linux-pci,
ACPI Devel Maling List
Hi Linus,
Please pull power management updates for 2.6.36 from:
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6.git for-linus
They include:
* Runtime PM framework updates from Alan Stern and Arjan.
* Hibernate and suspend fixes.
* PM QoS update from James.
* New mechanism for avoiding races between wakeup and system sleep.
Documentation/ABI/testing/sysfs-power | 15 ++
drivers/base/power/Makefile | 2 +-
drivers/base/power/main.c | 1 +
drivers/base/power/runtime.c | 54 ++++++-
drivers/base/power/sysfs.c | 98 ++++++++++---
drivers/base/power/wakeup.c | 247 ++++++++++++++++++++++++++++++++
drivers/net/e1000e/netdev.c | 17 +--
drivers/net/igbvf/netdev.c | 9 +-
drivers/net/wireless/ipw2x00/ipw2100.c | 12 +-
drivers/pci/pci-acpi.c | 1 +
drivers/pci/pci.c | 20 +++-
drivers/pci/pci.h | 1 +
drivers/pci/pcie/pme/pcie_pme.c | 5 +-
drivers/pnp/core.c | 3 +
drivers/pnp/pnpacpi/core.c | 23 +++
include/linux/netdevice.h | 2 +-
include/linux/plist.h | 29 ++++
include/linux/pm.h | 16 ++
include/linux/pm_qos_params.h | 13 ++-
include/linux/pm_wakeup.h | 10 +-
include/linux/pnp.h | 1 +
include/linux/suspend.h | 17 ++-
include/sound/pcm.h | 2 +-
kernel/pm_qos_params.c | 215 +++++++++++++++-------------
kernel/power/hibernate.c | 24 ++-
kernel/power/main.c | 55 +++++++
kernel/power/suspend.c | 13 +-
kernel/power/swap.c | 4 +-
sound/core/pcm_native.c | 13 +-
29 files changed, 734 insertions(+), 188 deletions(-)
---------------
Alan Stern (3):
PM: describe kernel policy regarding wakeup defaults (v. 2)
PNPACPI: Add support for remote wakeup
PM / Runtime: Make runtime_status attribute not debug-only (v. 2)
Arjan van de Ven (1):
PM / Runtime: Add runtime PM statistics (v3)
Cesar Eduardo Barros (1):
PM / Hibernate: Fix typos in comments in kernel/power/swap.c
James Bottomley (3):
plist: Add plist_last
pm_qos: Reimplement using plists
pm_qos: Get rid of the allocation in pm_qos_add_request()
Rafael J. Wysocki (5):
PM: Make it possible to avoid races between wakeup and system sleep
PM / Hibernate: Fix hibernation_platform_enter()
PM / Hibernate: Fix snapshot error code path
PM / Suspend: Fix ordering of calls in suspend error paths
PM: Do not use dynamically allocated objects in pm_wakeup_event()
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-08-03 22:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-03 22:24 [GIT PULL] PM updates for 2.6.36 Rafael J. Wysocki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox