cpufreq.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-11 00:52:41 to 2014-03-10 20:40:06 UTC [more...]

[PATCH v3 37/52] acpi-cpufreq: Fix CPU hotplug callback registration
 2014-03-10 20:40 UTC 

[RFC PATCH 0/6] PM: introduce voltage domain abstraction
 2014-03-10 19:25 UTC  (21+ messages)
` [RFC PATCH 1/6] PM / Voltagedomain: Add generic clk notifier handler for regulator based dynamic voltage scaling
` [RFC PATCH 2/6] cpufreq: cpufreq-cpu0: use clk rate-change notifiers
` [RFC PATCH 3/6] PM / Voltagedomain: introduce voltage domain driver support
` [RFC PATCH 4/6] devicetree: bindings: add documentation for voltagedomain
` [RFC PATCH 5/6] PM / Voltagedomain: introduce basic voltage domain support for OMAP
` [RFC PATCH 6/6] devicetree: bindings: voltagedomain: add bindings for OMAP compatible SoCs

[PATCH] cpufreq: Reformat printk() statement
 2014-03-10 16:49 UTC  (6+ messages)

v3.13.5 intel_pstate: cpufreq: __cpufreq_add_dev: ->get() failed
 2014-03-10 12:15 UTC  (3+ messages)

[PATCH] cpufreq: SPEAr: Instantiate as platform_driver
 2014-03-10 10:13 UTC 

[PATCH V1 Resend 0/3] CPUFreq: Minor cleanups for 3.15
 2014-03-10  9:23 UTC  (4+ messages)
` [PATCH V1 Resend 1/3] cpufreq: add 'freq_table' in struct cpufreq_policy
` [PATCH V1 Resend 2/3] cpufreq: Remove cpufreq_generic_exit()
` [PATCH V1 Resend 3/3] cpufreq: Remove unnecessary variable/parameter 'frozen'

[PATCH 1/2] cpufreq: Return error if ->get() failed in cpufreq_update_policy()
 2014-03-10  5:37 UTC  (24+ messages)
` [PATCH 2/2] cpufreq: don't call cpufreq_update_policy() on CPU addition

[PATCH] cpufreq: use cpufreq_cpu_get to avoid cpufreq_get race conditions
 2014-03-10  4:26 UTC  (5+ messages)

[PATCH V6 Resend 1/5] cpufreq: suspend governors on system suspend/hibernate
 2014-03-07  1:01 UTC  (8+ messages)
` [PATCH V6 Resend 2/5] cpufreq: Implement cpufreq_generic_suspend()
` [PATCH V6 Resend 3/5] cpufreq: exynos: Use cpufreq_generic_suspend()
` [PATCH V6 Resend 4/5] cpufreq: s5pv210: "
` [PATCH V6 Resend 5/5] cpufreq: Tegra: "

[PATCH V2 1/3] cpufreq: move call to __find_governor() to cpufreq_init_policy()
 2014-03-06 12:34 UTC  (9+ messages)
` [PATCH V2 2/3] cpufreq: Initialize policy before making it available for others to use
` [PATCH V2 3/3] cpufreq: initialize governor for a new policy under policy->rwsem

[RFC v2 0/3] LAB: Support for Legacy Application Booster governor
 2014-03-04 10:27 UTC  (7+ messages)
` [RFC v3 0/5] cpufreq:LAB: Support for LAB governor
  ` [RFC v3 1/5] cpufreq:LAB:ondemand Adjust ondemand to be able to reuse its methods
  ` [RFC v3 2/5] cpufreq:LAB:cpufreq_governor Adjust cpufreq_governor.[h|c] to support LAB
  ` [RFC v3 3/5] cpufreq:LAB:lab Add LAB governor code
  ` [RFC v3 4/5] cpufreq:LAB:Kconfig Add LAB definitions to Kconfig
  ` [RFC v3 5/5] cpufreq:LAB:dts:trats2: Add DTS nodes for LAB governor

