tty: implement BTM as mutex instead of BKL
Arnd Bergmann wrote: diff --git a/drivers/char/tty_mutex.c b/drivers/char/tty_mutex.c new file mode 100644 index 0000000..f66dfdf --- /dev/null +++ b/drivers/char/tty_mutex.c @@ -0,0 +1,47 @@ +/* + * drivers/char/tty_lock.c + */ +#include <linux/tty.h> +#include <linux/module.h> +#in... 16 May 2010 09:10
[GIT PULL] Lockup detector build fixes
Ingo, Please pull the perf/nmi branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git perf/nmi Thanks, Frederic --- Frederic Weisbecker (3): lockup_detector: Update some config lockup_detector: Adapt CONFIG_PERF_EVENT_NMI to other archs ... 15 May 2010 23:31
Lockup detector build fixes
On Sun, May 16, 2010 at 04:33:56AM +0200, Frederic Weisbecker wrote: Ingo, Please pull the perf/nmi branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git perf/nmi Thanks, Frederic Tested on x86 and Sparc 64 with and without CONFIG_LOC... 17 May 2010 10:12
[PATCH 2/4] lockup_detector: Adapt CONFIG_PERF_EVENT_NMI to other archs
CONFIG_PERF_EVENT_NMI is something that need to be enabled from the arch. This is fine on x86 as PERF_EVENTS is builtin but if other archs select it, they will need to handle the PERF_EVENTS dependency. Instead, handle the dependency in the generic layer: - archs need to tell what they support through HAVE_PERF... 15 May 2010 23:31
mm: Consider the entire user address space during node migration
Ok. Looks okay to me. Acked-by: Christoph Lameter <cl(a)linux-foundation.org> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.t... 15 May 2010 21:22
[PATCH 2/2] perf newt: Add single key shortcuts for zoom into DSO and threads
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> 'D'/'d' for zooming into the DSO in the current highlighted hist entry, 'T'/'t' for zooming into the current thread. Suggested-by: Ingo Molnar <mingo(a)elte.hu> Cc: Frédéric Weisbecker <fweisbec(a)gmail.com> Cc: Mike Galbraith <efault(a)gmx.de> Cc: Paul Mackerras <pa... 15 May 2010 21:22
[PATCH 1/2] perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressed
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> ESC still asks for confirmation. Suggested-by: Ingo Molnar <mingo(a)elte.hu> Cc: Frédéric Weisbecker <fweisbec(a)gmail.com> Cc: Mike Galbraith <efault(a)gmx.de> Cc: Paul Mackerras <paulus(a)samba.org> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Cc: Tom Zanussi <tzanus... 15 May 2010 21:22
sis-agp: Remove SIS 760, handled by amd64-agp
On Wed, 2010-03-24 at 03:33 +0000, Ben Hutchings wrote: SIS 760 is listed in the device tables for both amd64-agp and sis-agp. amd64-agp is apparently preferable since it has workarounds for some BIOS misconfigurations that sis-agp doesn't handle. Signed-off-by: Ben Hutchings <ben(a)decadent.org.uk> Yo... 15 May 2010 21:22
[GIT PULL 0/2] perf improvements
Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf Now there are 4 patches pending on this branch. Regards, - Arnaldo Arnaldo Carvalho de Melo (2): perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressed perf newt: Add single key ... 15 May 2010 21:22
[PATCH 2/2] perf newt: Fix the 'A'/'a' shortcut for annotate
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> 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: Paul Mackerras <paulus(a)samba.org> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Cc: Tom Zanussi <tzanussi(a)gmail.com> LKML-Reference: <new-s... 15 May 2010 20:16