linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-21 04:08:49 to 2013-01-29 10:21:19 UTC [more...]

[PATCH v5 00/45] CPU hotplug: stop_machine()-free CPU hotplug
 2013-01-29 10:21 UTC  (61+ messages)
` [PATCH v5 01/45] percpu_rwlock: Introduce the global reader-writer lock backend
` [PATCH v5 02/45] percpu_rwlock: Introduce per-CPU variables for the reader and the writer
` [PATCH v5 03/45] percpu_rwlock: Provide a way to define and init percpu-rwlocks at compile time
` [PATCH v5 04/45] percpu_rwlock: Implement the core design of Per-CPU Reader-Writer Locks
` [PATCH v5 05/45] percpu_rwlock: Make percpu-rwlocks IRQ-safe, optimally
` [PATCH v5 06/45] percpu_rwlock: Allow writers to be readers, and add lockdep annotations
` [PATCH v5 07/45] CPU hotplug: Provide APIs to prevent CPU offline from atomic context
` [PATCH v5 08/45] CPU hotplug: Convert preprocessor macros to static inline functions
` [PATCH v5 09/45] smp, cpu hotplug: Fix smp_call_function_*() to prevent CPU offline properly
` [PATCH v5 10/45] smp, cpu hotplug: Fix on_each_cpu_*() "
` [PATCH v5 11/45] sched/timer: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 12/45] sched/migration: Use raw_spin_lock/unlock since interrupts are already disabled
` [PATCH v5 13/45] sched/rt: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 14/45] rcu, CPU hotplug: Fix comment referring to stop_machine()
` [PATCH v5 15/45] tick: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 16/45] time/clocksource: "
` [PATCH v5 17/45] softirq: "
` [PATCH v5 18/45] irq: "
` [PATCH v5 19/45] net: "
` [PATCH v5 20/45] block: "
` [PATCH v5 21/45] crypto: pcrypt - Protect access to cpu_online_mask with get/put_online_cpus()
` [PATCH v5 22/45] infiniband: ehca: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 23/45] [SCSI] fcoe: "
` [PATCH v5 24/45] staging: octeon: "
` [PATCH v5 25/45] x86: "
` [PATCH v5 26/45] perf/x86: "
` [PATCH v5 27/45] KVM: Use get/put_online_cpus_atomic() to prevent CPU offline from atomic context
` [PATCH v5 28/45] kvm/vmx: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 29/45] x86/xen: "
` [PATCH v5 30/45] alpha/smp: "
` [PATCH v5 31/45] blackfin/smp: "
` [PATCH v5 32/45] cris/smp: "
` [PATCH v5 33/45] hexagon/smp: "
` [PATCH v5 34/45] ia64: "
` [PATCH v5 35/45] m32r: "
` [PATCH v5 36/45] MIPS: "
` [PATCH v5 37/45] mn10300: "
` [PATCH v5 38/45] parisc: "
` [PATCH v5 39/45] powerpc: "
` [PATCH v5 40/45] sh: "
` [PATCH v5 41/45] sparc: "
` [PATCH v5 42/45] tile: "
` [PATCH v5 43/45] cpu: No more __stop_machine() in _cpu_down()
` [PATCH v5 44/45] CPU hotplug, stop_machine: Decouple CPU hotplug from stop_machine() in Kconfig
` [PATCH v5 45/45] Documentation/cpu-hotplug: Remove references to stop_machine()

[RFC PATCH 1/3] PM: Introduce suspend state PM_SUSPEND_FREEZE
 2013-01-29 10:10 UTC  (11+ messages)
` [RFC PATCH 2/3] ACPI: enable ACPI SCI during suspend
` [RFC PATCH 3/3] i915: ignore lid open event when resuming
  ` [Intel-gfx] "

[PATCH v2] cpufreq: instantiate cpufreq-cpu0 as a platform_driver
 2013-01-29  4:51 UTC  (2+ messages)

[PATCH 1/2] cpufreq: Set policy->related_cpus to atleast policy->cpus
 2013-01-29  4:41 UTC  (3+ messages)
` [PATCH 2/2] Revert "cpufreq: Don't use cpu removed during cpufreq_driver_unregister"

[PATCH 0/4] PCI/PM: D3cold support for system suspend
 2013-01-29  4:34 UTC  (5+ messages)
` [PATCH 1/4] PCI/ACPI: Add target state as parameter to pci_platform_pm_ops->run_wake
` [PATCH 2/4] PCI: Rename pci_dev->runtime_d3cold to pci_dev->set_d3cold
` [PATCH 3/4] PCI/PM: Set pci_dev->set_d3cold in pci_set_power_state
` [PATCH 4/4] PCI/PM: Enable D3cold support for system suspend

[PATCH] suspend: enable freeze timeout configuration through sysctl
 2013-01-29  2:58 UTC 

[PATCH v4] cpufreq: add imx6q-cpufreq driver
 2013-01-29  2:56 UTC  (2+ messages)

[PATCH 0/4 v11] cpufreq: add support for Calxeda ECX-1000 (highbank)
 2013-01-28 20:48 UTC  (19+ messages)
  ` [PATCH 1/4 v11] arm: use device tree to get smp_twd clock
  ` [PATCH 2/4 v11] clk, highbank: Prevent glitches in non-bypass reset mode
  ` [PATCH 3/4 v11] arm highbank: add support for pl320 IPC
  ` [PATCH 4/4] cpufreq, highbank: add support for highbank cpufreq
