Shani Moideen ([email protected])

Number of posts: 6 (0.18 per day)
First post: 2007-05-08 10:47:44
Last post: 2007-06-12 03:23:29

Date List Subject
2007-06-12 03:23:29 linux-kernel [KJ PATCH] Replacing memcpy(dest,src,PAGE_SIZE) with copy_page(dest,src) in arch/i386/mm/init.c
2007-06-12 02:53:00 linux-kernel [KJ PATCH] Replacing memcpy(dest,src,PAGE_SIZE) with copy_page(dest,src) in arch/i386/kernel/machine_kexec.c
2007-05-09 12:02:51 linux-kernel [KJ PATCH] Replacing alloc_pages(gfp,0) with alloc_page(gfp) in arch/i386/mm/pgtable.c.
2007-05-09 11:59:23 linux-kernel [KJ PATCH] Replacing alloc_pages(gfp,0) with alloc_page(gfp) in arch/i386/mm/pageattr.c.
2007-05-08 10:57:07 linux-kernel [KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in kernel/kexec.c
2007-05-08 10:47:44 linux-kernel [KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in mm/memory.c