summaryrefslogtreecommitdiff
path: root/mm/util.c
AgeCommit message (Expand)Author
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-12mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizesMichal Hocko
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-06Provide a function to create a NUL-terminated string from unterminated dataDavid Howells
2017-06-02mm: clarify why we want kmalloc before falling backto vmallockMichal Hocko
2017-05-12mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-08mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-07-26rmap: support file thpKirill A. Shutemov
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim
2016-05-23mm: make vm_mmap killableMichal Hocko
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko
2016-05-19mm: uninline page_mapped()Andrew Morton
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-17mm: deduplicate memory overcommitment codeAndrey Ryabinin
2016-02-16mm/gup: Overload get_user_pages() functionsDave Hansen
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner
2016-01-20proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik
2016-01-15mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov
2016-01-15mm: sanitize page->mapping for tail pagesKirill A. Shutemov
2016-01-04new helper: memdup_user_nul()Al Viro
2015-11-05mm/util: use offset_in_page macroAlexander Kuleshov
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