summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: remove the filename in the top of file comment in vmalloc.cChristoph Hellwig2020-10-161-2/+0
* mm: cleanup the gfp_mask handling in __vmalloc_area_nodeChristoph Hellwig2020-10-161-12/+10
* mm: remove alloc_vm_areaChristoph Hellwig2020-10-162-55/+0
* zsmalloc: switch from alloc_vm_area to get_vm_areaChristoph Hellwig2020-10-161-2/+8
* mm: allow a NULL fn callback in apply_to_page_rangeChristoph Hellwig2020-10-161-7/+9
* mm: add a vmap_pfn functionChristoph Hellwig2020-10-162-0/+48
* mm: add a VM_MAP_PUT_PAGES flag for vmapChristoph Hellwig2020-10-161-2/+7
* mm: update the documentation for vfreeMatthew Wilcox (Oracle)2020-10-161-10/+11
* fix up for "iov_iter: transparently handle compat iovecs in import_iovec"Stephen Rothwell2020-10-161-10/+1
* mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-f...Andrew Morton2020-10-161-1/+2
* mm: do not use helper functions for process_madviseMinchan Kim2020-10-161-54/+43
* mm/madvise: remove duplicate includeYueHaibing2020-10-161-1/+0
* fix for "mm/madvise: introduce process_madvise() syscall: an external memory ...Stephen Rothwell2020-10-161-0/+1
* mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-f...Andrew Morton2020-10-161-0/+1
* mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fixMinchan Kim2020-10-161-2/+2
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-161-0/+109
* mm/madvise: pass mm to do_madviseMinchan Kim2020-10-161-14/+18
* selftests/vm: gup_test: introduce the dump_pages() sub-testJohn Hubbard2020-10-163-2/+68
* selftests/vm: only some gup_test items are really benchmarksJohn Hubbard2020-10-162-11/+11
* selftests/vm: use a common gup_test.hJohn Hubbard2020-10-162-16/+23
* mm/gup_benchmark: rename to mm/gup_testJohn Hubbard2020-10-163-24/+29
* mm/gup: assert that the mmap lock is held in __get_user_pages()Jann Horn2020-10-161-0/+2
* mm/gup_benchmark: take the mmap lock around GUPJann Horn2020-10-161-3/+12
* mm/mmap: add inline munmap_vma_range() for code readabilityLiam R. Howlett2020-10-161-15/+33
* mm/mmap: add inline vma_next() for readability of mmap codeLiam R. Howlett2020-10-161-6/+20
* mm/migrate: avoid possible unnecessary process right check in kernel_move_pag...Miaohe Lin2020-10-161-28/+43
* mm/memory_hotplug: remove a wrapper for alloc_migration_target()Joonsoo Kim2020-10-161-24/+22
* mm/memory-failure: remove a wrapper for alloc_migration_target()Joonsoo Kim2020-10-161-12/+6
* mm: kmem: enable kernel memcg accounting from interrupt contextsRoman Gushchin2020-10-161-0/+13
* mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin2020-10-161-14/+34
* mm: kmem: remove redundant checks from get_obj_cgroup_from_current()Roman Gushchin2020-10-161-3/+0
* mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin2020-10-163-10/+9
* mm, memcg: rework remote charging API to support nestingRoman Gushchin2020-10-161-3/+3
* Merge branch 'akpm-current/current' into masterStephen Rothwell2020-10-1640-807/+814
|\
| * mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2020-10-153-22/+2
| * mm/gup: take mmap_lock in get_dump_page()Jann Horn2020-10-151-6/+10
| * binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn2020-10-151-29/+28
| * mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)2020-10-157-29/+29
| * mm: use helper function put_write_access()Miaohe Lin2020-10-151-1/+1
| * mm/workingset.c: fix some doc warningsXiaofei Tan2020-10-151-1/+1
| * mm: fix some comments formattingChen Tao2020-10-152-2/+2
| * mm: fix some broken commentsMiaohe Lin2020-10-152-3/+3
| * mm: use self-explanatory macros rather than "2"Yu Zhao2020-10-151-1/+1
| * mm: use add_page_to_lru_list()/page_lru()/page_off_lru()Yu Zhao2020-10-152-12/+5
| * mm/highmem.c: clean up endif commentsIra Weiny2020-10-151-2/+2
| * mm/page_reporting.c: drop stale list head check in page_reporting_cycleWei Yang2020-10-151-1/+1
| * mm/slab.h: remove duplicate includeYueHaibing2020-10-151-1/+0
| * mm/memory_hotplug: update comment regarding zone shufflingDavid Hildenbrand2020-10-151-7/+4
| * mm/page_alloc: place pages to tail in __free_pages_core()David Hildenbrand2020-10-151-10/+23
| * mm/page_alloc: move pages to tail in move_to_free_list()David Hildenbrand2020-10-152-3/+12