linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-20 17:48:43 to 2014-05-26 12:37:14 UTC [more...]

[PATCH 1/4] clk: imx5: add step and cpu_podf mux
 2014-05-26 12:35 UTC  (8+ messages)
` [PATCH 2/4] cpufreq: add i.MX5 cpufreq driver
` [PATCH 3/4] ARM: imx53: instanciate cpufreq device
` [PATCH 4/4] ARM: imx53: add basic cpufreq properties to dtsi

[RFC PATCH 0/5] Frequency resolution in CCF vs. cpufreq
 2014-05-26 11:47 UTC  (26+ messages)
` [RFC PATCH 2/5] clk: Introduce 'clk_round_rate_nearest()'

[PATCH 0/3] PM / sleep: Make it possible to change the labeling of sleep states
 2014-05-26 11:00 UTC  (9+ messages)
` [PATCH 1/3] PM / sleep: Add state field to pm_states[] entries
` [PATCH 2/3] PM / sleep: Use valid_state() for platform-dependent sleep states only
  ` [PATCH 2/3][update] "
` [PATCH 3/3] PM / sleep: Introduce command line argument for sleep states enumeration
  ` [PATCH 3/3][update] PM / sleep: Introduce command line argument for sleep state enumeration

[PATCH v5 5/6] exynos: cpuidle: do not allow cpuidle registration for Exynos5420
 2014-05-26 10:29 UTC  (5+ messages)
` [PATCH v6 0/6] add cpuidle support "

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

[PATCH V3 0/8] CPUFreq: Initialize CPU's OPP tables from CPU core
 2014-05-26  4:04 UTC  (15+ messages)
` [PATCH V3 1/8] cpufreq: cpufreq-cpu0: remove dependency on thermal
` [PATCH V3 2/8] opp: of_init_opp_table(): return -ENOSYS when feature isn't implemented
` [PATCH V3 3/8] opp: call of_node_{get|put}() from of_init_opp_table()
` [PATCH V3 4/8] driver/core: cpu: initialize opp table
` [PATCH V3 5/8] cpufreq: arm_big_little: don't "
` [PATCH V3 6/8] cpufreq: imx6q: "
` [PATCH V3 7/8] cpufreq: cpufreq-cpu0: "
` [PATCH V3 8/8] cpufreq: exynos5440: "

[PATCH V4 0/3] cpufreq: add support for intermediate (stable) frequencies
 2014-05-26  4:01 UTC  (10+ messages)
` [PATCH V4 1/3] cpufreq: handle calls to ->target_index() in separate routine
` [PATCH V4 2/3] cpufreq: add support for intermediate (stable) frequencies
` [PATCH V4 3/3] cpufreq: Tegra: implement intermediate frequency callbacks

[GIT PULL] devfreq update for Linux 3.16
 2014-05-24 14:06 UTC 

[PATCH] PM / devfreq: remove checks for CONFIG_EXYNOS_ASV
 2014-05-24 12:40 UTC  (2+ messages)

Get designer watches for less
 2014-05-23 18:40 UTC 

[RFC PATCH 00/16] sched: Energy cost model for energy-aware scheduling
 2014-05-23 18:16 UTC  (17+ messages)
` [RFC PATCH 01/16] sched: Documentation for scheduler energy cost model
` [RFC PATCH 02/16] sched: Introduce CONFIG_SCHED_ENERGY
` [RFC PATCH 03/16] sched: Introduce sd energy data structures
` [RFC PATCH 04/16] sched: Allocate and initialize sched energy
` [RFC PATCH 05/16] sched: Add sd energy procfs interface
` [RFC PATCH 06/16] arm: topology: Define TC2 sched energy and provide it to scheduler
` [RFC PATCH 07/16] sched: Introduce system-wide sched_energy
` [RFC PATCH 08/16] sched: Introduce SD_SHARE_CAP_STATES sched_domain flag
` [RFC PATCH 09/16] sched, cpufreq: Introduce current cpu compute capacity into scheduler
` [RFC PATCH 10/16] sched, cpufreq: Current compute capacity hack for ARM TC2
` [RFC PATCH 11/16] sched: Energy model functions
` [RFC PATCH 12/16] sched: Task wakeup tracking
` [RFC PATCH 13/16] sched: Take task wakeups into account in energy estimates
` [RFC PATCH 14/16] sched: Use energy model in select_idle_sibling
` [RFC PATCH 15/16] sched: Use energy to guide wakeup task placement
` [RFC PATCH 16/16] sched: Disable wake_affine to broaden the scope of wakeup target cpus

[PATCH 0/4] cpuidle: Remove remaining cpu_idle() references
 2014-05-23 17:32 UTC  (7+ messages)
` [PATCH 1/4] idle: Remove cpu_idle() forward declarations
` [PATCH 2/4] cris: Update comments for generic idle conversion
` [PATCH 3/4] powerpc: "
` [PATCH 4/4] tile: "

[PATCH] thermal: document struct thermal_zone_device and thermal_governor
 2014-05-23 16:20 UTC  (4+ messages)

[PATCH] cpufreq: s5pv210: remove unused call of pr_err()
 2014-05-23 15:14 UTC  (9+ messages)
      ` [PATCH v2] cpufreq: s5pv210: drop check for CONFIG_PM_VERBOSE

