linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-09 07:43:11 to 2014-05-15 04:45:54 UTC [more...]

[PATCH 1/2] speedstep-smi: enable interrupts when waiting
 2014-05-15  4:45 UTC  (3+ messages)
` [PATCH 2/2] speedstep: clean up interrupt disabling

[PATCH RESEND] cpufreq: Break out early when frequency equals target_freq
 2014-05-15  4:39 UTC  (2+ messages)

[PATCH] PM / OPP: discard duplicate OPP additions
 2014-05-15  4:36 UTC  (15+ messages)

[PATCH v3 0/7] thermal: Armada 375/380 SoC support
 2014-05-15  0:07 UTC  (3+ messages)
` [PATCH v3 2/7] thermal: armada: Add infrastructure to support generic formulas

[RFC PATCH 0/5] Frequency resolution in CCF vs. cpufreq
 2014-05-14 22:30 UTC  (6+ messages)
` [RFC PATCH 1/5] cpufreq: stats: Allow small rounding errors
` [RFC PATCH 2/5] clk: Introduce 'clk_round_rate_nearest()'
` [RFC PATCH 3/5] cpufreq: cpu0: Use clk_round_rate_nearest()
` [RFC PATCH 4/5] ARM: zynq: dt: Use properly rounded frequencies in OPPs
` [RFC PATCH 5/5] net: macb: Use clk_round_rate_nearest() API

[RFC][PATCH 0/3] PM / sleep: Avoid resuming runtime-suspended devices during system suspend
 2014-05-14 22:24 UTC  (24+ messages)
` [RFC][PATCH 1/3] PM / sleep: Move runtime PM barrier invocation to device_prepare()
` [RFC][PATCH 2/3] PM / sleep: Mechanism to avoid resuming runtime-suspended devices unnecessarily
` [RFC][PATCH 3/3] ACPI / PM: Avoid resuming devices in ACPI PM domain during system suspend

[patch] PM / hibernate: memory corruption in resumedelay_setup()
 2014-05-14 20:29 UTC  (4+ messages)
  ` [patch v2] "

[PATCH RESEND 1/2] cpufreq: imx6q: Drop devm_clk/regulator_get usage
 2014-05-14 16:02 UTC  (2+ messages)
` [PATCH RESEND 2/2] cpufreq: imx6q: Remove unused include

[PATCH v3 0/2] cpufreq: opp: Add device tree based lookup of boost mode frequency
 2014-05-14 15:06 UTC  (14+ messages)
` [PATCH v3 1/2] cpufreq / OPP: Allow boost frequency to be looked up from device tree
` [PATCH v3 2/2] Documentation: devicetree: Add boost-frequency binding to list boost mode frequency

[PATCH v5 0/6] add cpuidle support for Exynos5420
 2014-05-14 14:06 UTC  (11+ messages)
  ` [PATCH v5 1/6] driver: cpuidle-big-little: add of_device_id structure
  ` [PATCH v5 2/6] arm: exynos: add generic function to calculate cpu number
  ` [PATCH v5 3/6] cpuidle: config: Add ARCH_EXYNOS entry to select cpuidle-big-little driver
  ` [PATCH v5 4/6] driver: cpuidle: cpuidle-big-little: init driver for Exynos5420
  ` [PATCH v5 5/6] exynos: cpuidle: do not allow cpuidle registration "
  ` [PATCH v5 6/6] mcpm: exynos: populate suspend and powered_up callbacks

[RFC PATCH 0/5] The power allocator thermal governor
 2014-05-14 10:05 UTC  (10+ messages)
` [RFC PATCH 1/5] thermal: let governors have private data for each thermal zone
` [RFC PATCH 2/5] thermal: let cooling devices operate on other units other than state
` [RFC PATCH 3/5] thermal: add a basic cpu power actor
` [RFC PATCH 4/5] thermal: introduce the Power Allocator governor

[Patch v3 2/5] cpuidle: config: Add ARCH_EXYNOS entry to select cpuidle-big-little driver
 2014-05-14  2:52 UTC  (7+ messages)
` [PATCH v4 0/5] add cpuidle support for Exynos5420
  ` [Patch v4 5/5] mcpm: exynos: populate suspend and powered_up callbacks

[PATCH 0/2] PM / OPP: move cpufreq specific helpers out of OPP layer
 2014-05-13 18:29 UTC  (2+ messages)

[RFC PATCH] cpufreq: intel_pstate: Change the calculation of next pstate
 2014-05-13 13:39 UTC  (2+ messages)

[RFC PATCH 00/12 v2] A new CPU load metric for power-efficient scheduler: CPU ConCurrency
 2014-05-13 13:23 UTC  (17+ messages)
` [RFC PATCH 01/12 v2] CONFIG for "
` [RFC PATCH 02/12 v2] Init "
` [RFC PATCH 03/12 v2] CPU ConCurrency calculation
` [RFC PATCH 04/12 v2] CPU ConCurrency tracking
` [RFC PATCH 05/12 v2] CONFIG for Workload Consolidation
` [RFC PATCH 06/12 v2] Attach CPU topology to specify each sched_domain's workload consolidation
` [RFC PATCH 07/12 v2] CPU ConCurrency API for Workload Consolidation
` [RFC PATCH 08/12 v2] Intercept wakeup/fork/exec load balancing
` [RFC PATCH 09/12 v2] Intercept idle balancing
` [RFC PATCH 10/12 v2] Intercept periodic nohz "
` [RFC PATCH 11/12 v2] Intercept periodic load balancing
` [RFC PATCH 12/12 v2] Intercept RT scheduler

