summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * fsdax: dax_unshare_iter() should return a valid lengthShiyang Ruan2023-02-041-2/+3
| * mm/gup: add folio to list when folio_isolate_lru() succeedKuan-Ying Lee2023-02-041-1/+1
| * aio: fix mremap after fork null-derefSeth Jenkins2023-02-041-0/+4
| * mailmap: add entry for Alexander MikhalitsynAlexander Mikhalitsyn2023-02-041-0/+2
| * mm: extend max struct page size for kmsanArnd Bergmann2023-02-041-3/+9
* | mm/memremap.c: fix outdated comment in devm_memremap_pagesLi Zhijian2023-02-101-1/+1
* | mm/damon/sysfs: make kobj_type structures constantThomas Weißschuh2023-02-104-23/+23
* | mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe2023-02-102-22/+50
* | mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe2023-02-102-65/+65
* | mm/gup: make get_user_pages_fast_only() return the common return valueJason Gunthorpe2023-02-101-16/+1
* | mm/gup: remove pin_user_pages_fast_only()Jason Gunthorpe2023-02-102-35/+0
* | mm/gup: make locked never NULL in the internal GUP functionsJason Gunthorpe2023-02-101-21/+30
* | mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe2023-02-102-13/+24
* | mm/gup: remove locked being NULL from faultin_vma_page_range()Jason Gunthorpe2023-02-101-6/+1
* | mm/gup: add an assertion that the mmap lock is lockedJason Gunthorpe2023-02-101-0/+2
* | mm/gup: simplify the external interface functions and consolidate invariantsJason Gunthorpe2023-02-102-88/+75
* | mm/gup: move try_grab_page() to mm/internal.hJason Gunthorpe2023-02-102-2/+1
* | mm/gup: don't call __gup_longterm_locked() if FOLL_LONGTERM cannot be setJason Gunthorpe2023-02-101-6/+6
* | mm/gup: remove obsolete FOLL_LONGTERM commentJason Gunthorpe2023-02-101-6/+0
* | mm/gup: have internal functions get the mmap_read_lock()Jason Gunthorpe2023-02-101-48/+65
* | sh: mm: set VM_IOREMAP flag to the vmalloc areaBaoquan He2023-02-101-1/+1
* | powerpc: mm: add VM_IOREMAP flag to the vmalloc areaBaoquan He2023-02-101-1/+1
* | mm/vmalloc: skip the uninitilized vmalloc areasBaoquan He2023-02-101-0/+5
* | mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfoBaoquan He2023-02-101-7/+4
* | mm/vmalloc.c: allow vread() to read out vm_map_ram areasBaoquan He2023-02-101-7/+81
* | mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He2023-02-102-4/+13
* | mm/vmalloc.c: add used_map into vmap_block to track space of vmap_blockBaoquan He2023-02-101-0/+7
* | shmem: fix W=1 build warnings with CONFIG_SHMEM=nMatthew Wilcox (Oracle)2023-02-101-1/+1
* | shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)2023-02-102-12/+32
* | filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)2023-02-102-0/+26
* | mm/page_alloc: reduce fallbacks to (MIGRATE_PCPTYPES - 1)Yajun Deng2023-02-101-8/+5
* | mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updatesSuren Baghdasaryan2023-02-102-2/+9
* | mm/vmalloc: replace BUG_ON with a simple if statementHyunmin Lee2023-02-101-3/+2
* | mm/swapfile: remove pr_debug in get_swap_pages()Longlong Xia2023-02-101-2/+0
* | mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-1022-86/+14
* | mips: drop definition of pfn_valid() for DISCONTIGMEMMike Rapoport (IBM)2023-02-101-15/+0
* | m68k: use asm-generic/memory_model.h for both MMU and !MMUMike Rapoport (IBM)2023-02-103-8/+1
* | arm: include asm-generic/memory_model.h from page.h rather than memory.hMike Rapoport (IBM)2023-02-102-2/+2
* | memory tier: release the new_memtier in find_create_memory_tier()Tong Tiangen2023-02-101-2/+2
* | kasan: infer allocation size by scanning metadataKuan-Ying Lee2023-02-108-21/+127
* | mm: export dump_mm()Suren Baghdasaryan2023-02-101-0/+1
* | mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan2023-02-106-21/+41
* | mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan2023-02-102-2/+10
* | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-10120-199/+188
* | mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan2023-02-106-12/+12
* | mm: introduce vma->vm_flags wrapper functionsSuren Baghdasaryan2023-02-102-1/+49
* | kernel/fork: convert vma assignment to a memcpySuren Baghdasaryan2023-02-101-1/+1
* | vma_merge: set vma iterator to correct position.Liam R. Howlett2023-02-101-3/+1
* | mm/mmap: remove __vma_adjust()Liam R. Howlett2023-02-104-162/+107
* | mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()Liam R. Howlett2023-02-101-8/+4