[PATCH] PM: trace events for suspend/resume
 2014-05-23  6:37 UTC  (10+ messages)

[PATCH] ARM: EXYNOS: Use wfi macro in platform_do_lowpower
 2014-05-23  6:13 UTC  (5+ messages)

[PATCH RFC v2 0/7] Devfreq support for Exynos5250/5420
 2014-05-23  5:08 UTC  (10+ messages)
` [PATCH RFC v2 1/7] clk: exynos5250: add aliases for clocks used by devfreq
` [PATCH RFC v2 2/7] clk: exynos5420: Add "
  ` [PATCH RFC v2 3/7] ARM: dts: Add PPMU device tree support for Exynos5250
  ` [PATCH RFC v2 7/7] PM / devfreq: Add devfreq driver for Exynos5420
` [PATCH RFC v2 4/7] ARM: dts: Add PPMU device tree support "
` [PATCH RFC v2 5/7] PM / devfreq: exynos5250: migrate to common-clock
` [PATCH RFC v2 6/7] PM / devfreq: exynos: Fix typo in macro

[RFC 0/2] extends OPP for voltage ranges
 2014-05-22 17:58 UTC  (19+ messages)
` [RFC 1/2] PM / OPP: allow to use "
` [RFC 2/2] PM / OPP: extend DT parsing to allow "

[RFC] Migrate to Hz resolution for OPP binding
 2014-05-22 15:36 UTC  (5+ messages)

[RFC PATCH 0/5] The power allocator thermal governor
 2014-05-22 14:26 UTC  (5+ messages)
` [RFC PATCH 4/5] thermal: introduce the Power Allocator governor

[PATCH V6] PM/OPP: discard duplicate OPPs
 2014-05-22  5:06 UTC 

[PATCH 1/5] driver/core: cpu: initialize opp table
 2014-05-22  4:12 UTC  (10+ messages)
` [PATCH Resend] "

[PATCH V2 0/7] CPUFreq: Initialize CPU's OPP tables from CPU core
 2014-05-22  4:11 UTC  (21+ messages)
` [PATCH V2 1/7] opp: remove -ENOSYS from dummy implementation of of_init_opp_table()
` [PATCH V2 2/7] opp: handle of_node_{get|put}() inside of_init_opp_table()
` [PATCH V2 3/7] driver/core: cpu: initialize opp table
` [PATCH V2 4/7] cpufreq: arm_big_little: don't "
` [PATCH V2 5/7] cpufreq: imx6q: "
` [PATCH V2 6/7] cpufreq: cpufreq-cpu0: "
` [PATCH V2 7/7] cpufreq: exynos5440: "

[PATCH V5] PM/OPP: discard duplicate OPPs
 2014-05-22  4:05 UTC  (5+ messages)

[PATCH] PM / devfreq: remove checks for CONFIG_EXYNOS_ASV
 2014-05-21 20:37 UTC 

[query] cpufreq: intel_pstate: diverge of current_pstate and actual P state
 2014-05-21 17:22 UTC  (5+ messages)

[PATCH] cpufreq: intel_pstate: Remove unused member name of cpudata
 2014-05-21 17:15 UTC  (3+ messages)

[PATCH v3] cpufreq: Catch double invocations of cpufreq_freq_transition_begin/end
 2014-05-21 13:01 UTC  (6+ messages)

[PATCH] PM / Sleep: Fall back to subsystem level PM callbacks for PM domains
 2014-05-21 11:05 UTC  (6+ messages)

Performance regression in v3.14
 2014-05-21  9:00 UTC  (4+ messages)

[PATCH 0/5] CPUFreq: Initialize CPU's OPP tables from core
 2014-05-21  8:59 UTC  (2+ messages)

[PATCH] thermal: hwmon: Make the check for critical temp valid consistent
 2014-05-21  8:33 UTC 

[RFC PATCH v2 0/7] The power allocator thermal governor
 2014-05-21  8:26 UTC  (4+ messages)
` [RFC PATCH v2 1/7] tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasks

[PATCH] PM / OPP: Implement free_opp_table function
 2014-05-21  8:13 UTC  (5+ messages)
` [PATCH v2] PM / OPP: Implement opp_remove and free_opp_table functions

[PATCH V3 0/4] cpufreq: add support for intermediate (stable)
 2014-05-21  4:21 UTC  (7+ messages)
` [PATCH V3 2/4] cpufreq: add support for intermediate (stable) frequencies
` [PATCH V3 4/4] cpufreq: Tegra: implement intermediate frequency callbacks


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