public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-01-13 19:34:49 to 2011-02-03 22:10:51 UTC [more...]

2.6.38-rc3-git1: Reported regressions 2.6.36 -> 2.6.37
 2011-02-03 22:10 UTC  (6+ messages)

[PATCH] ACPI: Remove the wakeup.run_wake_count device field
 2011-02-03 19:20 UTC 

[PATCH] ACPI: Remove the wakeup.run_wake_count device field
 2011-02-03 19:14 UTC 

2.6.38-rc3-git1: Reported regressions 2.6.36 -> 2.6.37
 2011-02-03  0:03 UTC 

2.6.38-rc3-git1: Reported regressions from 2.6.37
 2011-02-02 23:02 UTC 

[PATCH] [1/139] x86, hotplug: Use mwait to offline a processor, fix the legacy case
 2011-02-02  0:43 UTC 

[RFC][PATCH] Power domains for platform bus type
 2011-02-01 18:39 UTC  (14+ messages)

[RFC][PATCH] Power domains for platform bus type
 2011-01-31 23:01 UTC  (4+ messages)

Resume hangs [was: mmotm 2010-12-02-16-34 uploaded]
 2011-01-31 22:00 UTC  (6+ messages)

[RFC][PATCH] Power domains for platform bus type
 2011-01-31 19:45 UTC 

[PATCH] i2c: OMAP: fix static suspend vs. runtime suspend
 2011-01-31 18:19 UTC 

[RFC][PATCH] Power domains for platform bus type
 2011-01-31 18:09 UTC 

[PATCH] i2c: OMAP: fix static suspend vs. runtime suspend
 2011-01-31 16:22 UTC 

[PATCH] i2c: OMAP: fix static suspend vs. runtime suspend
 2011-01-31 16:09 UTC  (3+ messages)

[RFC][PATCH] Power domains for platform bus type
 2011-01-31 15:01 UTC 

[PATCH] i2c: OMAP: fix static suspend vs. runtime suspend
 2011-01-31 11:28 UTC 

[PATCH v1 0/6] Set printk priority level
 2011-01-31 10:12 UTC  (11+ messages)
` [PATCH 1/6] mm/page_alloc: use appropriate "
` [PATCH 2/6] arch/x86: "
` [PATCH 3/6] PM: "
` [PATCH 4/6] TTY: "
` [PATCH 5/6] fs: "
` [PATCH 6/6] taskstats: "

[RFC][PATCH] Power domains for platform bus type
 2011-01-30 22:39 UTC 

[RFC][PATCH] Power domains for platform bus type
 2011-01-30  0:07 UTC 

[PATCH 1/3] PM / Wakeup: Add missing memory barriers
 2011-01-28 20:23 UTC 

[PATCH] i2c: OMAP: fix static suspend vs. runtime suspend
 2011-01-28  0:18 UTC 

subtle pm_runtime_put_sync race and sdio functions
 2011-01-27 23:49 UTC  (4+ messages)

subtle pm_runtime_put_sync race and sdio functions
 2011-01-27 23:11 UTC  (2+ messages)

[PATCH 1/3] PM / Wakeup: Add missing memory barriers
 2011-01-27 21:19 UTC 

subtle pm_runtime_put_sync race and sdio functions
 2011-01-27 19:49 UTC 

[PATCH 1/3] PM / Wakeup: Add missing memory barriers
 2011-01-27 19:00 UTC  (3+ messages)

subtle pm_runtime_put_sync race and sdio functions
 2011-01-27 18:54 UTC  (4+ messages)

[GIT PULL] Power management fix for 2.6.38
 2011-01-26 20:32 UTC 

[PATCH 1/3] PM / Wakeup: Add missing memory barriers
 2011-01-26 20:21 UTC 

[PATCH] PM: don't enable interrupts while running in_interrupt
 2011-01-25 19:53 UTC  (2+ messages)

[PATCH 0/11] ACPI: Fixes and cleanups related to iomaps management
 2011-01-25  9:43 UTC 

[PATCH 1/3] PM / Wakeup: Add missing memory barriers
 2011-01-25  0:16 UTC  (3+ messages)
` [PATCH 2/3] PM / Wakeup: Make pm_save_wakeup_count() work as documented
` [PATCH 3/3] PM / Wakeup: Don't update events_check_enabled in pm_get_wakeup_count()

[PATCH 0/3] PM / Wakeup: Fixes in wakeup.c
 2011-01-25  0:12 UTC 

[PATCH 1/11] ACPI: Introduce acpi_os_ioremap()
 2011-01-24 23:32 UTC  (41+ messages)
