platform/kernel/linux-rpi.git
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
2023-02-03 Christoph Hellwigmm: remove the swap_readpage return value
2023-02-03 Christoph Hellwigmpage: stop using bdev_{read,write}_page
2023-02-03 Christoph Hellwigmm: refactor va_remove_mappings
2023-02-03 Christoph Hellwigmm: split __vunmap
2023-02-03 Christoph Hellwigmm: move debug checks from __vunmap to remove_vm_area
2023-02-03 Christoph Hellwigmm: use remove_vm_area in __vunmap
2023-02-03 Christoph Hellwigmm: move __remove_vm_area out of va_remove_mappings
2023-02-03 Christoph Hellwigmm: call vfree instead of __vunmap from delayed_vfree_work
2023-02-03 Christoph Hellwigmm: move vmalloc_init and free_work down in vmalloc.c
2023-02-03 Christoph Hellwigmm: remove __vfree_deferred
2023-02-03 Christoph Hellwigmm: remove __vfree
2023-02-03 Christoph Hellwigmm: reject vmap with VM_FLUSH_RESET_PERMS
2023-02-03 Mel Gormanmm, compaction: finish pageblocks on complete migration...
2023-02-03 Mel Gormanmm, compaction: finish scanning the current pageblock...
2023-02-03 Mel Gormanmm, compaction: check if a page has been captured befor...
2023-02-03 Mel Gormanmm, compaction: rename compact_control->rescan to finis...
2023-02-03 Jongwoo Hanmm/gup.c: fix typo in comments
2023-02-03 Andrey Konovalovkasan: reset page tags properly with sampling
next