aboutsummaryrefslogtreecommitdiffstats
path: root/mm/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-2/+2
2016-07-26rmap: support file thpKirill A. Shutemov1-0/+6
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim1-2/+4
2016-05-23mm: make vm_mmap killableMichal Hocko1-9/+4
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko1-3/+9
2016-05-19mm: uninline page_mapped()Andrew Morton1-0/+23
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2016-03-17mm: deduplicate memory overcommitment codeAndrey Ryabinin1-0/+124
2016-02-16mm/gup: Overload get_user_pages() functionsDave Hansen1-3/+1
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner1-26/+1
2016-01-20proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik1-4/+12
2016-01-15mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov1-0/+14
2016-01-15mm: sanitize page->mapping for tail pagesKirill A. Shutemov1-4/+6
2016-01-04new helper: memdup_user_nul()Al Viro1-0/+31
2015-11-05mm/util: use offset_in_page macroAlexander Kuleshov1-1/+1
2015-04-15mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov1-5/+36
2015-02-13mm/util: add kstrdup_constAndrzej Hajda1-0/+38
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli1-8/+2
2014-10-09proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov1-15/+8
2014-08-08vm_is_stack: use for_each_thread() rather then buggy while_each_thread()Oleg Nesterov1-6/+3
2014-08-06mm: move slab related stuff from util.c to slab_common.cAndrey Ryabinin1-102/+0
2014-05-06nick kvfree() from apparmorAl Viro1-0/+10
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-0/+48
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-2/+3
2014-03-07mm: Create utility function for accessing a tasks commandline valueWilliam Roberts1-0/+48
2014-01-21mm: add overcommit_kbytes sysctl variableJerome Marchand1-2/+34
2014-01-15mm: fix crash when using XFS on loopbackMikulas Patocka1-1/+4
2013-11-13mm: factor commit limit calculationJerome Marchand1-0/+13
2013-09-11swap: clean-up #ifdef in page_mapping()Joonsoo Kim1-4/+1
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-1/+0
2013-02-23swap: make each swap partition have one address_spaceShaohua Li1-3/+7
2013-02-23mm: don't inline page_mapping()Shaohua Li1-0/+16
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse1-3/+3
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse1-1/+5
2012-10-28Merge branch 'master' into for-nextJiri Kosina1-14/+21
2012-10-15krealloc: Fix kernel-doc commentBorislav Petkov1-1/+1
2012-09-04mm: Use __do_krealloc to do the krealloc jobEzequiel Garcia1-14/+21
2012-06-01new helper: vm_mmap_pgoff()Al Viro1-0/+30
2012-03-21procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar1-0/+41
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-05-25mm: nommu: sort mm->mmap list properlyNamhyung Kim1-0/+24
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-07kernel: kmem_ptr_validate considered harmfulNick Piggin1-21/+0
2010-10-24export __get_user_pages_fast() functionXiao Guangrong1-0/+13
2010-08-09mm: use memdup_userJulia Lawall1-8/+3
2010-04-09slab: Generify kernel pointer validationPekka Enberg1-0/+21
2010-01-16nommu: don't need get_unmapped_area() for NOMMUDavid Howells1-1/+1
2009-12-30mm: move sys_mmap_pgoff from util.cHugh Dickins1-44/+0
2009-12-11fix a struct file leak in do_mmap_pgoff()Al Viro1-0/+15
2009-12-11Unify sys_mmap*Al Viro1-0/+29