summaryrefslogtreecommitdiffstats
path: root/mm/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: uninline page_mapped()Andrew Morton2016-05-191-0/+23
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-3/+1
|\
| * mm/gup: Overload get_user_pages() functionsDave Hansen2016-02-161-3/+1
* | mm: deduplicate memory overcommitment codeAndrey Ryabinin2016-03-171-0/+124
|/
* proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2016-02-031-26/+1
* proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik2016-01-201-4/+12
* mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov2016-01-151-0/+14
* mm: sanitize page->mapping for tail pagesKirill A. Shutemov2016-01-151-4/+6
* new helper: memdup_user_nul()Al Viro2016-01-041-0/+31
* mm/util: use offset_in_page macroAlexander Kuleshov2015-11-051-1/+1