[PATCH 1/1] perf tools: Don't trow away old map slices not overlapped by new maps
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Cc: David S. Miller <davem(a)davemloft.net> 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)samba.org> Signed-off-by: Arnaldo Carvalho de Melo <acme(a)redhat.com> ... 5 Mar 2010 10:32
perf tools: Don't trow away old map slices not overlapped by new maps
On Fri, 2010-03-05 at 11:54 -0300, Arnaldo Carvalho de Melo wrote: From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Ah, indeed, I only checked for overlaps, not punching holes. Acked-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t... 5 Mar 2010 10:32
[PATCH 5/6] staging:et131x Fix line length coding style issue This patch fixes several line length > 80 warnings issued by checkpatch.pl Signed_off_by: Michael Tate <michael.tate@wanadoo.fr>
--- drivers/staging/et131x/et131x_initpci.c | 23 +++++++++++++++++------ 1 files changed, 17 insertions(+), 6 deletions(-) diff --git a/drivers/staging/et131x/et131x_initpci.c b/drivers/staging/et131x/et131x_initpci.c index 0892b6a..d080035 100644 --- a/drivers/staging/et131x/et131x_initpci.c +++ b/drivers/... 5 Mar 2010 10:32
[PATCH 6/6] staging:et131x:et131x_isr.c Fix coding style issues. This patch fixes line length and brace coding style issues raised by checkpatch.pl Signed-off-by: Michael Tate <michael.tate@wanadoo.fr>
--- drivers/staging/et131x/et131x_isr.c | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/staging/et131x/et131x_isr.c b/drivers/staging/et131x/et131x_isr.c index f6d452d..8669b6d 100644 --- a/drivers/staging/et131x/et131x_isr.c +++ b/drivers/staging/et131x/et131x_isr.c @@... 5 Mar 2010 10:32
rmap: Fix Bugzilla Bug #5493
On 03/05/2010 04:38 AM, Christian Ehrhardt wrote: Hi, this patch fixes bugzilla Bug http://bugzilla.kernel.org/show_bug.cgi?id=5493 This bug describes a search complexity failure in rmap if a single anon_vma has a huge number of vmas associated with it. The patch makes the vma ... 6 Mar 2010 10:44
SAS multipath performance
Hello all I've been doing some experiments with the 2.6.31 and 2.6.33 kernels with multipathing to Sun JBODs over SAS. Theoretically, our setup should allow throughput in the 3600 MB/sec range, but we get about 2200-2300 MB/sec. Even taking into account the various potential inefficiencies in the setup, it sti... 5 Mar 2010 09:25
[PATCH 8/8] Staging: comedi: fix brace and printk() coding style issues in adl_pci9111.c
Patch to the adl_pci9111.c file that fixes brace warnings and, printk() should include Kern_facility level warnings, found by the checkpatch.pl tool Signed-off-by Maurice Dawson <mauricedawson2699(a)googlemail.com> --- drivers/staging/comedi/drivers/adl_pci9111.c | 36 ++++++++++++------------- 1 files changed, ... 5 Mar 2010 07:13
[PATCH v2] V4L/DVB: mx1-camera: compile fix
This is a regression of 7d58289 (mx1: prefix SOC specific defines with MX1_ and deprecate old names) Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- drivers/media/video/mx1_camera.c | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/media/video/... 5 Mar 2010 06:08
gitignore: do not ignore include/linux/
Jiri Slaby <jslaby(a)suse.cz> writes: linux entry in .gitignore means that everything in include/linux/ gets ignored with git 1.7. Prepend a slash to entries which are toplevel to avoid that Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: Johannes Sixt <j.sixt(a)viscovery.net> --- .gitignore ... 10 Mar 2010 06:23
[PATCH 1/3] Send callback when a swap slot is freed
This callback is required when RAM based devices are used as swap disks. One such device is ramzswap[1] which is used as compressed in-memory swap disk. For such devices, we need a callback as soon as a swap slot is no longer used to allow freeing memory allocated for this slot. Without this callback, stale data ... 5 Mar 2010 06:08