public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-01-04 23:01:23 to 2011-01-21 21:06:37 UTC [more...]

[PATCH 1/11] ACPI: Introduce acpi_os_ioremap()
 2011-01-21 21:06 UTC  (18+ 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

Occasional (too common) suspend problem
 2011-01-21 21:00 UTC  (6+ messages)

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

PROBLEM: Shutdown does not poweroff due to commit 2a2d31c8 "intel_idle: open broadcast clock event"
 2011-01-21 18:03 UTC 

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

Resume hangs [was: mmotm 2010-12-02-16-34 uploaded]
 2011-01-21  9:16 UTC  (4+ messages)

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  (12+ 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  (14+ 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  (5+ messages)

[PATCH 3/9] X86/perf: fix power:cpu_idle double end events and throw cpu_idle events from the cpuidle layer
 2011-01-13 15:42 UTC  (21+ messages)
` [PATCH 4/9] cpuidle: Introduce .abbr (abbrevation) for cpuidle states
` [PATCH 5/9] acpi: processor->cpuidle: Only set cpuidle check_bm flag if pr->flags.bm_check is set
` [PATCH 8/9] perf timechart: Map power:cpu_idle events to the corresponding cpuidle state
    ` [PATCH] ACPI: processor_idle: delete use of NOP CPUIDLE_FLAGs
      ` [PATCH] cpuidle: delete NOP CPUIDLE_FLAG_POLL
        ` [PATCH] SH, cpuidle: delete use of NOP CPUIDLE_FLAGS_SHALLOW
          ` [PATCH] cpuidle: delete unused CPUIDLE_FLAG_SHALLOW, BALANCED, DEEP definitions
          ` [PATCH] cpuidle: CPUIDLE_FLAG_TLB_FLUSHED is specific to intel_idle
            ` [PATCH] cpuidle: CPUIDLE_FLAG_CHECK_BM is omap3_idle specific

[PATCH] PM / Hibernate: Don't mark pages dirty when reading pages while thawing
 2011-01-13 12:36 UTC  (2+ messages)

[PATCH 12/12] [RFC] Introduce Alarm (hybrid) timers
 2011-01-13  5:03 UTC  (2+ messages)

idle patches for 2.6.38-merge
 2011-01-13  3:40 UTC  (13+ messages)
` [PATCH 01/12] intel_idle: update Sandy Bridge core C-state residency targets
  ` [PATCH 02/12] cpuidle: Make cpuidle_enable_device() call poll_idle_init()
  ` [PATCH 03/12] ACPI, intel_idle: Cleanup idle= internal variables
  ` [PATCH 04/12] cpuidle: Rename X86 specific idle poll state[0] from C0 to POLL
  ` [PATCH 05/12] ACPI: processor_idle: delete use of NOP CPUIDLE_FLAGs
  ` [PATCH 06/12] cpuidle: delete NOP CPUIDLE_FLAG_POLL
  ` [PATCH 07/12] SH, cpuidle: delete use of NOP CPUIDLE_FLAGS_SHALLOW
  ` [PATCH 08/12] cpuidle: delete unused CPUIDLE_FLAG_SHALLOW, BALANCED, DEEP definitions
  ` [PATCH 09/12] cpuidle: CPUIDLE_FLAG_TLB_FLUSHED is specific to intel_idle
  ` [PATCH 10/12] cpuidle: CPUIDLE_FLAG_CHECK_BM is omap3_idle specific
  ` [PATCH 11/12] intel_idle: open broadcast clock event
  ` [PATCH 12/12] cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle events from the cpuidle layer

[PATCH] X86: Cleanup idle= internal variables by getting rid of idle_halt idle_nomwait
 2011-01-12  6:22 UTC 

[git pull] tools/power patches for 2.6.38
 2011-01-12  4:20 UTC 

power tools patches for 2.6.38
 2011-01-12  4:08 UTC  (3+ messages)
` =?y?q?=5BPATCH=201/2=5D=20tools=3A=20create=20power/x86/turbostat?=
  ` [PATCH 2/2] tools: create power/x86/x86_energy_perf_policy

[PATCH] cpuidle: Make cpuidle_enable_device() call poll_idle_init()
 2011-01-11 20:52 UTC  (6+ messages)

[PATCH] PNP / ACPI: Use DEVICE_ACPI_HANDLE() for device ACPI handle access
 2011-01-10 20:23 UTC 

2.6.37-rc8: Reported regressions from 2.6.36
 2011-01-10 20:11 UTC  (3+ messages)
  ` [Bug 24592] "

[PATCH 1/2] perf: add calls to suspend trace point
 2011-01-10 10:10 UTC  (4+ messages)
` [PATCH 2/2] tools, perf: Documentation for the power events API

[PATCH] forcedeth: Do not use legacy PCI power management
 2011-01-10  0:20 UTC  (2+ messages)

[PATCH] cpuidle: Make cpuidle_enable_device() call poll_idle_init()
 2011-01-07 23:29 UTC 

[PATCH 1/2] PCI / PM: Use pm_wakeup_event() directly for reporting wakeup events
 2011-01-07 22:27 UTC 

[GIT PULL] Power management updates for 2.6.38
 2011-01-07 21:16 UTC 

[PATCH 1/5] PM: Fix oops in suspend/hibernate code related to failing ioremap()
 2011-01-07  6:08 UTC  (8+ messages)
` [PATCH 2/5] PM / ACPI: Move NVS saving and restoring code to drivers/acpi
` [PATCH 3/5] ACPI / PM: Update file information and the list of includes in nvs.c
` [PATCH 4/5] ACPI / PM: Make suspend_nvs_save() use acpi_os_map_memory()
` [PATCH 5/5] ACPI: Use ioremap_cache()
` [PATCH 0/5] PM / ACPI: Fix problems with ACPI NVS saving related to using ioremap_cache() by ACPI

[PATCH 0/5] PM / ACPI: Fix problems with ACPI NVS saving related to using ioremap_cache() by ACPI
 2011-01-07  0:41 UTC 

[PATCH 10/11] ACPI: Drop device flag wake_capable
 2011-01-07  0:22 UTC 

[PATCH 10/11] ACPI: Drop device flag wake_capable
 2011-01-06 23:52 UTC 

[PATCH] forcedeth: Do not use legacy PCI power management
 2011-01-06 23:49 UTC 

[PATCH 1/11] ACPI / ACPICA: Fix global lock acquisition
 2011-01-06 22:42 UTC  (11+ messages)
` [PATCH 2/11] ACPI / PM: Do not enable multiple devices to wake up simultaneously
` [PATCH 3/11] ACPI / PM: Use device wakeup flags for handling ACPI wakeup devices
` [PATCH 4/11] ACPI / PM: Drop special ACPI wakeup flags
` [PATCH 5/11] ACPI / PM: Report wakeup events from buttons
` [PATCH 6/11] ACPI / PM: Blacklist Averatec machine known to require acpi_sleep=nonvs
` [PATCH 7/11] ACPI / PM: Rename acpi_power_off_device()
` [PATCH 8/11] ACPI / PM: Check status of power resources under mutexes
` [PATCH 9/11] ACPI: Always check if _PRW is present before trying to evaluate it
` [PATCH 10/11] ACPI: Drop device flag wake_capable
` [PATCH 11/11] ACPI / Battery: Update information on info notification and resume

[PATCH 0/11] Various ACPI patches for 2.6.38
 2011-01-06 22:31 UTC 

Status of the PM links framework
 2011-01-06 21:58 UTC  (2+ messages)

suspend hangs at platform phase [was: mmotm 2010-12-23-16-58 uploaded]
 2011-01-06 21:01 UTC  (12+ messages)
                ` [PATCH 1/1] PM: fix oops in suspend/hibernate code
    ` ia64 build broken [was: mmotm 2010-12-23-16-58 uploaded]

[PATCH] PM: fix suspend_set_ops() to take const pointer
 2011-01-06 18:55 UTC 

[PATCH] PM: fix suspend_set_ops() to take const pointer
 2011-01-06  0:22 UTC 

[001/152] x86, hotplug: Use mwait to offline a processor, fix the legacy case
 2011-01-06  0:21 UTC 

[02/49] x86, hotplug: Use mwait to offline a processor, fix the legacy case
 2011-01-05 23:00 UTC 

[02/49] x86, hotplug: Use mwait to offline a processor, fix the legacy case
 2011-01-05 23:00 UTC 

[PATCH 0/2] tools, perf: new power trace API
 2011-01-05 18:49 UTC 

cpufreq utils for ARM machine
 2011-01-05 11:24 UTC 

[PATCH 1/3] perf: add calls to suspend trace point
 2011-01-05 11:23 UTC  (4+ messages)

Question about timers during system suspend
 2011-01-05  8:27 UTC  (4+ messages)


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