linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-22 07:09:32 to 2014-01-30 21:02:18 UTC [more...]

[RFC PATCH 0/3] cpuidle/sched: move main idle function in the idle.c
 2014-01-30 21:02 UTC  (14+ messages)
` [RFC PATCH 1/3] cpuidle: split cpuidle_idle_call main function into functions
` [RFC PATCH 2/3] cpuidle: move the cpuidle_idle_call function to idle.c
` [RFC PATCH 3/3] idle: store the idle state index in the struct rq

[PATCH v2 0/6] setting the table for integration of cpuidle with the scheduler
 2014-01-30 19:24 UTC  (26+ messages)
` [PATCH v2 1/6] idle: move the cpuidle entry point to the generic idle loop
` [PATCH v2 2/6] ARM: remove redundant cpuidle_idle_call()
` [PATCH v2 3/6] PPC: "
` [PATCH v2 4/6] SH: "
` [PATCH v2 5/6] X86: "
` [PATCH v2 6/6] cpu/idle.c: move to sched/idle.c

[PATCH v4 0/2] PM / Hibernate: sysfs resume
 2014-01-30 18:07 UTC  (11+ messages)
` [PATCH v4 1/2] mm: add kstrimdup function
` [PATCH v4 2/2] PM / Hibernate: use name_to_dev_t to parse resume

[GIT PULL] ACPI and power management fixes and cleanup for v3.14-rc1
 2014-01-30 15:02 UTC 

Extending OPP bindings
 2014-01-30 13:43 UTC 

[PATCH v3 0/2] PM / Hibernate: sysfs resume
 2014-01-29 18:41 UTC  (12+ messages)
` [PATCH v3 1/2] init/do_mounts.c: ignore final \n in name_to_dev_t

[PATCH RFC v2 0/2] ARM: defining power states DT bindings
 2014-01-29 12:42 UTC  (25+ messages)
` [PATCH RFC v2 1/2] Documentation: arm: add cache "
` [PATCH RFC v2 2/2] Documentation: arm: define DT C-states bindings

[PATCH RFC v2 2/2] Documentation: arm: define DT C-states bindings
 2014-01-29 12:33 UTC  (2+ messages)

Is it ok for deferrable timer wakeup the idle cpu?
 2014-01-29  5:27 UTC  (5+ messages)

[PATCH] arm, pm, vmpressure: add missing slab.h includes
 2014-01-28 23:04 UTC  (2+ messages)

[PATCH V2] cpuidle/governors: Fix logic in selection of idle states
 2014-01-28 11:06 UTC  (7+ messages)

[PATCH V2 0/2] time/cpuidle: Support in tick broadcast framework in absence of external clock device
 2014-01-28 10:49 UTC  (4+ messages)
` [PATCH V2 1/2] time: Change the return type of clockevents_notify() to integer
` [PATCH V2 2/2] tick/cpuidle: Initialize hrtimer mode of broadcast

[PATCH] acpi-cpufreq: De-register cpu notifier and free struct msr on error
 2014-01-28  9:41 UTC  (2+ messages)

[PATCH RFC v2 1/2] Documentation: arm: add cache DT bindings
 2014-01-27 18:11 UTC 

[PATCH 0/9] setting the table for integration of cpuidle with the scheduler
 2014-01-27 17:36 UTC  (32+ messages)
