linux-2.6-block.git
2024-03-12 Nico Pacheselftests/mm: dont fail testsuite due to a lack of...
2024-03-12 Zi Yanmm/huge_memory: skip invalid debugfs new_order input...
2024-03-12 Zi Yanmm/huge_memory: check new folio order when split a...
2024-03-12 Byungchul Parkmm, vmscan: retry kswapd's priority loop with cache_tri...
2024-03-12 James Houghtonmm: add an explicit smp_wmb() to UFFDIO_CONTINUE
2024-03-12 Matthew Wilcox... mm: fix list corruption in put_pages_list
2024-03-12 Matthew Wilcox... mm: remove folio from deferred split list before unchar...
2024-03-06 ZhangPengfilemap: avoid unnecessary major faults in filemap_fault()
2024-03-06 Oscar Salvadormm,page_owner: drop unnecessary check
2024-03-06 Oscar Salvadormm,page_owner: check for null stack_record before bumpi...
2024-03-06 Ryan Robertsmm: swap: fix race between free_swap_and_cache() and...
2024-03-06 Peter Xumm/treewide: align up pXd_leaf() retval across archs
2024-03-06 Peter Xumm/treewide: drop pXd_large()
2024-03-06 Peter Xumm/treewide: replace pud_large() with pud_leaf()
2024-03-06 Peter Xumm/treewide: replace pmd_large() with pmd_leaf()
2024-03-06 Peter Xumm/kasan: use pXd_leaf() in shadow_mapped()
2024-03-06 Peter Xumm/x86: drop two unnecessary pud_leaf() definitions
2024-03-06 Peter Xumm/x86: replace pgd_large() with pgd_leaf()
2024-03-06 Peter Xumm/x86: replace p4d_large() with p4d_leaf()
2024-03-06 Peter Xumm/powerpc: replace pXd_is_leaf() with pXd_leaf()
2024-03-06 Peter Xumm/powerpc: define pXd_large() with pXd_leaf()
2024-03-06 Chengming Zhoumm/zswap: global lru and shrinker shared by all zswap_p...
2024-03-06 Kefeng Wangmm: memory: fix shift-out-of-bounds in fault_around_byt...
2024-03-06 Qi Zhengs390: supplement for ptdesc conversion
2024-03-06 Qi Zhengmm: pgtable: add missing pt_index to struct ptdesc
2024-03-06 Qi Zhengmm: pgtable: correct the wrong comment about ptdesc...
2024-03-06 Thorsten Blummm: page_alloc: use div64_ul() instead of do_div()
2024-03-06 Matthew Wilcox... mm/mempolicy: use a folio in do_mbind()
2024-03-06 Barry Songmm: make folio_pte_batch available outside of mm/memory.c
2024-03-06 Matthew Wilcox... mm: remove cast from page_to_nid()
2024-03-06 Matthew Wilcox... mm: constify more page/folio tests
2024-03-06 Matthew Wilcox... mm: constify testing page/folio flags
2024-03-06 Matthew Wilcox... mm: make dump_page() take a const argument
2024-03-06 Matthew Wilcox... mm: add __dump_folio()
2024-03-06 Matthew Wilcox... mm: remove PageYoung and PageIdle definitions
2024-03-06 Matthew Wilcox... mm: remove PageWaiters, PageSetWaiters and PageClearWaiters
2024-03-06 Matthew Wilcox... mm: separate out FOLIO_FLAGS from PAGEFLAGS
2024-03-06 Gang Lihugetlb: parallelize 1G hugetlb initialization
2024-03-06 Gang Lihugetlb: parallelize 2M hugetlb allocation and initiali...
2024-03-06 Gang Lihugetlb: have CONFIG_HUGETLBFS select CONFIG_PADATA
2024-03-06 Gang Lipadata: downgrade padata_do_multithreaded to serial...
2024-03-06 Gang Li Subject... Author: Gang Li padata: dispatch works on
2024-03-06 Gang Lihugetlb: pass *next_nid_to_alloc directly to for_each_n...
2024-03-06 Gang Lihugetlb: split hugetlb_hstate_alloc_pages
2024-03-06 Gang Lihugetlb: code clean for hugetlb_hstate_alloc_pages
2024-03-05 Chengming Zhoumm/zsmalloc: don't need to reserve LSB in handle
2024-03-05 John Hubbardmm/memory.c: do_numa_page(): remove a redundant page...
2024-03-05 Richard Changmm: add alloc_contig_migrate_range allocation statistics
2024-03-05 Matthew Wilcox... mm: use folio more widely in __split_huge_page
2024-03-05 Huang Shijiecrash_core: export vmemmap when CONFIG_SPARSEMEM_VMEMMA...
2024-03-05 Changbin Dumodules: wait do_free_init correctly
2024-03-05 Matthew Wilcox... mm: convert free_swap_cache() to take a folio
2024-03-05 Matthew Wilcox... mm: use a folio in __collapse_huge_page_copy_succeeded()
2024-03-05 Matthew Wilcox... mm: convert free_pages_and_swap_cache() to use folios_put()
2024-03-05 Matthew Wilcox... mm: remove lru_to_page()
2024-03-05 Matthew Wilcox... mm: remove free_unref_page_list()
2024-03-05 Matthew Wilcox... memcg: remove mem_cgroup_uncharge_list()
2024-03-05 Matthew Wilcox... mm: free folios directly in move_folios_to_lru()
2024-03-05 Matthew Wilcox... mm: free folios in a batch in shrink_folio_list()
2024-03-05 Matthew Wilcox... mm: allow non-hugetlb large folios to be batch processed
2024-03-05 Matthew Wilcox... mm: handle large folios in free_unref_folios()
2024-03-05 Matthew Wilcox... mm: use __page_cache_release() in folios_put()
2024-03-05 Matthew Wilcox... mm: use free_unref_folios() in put_pages_list()
2024-03-05 Matthew Wilcox... mm: remove use of folio list from folios_put()
2024-03-05 Matthew Wilcox... memcg: add mem_cgroup_uncharge_folios()
2024-03-05 Matthew Wilcox... mm: use folios_put() in __folio_batch_release()
2024-03-05 Matthew Wilcox... mm: add free_unref_folios()
2024-03-05 Matthew Wilcox... mm: convert free_unref_page_list() to use folios
2024-03-05 Matthew Wilcox... mm: make folios_put() the basis of release_pages()
2024-03-05 Lance Yangmm/khugepaged: keep mm in mm_slot without MMF_DISABLE_T...
2024-03-05 Martin Kaiserlib/test_vmalloc.c: use unsigned long constant
2024-03-05 Martin Kaiserlib/test_vmalloc.c: drop empty exit function
2024-03-05 Martin Kaiserlib/test_vmalloc.c: fix typo in function name
2024-03-05 David Hildenbrandmm: remove total_mapcount()
2024-03-05 David Hildenbrandmm/memfd: refactor memfd_tag_pins() and memfd_wait_for_...
2024-03-05 Zi Yanmm: huge_memory: enable debugfs to split huge pages...
2024-03-05 Zi Yanmm: thp: split huge page to any lower order pages
2024-03-05 Zi Yanmm: page_owner: add support for splitting to any order...
2024-03-05 Zi Yanmm: memcg: make memcg huge page split support any order...
2024-03-05 Zi Yanmm/page_owner: use order instead of nr in split_page_ow...
2024-03-05 Zi Yanmm/memcg: use order instead of nr in split_page_memcg()
2024-03-05 Matthew Wilcox... mm: support order-1 folios in the page cache
2024-03-05 Zi Yanmm/huge_memory: only split PMD mapping when necessary...
2024-03-05 Suren Baghdasaryanmm: enumerate all gfp flags
2024-03-05 Barry Songmm: madvise: pageout: ignore references rather than...
2024-03-05 Ryan Robertsarm64/mm: improve comment in contpte_ptep_get_lockless()
2024-03-05 Ryan Robertsarm64/mm: export contpte symbols only to GPL users
2024-03-05 Barry SongDocs/mm/damon/design: remove the details for pageout...
2024-03-05 Paul Heidekrügerkasan: fix a2 allocation and remove explicit cast in...
2024-03-05 Dan Carpenterlib/stackdepot: off by one in depot_fetch_stack()
2024-03-05 Kefeng Wangzram: zcomp: remove zcomp_set_max_streams() declaration
2024-03-05 Carlos Galomm: update mark_victim tracepoints fields
2024-03-05 Javier Carrascoselftests: damon: add access_memory to .gitignore
2024-03-05 Vincenzo Mezzelaselftest: damon: fix minor typos in test logs
2024-03-05 Vishal Moola... hugetlb: allow faults to be handled under the VMA lock
2024-03-05 Vishal Moola... hugetlb: use vmf_anon_prepare() instead of anon_vma_pre...
2024-03-05 Vishal Moola... hugetlb: pass struct vm_fault through to hugetlb_handle...
2024-03-05 Vishal Moola... hugetlb: move vm_fault declaration to the top of hugetl...
2024-03-05 Vishal Moola... mm/memory: change vmf_anon_prepare() to be non-static
2024-03-05 Hao Gemm/page_alloc: make check_new_page() return bool
next