summaryrefslogtreecommitdiff
path: root/mm/util.c
AgeCommit message (Expand)Author
2019-04-05mm/util.c: fix strndup_user() commentAndrew Morton
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport
2019-02-21mm: don't let userspace spam allocations warningsDaniel Vetter
2019-01-08mm: page_mapped: don't assume compound page is huge or THPJan Stancek
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-10-26kvfree(): fix misleading commentAndrey Ryabinin
2018-10-26mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka
2018-10-16mm: move is_kernel_rodata() to asm-generic/sections.hBartosz Golaszewski
2018-09-04mm/util.c: improve kvfree() kerneldocAndrew Morton
2018-08-23mm/util: add kernel-doc for kvfreeMike Rapoport
2018-08-23mm/util: make strndup_user description a kernel-doc commentMike Rapoport
2018-06-07mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport
2018-04-13mm/gup.c: document return valueMichael S. Tsirkin
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook
2018-04-11mm: treat indirectly reclaimable memory as free in overcommit logicRoman Gushchin
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying
2018-01-07new primitive: vmemdup_user()Al Viro
2018-01-07memdup_user(): switch to GFP_USERAl Viro
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