` [PATCH 1/9] ARM: get rid of arch_cpu_idle_prepare()
` [PATCH 2/9] ARM64: "
` [PATCH 3/9] idle: no more arch_cpu_idle_prepare() users
` [PATCH 4/9] idle: move the cpuidle entry point to the generic idle loop
` [PATCH 5/9] ARM: remove redundant cpuidle_idle_call()
` [PATCH 6/9] PPC: "
` [PATCH 7/9] SH: "
` [PATCH 8/9] X86: "
` [PATCH 9/9] cpu/idle.c: move to sched/idle.c

[PATCH v2] thermal,rcar_thermal: Add dependency on HAS_IOMEM
 2014-01-27 11:32 UTC  (2+ messages)

[PATCH] kernel/power/swap.c: print the speed of compressed image instead of uncompressed one
 2014-01-27  5:59 UTC 

[PATCH v2] Thermal: ACPI INT3403 thermal driver
 2014-01-27  4:31 UTC  (2+ messages)

Kind Regards
 2014-01-26 21:30 UTC 

Kind Regards
 2014-01-26 21:52 UTC 

Kind Regards
 2014-01-26 22:31 UTC 

[PATCH 2/2] thermal,rcar_thermal: Add dependency on HAS_IOMEM
 2014-01-26 23:34 UTC  (3+ messages)

[PATCH 1/1] suspend: make sync() on suspend-to-RAM optional
 2014-01-26 21:08 UTC  (6+ messages)

[PATCH powerpc] cpuidle: fix per cpu accessing of cpuidle_devices
 2014-01-26  5:09 UTC 

[PATCH] cpufreq: Align all CPUs to the same frequency if using shared clock
 2014-01-26  3:18 UTC  (8+ messages)

[PATCH] intel_idle: Add CPU model 54 (Atom N2000 series)
 2014-01-25 21:24 UTC 

[GIT PULL] Thermal management updates for v3.14-rc1
 2014-01-25  2:00 UTC  (2+ messages)

[RFC/RFT][PATCH 0/5] PM / QoS: Introduce latency tolerance device PM QoS type
 2014-01-24 22:31 UTC  (12+ messages)
` [RFC/RFT][PATCH v2 0/6] "
  ` [RFC/RFT][PATCH v2 1/6] PM / QoS: Rename device resume latency QoS items
  ` [RFC/RFT][PATCH v2 2/6] PM / QoS: Add no_constraints_value field to struct pm_qos_constraints
  ` [RFC/RFT][PATCH v2 3/6] PM / QoS: Introcuce latency tolerance device PM QoS type
    ` [Update][RFC/RFT][PATCH "
  ` [RFC/RFT][PATCH v2 4/6] ACPI / scan: Add bind/unbind callbacks to struct acpi_scan_handler
  ` [RFC/RFT][PATCH v2 5/6] ACPI / LPSS: Support for device latency tolerance PM QoS
    ` [Update][RFC/RFT][PATCH "
  ` [RFC/RFT][PATCH v2 6/6] PM / QoS: Add type to dev_pm_qos_add_ancestor_request() arguments

Preserving Sysfs file permissions on suspend/resume
 2014-01-24 17:20 UTC 

[PATCH V5 0/8] cpuidle/ppc: Enable deep idle states on PowerNV
 2014-01-24  6:53 UTC  (5+ messages)
` [PATCH V5 6/8] time/cpuidle: Support in tick broadcast framework in the absence of external clock device

[GIT PULL] ACPI and power management updates for v3.14-rc1
 2014-01-23 18:14 UTC  (3+ messages)

[PATCH] intel_pstate: Remove periodic P state boost
 2014-01-23 16:51 UTC  (2+ messages)

Re: [PATCH 1/1] PM / devfreq: Disable Exynos4 driver build on multiplatform
 2014-01-23 11:49 UTC  (2+ messages)

[PATCH 1/1] PM / devfreq: Disable Exynos4 driver build on multiplatform
 2014-01-23 11:45 UTC  (2+ messages)

[PATCH v3] suspend: make sync() on suspend-to-RAM optional
 2014-01-23  8:35 UTC  (2+ messages)

[PATCH v2] suspend: make sync() on suspend-to-RAM optional
 2014-01-23  7:52 UTC 

[PATCH RFC 00/10] Generic Device Tree based power domain look-up
 2014-01-23  0:32 UTC  (10+ messages)
` [PATCH RFC 04/10] base: power: Add generic OF-based "

[RFC/PATCH 0/3] pm: Make SET_*_PM_OPS() macros more smart
 2014-01-22 21:21 UTC  (8+ messages)
` [RFC/PATCH 1/3] pm: make PM "

[PATCH RESEND] cpufreq: exynos: Fix build error of no type of module_init
 2014-01-22 16:10 UTC  (6+ messages)

[PATCH] cpufreq: exynos: Fix build error of no type of module_init
 2014-01-22 14:18 UTC 

[PATCH 68/73] drivers/cpufreq: delete non-required instances of <linux/init.h>
 2014-01-22  9:17 UTC  (3+ messages)

[PATCH 1/1] PM / devfreq: Disable Exynos4 driver build on multiplatform
 2014-01-22  8:48 UTC 

[RFC PATCH] cpuidle: reduce unnecessary loop in c-state selection
 2014-01-22  8:19 UTC  (4+ messages)

[RESEND PATCH V5 0/8] cpuidle/ppc: Enable deep idle states on PowerNV
 2014-01-22  7:09 UTC  (7+ messages)
` [RESEND PATCH V5 2/8] powerpc: Implement tick broadcast IPI as a fixed IPI message
` [RESEND PATCH V5 3/8] cpuidle/ppc: Split timer_interrupt() into timer handling and interrupt handling routines
` [RESEND PATCH V5 5/8] powermgt: Add OPAL call to resync timebase on wakeup
` [RESEND PATCH V5 6/8] time/cpuidle: Support in tick broadcast framework in the absence of external clock device
` [RESEND PATCH V5 7/8] cpuidle/powernv: Add "Fast-Sleep" CPU idle state
` [RESEND PATCH V5 8/8] cpuidle/powernv: Parse device tree to setup idle states


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).