perf, trace: Remove IRQ-disable from perf/tracepoint interaction
Peter Zijlstra <a.p.zijlstra(a)chello.nl> writes: [...] @@ -799,13 +799,10 @@ perf_trace_templ_##call(struct ftrace_ev static notrace void perf_trace_##call(proto) \ { \ struct ftrace_event_call *event_call = &event_##call; \ - struct pt_regs *__regs = &get_cpu_var(perf_trace_regs); ... 21 May 2010 15:00
pacmcia:yena_socket.c Remove extra #ifdef CONFIG_YENTA_TI
On 05/21/2010 06:18 AM, Dominik Brodowski wrote: Applied (see below), thanks. Best, Dominik From: Justin P. Mattock<justinmattock(a)gmail.com> Date: Thu, 20 May 2010 13:40:02 -0700 Subject: [PATCH] pcmcia: yenta_socket.c Remove extra #ifdef CONFIG_YENTA_TI Seems pointless to have two #ifdef... 21 May 2010 13:55
[tip:perf/core] tracepoints: Add check trace callback type
Commit-ID: 53da59aa6dd881fd0bbdd058a8a299d90ce9dd1d Gitweb: http://git.kernel.org/tip/53da59aa6dd881fd0bbdd058a8a299d90ce9dd1d Author: Mathieu Desnoyers <mathieu.desnoyers(a)efficios.com> AuthorDate: Fri, 30 Apr 2010 12:59:59 -0400 Committer: Steven Rostedt <rostedt(a)goodmis.org> CommitDate: Fri, 14 May 201... 21 May 2010 13:55
[tip:perf/core] tracing: Fix function declarations if !CONFIG_STACKTRACE
Commit-ID: e1f7992e015ae1373d66c8068d0a45e4111a0aed Gitweb: http://git.kernel.org/tip/e1f7992e015ae1373d66c8068d0a45e4111a0aed Author: Li Zefan <lizf(a)cn.fujitsu.com> AuthorDate: Mon, 10 May 2010 11:23:00 +0800 Committer: Steven Rostedt <rostedt(a)goodmis.org> CommitDate: Fri, 14 May 2010 14:33:24 -0400 ... 21 May 2010 13:55
[GIT PATCH] TTY patches for 2.6.35
Here's the tty patches for the .35 merge window. Nothing big here, just some new drivers and assorted minor fixes and the like. Details are below in the shortlog. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/tty-2.6.git/ These patches have been in the linux-next tree and -mm for a w... 21 May 2010 13:55
[PATCH 11/25] serial: bfin_sport_uart: pull in bfin_sport.h for SPORT defines
From: Mike Frysinger <vapier(a)gentoo.org> Now that the SPORT MMR defines have been unified, switch over to it. Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/serial/bfin_sport_uart.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ... 21 May 2010 13:55
[PATCH 12/25] serial: bfin_sport_uart: drop the experimental markings
From: Mike Frysinger <vapier(a)gentoo.org> Should be stable now ... Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/serial/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/serial/Kconfig b/drivers/seri... 21 May 2010 13:55
[PATCH 02/25] serial: bfin_sport_uart: shorten the SPORT TX waiting loop
From: Sonic Zhang <sonic.zhang(a)analog.com> The waiting loop to stop SPORT TX from TX interrupt is too long. This may block the SPORT RX interrupts and cause the RX FIFO to overflow. So, do stop sport TX only after the last char in TX FIFO is moved into the shift register. Signed-off-by: Sonic Zhang <sonic.zha... 21 May 2010 13:55
[PATCH 13/25] serial: bfin_sport_uart: drop redundant cpu depends
From: Mike Frysinger <vapier(a)gentoo.org> The BF54xM procs imply the related BF54x define, so no need to check both. Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/serial/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) di... 21 May 2010 13:55
[PATCH 3/6] direct-io: do not merge logically non-contiguous requests
Btrfs cannot handle having logically non-contiguous requests submitted. For example if you have Logical: [0-4095][HOLE][8192-12287] Physical: [0-4095] [4096-8191] Normally the DIO code would put these into the same BIO's. The problem is we need to know exactly what offset is associated with what BIO so... 21 May 2010 13:55