summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/damon/sysfs: make kobj_type structures constantThomas Weißschuh2023-02-094-23/+23
* mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe2023-02-091-0/+15
* mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe2023-02-091-0/+65
* mm/gup: make get_user_pages_fast_only() return the common return valueJason Gunthorpe2023-02-091-16/+1
* mm/gup: remove pin_user_pages_fast_only()Jason Gunthorpe2023-02-091-33/+0
* mm/gup: make locked never NULL in the internal GUP functionsJason Gunthorpe2023-02-091-21/+30
* mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe2023-02-091-13/+23
* mm/gup: remove locked being NULL from faultin_vma_page_range()Jason Gunthorpe2023-02-091-6/+1
* mm/gup: add an assertion that the mmap lock is lockedJason Gunthorpe2023-02-091-0/+2
* mm/gup: simplify the external interface functions and consolidate invariantsJason Gunthorpe2023-02-092-88/+75
* mm/gup: move try_grab_page() to mm/internal.hJason Gunthorpe2023-02-091-0/+1
* mm/gup: don't call __gup_longterm_locked() if FOLL_LONGTERM cannot be setJason Gunthorpe2023-02-091-6/+6
* mm/gup: have internal functions get the mmap_read_lock()Jason Gunthorpe2023-02-091-48/+65
* mm/vmalloc: skip the uninitilized vmalloc areasBaoquan He2023-02-091-0/+5
* mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfoBaoquan He2023-02-091-7/+4
* mm/vmalloc.c: allow vread() to read out vm_map_ram areasBaoquan He2023-02-091-7/+81
* mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He2023-02-091-4/+12
* mm/vmalloc.c: add used_map into vmap_block to track space of vmap_blockBaoquan He2023-02-091-0/+7
* shmem: fix W=1 build warnings with CONFIG_SHMEM=nMatthew Wilcox (Oracle)2023-02-091-1/+1
* shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)2023-02-091-12/+24
* filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)2023-02-091-0/+24
* mm/page_alloc: reduce fallbacks to (MIGRATE_PCPTYPES - 1)Yajun Deng2023-02-091-8/+5
* mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updatesSuren Baghdasaryan2023-02-091-2/+2
* mm/vmalloc: replace BUG_ON with a simple if statementHyunmin Lee2023-02-091-3/+2
* mm/swapfile: remove pr_debug in get_swap_pages()Longlong Xia2023-02-091-2/+0
* memory tier: release the new_memtier in find_create_memory_tier()Tong Tiangen2023-02-091-2/+2
* kasan: infer allocation size by scanning metadataKuan-Ying Lee2023-02-098-21/+127
* mm: export dump_mm()Suren Baghdasaryan2023-02-091-0/+1
* mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan2023-02-093-14/+19
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-0910-24/+25
* mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan2023-02-094-9/+9
* vma_merge: set vma iterator to correct position.Liam R. Howlett2023-02-091-3/+1
* mm/mmap: remove __vma_adjust()Liam R. Howlett2023-02-093-161/+106
* mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()Liam R. Howlett2023-02-091-8/+4
* mm/mmap: introduce dup_vma_anon() helperLiam R. Howlett2023-02-091-34/+40
* mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett2023-02-091-9/+43
* mm/mremap: convert vma_adjust() to vma_expand()Liam R. Howlett2023-02-092-5/+5
* mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett2023-02-092-64/+56
* mm/mmap: introduce init_vma_prep() and init_multi_vma_prep()Liam R. Howlett2023-02-091-47/+61
* mm/mmap: use vma_prepare() and vma_complete() in vma_expand()Liam R. Howlett2023-02-091-116/+72
* mm/mmap: refactor locking out of __vma_adjust()Liam R. Howlett2023-02-092-95/+150
* mm/mmap: move anon_vma setting in __vma_adjust()Liam R. Howlett2023-02-091-5/+8
* mm: change munmap splitting order and move_vma()Liam R. Howlett2023-02-092-27/+19
* mmap: clean up mmap_region() unrollingLiam R. Howlett2023-02-091-27/+18
* mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett2023-02-092-7/+7
* mm: pass vma iterator through to __vma_adjust()Liam R. Howlett2023-02-091-8/+14
* mm: remove unnecessary write to vma iterator in __vma_adjust()Liam R. Howlett2023-02-091-4/+6
* madvise: use split_vma() instead of __split_vma()Liam R. Howlett2023-02-091-7/+3
* mm: pass through vma iterator to __vma_adjust()Liam R. Howlett2023-02-091-16/+15
* mmap: convert __vma_adjust() to use vma iteratorLiam R. Howlett2023-02-091-62/+13