platform/kernel/linux-starfive.git
2023-02-10 Jason Gunthorpemm/gup: move private gup FOLL_ flags to internal.h
2023-02-10 Jason Gunthorpemm/gup: move gup_must_unshare() to mm/internal.h
2023-02-10 Jason Gunthorpemm/gup: make get_user_pages_fast_only() return the...
2023-02-10 Jason Gunthorpemm/gup: remove pin_user_pages_fast_only()
2023-02-10 Jason Gunthorpemm/gup: make locked never NULL in the internal GUP...
2023-02-10 Jason Gunthorpemm/gup: add FOLL_UNLOCKABLE
2023-02-10 Jason Gunthorpemm/gup: remove locked being NULL from faultin_vma_page_...
2023-02-10 Jason Gunthorpemm/gup: add an assertion that the mmap lock is locked
2023-02-10 Jason Gunthorpemm/gup: simplify the external interface functions and...
2023-02-10 Jason Gunthorpemm/gup: move try_grab_page() to mm/internal.h
2023-02-10 Jason Gunthorpemm/gup: don't call __gup_longterm_locked() if FOLL_LONG...
2023-02-10 Jason Gunthorpemm/gup: remove obsolete FOLL_LONGTERM comment
2023-02-10 Jason Gunthorpemm/gup: have internal functions get the mmap_read_lock()
2023-02-10 Baoquan Hesh: mm: set VM_IOREMAP flag to the vmalloc area
2023-02-10 Baoquan Hepowerpc: mm: add VM_IOREMAP flag to the vmalloc area
2023-02-10 Baoquan Hemm/vmalloc: skip the uninitilized vmalloc areas
2023-02-10 Baoquan Hemm/vmalloc: explicitly identify vm_map_ram area when...
2023-02-10 Baoquan Hemm/vmalloc.c: allow vread() to read out vm_map_ram...
2023-02-10 Baoquan Hemm/vmalloc.c: add flags to mark vm_map_ram area
2023-02-10 Baoquan Hemm/vmalloc.c: add used_map into vmap_block to track...
2023-02-10 Matthew Wilcox... shmem: fix W=1 build warnings with CONFIG_SHMEM=n
2023-02-10 Matthew Wilcox... shmem: add shmem_read_folio() and shmem_read_folio_gfp()
2023-02-10 Matthew Wilcox... filemap: add mapping_read_folio_gfp()
2023-02-10 Yajun Dengmm/page_alloc: reduce fallbacks to (MIGRATE_PCPTYPES...
2023-02-10 Suren Baghdasaryanmm: introduce vm_flags_reset_once to replace WRITE_ONCE...
2023-02-10 Hyunmin Leemm/vmalloc: replace BUG_ON with a simple if statement
2023-02-10 Longlong Xiamm/swapfile: remove pr_debug in get_swap_pages()
2023-02-10 Mike Rapoport... mm, arch: add generic implementation of pfn_valid(...
2023-02-10 Mike Rapoport... mips: drop definition of pfn_valid() for DISCONTIGMEM
2023-02-10 Mike Rapoport... m68k: use asm-generic/memory_model.h for both MMU and...
2023-02-10 Mike Rapoport... arm: include asm-generic/memory_model.h from page.h...
2023-02-10 Tong Tiangenmemory tier: release the new_memtier in find_create_mem...
2023-02-10 Kuan-Ying Leekasan: infer allocation size by scanning metadata
2023-02-10 Suren Baghdasaryanmm: export dump_mm()
2023-02-10 Suren Baghdasaryanmm: introduce __vm_flags_mod and use it in untrack_pfn
2023-02-10 Suren Baghdasaryanmm: replace vma->vm_flags indirect modification in...
2023-02-10 Suren Baghdasaryanmm: replace vma->vm_flags direct modifications with...
2023-02-10 Suren Baghdasaryanmm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
2023-02-10 Suren Baghdasaryanmm: introduce vma->vm_flags wrapper functions
2023-02-10 Suren Baghdasaryankernel/fork: convert vma assignment to a memcpy
2023-02-10 Liam R. Howlettvma_merge: set vma iterator to correct position.
2023-02-10 Liam R. Howlettmm/mmap: remove __vma_adjust()
2023-02-10 Liam R. Howlettmm/mmap: convert do_brk_flags() to use vma_prepare...
2023-02-10 Liam R. Howlettmm/mmap: introduce dup_vma_anon() helper
2023-02-10 Liam R. Howlettmm/mmap: don't use __vma_adjust() in shift_arg_pages()
2023-02-10 Liam R. Howlettmm/mremap: convert vma_adjust() to vma_expand()
2023-02-10 Liam R. Howlettmm: don't use __vma_adjust() in __split_vma()
2023-02-10 Liam R. Howlettmm/mmap: introduce init_vma_prep() and init_multi_vma_p...
2023-02-10 Liam R. Howlettmm/mmap: use vma_prepare() and vma_complete() in vma_ex...
2023-02-10 Liam R. Howlettmm/mmap: refactor locking out of __vma_adjust()
2023-02-10 Liam R. Howlettmm/mmap: move anon_vma setting in __vma_adjust()
2023-02-10 Liam R. Howlettmm: change munmap splitting order and move_vma()
2023-02-10 Liam R. Howlettmmap: clean up mmap_region() unrolling
2023-02-10 Liam R. Howlettmm: add vma iterator to vma_adjust() arguments
2023-02-10 Liam R. Howlettmm: pass vma iterator through to __vma_adjust()
2023-02-10 Liam R. Howlettmm: remove unnecessary write to vma iterator in __vma_a...
2023-02-10 Liam R. Howlettmadvise: use split_vma() instead of __split_vma()
2023-02-10 Liam R. Howlettmm: pass through vma iterator to __vma_adjust()
2023-02-10 Liam R. Howlettmmap: convert __vma_adjust() to use vma iterator
2023-02-10 Liam R. Howlettmm/damon/vaddr-test.h: stop using vma_mas_store() for...
2023-02-10 Liam R. Howlettmm: switch vma_merge(), split_vma(), and __split_vma...
2023-02-10 Liam R. Howlettnommu: pass through vma iterator to shrink_vma()
2023-02-10 Liam R. Howlettnommu: convert nommu to using the vma iterator
2023-02-10 Liam R. Howlettmm/mremap: use vmi version of vma_merge()
2023-02-10 Liam R. Howlettmmap: use vmi version of vma_merge()
2023-02-10 Liam R. Howlettmmap: pass through vmi iterator to __split_vma()
2023-02-10 Liam R. Howlettmadvise: use vmi iterator for __split_vma() and vma_merge()
2023-02-10 Liam R. Howlettsched: convert to vma iterator
2023-02-10 Liam R. Howletttask_mmu: convert to vma iterator
2023-02-10 Liam R. Howlettmempolicy: convert to vma iterator
2023-02-10 Liam R. Howlettcoredump: convert to vma iterator
2023-02-10 Liam R. Howlettmlock: convert mlock to vma iterator
2023-02-10 Liam R. Howlettmm: change mprotect_fixup to vma iterator
2023-02-10 Liam R. Howlettuserfaultfd: use vma iterator
2023-02-10 Liam R. Howlettipc/shm: introduce new do_vma_munmap() to munmap
2023-02-10 Liam R. Howlettipc/shm: use the vma iterator for munmap calls
2023-02-10 Liam R. Howlettmm: add temporary vma iterator versions of vma_merge...
2023-02-10 Liam R. Howlettmmap: convert vma_expand() to use vma iterator
2023-02-10 Liam R. Howlettmmap: change do_mas_munmap and do_mas_aligned_munmap...
2023-02-10 Liam R. Howlettmm/mmap: remove preallocation from do_mas_align_munmap()
2023-02-10 Liam R. Howlettmmap: convert vma_link() vma iterator
2023-02-10 Liam R. Howlettkernel/fork: convert forking to using the vmi iterator
2023-02-10 Liam R. Howlettmm/mmap: convert brk to use vma iterator
2023-02-10 Liam R. Howlettmm: expand vma iterator interface
2023-02-10 Liam R. Howlettmaple_tree: fix mas_prev() and mas_find() state handling
2023-02-10 Liam R. Howlettmaple_tree: fix handle of invalidated state in mas_wr_s...
2023-02-10 Liam R. Howletttest_maple_tree: test modifications while iterating
2023-02-10 Liam R. Howlettmaple_tree: reduce user error potential
2023-02-10 Liam R. Howlettmaple_tree: fix potential rcu issue
2023-02-10 Liam R. Howlettmaple_tree: add mas_init() function
2023-02-10 Matthew Wilcox... mm: fix memcpy_from_file_folio() integer underflow
2023-02-10 David Hildenbrandarm/mm: fix swp type masking in __swp_entry()
2023-02-03 Matthew Wilcox... mpage: convert __mpage_writepage() to use a folio more...
2023-02-03 Matthew Wilcox... fs: convert writepage_t callback to pass a folio
2023-02-03 Matthew Wilcox... mm: add memcpy_from_file_folio()
2023-02-03 Christoph Hellwigblock: remove ->rw_page
2023-02-03 Christoph Hellwigmm: factor out a swap_writepage_bdev helper
2023-02-03 Christoph Hellwigmm: remove the __swap_writepage return value
2023-02-03 Christoph Hellwigmm: use an on-stack bio for synchronous swapin
2023-02-03 Christoph Hellwigmm: factor out a swap_readpage_bdev helper
next