perf/core Improvement for 2.6.36
* Arnaldo Carvalho de Melo <acme(a)infradead.org> wrote: Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core I tested this on RHEL6-Beta, fedora 11 x86-64 and Debian PARISC64 squeeze/sid. Regards, - Arnaldo Arnaldo ... 10 Jun 2010 13:24
[GIT PULL 0/1] perf/urgent fixes
Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/urgent Regards, - Arnaldo Arnaldo Carvalho de Melo (1): perf record: Don't call newt functions when not initialized tools/perf/util/newt.c | 15 +++++++++++++-- 1 files changed, 13 insertions(+)... 10 Jun 2010 12:16
[PATCH v2] sata_sil24: Use memory barriers before issuing commands
The data in the cmd_block buffers may reach the main memory after the writel() to the device ports. This patch introduces two calls to wmb() to ensure the relative ordering. Signed-off-by: Catalin Marinas <catalin.marinas(a)arm.com> Tested-by: Colin Tuckley <colin.tuckley(a)arm.com> Cc: Tejun Heo <tj(a)kernel.org> Cc... 10 Jun 2010 12:16
[GIT PULL 0/1] perf/core Improvement for 2.6.36
Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core I tested this on RHEL6-Beta, fedora 11 x86-64 and Debian PARISC64 squeeze/sid. Regards, - Arnaldo Arnaldo Carvalho de Melo (1): perf tools: Reorganize the Makefile feature tests tools/per... 10 Jun 2010 12:16
[PATCH 1/1] perf record: Don't call newt functions when not initialized
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> When processing events we want to give visual feedback to the user when using the newt browser, so there are ui_progress calls in __perf_session__process_events, but those should check if newt is being used. Reported-by: Srikar Dronamraju <srikar(a)linux.vnet.ibm.... 10 Jun 2010 12:16
block/io bits for 2.6.35-rc
On Thu, Jun 10, 2010 at 6:44 AM, Jens Axboe <jaxboe(a)fusionio.com> wrote: - A set of patches fixing the WB_SYNC_NONE writeback from Christoph. So �we should finally have both functional and working WB_SYNC_NONE from �umount context. I _really_ think this is too late, considering how broken it has been. W... 28 Jun 2010 17:16
virtio-pci: disable msi at startup
On Thu, 10 Jun 2010 18:22:52 +0300 "Michael S. Tsirkin" <mst(a)redhat.com> wrote: virtio-pci resets the device at startup by writing to the status register, but this does not clear the pci config space, specifically msi enable status which affects register layout. This breaks things like kdump when ... 23 Jun 2010 12:51
[patch] change fs_struct.lock from rwlock to spinlock
struct fs_struct.lock is an rwlock with the read-side used to protect root and pwd members while taking references to them. Taking a reference to a path typically requires just 2 atomic ops, so the critical section is very small. Parallel read-side operations would have cacheline contention on the lock, the dentr... 10 Jun 2010 12:16
[PATCH for-2.6.35] virtio-pci: disable msi at startup
virtio-pci resets the device at startup by writing to the status register, but this does not clear the pci config space, specifically msi enable status which affects register layout. This breaks things like kdump when they try to use e.g. virtio-blk. Fix by forcing msi off at startup. Since pci.c already has ... 10 Jun 2010 12:16
[PATCH for-2.6.35] virtio_net: fix oom handling on tx
virtio net will never try to overflow the TX ring, so the only reason add_buf may fail is out of memory. Thus, we can not stop the device until some request completes - there's no guarantee anything at all is outstanding. Make the error message clearer as well: error here does not indicate queue full. Signed-... 10 Jun 2010 12:16