[RFC PATCH] ARM: Assume new page cache pages have dirty D-cache
There are places in Linux where writes to newly allocated page cache pages happen without a subsequent call to flush_dcache_page() (several PIO drivers including USB HCD). This patch changes the meaning of PG_arch_1 to be PG_dcache_clean and always flush the D-cache for a newly mapped page in update_mmu_cache(). ... 2 Mar 2010 13:32
[PATCH -next] bridge: depends on INET
From: Randy Dunlap <randy.dunlap(a)oracle.com> br_multicast calls ip_send_check(), so it should depend on INET. built-in: br_multicast.c:(.text+0x88cf4): undefined reference to `ip_send_check' or modular: ERROR: "ip_send_check" [net/bridge/bridge.ko] undefined! Signed-off-by: Randy Dunlap <randy.dunlap(a)orac... 2 Mar 2010 12:22
[git pull] fuse updates for 2.6.34
Hi Linus, Please pull these fuse updates from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus Thanks, Miklos ---- Fang Wenqi (1): fuse: fix large stack use Miklos Szeredi (1): fuse: cleanup in fuse_notify_inval_...() --- fs/fuse/dev.c | 30 +++++++++++++... 2 Mar 2010 12:22
[GIT PULL] oprofile: updates for v2.6.34
Ingo, it's only one patch, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent (It seems the git mirror is not yet sync'ed.) Thanks, -Robert The following changes since commit cfc9c0b450176a077205ef39092f0dc1a04e020a: Robert Richter (1): oprofile/x86: ... 2 Mar 2010 12:22
[GIT PULL] OMAP DSS updates for 2.6.34
Hi Linus, Please pull the OMAP Display Subsystem patches below. - Couple of new panel drivers - Various small fixes and improvements - Multiple patches making the DSS device model more sane, moving the control from the DSS core driver to the panel drivers. This makes it possible for the panel drivers to fully... 2 Mar 2010 11:14
[GIT PULL - RESEND] Firmwares for Sensoray s2255 driver
The following changes since commit c024a251e1dd1a39de610bbdc2af65b36e42637d: David Woodhouse (1): Merge from fixed from-kernel tree to fix Matrox firmware binaries are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-firmware.git master Mauro Carvalh... 2 Mar 2010 11:14
[PATCH 3/5] Add storage for seperating event types in report
This patch adds the structures necessary to count each event type independently in perf report. Signed-off-by: Eric B Munson <ebmunson(a)us.ibm.com> --- tools/perf/util/event.h | 9 +++++++++ tools/perf/util/session.c | 1 + tools/perf/util/session.h | 1 + 3 files changed, 11 insertions(+), 0 deleti... 2 Mar 2010 10:06
[PATCH] [TRIVIAL] kbuild - tags
- Fix spelling error in comment (is->if) Signed-off-by: John Kacur <jkacur(a)redhat.com> --- scripts/tags.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/tags.sh b/scripts/tags.sh index 1a0c44d..a6a8e71 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh @@ -17,7 +17,7 @@... 2 Mar 2010 10:06
[tip:perf/nmi] nmi_watchdog: Tell the world we're active
Commit-ID: 5671a10e2bc7f99d9157c6044faf8be2ef302361 Gitweb: http://git.kernel.org/tip/5671a10e2bc7f99d9157c6044faf8be2ef302361 Author: Peter Zijlstra <a.p.zijlstra(a)chello.nl> AuthorDate: Tue, 2 Mar 2010 14:20:14 +0100 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Tue, 2 Mar 2010 15:02:05 +0100 nm... 2 Mar 2010 10:06
kmemleak for MIPS
Hi all, I want to check kmemleak for both ARM/MIPS. i am able to find kernel patch for ARM at http://linux.derkeiler.com/Mailing-Lists/Kernel/2009-04/msg11830.html. But I could not able to trace patch for MIPS. Kind Regards Naveen -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in... 2 Mar 2010 10:06