` [PATCH 2/11] ACPI / PM: Call suspend_nvs_free() earlier during resume
` [PATCH 3/11] ACPI: Fix acpi_os_read_memory() and acpi_os_write_memory()
` [PATCH 4/11] ACPI: Do not export functions that are only used in osl.c
` [PATCH 5/11] ACPI: Change acpi_ioremap_lock into a mutex
` [PATCH 6/11] ACPI: Avoid walking the list of iomaps in osl.c twice in a row
` [PATCH 7/11] ACPI: Make acpi_os_map_memory() avoid creating unnecessary mappings
` [PATCH 8/11] ACPI: Do not use krefs under a mutex in osl.c
` [PATCH 9/11] ACPI: Introduce acpi_os_get_iomem()
` [PATCH 10/11] ACPI / PM: Use existing ACPI iomaps for NVS save/restore
` [PATCH 11/11] ACPI / PM: Make NVS save/restore code use slightly less memory
` [PATCH 0/11] ACPI: Fixes and cleanups related to iomaps management
` [PATCH 0/8] ACPI: Fixes and cleanups related to iomaps management (v2)
  ` [PATCH 1/8] ACPI: Fix acpi_os_read_memory() and acpi_os_write_memory() (v2)
  ` [PATCH 2/8] ACPI: Do not export functions that are only used in osl.c
  ` [PATCH 3/8] ACPI: Change acpi_ioremap_lock into a mutex
  ` [PATCH 4/8] ACPI: Avoid walking the list of memory mappings in osl.c twice in a row
  ` [PATCH 5/8] ACPI: Make acpi_os_map_memory() avoid creating unnecessary mappings
  ` [PATCH 6/8] ACPI: Do not use krefs under a mutex in osl.c
  ` [PATCH 7/8] ACPI: Introduce acpi_os_get_iomem()
  ` [PATCH 8/8] ACPI / PM: Use existing ACPI iomaps for NVS save/restore (v2)

User tool for configuring wake-up devices
 2011-01-24 16:17 UTC 

User tool for configuring wake-up devices
 2011-01-24 14:09 UTC 

Occasional (too common) suspend problem
 2011-01-24  9:43 UTC  (30+ messages)

PROBLEM: Shutdown does not poweroff due to commit 2a2d31c8 "intel_idle: open broadcast clock event"
 2011-01-24  7:53 UTC  (3+ messages)

2.6.38-rc1 resume hang (da8aeb92 "ACPI/Battery: Update information on info notification and resume")
 2011-01-21 21:20 UTC  (3+ messages)

2.6.38-rc1 resume hang (da8aeb92 "ACPI/Battery: Update information on info notification and resume")
 2011-01-21 14:25 UTC 

Occasional (too common) suspend problem
 2011-01-21  4:50 UTC 

[PATCH 0/11] ACPI: Fixes and cleanups related to iomaps management
 2011-01-20 11:26 UTC 

Resume from Memory very slow on 2.6.37+
 2011-01-20  1:50 UTC  (14+ messages)
                    ` [1/2] ACPI: Introduce acpi_os_ioremap()
                    ` [2/2] ACPI / PM: Call suspend_nvs_free() earlier during resume

[RFC][PATCH] PM: Do not create wakeup sysfs files for devices that cannot wakeup
 2011-01-19 22:05 UTC  (3+ messages)

[Patch] acpi: remove acpi_sleep=s4_nonvs
 2011-01-19 20:38 UTC 

[PATCH] intel_idle: disable HW auto-demotion by default (v2)
 2011-01-19 14:41 UTC  (2+ messages)
` [PATCH] intel_idle: disable HW auto-demotion

[Patch] acpi: remove acpi_sleep=s4_nonvs
 2011-01-19  5:14 UTC 

[PATCH] intel_idle: disable HW auto-demotion
 2011-01-19  2:52 UTC 

[RFC][PATCH] PM: Do not create wakeup sysfs files for devices that cannot wakeup
 2011-01-14 20:08 UTC 

Oops while going into hibernate
 2011-01-14 13:14 UTC  (3+ messages)

[GIT] idle patches for 2.6.38-merge
 2011-01-14  3:23 UTC 

Trying to understand new wakeup events architecture
 2011-01-14  2:11 UTC  (6+ messages)

[RFC][PATCH] PM: Do not create wakeup sysfs files for devices that cannot wakeup
 2011-01-14  0:34 UTC 

[PATCH] i2c: Factor out runtime suspend checks from PM operations
 2011-01-13 20:28 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox