linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-08-25 22:43:06 to 2011-09-06 15:53:32 UTC [more...]

[PATCH 1/6] cgroup_freezer: fix freezer->state setting bug in freezer_change_state()
 2011-09-06 15:53 UTC  (19+ messages)
` [PATCH 2/6] freezer: set PF_NOFREEZE on a dying task right before TASK_DEAD "
` [PATCH 3/6] freezer: restructure __refrigerator()
` [PATCH 4/6] freezer: use lock_task_sighand() in fake_signal_wake_up()
` [PATCH 5/6] freezer: remove unused @sig_only from freeze_task()
` [PATCH 6/6] freezer: kill unused set_freezable_with_signal()
` [PATCHSET pm-freezer] freezer: fixes & simplifications

[PATCH 1/4] cgroup: change locking order in attach_task_by_pid()
 2011-09-06  9:00 UTC  (7+ messages)
` [PATCH 2/4] threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem
` [PATCH 3/4] threadgroup: extend threadgroup_lock() to cover exit and exec
` [PATCH 4/4] cgroup: always lock threadgroup during migration
` [PATCHSET cgroup] extend threadgroup locking

[BUG] CPU hotplug, freezer: Freezing of tasks failed after 20.00 seconds
 2011-09-06  6:01 UTC  (5+ messages)

[BUG] Soft-lockup during cpu-hotplug in VFS callpaths
 2011-09-06  5:03 UTC  (4+ messages)

[PATCH 1/5] PM / Domains: Split device PM domain data into base and need_restore
 2011-09-05 15:30 UTC  (17+ messages)
` [PATCH 2/5] PM / Runtime: Do not run callbacks under lock for power.irq_safe set
` [PATCH 3/5] PM / QoS: Add function dev_pm_qos_read_value()
` [RFC][PATCH 4/5] PM / Domains: Add device stop governor function
` [RFC][PATCH 5/5] PM / Domains: Add default power off "
` [PATCH 0/5] PM: Generic PM domains and device PM QoS

[PATCH] spi: Fix builderror in spi-pl022.c
 2011-09-05 12:45 UTC  (4+ messages)

[PATCHSET cgroup] extend threadgroup locking
 2011-09-04 18:01 UTC 

[PATCH v4 1/2] Input: enable i8042-level wakeup control
 2011-09-03 12:45 UTC  (2+ messages)

[PATCH pm-freezer 2/4] freezer: set PF_NOFREEZE on a dying task right before TASK_DEAD setting bug in freezer_change_state()
 2011-09-02 18:31 UTC  (13+ messages)
  ` [PATCH pm-freezer 3/4] freezer: restructure __refrigerator()
    ` [PATCH pm-freezer 4/4] freezer: use lock_task_sighand() in fake_signal_wake_up()
` [PATCH pm-freezer 1/4] cgroup_freezer: fix freezer->state setting bug in freezer_change_state()

[PATCHSET pm-freezer] freezer: fixes & simplifications
 2011-09-02 18:27 UTC 

[PATCH 1/8] OMAP: convert I2C driver to PM QoS for latency constraints
 2011-09-02 13:13 UTC  (8+ messages)
` [PATCH 2/8] OMAP: PM: create a PM layer plugin for per-device constraints
` [PATCH 3/8] OMAP2+: powerdomain: control power domains next state
` [PATCH 4/8] OMAP3: powerdomain data: add wake-up latency figures
` [PATCH 5/8] OMAP2+: omap_hwmod: manage the wake-up latency constraints
` [PATCH 6/8] OMAP: PM CONSTRAINTS: implement the devices "
` [PATCH 7/8] OMAP2+: cpuidle only influences the MPU state
` [PATCH 8/8] OMAP3: update cpuidle latency and threshold figures

[PATCH 0/8] PM QoS: implement the OMAP low level constraints management code
 2011-09-02 13:13 UTC 

how to best map device regulators
 2011-09-02 12:49 UTC  (2+ messages)

[PATCH 1/7] x86: Expand the x86_msi_ops to have a restore MSIs
 2011-09-02 11:52 UTC  (9+ messages)
` [PATCH 2/7] x86, acpi, tboot: Have a ACPI sleep override instead of calling tboot_sleep
` [PATCH 3/7] x86/acpi/sleep: Provide registration for acpi_suspend_lowlevel
` [PATCH 4/7] xen: Utilize the restore_msi_irqs hook
` [PATCH 5/7] xen/acpi: Domain0 acpi parser related platform hypercall
` [PATCH 6/7] xen/acpi/sleep: Enable ACPI sleep via the __acpi_override_sleep
` [PATCH 7/7] xen/acpi/sleep: Register to the acpi_suspend_lowlevel a callback
` [RFC PATCH v1] ACPI S3 to work under Xen
` [Xen-devel] "

[BUG] CPU hotplug, suspend: Possible circular locking dependency detected
 2011-09-02 10:56 UTC 

[PATCH v9 0/4] Devfreq, DVFS Framework for Non-CPU Devices
 2011-09-02  6:55 UTC  (11+ messages)
` [PATCH v9 1/4] PM / OPP: Add OPP availability change notifier
` [PATCH v9 2/4] PM: Introduce devfreq: generic DVFS framework with device-specific OPPs
` [PATCH v9 3/4] PM / devfreq: add common sysfs interfaces
` [PATCH v9 4/4] PM / devfreq: add basic governors

[PATCH] OMAP: omap_device: fix !CONFIG_SUSPEND case in _noirq handlers
 2011-09-01 21:57 UTC  (2+ messages)

[PATCH] OMAP: omap_device: fix !CONFIG_SUSPEND case in _noirq handlers
 2011-09-01 18:12 UTC 

[PATCH 1/1] OMAP: omap_device: only override _noirq methods, not normal suspend/resume
 2011-09-01 17:50 UTC  (2+ messages)

[PATCH 1/6] cgroup: subsys->attach_task() should be called after migration
 2011-09-01 12:58 UTC  (25+ messages)
` [PATCH 2/6] cgroup: improve old cgroup handling in cgroup_attach_proc()
` [PATCH 3/6] cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_attach() and attach()
` [PATCH 4/6] cgroup: don't use subsys->can_attach_task() or ->attach_task()
` [PATCH 5/6] cgroup, cpuset: don't use ss->pre_attach()
` [PATCH 6/6] cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()
` [PATCHSET] cgroup: introduce cgroup_taskset and consolidate subsys methods, take#2

[RFC PATCH v1] ACPI S3 to work under Xen
 2011-08-31 18:31 UTC 

wait_event_freezable variant for TASK_KILLABLE?
 2011-08-31 12:44 UTC 

[PATCH pm-freezer 1/4] cgroup_freezer: fix freezer->state setting bug in freezer_change_state()
 2011-08-31 10:21 UTC 

[PATCH v7 0/4] DEVFREQ, DVFS Framework for Non-CPU Devices
 2011-08-31  3:59 UTC  (18+ messages)
` [PATCH v8 0/5] "
  ` [PATCH v8 3/5] PM / DEVFREQ: add common sysfs interfaces
  ` [PATCH v8 4/5] PM / DEVFREQ: add internal interfaces for governors
  ` [PATCH v8 5/5] PM / DEVFREQ: add basic governors

LPC2011 Power Management Micro Conf
 2011-08-30 22:39 UTC  (2+ messages)
  ` [Update] "

