aboutsummaryrefslogtreecommitdiffstats
path: root/mm/util.c
Commit message (Expand)AuthorAgeFilesLines
* mm: nommu: sort mm->mmap list properlyNamhyung Kim2011-05-251-0/+24
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* kernel: kmem_ptr_validate considered harmfulNick Piggin2011-01-071-21/+0
* export __get_user_pages_fast() functionXiao Guangrong2010-10-241-0/+13
* mm: use memdup_userJulia Lawall2010-08-091-8/+3
* slab: Generify kernel pointer validationPekka Enberg2010-04-091-0/+21
* nommu: don't need get_unmapped_area() for NOMMUDavid Howells2010-01-161-1/+1
* mm: move sys_mmap_pgoff from util.cHugh Dickins2009-12-301-44/+0
* fix a struct file leak in do_mmap_pgoff()Al Viro2009-12-111-0/+15
* Unify sys_mmap*Al Viro2009-12-111-0/+29
*-. Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/...Pekka Enberg2009-06-171-0/+4
|\ \
| * | slab: document kzfree() zeroing behaviorPekka Enberg2009-06-011-0/+4
| |/
* | mm: clean up get_user_pages_fast() documentationNick Piggin2009-06-161-4/+12
* | Merge branch 'linus' into tracing/coreIngo Molnar2009-05-071-0/+16
|\ \ | |/
| * mm: document get_user_pages_fast()Andy Grover2009-04-131-0/+16
* | tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-141-1/+1
* | tracing: create automated trace definesSteven Rostedt2009-04-141-8/+3
|/
* kmemtrace: use tracepointsEduard - Gabriel Munteanu2009-04-031-0/+16
* memdup_user(): introduceLi Zefan2009-04-011-0/+30
* slab: introduce kzfree()Johannes Weiner2009-02-201-0/+20
* mm: Make generic weak get_user_pages_fast and EXPORT_GPL itRusty Russell2008-08-121-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-261-10/+34
|\
| * netfilter: fix double-free and use-after freePekka Enberg2008-07-261-10/+34
* | mm/util.c must #include <linux/sched.h>Adrian Bunk2008-07-261-0/+1
* | uninline arch_pick_mmap_layout()Andrew Morton2008-07-261-0/+10
|/
* fix mm/util.c:krealloc()Adrian Bunk2007-11-141-2/+2
* Slab allocators: fail if ksize is called with a NULL parameterChristoph Lameter2007-10-161-2/+4
* add kstrndupJeremy Fitzhardinge2007-07-181-2/+24
* Slab allocators: Cleanup zeroing allocationsChristoph Lameter2007-07-171-14/+0
* Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semanticsChristoph Lameter2007-07-171-1/+1
* Slab allocators: consolidate code for krealloc in mm/util.cChristoph Lameter2007-07-171-0/+34
* [PATCH] slab: clean up leak tracking ifdefs a little bitChristoph Hellwig2006-10-041-3/+3
* [PATCH] kmemdup: introduceAlexey Dobriyan2006-10-011-0/+18
* [PATCH] slab: optimize constant-size kzalloc callsPekka Enberg2006-03-251-3/+3
* [PATCH] slab: implement /proc/slab_allocatorsAl Viro2006-03-251-2/+2
* [PATCH] strndup_user()Davi Arnaut2006-03-241-0/+37
* [PATCH] slob: introduce mm/util.c for shared functionsMatt Mackall2006-01-081-0/+39