summaryrefslogtreecommitdiff
path: root/mm/util.c
Commit message (Expand)AuthorAge
* Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-22
|\
| * mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski2016-10-20
* | mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-19
* | mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-18
|/
* mm: move most file-based accounting to the nodeMel Gorman2016-07-28
* rmap: support file thpKirill A. Shutemov2016-07-26
* mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-26
* mm: make vm_mmap killableMichal Hocko2016-05-23
* mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko2016-05-23
* mm: uninline page_mapped()Andrew Morton2016-05-19
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-20
|\
| * mm/gup: Overload get_user_pages() functionsDave Hansen2016-02-16
* | mm: deduplicate memory overcommitment codeAndrey Ryabinin2016-03-17
|/
* proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2016-02-03
* proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik2016-01-20
* mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov2016-01-15
* mm: sanitize page->mapping for tail pagesKirill A. Shutemov2016-01-15
* new helper: memdup_user_nul()Al Viro2016-01-04
* mm/util: use offset_in_page macroAlexander Kuleshov2015-11-05
* mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov2015-04-15
* mm/util: add kstrdup_constAndrzej Hajda2015-02-13
* mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli2015-02-11
* proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2014-10-09
* vm_is_stack: use for_each_thread() rather then buggy while_each_thread()Oleg Nesterov2014-08-08
* mm: move slab related stuff from util.c to slab_common.cAndrey Ryabinin2014-08-06
* nick kvfree() from apparmorAl Viro2014-05-06
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-12
|\
| * mm: Create utility function for accessing a tasks commandline valueWilliam Roberts2014-03-07
* | mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-07
* | mm: add overcommit_kbytes sysctl variableJerome Marchand2014-01-21
|/
* mm: fix crash when using XFS on loopbackMikulas Patocka2014-01-15
* mm: factor commit limit calculationJerome Marchand2013-11-13
* swap: clean-up #ifdef in page_mapping()Joonsoo Kim2013-09-11
* mm: remove free_area_cacheMichel Lespinasse2013-07-10
* swap: make each swap partition have one address_spaceShaohua Li2013-02-23
* mm: don't inline page_mapping()Shaohua Li2013-02-23
* mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse2013-02-23
* mm: introduce mm_populate() for populating new vmasMichel Lespinasse2013-02-23
* Merge branch 'master' into for-nextJiri Kosina2012-10-28
|\
| * mm: Use __do_krealloc to do the krealloc jobEzequiel Garcia2012-09-04
* | krealloc: Fix kernel-doc commentBorislav Petkov2012-10-15
|/
* new helper: vm_mmap_pgoff()Al Viro2012-06-01
* procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar2012-03-21
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* mm: nommu: sort mm->mmap list properlyNamhyung Kim2011-05-25
* Fix common misspellingsLucas De Marchi2011-03-31
* kernel: kmem_ptr_validate considered harmfulNick Piggin2011-01-07
* export __get_user_pages_fast() functionXiao Guangrong2010-10-24
* mm: use memdup_userJulia Lawall2010-08-09
* slab: Generify kernel pointer validationPekka Enberg2010-04-09