mm: add memcpy_from_file_folio()
[platform/kernel/linux-starfive.git] / mm /
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 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
2023-02-03 Mike Rapoportmm/sparse: fix "unused function 'pgdat_to_phys'" warning
2023-02-03 Hyeonggon Yoomm/page_owner: record single timestamp value for high...
2023-02-03 Jiaqi Yanmm: memory-failure: bump memory failure stats to pglist...
2023-02-03 Jiaqi Yanmm: memory-failure: add memory failure stats to sysfs
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: simplify lru_gen_look_around()
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: improve walk_pmd_range()
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: improve lru_gen_exit_memcg()
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: section for memcg LRU
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: section for Bloom filters
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: section for rmap/PT walk feedback
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: section for working set protection
2023-02-03 Zhaoyang Huangmm: move KMEMLEAK's Kconfig items from lib to mm
2023-02-03 SeongJae Parkmm/damon/core-test: add a test for damon_update_monitor...
2023-02-03 SeongJae Parkmm/damon/core: update monitoring results for new monito...
2023-02-03 Waiman Longmm/kmemleak: fix UAF bug in kmemleak_scan()
2023-02-03 Waiman Longmm/kmemleak: simplify kmemleak_cond_resched() usage
2023-02-03 Joey Goulymm: implement memory-deny-write-execute as a prctl
2023-02-03 Levi Yunmm/cma: fix potential memory loss on cma_declare_contig...
2023-02-03 Yang Yangswap_state: update shadow_nodes for anonymous page
2023-02-03 Sidhartha Kumarmm/hugetlb: convert get_hwpoison_huge_page() to folios
2023-02-03 Sergey Senozhatskyzsmalloc: set default zspage chain size to 8
2023-02-03 Sergey Senozhatskyzsmalloc: make zspage chain size configurable
2023-02-03 Sergey Senozhatskyzsmalloc: skip chain size calculation for pow_of_2...
2023-02-03 Sergey Senozhatskyzsmalloc: rework zspage chain size selection
2023-02-03 Anshuman Khandualmm/page_alloc: use deferred_pages_enabled() wherever...
2023-02-03 Pasha Tatashinmm/page_ext: init page_ext early if there are no deferr...
2023-02-03 Huaisheng Yemm/damon/core: skip apply schemes if empty
2023-02-03 Colin Ian Kingmm/secretmem: remove redundant initiialization of point...
2023-02-03 Matthew Wilcox ... readahead: convert readahead_expand() to use a folio
2023-02-03 Matthew Wilcox ... filemap: convert filemap_range_has_page() to use a...
2023-02-03 Matthew Wilcox ... filemap: convert filemap_map_pmd() to take a folio
2023-02-03 Matthew Wilcox ... rmap: add folio parameter to __page_set_anon_rmap()
2023-02-03 Matthew Wilcox ... mm: clean up mlock_page / munlock_page references in...
2023-02-03 Matthew Wilcox ... mm: remove munlock_vma_page()
2023-02-03 Matthew Wilcox ... mm: remove mlock_vma_page()
2023-02-03 Matthew Wilcox ... mm: remove page_evictable()
2023-02-03 Matthew Wilcox ... mm: convert mem_cgroup_css_from_page() to mem_cgroup_cs...
2023-02-03 Matthew Wilcox ... mm/fs: convert inode_attach_wb() to take a folio
2023-02-03 Matthew Wilcox ... mm: use a folio in copy_present_pte()
2023-02-03 Matthew Wilcox ... mm: use a folio in copy_pte_range()
2023-02-03 Matthew Wilcox ... mm: convert wp_page_copy() to use folios
2023-02-03 Matthew Wilcox ... mm: convert do_anonymous_page() to use a folio
2023-02-03 Matthew Wilcox ... mm: add vma_alloc_zeroed_movable_folio()
2023-02-03 Vishal Moola (Oracle)filemap: remove find_get_pages_range_tag()
2023-02-03 Vishal Moola (Oracle)page-writeback: convert write_cache_pages() to use...
2023-02-03 Vishal Moola (Oracle)filemap: convert __filemap_fdatawait_range() to use...
2023-02-03 Vishal Moola (Oracle)filemap: add filemap_get_folios_tag()
2023-02-03 David Stevensmm: fix khugepaged with shmem_enabled=advise
2023-02-03 NeilBrownmm: discard __GFP_ATOMIC
2023-02-03 Mel Gormanmm/page_alloc: explicitly define how __GFP_HIGH non...
2023-02-03 Mel Gormanmm/page_alloc: explicitly define what alloc flags deple...
2023-02-03 Mel Gormanmm/page_alloc: explicitly record high-order atomic...
2023-02-03 Mel Gormanmm/page_alloc: treat RT tasks similar to __GFP_HIGH
2023-02-03 Mel Gormanmm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVE
2023-02-03 Pasha Tatashinmm/page_ext: do not allocate space for page_ext->flags...
2023-02-03 David Hildenbrandmm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
2023-02-03 David Hildenbrandmm/debug_vm_pgtable: more pte_swp_exclusive() sanity...
2023-02-03 Vishal Moola (Oracle)mm/khugepaged: convert release_pte_pages() to use folios
2023-02-03 Vishal Moola (Oracle)mm/khugepaged: introduce release_pte_folio() to replace...
2023-02-03 Alexander Potapenkokmsan: silence -Wmissing-prototypes warnings
2023-02-03 Lorenzo Stoakesmm: mlock: update the interface to use folios
2023-02-03 Lorenzo Stoakesmm: mlock: use folios and a folio batch internally
2023-02-03 Kefeng Wangmm: madvise: use vm_normal_folio() in madvise_free_pte_...
2023-02-03 Matthew Wilcox ... shmem: convert shmem_write_end() to use a folio
2023-02-03 Sidhartha Kumarmm/memory-failure: convert unpoison_memory() to folios
2023-02-03 Sidhartha Kumarmm/memory-failure: convert hugetlb_set_page_hwpoison...
2023-02-03 Sidhartha Kumarmm/memory-failure: convert __free_raw_hwp_pages() to...
2023-02-03 Sidhartha Kumarmm/memory-failure: convert raw_hwp_list_head() to folios
2023-02-03 Sidhartha Kumarmm/memory-failure: convert free_raw_hwp_pages() to...
2023-02-03 Sidhartha Kumarmm/memory-failure: convert hugetlb_clear_page_hwpoison...
2023-02-03 Sidhartha Kumarmm/memory-failure: convert try_memory_failure_hugetlb...
2023-02-03 Sidhartha Kumarmm/memory-failure: convert __get_huge_page_for_hwpoison...
2023-02-03 Vernon Yangmm/mmap: fix comment of unmapped_area{_topdown}
2023-02-03 Matthew Wilcox ... mm: convert deferred_split_huge_page() to deferred_spli...
2023-02-03 Matthew Wilcox ... mm/huge_memory: convert get_deferred_split_queue()...
2023-02-03 Matthew Wilcox ... mm/huge_memory: remove page_deferred_list()
2023-02-03 Matthew Wilcox ... mm: move page->deferred_list to folio->_deferred_list
2023-02-03 Matthew Wilcox ... hugetlb: remove uses of compound_dtor and compound_nr
next