linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-25 22:57:24 to 2013-12-02 16:20:05 UTC [more...]

[PATCH RFC 0/2] ARM: defining power states DT bindings
 2013-12-02 16:20 UTC  (2+ messages)
  ` [PATCH RFC 1/2] Documentation: arm: add cache "

[PATCH 0/5] PM: Enable option of re-use runtime PM callbacks at system suspend
 2013-12-02 15:50 UTC  (17+ messages)
` [PATCH 1/5] PM / Sleep: Add pm_generic functions to re-use runtime PM callbacks
` [PATCH 2/5] PM / Runtime: Implement the pm_generic_runtime functions for CONFIG_PM
` [PATCH 3/5] PM / Runtime: Add second macro for definition of runtime PM callbacks
` [PATCH 4/5] PM / Sleep: Add macro to define common late/early system "
` [PATCH 5/5] drm/exynos: Convert to suspend_late/resume_early callbacks for fimc

[PATCH V4 0/9] cpuidle/ppc: Enable deep idle states on PowerNV
 2013-12-02 15:27 UTC  (14+ messages)
` [PATCH V4 1/9] powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI message
` [PATCH V4 2/9] powerpc: Implement tick broadcast IPI as a fixed "
` [PATCH V4 3/9] cpuidle/ppc: Split timer_interrupt() into timer handling and interrupt handling routines
` [PATCH V4 4/9] powernv/cpuidle: Add context management for Fast Sleep
` [PATCH V4 5/9] powermgt: Add OPAL call to resync timebase on wakeup
` [PATCH V4 6/9] cpuidle/ppc: Add basic infrastructure to enable the broadcast framework on ppc
` [PATCH V4 7/9] cpuidle/powernv: Add "Fast-Sleep" CPU idle state
` [PATCH V4 8/9] cpuidle/ppc: Nominate new broadcast cpu on hotplug of the old
` [PATCH V4 9/9] cpuidle/powernv: Parse device tree to setup idle states

[PATCH V4 1/2] cpufreq: Mark x86 drivers with CPUFREQ_SKIP_INITIAL_FREQ_CHECK flag
 2013-12-02 15:23 UTC  (3+ messages)
` [PATCH V4 2/2] cpufreq: Make sure CPU is running on a freq from freq-table

[PATCH] thermal: debug: add debug statement for core and step_wise
 2013-12-02 15:20 UTC  (2+ messages)

[PATCH 0/5] cpufreq:boost: CPU Boost mode support
 2013-12-02 14:53 UTC  (13+ messages)
` [PATCH v10 0/7] "
  ` [PATCH v10 7/7] thermal:exynos:boost: Automatic enable/disable of BOOST feature (at Exynos4412)
` [PATCH RESEND v10 0/7] cpufreq:boost: CPU Boost mode support
  ` [PATCH RESEND v10 1/7] cpufreq: Add boost frequency support in core
  ` [PATCH RESEND v10 2/7] cpufreq:acpi:x86: Adjust the acpi-cpufreq.c code to work with common boost solution
  ` [PATCH RESEND v10 3/7] cpufreq:boost:Kconfig: Provide support for software managed BOOST
  ` [PATCH RESEND v10 4/7] cpufreq:exynos:Extend Exynos cpufreq driver to support boost framework
  ` [PATCH RESEND v10 5/7] Documentation:cpufreq:boost: Update BOOST documentation
  ` [PATCH RESEND v10 6/7] cpufreq:exynos4x12: Change L0 driver data to CPUFREQ_BOOST_FREQ
  ` [PATCH RESEND v10 7/7] thermal:exynos:boost: Automatic enable/disable of BOOST feature (at Exynos4412)

[PATCH resend] scripts: Coccinelle script for pm_runtime_* return checks with IS_ERR_VALUE
 2013-12-02 13:39 UTC 

[PATCH RFC 00/10] ARM: STi: Add dwmac glue and reset controller
 2013-12-02 12:48 UTC  (4+ messages)