Latest cpupower enhancements and fixes
 2014-05-13 10:41 UTC  (10+ messages)
` [PATCH 1/9] cpupower: Rename cpufrequtils -> cpupower, and libcpufreq -> libcpupower
` [PATCH 2/9] cpupower: Remove dead link to homepage, and update the targets built
` [PATCH 3/9] cpupower: Remove all manpages on make uninstall
` [PATCH 4/9] cpupower: Introduce idle state disable-by-latency and enable-all
` [PATCH 5/9] cpupower: Install recently added cpupower-idle-{set,info} manpages
` [PATCH 6/9] cpupower: If root, try to load msr driver on x86 if /dev/cpu/0/msr is not avail
` [PATCH 7/9] cpupower: cpupower info -b should return 0 on success, not the perf bias value
` [PATCH 8/9] cpupower: Remove mc and smt power aware scheduler info/settings
` [PATCH 9/9] cpupower, add option to display frequencies and latencies without rounding off values

[RFC PATCH] cpufreq: intel_pstate: Change the calculation of next pstate
 2014-05-13  4:16 UTC  (9+ messages)

[RFC][PATCH 1/3] PM / sleep: Flag to speed up suspend-resume of runtime-suspended devices
 2014-05-13  0:51 UTC  (4+ messages)

[PATCH 0/5] updates for intel_pstate
 2014-05-12 23:45 UTC  (10+ messages)
` [PATCH 3/5] intel_pstate: Fix fixed point rounding macro
` [PATCH 4/5] intel_pstate: Remove C0 tracking

[PATCH] PM / suspend: Always use deepest C-state in the "freeze" sleep state
 2014-05-12 23:53 UTC  (9+ messages)

[RFC][PATCH 1/3] PM / sleep: Flags to speed up suspend-resume of runtime-suspended devices
 2014-05-12 16:33 UTC  (6+ messages)
` [RFC][PATCH 0/3] (was: Re: [RFC][PATCH 1/3] PM / sleep: Flags to speed up suspend-resume of runtime-suspended devices)
  ` [RFC][PATCH 1/3] PM / sleep: Flag to speed up suspend-resume of runtime-suspended devices

[PATCH 1/3] arm64: Enable OPP
 2014-05-12 14:09 UTC  (18+ messages)
` [PATCH 2/3] arm64: Add big.LITTLE switcher stub
` [PATCH 3/3] cpufreq: Enable big.LITTLE cpufreq driver on arm64

linux-pm bleeding-edge build failure
 2014-05-12 12:05 UTC  (2+ messages)

[PATCH 1/3] PM / OPP: Add support for descending order for cpufreq table
 2014-05-12  6:18 UTC  (20+ messages)

[PATCH] cpufreq: powernv: make local function static
 2014-05-12  5:54 UTC  (4+ messages)

[PATCH v2] cpufreq: powernow-k8: Suppress checkpatch warnings
 2014-05-12  4:22 UTC  (2+ messages)

[PATCH] PM / OPP: Make OPP invisible to users in Kconfig
 2014-05-12  4:10 UTC  (3+ messages)

[PATCH 1/3] thermal: rcar: remove unnecessary OOM messages
 2014-05-11  0:49 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/pm: add api to get suspend state which is STANDBY or MEM
 2014-05-10 12:35 UTC  (4+ messages)

linux-pm build failure
 2014-05-10  6:22 UTC  (5+ messages)

[PATCH RFC v3 0/6] ARM generic idle states
 2014-05-09 23:11 UTC  (10+ messages)
` [PATCH RFC v3 3/6] drivers: cpuidle: implement OF based idle states infrastructure
` [PATCH RFC v3 4/6] arm64: add PSCI CPU_SUSPEND based cpu_suspend support
` [PATCH RFC v3 5/6] drivers: cpuidle: CPU idle ARM64 driver

[PATCH 0/3] ARM: ux500: Add initial support for power domains
 2014-05-09 13:05 UTC  (4+ messages)
` [PATCH 1/3] ARM: ux500: Initial "
` [PATCH 2/3] ARM: ux500: Add DT node for ux500 "
` [PATCH 3/3] ARM: ux500: Add sdi[n] devices to VAPE power domain

[PATCH] thermal: samsung: Only update available threshold limits
 2014-05-09 11:47 UTC  (3+ messages)

[RFC][PATCH 1/3] PM / sleep: Flag to speed up suspend-resume of runtime-suspended devices
 2014-05-09 11:33 UTC  (4+ messages)

[PATCHv2 0/5] devfreq: Support resource management functions and code clean
 2014-05-09  7:43 UTC  (3+ messages)
` [PATCHv2 1/5] devfreq: Fix devfreq_remove_device() to improve the sequence of resource free
` [PATCHv2 5/5] devfreq: exynos5: Use devm_devfreq_* function using device resource management


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