public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-06-28 02:39:09 to 2011-07-10 11:45:35 UTC [more...]

[PATCH 0/8] PM / Domains: Support for generic I/O PM domains (v5)
 2011-07-10 11:45 UTC  (22+ messages)
  ` [PATCH 10/10 v6] ARM / shmobile: Support for I/O power domains for SH7372 (v8)
    ` [Update][PATCH 6/10] PM / Domains: System-wide transitions support for generic domains (v5)
    ` [PATCH 7/10 v6] PM / Domains: Don't stop wakeup devices during system sleep transitions
    ` [PATCH 3/10 v6] PM / Domains: Support for generic I/O PM domains (v7)
  ` [PATCH 0/10 v6] PM / Domains: Support for generic I/O PM domains
    ` [PATCH 8/8] ARM / shmobile: Support for I/O PM domains for SH7372 (v5)

3.0-rc6-git6: Reported regressions from 2.6.39
 2011-07-10 11:12 UTC  (2+ messages)

3.0-rc6-git6: Reported regressions 2.6.38 -> 2.6.39
 2011-07-10 10:54 UTC 

3.0-rc6-git6: Reported regressions from 2.6.39
 2011-07-10 10:19 UTC 

[PATCH 1/5 v1] PM / Domains: Set device state to "active" during system resume
 2011-07-10  9:09 UTC  (17+ messages)
` [PATCH 2/5 v1] PM / Domains: Make failing pm_genpd_prepare() clean up properly
` [PATCH 3/5 v1] PM / Domains: Rework locking
` [PATCH 4/5 v1] PM / Domains: Allow callbacks to execute arbitrary runtime PM helpers
` [PATCH 5/5 v1] PM / Domains: Do not restore all devices on power off error
` [PATCH 0/5 v1] PM / Domains: Generic PM domains improvements
  ` [Update][PATCH 4/5] PM / Domains: Allow callbacks to execute all runtime PM helpers
  ` [Update][PATCH 5/5] PM / Domains: Do not restore all devices on power off error
  ` [Update][PATCH 3/5] PM / Domains: Rework locking
` [PATCH 0/6 v2] PM / Domains: Generic PM domains improvements
  ` [PATCH 1/6 v2] PM / Domains: Set device state to "active" during system resume
  ` [PATCH 2/6 v2] PM / Domains: Make failing pm_genpd_prepare() clean up properly
  ` [PATCH 3/6 v2] PM / Domains: Do not execute device callbacks under locks
  ` [PATCH 4/6 v2] PM / Domains: Allow callbacks to execute all runtime PM helpers
  ` [PATCH 5/6 v2] PM / Domains: Do not restore all devices on power off error
  ` [PATCH 6/6 v2] PM / Domains: Improve handling of wakeup devices during system suspend

[PATCH 01/05] ARM: mach-shmobile: sh7372 D4 support
 2011-07-10  8:46 UTC  (6+ messages)
` [PATCH 02/05] ARM: mach-shmobile: Runtime PM late init callback
` [PATCH 03/05] ARM: mach-shmobile: sh7372 late pm domain off
` [PATCH 04/05] PM: export pm_genpd_poweron() in header
` [PATCH 05/05] ARM: mach-shmobile: sh7372 A3RV requires A4LC
` [PATCH 00/05] ARM: mach-shmobile: another sh7372 power domain update

[PATCH v2] Input: enable i8042-level wakeup control
 2011-07-09 21:13 UTC 

PM domain using _noirq methods to "finish" pending runtime PM transistions
 2011-07-09 21:02 UTC 

[Update][PATCH 6/10] PM / Domains: System-wide transitions support for generic domains (v5)
 2011-07-09 14:15 UTC  (5+ messages)

pm_runtime_suspended() can be false if RPM_SUSPENDED
 2011-07-09 10:19 UTC 

Runtime PM discussion notes
 2011-07-09  4:06 UTC  (2+ messages)

PM domain using _noirq methods to "finish" pending runtime PM transistions
 2011-07-09  0:30 UTC 

pm_runtime_suspended() can be false if RPM_SUSPENDED
 2011-07-08 23:41 UTC 

Old messages
 2011-07-08 22:30 UTC 

[PATCH 1/7] pm: improve error code of pm_notifier_call_chain()
 2011-07-08 18:59 UTC  (13+ messages)
` [PATCH 3/7] fault-injection: notifier error injection
` [PATCH 5/7] PM: PM "

[PATCH] runtime-pm: consistent utilization of deferred_resume
 2011-07-08 18:59 UTC 

[PATCH 6/7] ARM / Samsung: Use struct syscore_ops for "core" power management
 2011-07-08 18:12 UTC 

[Update][PATCH 6/10] PM / Domains: System-wide transitions support for generic domains (v5)
 2011-07-08 14:37 UTC 

[RFC] Unprepare callback for cpuidle_device
 2011-07-08 13:03 UTC  (4+ messages)

[patch 1/1] [PATCH] include storage keys in hibernation image
 2011-07-08  8:29 UTC  (5+ messages)

[PATCHv3] ARM: EXYNOS4: Support for generic I/O power domains on EXYNOS4210
 2011-07-08  6:19 UTC  (2+ messages)

[PATCH] runtime-pm: consistent utilization of deferred_resume
 2011-07-08  4:57 UTC 

[PATCH 00/10] mm: Linux VM Infrastructure to support Memory Power Management
 2011-07-08  1:32 UTC  (17+ messages)

[PATCHv3] ARM: EXYNOS4: Support for generic I/O power domains on EXYNOS4210
 2011-07-08  1:24 UTC 

