summaryrefslogtreecommitdiffstats
path: root/mm/util.c
Commit message (Expand)AuthorAgeFilesLines
* mm: move most file-based accounting to the nodeMel Gorman2016-07-281-2/+2
* rmap: support file thpKirill A. Shutemov2016-07-261-0/+6
* mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-261-2/+4
* mm: make vm_mmap killableMichal Hocko2016-05-231-9/+4
* mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko2016-05-231-3/+9
* mm: uninline page_mapped()Andrew Morton2016-05-191-0/+23
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-3/+1
|\
| * mm/gup: Overload get_user_pages() functionsDave Hansen2016-02-161-3/+1
* | mm: deduplicate memory overcommitment codeAndrey Ryabinin2016-03-171-0/+124
|/
* proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2016-02-031-26/+1
* proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik2016-01-201-4/+12
* mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov2016-01-151-0/+14
* mm: sanitize page->mapping for tail pagesKirill A. Shutemov2016-01-151-4/+6
* new helper: memdup_user_nul()Al Viro2016-01-041-0/+31
* mm/util: use offset_in_page macroAlexander Kuleshov2015-11-051-1/+1
* mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov2015-04-151-5/+36
* mm/util: add kstrdup_constAndrzej Hajda2015-02-131-0/+38
* mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli2015-02-111-8/+2
* proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2014-10-091-15/+8
* vm_is_stack: use for_each_thread() rather then buggy while_each_thread()Oleg Nesterov2014-08-081-6/+3
* mm: move slab related stuff from util.c to slab_common.cAndrey Ryabinin2014-08-061-102/+0
* nick kvfree() from apparmorAl Viro2014-05-061-0/+10
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-0/+48
|\
| * mm: Create utility function for accessing a tasks commandline valueWilliam Roberts2014-03-071-0/+48
* | mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-071-2/+3
* | mm: add overcommit_kbytes sysctl variableJerome Marchand2014-01-211-2/+34
|/
* mm: fix crash when using XFS on loopbackMikulas Patocka2014-01-151-1/+4
* mm: factor commit limit calculationJerome Marchand2013-11-131-0/+13
* swap: clean-up #ifdef in page_mapping()Joonsoo Kim2013-09-111-4/+1
* mm: remove free_area_cacheMichel Lespinasse2013-07-101-1/+0
* swap: make each swap partition have one address_spaceShaohua Li2013-02-231-3/+7
* mm: don't inline page_mapping()Shaohua Li2013-02-231-0/+16
* mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse2013-02-231-3/+3
* mm: introduce mm_populate() for populating new vmasMichel Lespinasse2013-02-231-1/+5
* Merge branch 'master' into for-nextJiri Kosina2012-10-281-14/+21
|\
| * mm: Use __do_krealloc to do the krealloc jobEzequiel Garcia2012-09-041-14/+21
* | krealloc: Fix kernel-doc commentBorislav Petkov2012-10-151-1/+1
|/
* new helper: vm_mmap_pgoff()Al Viro2012-06-011-0/+30
* procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar2012-03-211-0/+41
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* 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
OpenPOWER on IntegriCloud