summaryrefslogtreecommitdiffstats
path: root/mm/util.c
Commit message (Expand)AuthorAgeFilesLines
* mm: add account_locked_vm utility functionDaniel Jordan2019-07-161-0/+75
* mm: consolidate the get_user_pages* implementationsChristoph Hellwig2019-07-121-47/+0
* prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný2019-06-011-2/+2
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* mm: fix false-positive OVERCOMMIT_GUESS failuresJohannes Weiner2019-05-141-46/+5
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-4/+4
* mm/util.c: fix strndup_user() commentAndrew Morton2019-04-051-1/+1
* docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport2019-03-051-11/+26
* mm: don't let userspace spam allocations warningsDaniel Vetter2019-02-211-1/+1
* mm: page_mapped: don't assume compound page is huge or THPJan Stancek2019-01-081-1/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* kvfree(): fix misleading commentAndrey Ryabinin2018-10-261-1/+1
* mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka2018-10-261-2/+1
* mm: move is_kernel_rodata() to asm-generic/sections.hBartosz Golaszewski2018-10-161-7/+0
* mm/util.c: improve kvfree() kerneldocAndrew Morton2018-09-041-4/+7
* mm/util: add kernel-doc for kvfreeMike Rapoport2018-08-231-0/+7
* mm/util: make strndup_user description a kernel-doc commentMike Rapoport2018-08-231-1/+1
* mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko2018-06-071-2/+4
* Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-1/+1
|\
| * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-1/+1
* | mm/gup.c: document return valueMichael S. Tsirkin2018-04-131-2/+4
* | exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-1/+1
* | mm: treat indirectly reclaimable memory as free in overcommit logicRoman Gushchin2018-04-111-0/+7
* | mm: fix races between swapoff and flush dcacheHuang Ying2018-04-051-0/+10
|/
* new primitive: vmemdup_user()Al Viro2018-01-071-1/+28
* memdup_user(): switch to GFP_USERAl Viro2018-01-071-6/+1
* mm: rename global_page_state to global_zone_page_stateMichal Hocko2017-09-061-1/+1
* mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-101-1/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-0/+24
|\
| * Provide a function to create a NUL-terminated string from unterminated dataDavid Howells2017-07-061-0/+24
* | mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizesMichal Hocko2017-07-121-10/+4
* | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-3/+3
|/
* mm: clarify why we want kmalloc before falling backto vmallockMichal Hocko2017-06-021-2/+5
* mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko2017-05-121-1/+2
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-081-1/+1
* mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko2017-05-081-3/+15
* mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-081-0/+45
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-241-1/+4
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-221-1/+3
|\
| * mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski2016-10-201-1/+3
* | mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-2/+3
* | mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-181-1/+2
|/
* 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