` [PATCH RFC 08/10] net: stmmac:sti: Add STi SOC glue driver

[PATCH 0/3] CPUFreq: Cleanups for 3.14
 2013-12-02  6:18 UTC  (4+ messages)
` [PATCH 1/3] cpufreq: add 'freq_table' in struct cpufreq_policy
` [PATCH 2/3] cpufreq: Remove cpufreq_generic_exit()
` [PATCH 3/3] cpufreq: Remove unnecessary variable/parameter 'frozen'

[PATCH V4 0/6] cpufreq: suspend early/resume late: dpm_{suspend|resume}()
 2013-12-02  5:52 UTC  (7+ messages)
` [PATCH V4 2/6] cpufreq: call driver's suspend/resume for each policy
` [PATCH V4 3/6] cpufreq: Implement cpufreq_generic_suspend()
  ` [PATCH V4 1/6] cpufreq: suspend governors from dpm_{suspend|resume}()
  ` [PATCH V4 4/6] cpufreq: exynos: Use cpufreq_generic_suspend()
  ` [PATCH V4 6/6] cpufreq: Tegra: "
` [PATCH V4 5/6] cpufreq: s5pv210: "

[PATCH V2 1/5] cpufreq: Introduce cpufreq_notify_post_transition()
 2013-12-02  5:34 UTC  (5+ messages)
` [PATCH V2 2/5] cpufreq: send new set of notification for transition failures
` [PATCH V2 3/5] cpufreq: pcc: "
` [PATCH V2 4/5] cpufreq: powernow-k8: "
` [PATCH V2 5/5] cpufreq: unicore2: "

[PATCH] PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not present
 2013-12-02  1:18 UTC  (3+ messages)

[PATCH] max17042: Fix build errors caused by missing REGMAP_I2C config
 2013-12-01 22:26 UTC  (3+ messages)

Set CPU frequency target
 2013-12-01  2:52 UTC  (2+ messages)

[PATCH 1/5] cpufreq: Introduce cpufreq_notify_post_transition()
 2013-12-01  2:48 UTC  (7+ messages)
` [PATCH 2/5] cpufreq: send new set of notification for transition failures
` [PATCH 3/5] cpufreq: pcc: "
` [PATCH 4/5] cpufreq: powernow-k8: "
` [PATCH 5/5] cpufreq: unicore2: "

[PATCH V3 1/2] cpufreq: Make sure CPU is running on a freq from freq-table
 2013-11-29 14:15 UTC  (4+ messages)
` [PATCH V3 2/2] cpufreq: Mark x86 drivers with CPUFREQ_SKIP_INITIAL_FREQ_CHECK flag

[RFC PATCH] thermal: add generic cpu hotplug cooling device
 2013-11-29 14:08 UTC  (4+ messages)

[PATCH 0/8] Cure faux idle wreckage
 2013-11-29 13:52 UTC  (14+ messages)
` [PATCH 1/8] x86, acpi, idle: Restructure the mwait idle routines
` [PATCH 2/8] sched, preempt: Fixup missed PREEMPT_NEED_RESCHED folding
` [PATCH 3/8] idle, thermal, acpi: Remove home grown idle implementations
` [PATCH 4/8] preempt, locking: Rework local_bh_{dis,en}able()
` [PATCH 5/8] locking: Optimize lock_bh functions
` [PATCH 6/8] sched, net: Clean up preempt_enable_no_resched() abuse
` [PATCH 7/8] sched, net: Fixup busy_loop_us_clock()
` [PATCH 8/8] preempt: Take away preempt_enable_no_resched() from modules

[PATCH V3] cpufreq: Make sure CPU is running on a freq from freq-table
 2013-11-29 10:07 UTC  (3+ messages)

[PATCH 1/1] cpufreq: exynos5250: Set APLL rate using CCF API
 2013-11-29  6:11 UTC  (2+ messages)

[PATCH] cpufreq: exynos: Convert exynos-cpufreq to platform driver
 2013-11-29  5:45 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH V4] cpufreq: suspend governors on system suspend/hibernate
 2013-11-29  3:26 UTC  (5+ messages)

[PATCH V2] cpufreq: Make sure CPU is running on a freq from freq-table
 2013-11-28 20:31 UTC  (17+ messages)

pm_runtime functions and IS_ERR_VALUE (was Re: [PATCH v6] ARM: omap: edma: add suspend suspend/resume hooks)
 2013-11-28 13:13 UTC  (2+ messages)

[PATCH] cpufreq, highbank: enable ECME thermal notifications
 2013-11-28  6:36 UTC  (2+ messages)

[PATCH 1/1] PM / devfreq: Fix trivial typo in exynos4_bus.c
 2013-11-28  6:05 UTC 

[PATCH 0/3] Hook up powerclamp with PM QOS and cpuidle
 2013-11-27 20:47 UTC  (8+ messages)
` [PATCH 1/3] pm/qos: allow state control of qos class
` [PATCH 2/3] cpuidle: check for pm qos constraint override
` [PATCH 3/3] thermal/powerclamp: communicate with pm qos when injecting idle

