[PATCH] perf: fix cmpxchg warning in perf_event_amd.c
Hi, I'm getting the following warnings: In file included from arch/x86/kernel/cpu/perf_event.c:1343: arch/x86/kernel/cpu/perf_event_amd.c: In function 'amd_put_event_constraints': arch/x86/kernel/cpu/perf_event_amd.c:167: warning: value computed is not used Since cmpxchg returns a value, we need to use it.... 18 May 2010 17:01
[PATCH] power/ds2760_battery: document ABI change
From 7ed6b078c1cb718509a0faf79ac53f768fa5cfc4 Mon Sep 17 00:00:00 2001 From: Daniel Mack <daniel(a)caiaq.de> Date: Tue, 18 May 2010 22:26:40 +0200 Subject: [PATCH] power/ds2760_battery: document ABI change Add some documentation for the newly added writeable properties. Signed-off-by: Daniel Mack <daniel(a)caiaq.d... 18 May 2010 17:01
Business proposal
Hello, If you search for new business partners, you may be interested in our newest Eurasian Business Directory - DVD database containing detailed description and contact details of 1.200.000 companies from Russia and the East-European countries. The price of this directory is 210.- EUR. Also we are pleased to o... 18 May 2010 17:01
perf: core, lookup pmu via sysfs
On Wed, May 19, 2010 at 01:49:38AM +0000, Lin Ming wrote: Add another pmu lookup method via sysfs. Now we have 2 methods: type->pmu and sys_fd->pmu Changes log, Lookup pmu via sysfs (Ingo Molnar) Signed-off-by: Lin Ming <ming.m.lin(a)intel.com> --- kernel/perf_event.c | 33 ++++++++++++++++... 18 May 2010 17:01
perf: core, export pmus via sysfs
On Wed, May 19, 2010 at 01:46:42AM +0000, Lin Ming wrote: +struct kobj_type event_ktype = { + .sysfs_ops = &event_sysfs_ops, +}; No release function? Hm, are you setting yourself up to be publically made fun of? You have read the kobject documentation about this, right? Have you looked at the kernel log... 21 May 2010 05:08
[PATCH -tip v2 2/5] [CLEANUP] kprobes: Remove redundant text_mutex lock in optimize
Remove text_mutex locking in optimize_all_kprobes, because this function doesn't modify text. It simply queues probes on optimization list for kprobe_optimizer worker thread. Changes in v2: - Update changelog. - Add comments for (un)optimize_all_kprobes. - Update kprobe_mutex comment. Signed-off-by: Masam... 18 May 2010 17:01
[PATCH -tip v2 1/5] [BUGFIX] kprobes: Fix selftest to clear flags field for reusing probes
Fix selftest to clear flags field for reusing probes because the flags field can be modified by Kprobes. Signed-off-by: Masami Hiramatsu <mhiramat(a)redhat.com> Cc: Ananth N Mavinakayanahalli <ananth(a)in.ibm.com> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Jim Keniston <jkenisto(a)us.ibm.com> Cc: Jason Baron <jbaron(a)redhat.... 18 May 2010 17:01
[PATCH 3/3] power/ds2760_battery: make charge_now and charge_full writeable
For userspace tools and daemons, it might be necessary to adjust the charge_now and charge_full properties of the ds2760 battery monitor, for example for unavoidable corrections due to aging batteries. Signed-off-by: Daniel Mack <daniel(a)caiaq.de> Cc: Anton Vorontsov <avorontsov(a)ru.mvista.com> Cc: Matt Reimer <mr... 18 May 2010 17:00
Add support for Westmere to i7core_edac driver
Vernon Mauery wrote: Add support for Westmere to i7core_edac driver This adds new PCI IDs for the Westmere's memory controller devices and modifies the i7core_edac driver to be able to probe both Nehalem and Westmere processors. This applies to git://git.kernel.org/pub/scm/linux/kernel/git/mch... 18 May 2010 20:20
[PATCH] mm: remove all rcu head initializations
Hello! Would you guys like to carry this patch, or should I push it up -tip? If I don't hear otherwise from you, I will push it up -tip. The INIT_RCU_HEAD() primitive is going away in favor of debugobjects. Thanx, Paul ------------------------------------------------------------------------ mm: re... 18 May 2010 15:53