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