summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-18mm/vmscan: avoid false-positive -Wuninitialized warningArnd Bergmann
2026-04-18MAINTAINERS: update Dave's kdump reviewer email addressDave Young
2026-04-18MAINTAINERS: drop include/linux/liveupdate from LIVE UPDATEPratyush Yadav (Google)
2026-04-18MAINTAINERS: drop include/linux/kho/abi/ from KHOPratyush Yadav (Google)
2026-04-18MAINTAINERS: update KHO and LIVE UPDATE maintainersPratyush Yadav (Google)
2026-04-18MAINTAINERS: update kexec/kdump maintainers entriesPasha Tatashin
2026-04-18mm/migrate_device: remove dead migration entry check in migrate_vma_collect_h...Davidlohr Bueso
2026-04-18selftests: mm: skip charge_reserved_hugetlb without killallCao Ruichuang
2026-04-18userfaultfd: allow registration of ranges below mmap_min_addrDenis M. Karpov
2026-04-18mm/vmstat: fix vmstat_shepherd double-scheduling vmstat_updateBreno Leitao
2026-04-18mm/hugetlb: fix early boot crash on parameters without '=' separatorThorsten Blum
2026-04-18zram: reject unrecognized type= values in recompress_store()Andrew Stellman
2026-04-18docs: proc: document ProtectionKey in smapsKevin Brodsky
2026-04-18mm/mprotect: special-case small folios when applying permissionsPedro Falcato
2026-04-18mm/mprotect: move softleaf code out of the main functionPedro Falcato
2026-04-18mm: remove '!root_reclaim' checking in should_abort_scan()Zhaoyang Huang
2026-04-18mm/sparse: fix comment for section map alignmentMuchun Song
2026-04-18mm/page_io: use sio->len for PSWPIN accounting in sio_read_complete()David Carlier
2026-04-18selftests/mm: transhuge_stress: skip the test when thp not availableChunyu Hu
2026-04-18selftests/mm: split_huge_page_test: skip the test when thp is not availableChunyu Hu
2026-04-18selftests/mm/vm_util: robust write_file()Chunyu Hu
2026-04-18selftests/mm: move write_file helper to vm_utilChunyu Hu
2026-04-18selftests/mm: soft-dirty: skip two tests when thp is not availableChunyu Hu
2026-04-18selftests/mm/guard-regions: skip collapse test when thp not enabledChunyu Hu
2026-04-18userfaultfd: mfill_atomic(): remove retry logicMike Rapoport (Microsoft)
2026-04-18shmem, userfaultfd: implement shmem uffd operations using vm_uffd_opsMike Rapoport (Microsoft)
2026-04-18userfaultfd: introduce vm_uffd_ops->alloc_folio()Mike Rapoport (Microsoft)
2026-04-18shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUEMike Rapoport (Microsoft)
2026-04-18userfaultfd: introduce vm_uffd_opsMike Rapoport (Microsoft)
2026-04-18userfaultfd: move vma_can_userfault out of lineMike Rapoport (Microsoft)
2026-04-18userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()Mike Rapoport (Microsoft)
2026-04-18userfaultfd: introduce mfill_get_vma() and mfill_put_vma()Mike Rapoport (Microsoft)
2026-04-18userfaultfd: introduce mfill_establish_pmd() helperMike Rapoport (Microsoft)
2026-04-18userfaultfd: introduce struct mfill_stateMike Rapoport (Microsoft)
2026-04-18userfaultfd: introduce mfill_copy_folio_locked() helperMike Rapoport (Microsoft)
2026-04-18mm/memfd_luo: remove folio from page cache when accounting failsChenghao Duan
2026-04-18mm/memfd_luo: fix physical address conversion in put_folios cleanupChenghao Duan
2026-04-18mm/memfd_luo: use i_size_write() to set inode size during retrieveChenghao Duan
2026-04-18mm/memfd_luo: remove unnecessary memset in zero-size memfd pathChenghao Duan
2026-04-18mm/memfd_luo: optimize shmem_recalc_inode calls in retrieve pathChenghao Duan
2026-04-18mm/memfd: use folio_nr_pages() for shmem inode accountingChenghao Duan
2026-04-18mm/sparse: fix preinited section_mem_map clobbering on failure pathMuchun Song
2026-04-18zram: do not forget to endio for partial discard requestsSergey Senozhatsky
2026-04-18lib: test_hmm: implement a device release methodAlistair Popple
2026-04-18selftests/mm: hmm-tests: don't hardcode THP size to 2MBAlistair Popple
2026-04-18lib: test_hmm: evict device pages on file close to avoid use-after-freeAlistair Popple
2026-04-18selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatibleLi Wang
2026-04-18tools/testing/selftests: add merge test for partial msealed rangeLorenzo Stoakes (Oracle)
2026-04-18mm/mempolicy: fix memory leaks in weighted_interleave_auto_store()Jackie Liu
2026-04-18Docs/admin-guide/mm/damon/lru_sort: warn commit_inputs vs param updates raceSeongJae Park