mm: Share the anon_vma ref counts between KSM and page migration
On Fri, Feb 19, 2010 at 3:02 AM, Mel Gorman <mel(a)csn.ul.ie> wrote: For clarity of review, KSM and page migration have separate refcounts on the anon_vma. While clear, this is a waste of memory. This patch gets KSM and page migration to share their toys in a spirit of harmony. Signed-off-by: Mel Gorman <m... 19 Feb 2010 01:07
UPGRADE YOUR WEBMAIL ACCOUNT
ATTENTION: WEBMAIL SUBSCRIBER; Your email account has been suspended for violation of terms of service and in other to reactivate your email account, please reply to this mail immediately with the follow information; Email Address: Email Username: Email Password: Confirm Password: This mail is sent ... 19 Feb 2010 01:07
[PATCH]Add new device drivers for Topcliff
Topcliff is a chip that has many peripherals. The chip has UART, I2C, SPI, IEEE1588, CAN, Packet HUB, SATA, USB host, USB device, SDIO, Gigabit Ethernet, GPIO and DMA. I developed the device drivers for Linux. Please refer to our WEB site in Sourceforge.net. http://sourceforge.net/projects/generalembedded/file... 19 Feb 2010 00:02
frv: remove the obsolete and unnecessary DMA API comments
On Wed, 17 Feb 2010 10:03:42 +0000 David Howells <dhowells(a)redhat.com> wrote: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> wrote: pci_dma_sync_single was obsoleted long ago. All the comments are generic, not architecture specific, simply describes some of the DMA-API (and frv has the s... 19 Feb 2010 00:02
[PATCH] nmi_watchdog: undefined 'apic' compile fix
Ingo provided me a config that fails to compile with arch/x86/built-in.o: In function `arch_trigger_all_cpu_backtrace': (.text+0x17e78): undefined reference to `apic' make: *** [.tmp_vmlinux1] Error 1 I realized I changed the compile behaviour of the nmi code by not wrapping it with CONFIG_LOCAL_APIC. To fix ... 18 Feb 2010 22:56
(none)
Hello Friend. l am from United Kingdom and l have an URGENT business proposition that will benefit us greatly.l shall give you more details as soon as l hear from you. Thanks and Regards, Barr. Tim Pullen. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a... 18 Feb 2010 21:50
[tip:x86/irq] xen: Remove unnecessary arch specific xen irq functions.
Commit-ID: ca4dbc668412d5fe039be3e26e8e717a616d1ca5 Gitweb: http://git.kernel.org/tip/ca4dbc668412d5fe039be3e26e8e717a616d1ca5 Author: Eric W. Biederman <ebiederm(a)xmission.com> AuthorDate: Wed, 17 Feb 2010 18:49:54 -0800 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Thu, 18 Feb 2010 17:17:58 -080... 18 Feb 2010 20:43
linux-next: manual merge of the driver-core tree with the suspend tree
On Thu, Feb 18, 2010 at 07:59:23PM +1100, Stephen Rothwell wrote: Hi Greg, Today's linux-next merge of the driver-core tree got a conflict in include/linux/device.h between commits 5a14fb87905e0023a608af8a471097a22fa72f5e ("PM: Asynchronous suspend and resume of devices") and 1b8647aa4d52c8ee82df3d30... 18 Feb 2010 20:43
[PATCH 07/19] crypto: seed - Fix checkpatch errors
Signed-off-by: Richard Hartmann <richih.mailinglist(a)gmail.com> --- crypto/seed.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/crypto/seed.c b/crypto/seed.c index d3e422f..3c0afae 100644 --- a/crypto/seed.c +++ b/crypto/seed.c @@ -329,7 +329,7 @@ static const u32 KC[SEED_NUM_KCON... 18 Feb 2010 19:36
[PATCH 01/19] crypto: internal - Fix checkpatch errors
Signed-off-by: Richard Hartmann <richih.mailinglist(a)gmail.com> --- crypto/internal.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/crypto/internal.h b/crypto/internal.h index 2d22636..d4384b0 100644 --- a/crypto/internal.h +++ b/crypto/internal.h @@ -6,7 +6,7 @@ * * This pr... 18 Feb 2010 19:36