aboutsummaryrefslogtreecommitdiffstats
path: root/mm/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-07mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko1-2/+4
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet1-1/+1
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport1-1/+1
2018-04-13mm/gup.c: document return valueMichael S. Tsirkin1-2/+4
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-1/+1
2018-04-11mm: treat indirectly reclaimable memory as free in overcommit logicRoman Gushchin1-0/+7
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying1-0/+10
2018-01-07new primitive: vmemdup_user()Al Viro1-1/+28
2018-01-07memdup_user(): switch to GFP_USERAl Viro1-6/+1
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko1-1/+1
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner1-1/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+24
2017-07-12mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizesMichal Hocko1-10/+4
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-3/+3
2017-07-06Provide a function to create a NUL-terminated string from unterminated dataDavid Howells1-0/+24
2017-06-02mm: clarify why we want kmalloc before falling backto vmallockMichal Hocko1-2/+5
2017-05-12mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko1-1/+2
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-1/+1
2017-05-08mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko1-3/+15
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-0/+45
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport1-1/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski1-1/+3
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-2/+3
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+2
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