cpufreq.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-02-05 00:05:27 to 2013-02-13 20:14:42 UTC [more...]

[PATCH 0/5] Add P state driver for Intel Core Processors
 2013-02-13 20:14 UTC  (19+ messages)
` [PATCH 1/5] cpufreq: Retrieve current frequency from scaling drivers with internal governors
` [PATCH 2/5] cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_driver.target()
` [PATCH 2/5] cpufreq: Only call cpufreq_out_of_sync() with drivers "
` [PATCH 3/5] cpufreq: Do not track governor name for scaling drivers with internal governors
` [PATCH 4/5] cpufreq_stats: do not remove sysfs files if frequency table is not present
` [PATCH 5/5] cpufreq/x86: Add P-state driver for sandy bridge
  ` [PATCH] cpufreq/intel_pstate: Change to disallow module build

[PATCH 0/2] cpufreq: cpufreq_driver_lock is hot on large systems
 2013-02-13 13:20 UTC  (23+ messages)
` [PATCH 1/2] cpufreq: Convert the cpufreq_driver_lock to a rwlock
            ` [PATCH v2 linux-next 0/2] cpufreq: cpufreq_driver_lock is hot on large systems
              ` [PATCH v2 linux-next 1/2] cpufreq: Convert the cpufreq_driver_lock to a rwlock
              ` [PATCH v2 linux-next 2/2] cpufreq: Convert the cpufreq_driver_lock to use the rcu

[GIT PULL - cpufreq] Samsung eyxnos cpufreq for v3.9
 2013-02-13 13:06 UTC  (2+ messages)

[Bug 51741] New: powernow-k8 calls for acpi-cpufreq but doesn’t warn if it’s not available
 2013-02-12 20:12 UTC  (3+ messages)
` [Bug 51741] "

[PATCH 1/3] cpufreq: exynos: Remove error return even if no soc found
 2013-02-12  5:00 UTC  (18+ messages)
` [PATCH 2/3] cpufreq: exynos: Adding cpufreq driver for exynos5440
` [PATCH 3/3] dts: Add cpufreq controller node for Exynos5440 SoC

[PATCH] cpufreq: dereference cpufreq_driver after check
 2013-02-11 15:29 UTC  (3+ messages)

cpufreq.c:1779 suspicious rcu_dereference_check() usage!
 2013-02-11 15:03 UTC  (3+ messages)

[cpufreq] WARNING: at kernel/lockdep.c:2739 lockdep_trace_alloc()
 2013-02-11 13:08 UTC  (3+ messages)

[PATCH V2 0/4] CPUFreq: Implement per policy instances of governors
 2013-02-11  7:50 UTC  (5+ messages)
` [PATCH V2 1/4] cpufreq: Add per policy governor-init/exit infrastructure
  ` [PATCH V2 2/4] cpufreq: governor: Implement per policy instances of governors
  ` [PATCH V2 3/4] cpufreq: Add Kconfig option to enable/disable have_multiple_policies
  ` [PATCH V2 4/4] cpufreq: Get rid of "struct global_attr"

[PATCH 0/4] CPUFreq: Implement per policy instances of governors
 2013-02-11  4:39 UTC  (41+ messages)
` [PATCH 4/4] cpufreq: governor: "

[PATCH 0/4] CPUFreq Fixes for 3.9
 2013-02-09 11:44 UTC  (25+ messages)
  ` [PATCH 1/4] cpufreq: governors: Fix WARN_ON() for multi-policy platforms
  ` [PATCH 2/4] cpufreq: Remove unused HOTPLUG_CPU code
  ` [PATCH 3/4] cpufreq: Create a macro for unlock_policy_rwsem{read, write}
  ` [PATCH 4/4] cpufreq: Fix locking issues

[PATCH 2/2] cpufreq: conservative: Fix typos in comments
 2013-02-09  2:57 UTC  (2+ messages)

[PATCH 1/2] cpufreq: ondemand: Fix typos in comments
 2013-02-09  2:56 UTC  (2+ messages)

[Bug 48341] New: BUG: using smp_processor_id in preemptible powernow_k8
 2013-02-08 17:41 UTC  (3+ messages)
` [Bug 48341] "

[Bug 52941] New: CPU recognition bug for AMD
 2013-02-08 17:30 UTC  (2+ messages)
` [Bug 52941] "

[BUG] cpufreq: sleeping function called from invalid context at kernel/workqueue.c:2811
 2013-02-08 13:23 UTC  (7+ messages)

next-20130206 cpufreq - WARN in sysfs_add_one
 2013-02-08  2:45 UTC  (8+ messages)

[PATCH] cpufreq: exynos: simplify .init() for setting policy->cpus
 2013-02-07  5:18 UTC  (3+ messages)

[PATCH 0/7] Add P state driver for Intel Core Processors
 2013-02-06 16:19 UTC  (25+ messages)
` [PATCH 1/7] cpufreq: Don't remove sysfs link for policy->cpu
` [PATCH 2/7] cpufreq: Retrieve current frequency from scaling drivers with internal governors
` [PATCH 3/7] cpufreq: Only query drivers that implement cpufreq_driver.target()
` [PATCH 4/7] cpufreq: Do not track governor name for scaling drivers with internal governors
` [PATCH 5/7] cpufreq: balance out cpufreq_cpu_{get,put} for scaling drivers using setpolicy
` [PATCH 6/7] cpufreq_stats: do not remove sysfs files if frequency table is not present
` [PATCH 7/7] cpufreq/x86: Add P-state driver for sandy bridge

[PATCH] cpufreq: ondemand: Replace down_differential tuner with adj_up_threshold
 2013-02-06 12:58 UTC  (3+ messages)

[PATCH v5 0/3] Kirkwoode cpufreq driver
 2013-02-06 12:38 UTC  (11+ messages)
` [PATCH v5 1/3] cpufreq: kirkwood: Add a cpufreq driver for Marvell Kirkwood SoCs
` [PATCH v5 2/3] arm: kirkwood: Instantiate cpufreq driver
` [PATCH v5 3/3] arm: kirkwood: Enable cpufreq and ondemand on kirkwood_defconfig

BUG in bleeding edge c560f3d
 2013-02-06  1:34 UTC  (11+ messages)

[PATCH 0/6] Add P state driver for Intel Core Processors
 2013-02-05  7:03 UTC  (5+ messages)
` [PATCH 5/6] cpufreq: balance out cpufreq_cpu_{get,put} for scaling drivers using setpolicy


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