` [PATCH 0/4 v12] cpufreq: add support for Calxeda ECX-1000 (highbank)
  ` [PATCH 1/4 v12] arm: use device tree to get smp_twd clock
  ` [PATCH 2/4 v12] clk, highbank: Prevent glitches in non-bypass reset mode
  ` [PATCH 3/4 v12] arm highbank: add support for pl320 IPC
  ` [PATCH 4/4 v12] cpufreq, highbank: add support for highbank cpufreq

[PATCH v14 0/3] ZPODD Patches
 2013-01-28 19:14 UTC  (7+ messages)
` [PATCH v14 1/3] scsi: sr: support runtime pm
` [PATCH v14 2/3] libata: scsi: no poll when ODD is powered off
` [PATCH v14 3/3] scsi: remove can_power_off flag from scsi_device

[PATCH 0/2] PM / OPP : export symbol consolidation
 2013-01-28 18:26 UTC  (3+ messages)
` [PATCH 1/2] PM / OPP: switch exported symbols to GPL variant
` [PATCH 2/2] PM / OPP: Export more symbols for module usage

[PATCH] cpufreq: instantiate cpufreq-cpu0 as a platform_driver
 2013-01-28 18:20 UTC  (8+ messages)

[PATCH v7 4/4] sd: change to auto suspend mode
 2013-01-28 15:12 UTC  (5+ messages)

[PATCH v7 3/4] block: implement runtime pm strategy
 2013-01-28 15:11 UTC  (4+ messages)

[PATCH] PM/CORE: Fix using sizeof without parenthesis in the sysfs.c
 2013-01-28 13:39 UTC  (6+ messages)

[PATCH] drivers: cpufreq: exynos: update related_cpus mask to fix hotplug dump
 2013-01-28 13:14 UTC  (6+ messages)

[PATCH 1/2] ACPI/Sleep: Add init_nvs_nosave_s3() function
 2013-01-28 13:05 UTC  (4+ messages)
` [PATCH 2/2] ACPI/Sleep: use init_nvs_nosave_s3() for Sony Vaio VPCCW29FX and VPCEB1S1E callback in the non-nvs blacklist

[PATCH 1/2] thermal: sysfs: Add a new sysfs node emul_temp
 2013-01-28  3:32 UTC  (6+ messages)

[PATCH V2 1/2] thermal: sysfs: Add a new sysfs node emul_temp for thermal emulation
 2013-01-28  3:28 UTC  (2+ messages)
` [PATCH V2 2/2] thermal: exynos: Use the framework for temperature emulation support

[PATCH] libata: pm: differentiate system and runtime pm for ata port
 2013-01-25 20:34 UTC  (7+ messages)
  ` [PATCH v2 1/2] "
    ` [PATCH v2 2/2] libata: PM code cleanup "

[PATCH] PM / Runtime: Add new helper function: pm_runtime_active()
 2013-01-24 23:00 UTC  (2+ messages)

[PATCH 33/35] x86, 64bit, mm: hibernate use generic mapping_init
 2013-01-24 22:50 UTC  (2+ messages)

[PATCH] Thermal: fix iteration over CPU frequency list
 2013-01-24 15:24 UTC 

[GIT PULL] ACPI and power management fixes for v3.8-rc5
 2013-01-24 12:57 UTC 

[patch] PM: intel_powerclamp: off by one in start_power_clamp()
 2013-01-24  8:51 UTC 

arch/x86/platform/olpc/olpc-xo15-sci.c:232:3: warning: initialization from incompatible pointer type
 2013-01-23 23:19 UTC 

[1.] Suspend and Fn keys works only once
 2013-01-23 21:58 UTC 

[PATCH 1/2] cpufreq: exynos: Initialise return variable
 2013-01-23  3:27 UTC  (5+ messages)
` [PATCH 2/2] cpufreq: exynos: Fix unsigned variable being checked for negative value

arch/ia64/hp/common/aml_nfw.c:209:3: warning: initialization from incompatible pointer type
 2013-01-23  1:42 UTC 

drivers/acpi/power.c:437:3: error: implicit declaration of function 'sysfs_remove_link_from_group'
 2013-01-22 23:20 UTC 

[PATCH v13 0/9] ZPODD Patches
 2013-01-22 11:27 UTC  (7+ messages)
` [PATCH v13 2/9] libata: identify and init ZPODD devices
` [PATCH v13 8/9] libata: do not suspend port if normal ODD is attached

[PATCH v13 1/9] scsi: sr: support runtime pm
 2013-01-22  9:20 UTC  (15+ messages)
  ` [RFC PATCH] "

[PATCH 0/4] ACPI / PM: Initial power state checking and power state setting changes
 2013-01-22  7:10 UTC  (6+ messages)
` [PATCH 1/4] ACPI / PM: Make acpi_bus_init_power() more robust
` [PATCH 2/4] ACPI / PM: Introduce helper for executing _PSn methods
` [PATCH 3/4] ACPI / PM: Always evaluate _PSn after setting power resources
` [PATCH 4/4] ACPI / PM: Sanitize checks in acpi_power_on_resources()

[PATCH v8 3/3] PM: Introduce Intel PowerClamp Driver
 2013-01-21 12:37 UTC 

[PATCH] clk: allow reparenting of a clock to the orphan list
 2013-01-21 13:03 UTC 

[PATCH 0/4] OPP usage fixes for RCU locking
 2013-01-21 12:40 UTC  (4+ messages)

[PATCHv2 0/9] Thermal Framework Enhancements
 2013-01-21 10:10 UTC  (2+ messages)

[PATCH 27/33] thermal: Convert to devm_ioremap_resource()
 2013-01-21 10:09 UTC 

[PATCH] thermal: rcar: add Device Tree support
 2013-01-21  4:08 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;
as well as URLs for NNTP newsgroup(s).