[PATCH 1/3] cpufreq: move call to __find_governor() to cpufreq_init_policy()
 2014-03-04  3:43 UTC  (7+ messages)
` [PATCH 2/3] cpufreq: Initialize policy before making it available for others to use
` [PATCH 3/3] cpufreq: initialize governor for a new policy under policy->rwsem

[PATCH v2] drivers: cpufreq: Mark function as static in cpufreq.c
 2014-03-03  7:20 UTC  (9+ messages)

[PATCH] cpufreq: enable ARM drivers on arm64
 2014-03-02  0:03 UTC  (2+ messages)

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

[PATCH v3 1/3] cpufreq: stats: Remove redundant cpufreq_cpu_get() call
 2014-02-28 23:26 UTC  (3+ messages)

[PATCH v3 3/3] cpufreq: stats: Refactor common code into __cpufreq_stats_create_table()
 2014-02-28  1:58 UTC 

[PATCH v3 2/3] cpufreq: stats: Fix error handling in __cpufreq_stats_create_table()
 2014-02-28  1:58 UTC 

[PATCH 3/3] cpufreq: stats: Refactor common code into __cpufreq_stats_create_table()
 2014-02-27  5:39 UTC  (2+ messages)

[PATCH] drivers: cpufreq: Remove unused function in cpufreq.c
 2014-02-27  0:07 UTC  (6+ messages)
` [PATCH v3] drivers: cpufreq: Mark function as static "

[PATCH 2/3] cpufreq: stats: Fix error handling in __cpufreq_stats_create_table()
 2014-02-26 20:17 UTC 

[PATCH 1/3] cpufreq: stats: Remove redundant cpufreq_cpu_get() call
 2014-02-26 20:17 UTC 

[PATCH V2] cpufreq: Return error if ->get() failed in cpufreq_update_policy()
 2014-02-25  8:59 UTC 

Commit fcb6a15c2e7e (intel_pstate: Take core C0 time into account for core busy calculation) sucks rocks
 2014-02-24 23:03 UTC  (8+ messages)

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

[Bug 70941] New: 'powersave' performance excessively slow on Dell Venue 8 Pro (Baytrail tablet)
 2014-02-24 12:28 UTC  (3+ messages)
` [Bug 70941] "

[Bug 65671] New: Problems with hibernation, with bisect
 2014-02-24  3:17 UTC  (2+ messages)
` [Bug 65671] hibernation - IO errors writing to swap, crashing apps, 3,11.8 worked

[3.14-rc3] possible regression Haswell runs only at 770Mhz with powersave governor
 2014-02-21 10:51 UTC  (5+ messages)

[PATCH] cpufreq: remove sysfs link when a cpu != policy->cpu, is removed
 2014-02-18 20:05 UTC  (3+ messages)

[PATCH v2 37/52] acpi-cpufreq: Fix CPU hotplug callback registration
 2014-02-14  7:57 UTC 

[PATCH v3 0/7] cpufreq: use cpufreq-cpu0 driver for exynos based platforms
 2014-02-13 14:31 UTC  (9+ messages)
` [PATCH v3 1/7] cpufreq: cpufreq-cpu0: allow use of optional boost mode frequencies
` [PATCH v3 2/7] clk: samsung: add infrastructure to register cpu clocks

[PATCH] MAINTAINERS: update Sudeep's email address
 2014-02-13  1:16 UTC  (5+ messages)

[PATCH 0/8] of_find_matching_node/of_match_node -> of_find_matching_node_and_match
 2014-02-12  5:01 UTC  (3+ messages)
` [PATCH 8/8] cpufreq: ppc: make use of of_find_matching_node_and_match

[PATCH v2] cpufreq: cpu0: drop selecting of THERMAL and THERMAL_CPU
 2014-02-12  4:41 UTC  (2+ messages)

[Bug 69821] setting CONFIG_HZ_PERIODIC locks cpu at the lowest frequency using ONDEMAND
 2014-02-11 10:01 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).