[PATCH v2] PM / Sleep: Add pm_generic functions to re-use runtime PM callbacks
 2013-11-27 16:06 UTC  (12+ messages)

[GIT PULL] ACPI and power management fixes for v3.13-rc2
 2013-11-27 14:35 UTC 

[PATCH V2 0/2] cpufreq: suspend governors during s2r/hibernation
 2013-11-27 14:26 UTC  (8+ messages)
` [PATCH V2 1/2] cpufreq: suspend governors on system suspend/hibernate

A question about the patch: [PATCH] PCI/PM: Keep runtime PM enabled for unbound PCI devices
 2013-11-27 14:15 UTC  (14+ messages)

[PATCH 0/6] thermal: exynos: Fixes for v3.12
 2013-11-27 11:36 UTC  (6+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 5/5] ARM: dts: exynos4412-trats2: Enable TMU support at Trats2

[PATCH 1/1] PM / devfreq: Fix trivial typo in exynos4_bus.c
 2013-11-27  9:20 UTC 

[PATCH] intel_idle: Fixed C6 state on Avoton/Rangeley processors
 2013-11-27  7:43 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH V3 0/6] cpufreq: suspend early/resume late
 2013-11-27  7:39 UTC  (12+ messages)
` [PATCH V3 1/6] cpufreq: suspend governors on system suspend/hibernate

[PATCH 1/1] cpufreq: exynos: Fix compilation warnings
 2013-11-27  7:03 UTC  (4+ messages)

[PATCH RFC v3 00/12] arm64: suspend/resume implementation
 2013-11-27  3:02 UTC  (3+ messages)
` [PATCH RFC v3 06/12] arm: kvm: implement CPU PM notifier

[PATCH] cpufreq: cpufreq-cpu0: clk_round_rate() can return a zero upon error
 2013-11-27  1:28 UTC  (4+ messages)

[PATCH 00/15] Enable compilation of various Renesas drivers with COMPILE_TEST
 2013-11-27  1:18 UTC  (2+ messages)
` [PATCH 12/15] thermal: rcar-thermal: Enable driver compilation "

[PATCH] PM / Runtime: Implement the pm_generic_runtime functions for CONFIG_PM
 2013-11-26 23:49 UTC 

[PATCH] i2c-mux-pca954x: Disable mux after 200ms timeout
 2013-11-26 17:00 UTC  (4+ messages)

[PATCH V3 4/6] cpufreq: exynos: Use cpufreq_generic_suspend()
 2013-11-26 14:36 UTC 

[PATCH] thermal: offer Samsung thermal support only when ARCH_EXYNOS is defined
 2013-11-26 13:22 UTC  (3+ messages)

[PATCH 1/2] PM / Runtime: Add second macro for definition of runtime PM callbacks
 2013-11-26 11:04 UTC  (2+ messages)
` [PATCH 2/2] PM / Sleep: Add macro to define common late/early system "

[PATCH 0/7] Cure some vaux idle wrackage
 2013-11-26 10:51 UTC  (10+ messages)
` [PATCH 6/7] sched: Clean up preempt_enable_no_resched() abuse

[PATCH] thermal: EXYNOS: always register TMU driver with core thermal framework
 2013-11-26  6:15 UTC  (3+ messages)

[PATCH] cpufreq: SPEAr: clk_round_rate() can return a zero upon error
 2013-11-26  2:04 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).