[PATCH v2] ARM: EXYNOS4: Support for generic I/O power domains on EXYNOS4210
 2011-07-08  0:58 UTC  (2+ messages)

[PATCH] power: introduce Charger-Manager
 2011-07-08  0:16 UTC  (2+ messages)

[PATCH v3 1/3] PM: Introduce DEVFREQ: generic DVFS framework with device-specific OPPs
 2011-07-07 21:08 UTC  (12+ messages)
  ` [PATCH v3 2/3] PM / DEVFREQ: add example governors
  ` [PATCH v3 3/3] PM / DEVFREQ: add sysfs interface (including user tickling)

[GIT PULL] Power management fix for 3.0
 2011-07-07 20:11 UTC 

[PATCH 00/05] ARM: mach-shmobile: another sh7372 power domain update
 2011-07-07 13:32 UTC 

[PATCH 0/5 v1] PM / Domains: Generic PM domains improvements
 2011-07-06 20:48 UTC 

[PATCH] PM / Hibernate: Fix free_unnecessary_pages()
 2011-07-06 18:46 UTC 

Random freezing failure with NFS and automount
 2011-07-04 23:29 UTC  (4+ messages)

[PATCH 01/11] PM: add a per-device wake-up latency constraints plist
 2011-07-04  8:38 UTC  (17+ messages)
` [PATCH 02/11] PM: extend PM QoS with per-device wake-up constraints
` [PATCH 03/11] PM QoS: support the dynamic devices insertion and removal
` [PATCH 04/11] OMAP PM: create a PM layer plugin for per-device constraints
` [PATCH 05/11] OMAP PM: early init of the pwrdms states
` [PATCH 06/11] OMAP2+: powerdomain: control power domains next state
` [PATCH 07/11] OMAP3: powerdomain data: add wake-up latency figures
` [PATCH 08/11] OMAP4: "
` [PATCH 09/11] OMAP2+: omap_hwmod: manage the wake-up latency constraints
` [PATCH 10/11] OMAP: PM CONSTRAINTS: implement the devices "
` [PATCH 11/11] OMAP2+: cpuidle only influences the MPU state
` [PATCH v2 00/11] PM QoS: add a per-device wake-up latency constraint class

[GIT PULL] Power management documentation fixes for 3.0
 2011-07-03 20:20 UTC 

LPC2011 Power Management Micro Conf
 2011-07-03  7:29 UTC  (2+ messages)

Suspend to RAm query
 2011-07-03  7:04 UTC  (2+ messages)

runtime PM usage_count during driver_probe_device()?
 2011-07-01 22:49 UTC  (3+ messages)
` [PATCH] PM / Runtime: Update documentation regarding driver removal

runtime PM usage_count during driver_probe_device()?
 2011-07-01 21:42 UTC  (9+ messages)

[PATCH] PM: prevent runtime_resume from racing with probe
 2011-07-01 21:42 UTC  (2+ messages)

runtime PM usage_count during driver_probe_device()?
 2011-07-01 21:12 UTC 

runtime PM usage_count during driver_probe_device()?
 2011-07-01 20:53 UTC  (3+ messages)

[PATCH 7/10 v6] PM / Domains: Don't stop wakeup devices during system sleep transitions
 2011-07-01 20:06 UTC 

[PATCH 0/6 v2] PM: Fix up interactions between system suspend/resume and runtime PM
 2011-07-01 19:50 UTC  (11+ messages)
  ` [PATCH 1/6 v2] PM / Runtime: Update documentation of interactions with system sleep
  ` [PATCH 2/6 v2] PM / Runtime: Return special error code if runtime PM is disabled
  ` [PATCH 3/6 v2] PCI / PM: Detect early wakeup in pci_pm_prepare()
  ` [PATCH 4/6 v2] PM: Limit race conditions between runtime PM and system sleep (v2)
  ` [PATCH 5/6 v2] PM / Runtime: Improve documentation of enable, disable and barrier
  ` [PATCH 6/6 v2] PM / Runtime: Replace "run-time" with "runtime" in documentation
  ` [PATCH 3/3] PM: Limit race conditions between runtime PM and system sleep

[REGRESSION] suspend/resume broken on T510
 2011-07-01 19:40 UTC  (4+ messages)

runtime PM usage_count during driver_probe_device()?
 2011-07-01 16:54 UTC 

runtime PM usage_count during driver_probe_device()?
 2011-07-01 15:25 UTC 

[PATCH 7/10 v6] PM / Domains: Don't stop wakeup devices during system sleep transitions
 2011-07-01 14:45 UTC 

runtime PM usage_count during driver_probe_device()?
 2011-06-30 22:19 UTC 

[PATCH v2 00/11] PM QoS: add a per-device wake-up latency constraint class
 2011-06-30 15:11 UTC 

[RFC/PATCH 0/9] PM QoS: add a per-device wake-up latency constraint class
 2011-06-30 15:08 UTC  (2+ messages)
    ` [RFC/PATCH 8/9] OMAP: PM CONSTRAINTS: implement the devices wake-up latency constraints

[PATCH] power: introduce Charger-Manager
 2011-06-30  8:54 UTC 

Linux 3.0-rc4 intermittent failure to resume
 2011-06-30  0:21 UTC  (8+ messages)

[PATCH 3/3] PM: Limit race conditions between runtime PM and system sleep
 2011-06-29 19:35 UTC 

High IRQ usage on CPU 0
 2011-06-29 16:49 UTC 

[PATCH 3/3] PM: Limit race conditions between runtime PM and system sleep
 2011-06-29 14:11 UTC 


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