[regression] Re: [213/474] x86, hotplug: Use mwait to offline a processor, fix the legacy case
 2011-08-30 22:34 UTC  (2+ messages)
    ` [stable] "

[PATCH 0/5] PM: Generic PM domains and device PM QoS
 2011-08-30 22:17 UTC 

[PATCH v2 0/4] bq24022: Add support for bq2407x family
 2011-08-30 10:52 UTC  (8+ messages)
` [PATCH v2 1/4] bq24022: Evaluate returns of gpio_direction_output-calls
` [PATCH 2/4] bq24022: Use dev_err instead of dev_dbg for error messages
` [PATCH 3/4] bq24022: Keep track of gpio states
` [PATCH v2 4/4] bq24022: Add support for the bq2407x family

[PATCH pm-freezer 2/4] freezer: set PF_NOFREEZE on a dying task right before TASK_DEAD
 2011-08-29 18:02 UTC  (9+ messages)
` [PATCH pm-freezer 1/4] cgroup_freezer: fix freezer->state setting bug in freezer_change_state()
  ` [PATCH pm-freezer 3/4] freezer: check freezing() before leaving FROZEN state
    ` [PATCH pm-freezer 4/4] freezer: use lock_task_sighand() in fake_signal_wake_up()

[PATCH pm-freezer 1/4] cgroup_freezer: fix freezer->state setting bug in freezer_change_state()
 2011-08-29 14:04 UTC 

[PATCH 0/3] bq24022: Add support for bq2407x family
 2011-08-29  9:18 UTC  (6+ messages)
` [PATCH 1/3] bq24022: Evaluate returns of gpio_direction_output-calls
` [PATCH 2/3] bq24022: Keep track of gpio states
` [PATCH 3/3] bq24022: Add support for the bq2407x family

3.1-rc3-git6: Reported regressions from 3.0
 2011-08-28 19:49 UTC  (3+ messages)

3.1-rc3-git6: Reported regressions 2.6.39 -> 3.0
 2011-08-28 18:58 UTC 

3.1-rc3-git6: Reported regressions from 3.0
 2011-08-28 18:22 UTC 

[GIT PULL] Power management fixes for 3.1
 2011-08-28 12:58 UTC 

Issue: Runtime API usage in wake-up device irq_handler during wakeup from system-wide-suspend
 2011-08-27 19:42 UTC 

Issue: Runtime API usage in wake-up device irq_handler during wakeup from system-wide-suspend
 2011-08-27 14:49 UTC 

Issue: Runtime API usage in wake-up device irq_handler during wakeup from system-wide-suspend
 2011-08-27 14:01 UTC 

Issue: Runtime API usage in wake-up device irq_handler during wakeup from system-wide-suspend
 2011-08-27  6:30 UTC 

Function to tell S1 standby from STR
 2011-08-26 23:00 UTC  (3+ messages)

[PATCH 02/11] PM: extend PM QoS with per-device wake-up constraints
 2011-08-26 20:56 UTC  (3+ messages)

Issue: Runtime API usage in wake-up device irq_handler during wakeup from system-wide-suspend
 2011-08-26 20:52 UTC  (2+ messages)

Sysfs nodes deleted and recreated on SMP suspend
 2011-08-26 20:08 UTC 

[PATCH 02/11] PM: extend PM QoS with per-device wake-up constraints
 2011-08-26 16:40 UTC 

Issue: Runtime API usage in wake-up device irq_handler during wakeup from system-wide-suspend
 2011-08-26 13:01 UTC 

[PATCHSET] cgroup: introduce cgroup_taskset and consolidate subsys methods, take#2
 2011-08-25 22:43 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).