summaryrefslogtreecommitdiffstats
path: root/mm/util.c
AgeCommit message (Expand)AuthorLines
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+1
2016-03-17mm: deduplicate memory overcommitment codeAndrey Ryabinin-0/+124
2016-02-16mm/gup: Overload get_user_pages() functionsDave Hansen-3/+1
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner-26/+1
2016-01-20proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik-4/+12
2016-01-15mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov-0/+14
2016-01-15mm: sanitize page->mapping for tail pagesKirill A. Shutemov-4/+6
2016-01-04new helper: memdup_user_nul()Al Viro-0/+31
2015-11-05mm/util: use offset_in_page macroAlexander Kuleshov-1/+1
2015-04-15mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov-5/+36
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