summaryrefslogtreecommitdiffstats
path: root/mm/util.c
AgeCommit message (Expand)AuthorLines
2015-02-13mm/util: add kstrdup_constAndrzej Hajda-0/+38
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli-8/+2
2014-10-09proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov-15/+8
2014-08-08vm_is_stack: use for_each_thread() rather then buggy while_each_thread()Oleg Nesterov-6/+3
2014-08-06mm: move slab related stuff from util.c to slab_common.cAndrey Ryabinin-102/+0
2014-05-06nick kvfree() from apparmorAl Viro-0/+10
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds-0/+48
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza-2/+3
2014-03-07mm: Create utility function for accessing a tasks commandline valueWilliam Roberts-0/+48
2014-01-21mm: add overcommit_kbytes sysctl variableJerome Marchand-2/+34
2014-01-15mm: fix crash when using XFS on loopbackMikulas Patocka-1/+4
2013-11-13mm: factor commit limit calculationJerome Marchand-0/+13
2013-09-11swap: clean-up #ifdef in page_mapping()Joonsoo Kim-4/+1
2013-07-10mm: remove free_area_cacheMichel Lespinasse-1/+0
2013-02-23swap: make each swap partition have one address_spaceShaohua Li-3/+7
2013-02-23mm: don't inline page_mapping()Shaohua Li-0/+16
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse-3/+3
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse-1/+5
2012-10-28Merge branch 'master' into for-nextJiri Kosina-14/+21
2012-10-15krealloc: Fix kernel-doc commentBorislav Petkov-1/+1
2012-09-04mm: Use __do_krealloc to do the krealloc jobEzequiel Garcia-14/+21
2012-06-01new helper: vm_mmap_pgoff()Al Viro-0/+30
2012-03-21procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar-0/+41
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker-1/+1
2011-05-25mm: nommu: sort mm->mmap list properlyNamhyung Kim-0/+24
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-01-07kernel: kmem_ptr_validate considered harmfulNick Piggin-21/+0
2010-10-24export __get_user_pages_fast() functionXiao Guangrong-0/+13
2010-08-09mm: use memdup_userJulia Lawall-8/+3
2010-04-09slab: Generify kernel pointer validationPekka Enberg-0/+21
2010-01-16nommu: don't need get_unmapped_area() for NOMMUDavid Howells-1/+1
2009-12-30mm: move sys_mmap_pgoff from util.cHugh Dickins-44/+0
2009-12-11fix a struct file leak in do_mmap_pgoff()Al Viro-0/+15
2009-12-11Unify sys_mmap*Al Viro-0/+29
2009-06-17Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/...Pekka Enberg-0/+4
2009-06-16mm: clean up get_user_pages_fast() documentationNick Piggin-4/+12
2009-06-01slab: document kzfree() zeroing behaviorPekka Enberg-0/+4
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar-0/+16
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt-1/+1
2009-04-14tracing: create automated trace definesSteven Rostedt-8/+3
2009-04-13mm: document get_user_pages_fast()Andy Grover-0/+16
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu-0/+16
2009-04-01memdup_user(): introduceLi Zefan-0/+30
2009-02-20slab: introduce kzfree()Johannes Weiner-0/+20
2008-08-12mm: Make generic weak get_user_pages_fast and EXPORT_GPL itRusty Russell-0/+15
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-10/+34
2008-07-26mm/util.c must #include <linux/sched.h>Adrian Bunk-0/+1
2008-07-26netfilter: fix double-free and use-after freePekka Enberg-10/+34
2008-07-26uninline arch_pick_mmap_layout()Andrew Morton-0/+10
2007-11-14fix mm/util.c:krealloc()Adrian Bunk-2/+2