summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-10mm/memremap.c: fix outdated comment in devm_memremap_pagesLi Zhijian1-1/+1
2023-02-10mm/damon/sysfs: make kobj_type structures constantThomas Weißschuh4-23/+23
2023-02-10mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe2-22/+50
2023-02-10mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe2-65/+65
2023-02-10mm/gup: make get_user_pages_fast_only() return the common return valueJason Gunthorpe1-16/+1
2023-02-10mm/gup: remove pin_user_pages_fast_only()Jason Gunthorpe2-35/+0
2023-02-10mm/gup: make locked never NULL in the internal GUP functionsJason Gunthorpe1-21/+30
2023-02-10mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe2-13/+24
2023-02-10mm/gup: remove locked being NULL from faultin_vma_page_range()Jason Gunthorpe1-6/+1
2023-02-10mm/gup: add an assertion that the mmap lock is lockedJason Gunthorpe1-0/+2
2023-02-10mm/gup: simplify the external interface functions and consolidate invariantsJason Gunthorpe2-88/+75
2023-02-10mm/gup: move try_grab_page() to mm/internal.hJason Gunthorpe2-2/+1
2023-02-10mm/gup: don't call __gup_longterm_locked() if FOLL_LONGTERM cannot be setJason Gunthorpe1-6/+6
2023-02-10mm/gup: remove obsolete FOLL_LONGTERM commentJason Gunthorpe1-6/+0
2023-02-10mm/gup: have internal functions get the mmap_read_lock()Jason Gunthorpe1-48/+65
2023-02-10sh: mm: set VM_IOREMAP flag to the vmalloc areaBaoquan He1-1/+1
2023-02-10powerpc: mm: add VM_IOREMAP flag to the vmalloc areaBaoquan He1-1/+1
2023-02-10mm/vmalloc: skip the uninitilized vmalloc areasBaoquan He1-0/+5
2023-02-10mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfoBaoquan He1-7/+4
2023-02-10mm/vmalloc.c: allow vread() to read out vm_map_ram areasBaoquan He1-7/+81
2023-02-10mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He2-4/+13
2023-02-10mm/vmalloc.c: add used_map into vmap_block to track space of vmap_blockBaoquan He1-0/+7
2023-02-10shmem: fix W=1 build warnings with CONFIG_SHMEM=nMatthew Wilcox (Oracle)1-1/+1
2023-02-10shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)2-12/+32
2023-02-10filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)2-0/+26
2023-02-10mm/page_alloc: reduce fallbacks to (MIGRATE_PCPTYPES - 1)Yajun Deng1-8/+5
2023-02-10mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updatesSuren Baghdasaryan2-2/+9
2023-02-10mm/vmalloc: replace BUG_ON with a simple if statementHyunmin Lee1-3/+2
2023-02-10mm/swapfile: remove pr_debug in get_swap_pages()Longlong Xia1-2/+0
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)22-86/+14
2023-02-10mips: drop definition of pfn_valid() for DISCONTIGMEMMike Rapoport (IBM)1-15/+0
2023-02-10m68k: use asm-generic/memory_model.h for both MMU and !MMUMike Rapoport (IBM)3-8/+1
2023-02-10arm: include asm-generic/memory_model.h from page.h rather than memory.hMike Rapoport (IBM)2-2/+2
2023-02-10memory tier: release the new_memtier in find_create_memory_tier()Tong Tiangen1-2/+2
2023-02-10kasan: infer allocation size by scanning metadataKuan-Ying Lee8-21/+127
2023-02-10mm: export dump_mm()Suren Baghdasaryan1-0/+1
2023-02-10mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan6-21/+41
2023-02-10mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan2-2/+10
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan120-199/+188
2023-02-10mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan6-12/+12
2023-02-10mm: introduce vma->vm_flags wrapper functionsSuren Baghdasaryan2-1/+49
2023-02-10kernel/fork: convert vma assignment to a memcpySuren Baghdasaryan1-1/+1
2023-02-10vma_merge: set vma iterator to correct position.Liam R. Howlett1-3/+1
2023-02-10mm/mmap: remove __vma_adjust()Liam R. Howlett4-162/+107
2023-02-10mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()Liam R. Howlett1-8/+4
2023-02-10mm/mmap: introduce dup_vma_anon() helperLiam R. Howlett1-34/+40
2023-02-10mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett3-19/+47
2023-02-10mm/mremap: convert vma_adjust() to vma_expand()Liam R. Howlett3-5/+8
2023-02-10mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett4-70/+61
2023-02-10mm/mmap: introduce init_vma_prep() and init_multi_vma_prep()Liam R. Howlett1-47/+61