public inbox for cpufreq@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-11-19 16:31:01 to 2013-12-03 12:36:46 UTC [more...]

[PATCH 0/5] cpufreq:boost: CPU Boost mode support
 2013-12-03 12:36 UTC  (15+ 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] cpufreq: fix garbage kobj on errors during suspend/resume
 2013-12-03 11:14 UTC 

[PATCH V5 1/2] cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flag
 2013-12-03  5:50 UTC  (2+ messages)
` [PATCH V5 2/2] cpufreq: Make sure CPU is running on a freq from freq-table

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

[Bug 65671] New: Problems with hibernation, with bisect
 2013-12-03  0:57 UTC  (9+ messages)
` [Bug 65671] "
` [Bug 65671] hibernation - IO errors writing to swap, crashing apps, 3,11.8 worked

[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 5/6] cpufreq: s5pv210: Use 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 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: "

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

[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  (3+ 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  (18+ messages)

[Bug 65301] New: Cores stuck at max frequency after resume from suspend (Haswell)
 2013-11-28  8:15 UTC  (10+ messages)
` [Bug 65301] "

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

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

[PATCH V3 0/6] cpufreq: suspend early/resume late
 2013-11-27  7:39 UTC  (19+ messages)
` [PATCH V3 1/6] cpufreq: suspend governors on system suspend/hibernate
  ` [PATCH V3 2/6] cpufreq: call driver's suspend/resume for each policy
` [PATCH V3 3/6] cpufreq: Implement cpufreq_generic_suspend()
` [PATCH V3 4/6] cpufreq: exynos: Use cpufreq_generic_suspend()
` [PATCH V3 5/6] cpufreq: s5pv210: "
` [PATCH V3 6/6] cpufreq: Tegra: "

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

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

[Bug 65501] New: Blind angle of 1% between up_threshold and down_threshold
 2013-11-26 21:43 UTC  (2+ messages)
` [Bug 65501] "

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

[PATCH] cpufreq: SPEAr: clk_round_rate() can return a zero upon error
 2013-11-26  2:04 UTC 

[PATCH] Cpufreq: Change sysfs interface cpuinfo_cur_freq access privilege
 2013-11-25 12:14 UTC  (6+ messages)

[PATCH] cpufreq: suspend/resume governors with PM notifiers
 2013-11-25 11:35 UTC  (16+ messages)

[Bug 65611] New: wrong file mode of /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_freq
 2013-11-25  3:03 UTC  (2+ messages)
` [Bug 65611] "

[Bug 65591] New: Haswell CPU is not going to powersafe mode
 2013-11-25  2:15 UTC  (3+ messages)
` [Bug 65591] "

[PATCH] cpufreq: Make sure CPU is running on a freq from freq-table
 2013-11-22 21:43 UTC  (8+ messages)

[Update PATCH 1/1] Cpufreq: Make governor data on nonboot cpus across system suspend/resume
 2013-11-22  8:39 UTC  (9+ messages)
` [PATCH V2] "

[PATCH V3] Cpufreq: Make governor data on nonboot cpus across system suspend/resume
 2013-11-22  7:38 UTC 

[PATCH] cpufreq: tegra: don't error target() when suspended
 2013-11-22  4:59 UTC  (5+ messages)

[PATCH] cpufreq: cpufreq-cpu0: Use a sane boot frequency when booting with a mismatched bootloader configuration
 2013-11-21  7:41 UTC  (18+ messages)

[PATCH 1/1] cpufreq: exynos: Fix line over 80 characters warning
 2013-11-21  2:58 UTC  (3+ messages)

[PATCH 1/1] cpufreq: exynos: Remove unwanted EXPORT_SYMBOL
 2013-11-21  0:55 UTC  (3+ messages)

[Bug 62861] New: Maximum CPU voltage level never reached on AMD A8-5500
 2013-11-20  7:12 UTC  (2+ messages)
` [Bug 62861] [BISECTED]Maximum CPU voltage level never reached on AMD A8-5500 if radeon.dpm=1 is used

[PATCH] cpufreq/stats: Add "unknown" frequency field in stats tables
 2013-11-20  5:53 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