cx231xx: card->driver "Conexant cx231xx Audio" too long
At Mon, 22 Mar 2010 19:54:30 +0300, Dan Carpenter wrote: On Mon, Mar 22, 2010 at 05:04:55PM +0100, Takashi Iwai wrote: At Mon, 22 Mar 2010 08:43:47 -0700, Joe Perches wrote: On Mon, 2010-03-22 at 18:39 +0300, Dan Carpenter wrote: card->driver is 15 characters and a NULL, the or... 22 Mar 2010 13:05
[patch repost] sched: Fix group_capacity for sched_smt_powersavings=1
Hi Peter, This is repost of the same patch http://lkml.org/lkml/2010/3/2/216 After applying Suresh's fixes from discussion thread http://lkml.org/lkml/2010/2/12/352, we still need the attached patch to restore sched_smt_powersavings=1 functionality where tasks prefer sibling threads and keep more cores idle. ... 22 Mar 2010 13:05
PCI quirks: RS780/RS880: work around missing MSI initialization
On Mon, 22 Mar 2010 12:28:00 -0400 Alex Deucher <alexdeucher(a)gmail.com> wrote: On Mon, Mar 22, 2010 at 4:52 AM, Clemens Ladisch <clemens(a)ladisch.de> wrote: AMD says in section 2.5.4 (GFX MSI Enable) of #43291 (AMD 780G Family Register Programming Requirements):  The SBIOS must enable internal ... 22 Mar 2010 13:04
sound: fix usb build error when PM is not enabled
At Mon, 22 Mar 2010 08:55:35 -0700, Randy Dunlap wrote: From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix build errors when CONFIG_PM is not enabled: sound/usb/card.c:629: error: 'usb_audio_suspend' undeclared here (not in a function) sound/usb/card.c:630: error: 'usb_audio_resume' undeclared he... 22 Mar 2010 13:04
[PATCH 3/5] perf probe: Add NO_DWARF make option
From: Masami Hiramatsu <mhiramat(a)redhat.com> Add NO_DWARF make option for testing build without libdw. Signed-off-by: Masami Hiramatsu <mhiramat(a)redhat.com> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Paul Mackerras <paulus(a)samba.org> Cc: Mike Galbraith <efault(a)gmx.de> Cc... 22 Mar 2010 13:04
[PATCH 1/5] perf newt: Properly restore the screen when error exiting
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Show an OK message box with the last message sent via pr_err, etc. Reported-by: Ingo Molnar <mingo(a)elte.hu> Cc: Frédéric Weisbecker <fweisbec(a)gmail.com> Cc: Mike Galbraith <efault(a)gmx.de> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Cc: Paul Mackerras <paulus(a)sa... 22 Mar 2010 13:04
x86/pci: ioh new version read all at same time
On Sun, 21 Mar 2010 00:13:20 -0700 Yinghai Lu <yinghai(a)kernel.org> wrote: also it will add back default range to legacy IOH This patch is a bit short on details. Are we fixing a real bug here that _CRS fails to cover? Or is it just for debug purposes? -- Jesse Barnes, Intel Open Source Technology C... 22 Mar 2010 16:49
[PATCH 4/5] jump label: tracepoint support
Make use of the jump label infrastructure for tracepoints. Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- include/linux/tracepoint.h | 34 +++++++++++++++++++--------------- kernel/tracepoint.c | 8 ++++++++ 2 files changed, 27 insertions(+), 15 deletions(-) diff --git a/include/linux/tracepo... 22 Mar 2010 13:04
[PATCH 1/5] jump label: notifier atomic call chain notrace
From: Mathieu Desnoyers <mathieu.desnoyers(a)polymtl.ca> In LTTng, being able to use the atomic notifier from cpu idle entry to ensure the tracer flush the last events in the current subbuffer requires the rcu read-side to be marked "notrace", otherwise it can end up calling back into lockdep and the tracer. Als... 22 Mar 2010 13:04
[PATCH 3/5] jump label: x86 support
add x86 support for jump label. I'm keeping this patch separate so its clear to arch maintainers what was required for x86 support this new feature. hopefully, it wouldn't be too painful for other arches. Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- arch/x86/include/asm/jump_label.h | 31 +++++++++++++++... 22 Mar 2010 13:04