aboutsummaryrefslogtreecommitdiff
path: root/mm/util.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-12mm: Make generic weak get_user_pages_fast and EXPORT_GPL itGravatar Rusty Russell 1-0/+15
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-10/+34
2008-07-26mm/util.c must #include <linux/sched.h>Gravatar Adrian Bunk 1-0/+1
2008-07-26netfilter: fix double-free and use-after freeGravatar Pekka Enberg 1-10/+34
2008-07-26uninline arch_pick_mmap_layout()Gravatar Andrew Morton 1-0/+10
2007-11-14fix mm/util.c:krealloc()Gravatar Adrian Bunk 1-2/+2
2007-10-16Slab allocators: fail if ksize is called with a NULL parameterGravatar Christoph Lameter 1-2/+4
2007-07-18add kstrndupGravatar Jeremy Fitzhardinge 1-2/+24
2007-07-17Slab allocators: Cleanup zeroing allocationsGravatar Christoph Lameter 1-14/+0
2007-07-17Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsGravatar Christoph Lameter 1-1/+1
2007-07-17Slab allocators: consolidate code for krealloc in mm/util.cGravatar Christoph Lameter 1-0/+34
2006-10-04[PATCH] slab: clean up leak tracking ifdefs a little bitGravatar Christoph Hellwig 1-3/+3
2006-10-01[PATCH] kmemdup: introduceGravatar Alexey Dobriyan 1-0/+18
2006-03-25[PATCH] slab: optimize constant-size kzalloc callsGravatar Pekka Enberg 1-3/+3
2006-03-25[PATCH] slab: implement /proc/slab_allocatorsGravatar Al Viro 1-2/+2
2006-03-24[PATCH] strndup_user()Gravatar Davi Arnaut 1-0/+37
2006-01-08[PATCH] slob: introduce mm/util.c for shared functionsGravatar Matt Mackall 1-0/+39