First
|
Prev |
Next
|
Last
Pages: 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141
arch/tile: respond to reviews of the second code submission. On Thu, Jun 03, 2010 at 05:32:17PM -0400, Chris Metcalf wrote: This change addresses DMA-related comments by FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> and Kconfig-related comments by Paul Mundt <lethal(a)linux-sh.org>. Signed-off-by: Chris Metcalf <cmetcalf(a)tilera.com> Looks good to me. Feel free... 3 Jun 2010 21:15
MIPS: JZ4740: Add Kbuild files On Wed, Jun 02, 2010 at 09:10:30PM +0200, Lars-Peter Clausen wrote: This patch adds the Kbuild files for the JZ4740 architecture and adds JZ4740 support to the MIPS Kbuild files. Checkout the changes to the way MIPS platform Makefiles are implemented in the linux-queue tree. This new structure will be mand... 3 Jun 2010 21:15
[PATCH 0/6] writeback: tracing and fixes V3. This series contains the initial writeback tracing patches from Jens, as well as the extensions I added to provide visibility into writeback control structures as the are used by the writeback code. The visibility given is sufficient to understand what is happening in the writeback path - what path is writing data,... 3 Jun 2010 20:08
[PATCH 5/6] xfs: remove nr_to_write writeback windup. From: Dave Chinner <dchinner(a)redhat.com> Now that the background flush code has been fixed, we shouldn't need to silently multiply the wbc->nr_to_write to get good writeback. Remove that code. Signed-off-by: Dave Chinner <dchinner(a)redhat.com> Reviewed-by: Christoph Hellwig <hch(a)lst.de> --- fs/xfs/linux-2.6/... 3 Jun 2010 20:08
[PATCH 3/6] writeback: Add tracing to write_cache_pages Add a trace event to the ->writepage loop in write_cache_pages to give visibility into how the ->writepage call is changing variables within the writeback control structure. Of most interest is how wbc->nr_to_write changes from call to call, especially with filesystems that write multiple pages in ->writepage. S... 3 Jun 2010 20:08
[PATCH 6/6] writeback: limit write_cache_pages integrity scanning to current EOF From: Dave Chinner <dchinner(a)redhat.com> sync can currently take a really long time if a concurrent writer is extending a file. The problem is that the dirty pages on the address space grow in the same direction as write_cache_pages scans, so if the writer keeps ahead of writeback, the writeback will not termina... 3 Jun 2010 20:08
0001-staging-comedi-drivers-fix-space-coding-style-in-am9.patch >From 1b4f1ada44589c52f26aafea9b33db1b1831d3ec Mon Sep 17 00:00:00 2001 From: Bob Beattie <bob.beattie(a)ntlworld.com> Date: Thu, 3 Jun 2010 23:43:44 +0100 Subject: [PATCH] staging: comedi: drivers: fix space coding style in am9513.h This is a patch to the file am9513.h that fixes missing space warnings found by the... 3 Jun 2010 20:08
staging/wlan-ng: Switch from wext to cfg80211 On Thu, Jun 03, 2010 at 11:04:06PM +0100, Karl Relton wrote: Switch driver over from wext to cfg80211 interface. Wow! Nice job, I'll queue this up in my tree for inclusion in linux-next after 2.6.35-rc2 comes out. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel... 3 Jun 2010 19:02
panic: keep blinking in spite of long spin timer mode On Fri, 04 Jun 2010 07:01:16 +0900 TAMUKI Shoichi <tamuki(a)linet.gr.jp> wrote: To keep panic_timeout accuracy when running under a hypervisor, the current implementation only spins on long time (1 second) calls to mdelay. That brings a good effect, but the problem is the keyboard LEDs don't blink at all ... 22 Jun 2010 17:09
TP_STORE_SIGINFO(SEND_SIG_FORCED) == OOPS Acked-by: Roland McGrath <roland(a)redhat.com> -- 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.tux.org/lkml/ ... 8 Jun 2010 17:13 |