summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-08userfaultfd: gate must_wait writability check on pte_present()Kiryl Shutsemau (Meta)
2026-06-08mm/huge_memory: preserve pmd_swp_uffd_wp on device-private PMD downgradeKiryl Shutsemau (Meta)
2026-06-08fs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()Kiryl Shutsemau (Meta)
2026-06-08fs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()Kiryl Shutsemau (Meta)
2026-06-08fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update raceKiryl Shutsemau (Meta)
2026-06-08MAINTAINERS: add testing ABI documents for mmSeongJae Park
2026-06-08mm: delete stale comment about cachelinesBrendan Jackman
2026-06-08lib/test_hmm: fix memory leak in dmirror_migrate_to_system()Hao Ge
2026-06-08zram: drop unused bio parameter from write helpersCunlong Li
2026-06-08mm/page_vma_mapped_walk: use ptep_get_lockless() for lockless accessAlexander Gordeev
2026-06-08mm/page_alloc: fix deferred compaction accountingfujunjie
2026-06-08mm: use mapping_max_folio_order() for force_thp_readahead orderUsama Arif
2026-06-08mm: bypass mmap_miss heuristic for VM_EXEC readaheadUsama Arif
2026-06-08mm/compaction: respect cpusets when checking retry suitabilityfujunjie
2026-06-08mm/thp: clear deferred split shrinker bits when queues drainLance Yang
2026-06-08mm: switch deferred split shrinker to list_lruJohannes Weiner
2026-06-08mm: memory: flatten alloc_anon_folio() retry loopJohannes Weiner
2026-06-08mm: list_lru: introduce folio_memcg_list_lru_alloc()Johannes Weiner
2026-06-08mm: list_lru: introduce caller locking for additions and deletionsJohannes Weiner
2026-06-08mm: list_lru: deduplicate lock_list_lru()Johannes Weiner
2026-06-08mm: list_lru: move list dead check to lock_list_lru_of_memcg()Johannes Weiner
2026-06-08mm: list_lru: deduplicate unlock_list_lru()Johannes Weiner
2026-06-08mm: list_lru: lock_list_lru_of_memcg() cannot return NULL if !skip_emptyJohannes Weiner
2026-06-08mm: list_lru: fix set_shrinker_bit() call during race with cgroup deletionJohannes Weiner
2026-06-08mm/nodemask: correctly describe nodemask operation return typesJoshua Hahn
2026-06-04docs: mm: clarify that user_reserve_kbytes has no effect when overcommit_memo...Brian Masney
2026-06-04MAINTAINERS: add vm.rst to memory management coreBrian Masney
2026-06-04mm/migrate: find_mm_struct: fix race between security checks and suid execOleg Nesterov
2026-06-04mm: document the folio refcount a little betterMatthew Wilcox (Oracle)
2026-06-04mm: remove mentions of PageWritebackMatthew Wilcox (Oracle)
2026-06-04zram: clear trailing bytes of compressed writeback pagesSergey Senozhatsky
2026-06-04zram: do not leak blk idx at the end of writebackSergey Senozhatsky
2026-06-04memcg: multi objcg charge supportShakeel Butt
2026-06-04memcg: int16_t for cached slab statsShakeel Butt
2026-06-04memcg: uint16_t for nr_bytes in obj_stock_pcpShakeel Butt
2026-06-04memcg: store node_id instead of pglist_data pointerShakeel Butt
2026-06-04selftests/memfd: remove unused variable 'sig' in fuse_testKonstantin Khorenko
2026-06-04selftests/memfd: fix -Wmaybe-uninitialized warning in memfd_testKonstantin Khorenko
2026-06-04mm: shmem: refactor thpsize_shmem_enabled_show() with helper arraysRan Xiaokai
2026-06-04mm: shmem: refactor thpsize_shmem_enabled_store() with sysfs_match_string()Ran Xiaokai
2026-06-04mm: make mmap_miss accounting symmetric for VM_SEQ_READUsama Arif
2026-06-04selftests/proc: add /proc/pid/smaps tearing testsSuren Baghdasaryan
2026-06-04selftests/proc: ensure the test is performed at the right page boundarySuren Baghdasaryan
2026-06-04fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lockSuren Baghdasaryan
2026-06-04mm/vmscan: unify writeback reclaim statistic and throttlingKairui Song
2026-06-04mm/vmscan: remove sc->unqueued_dirtyKairui Song
2026-06-04mm/vmscan: remove sc->file_takenKairui Song
2026-06-04mm/mglru: remove no longer used reclaim argument for folio protectionKairui Song
2026-06-04mm/mglru: simplify and improve dirty writeback handlingKairui Song
2026-06-04mm/mglru: use the common routine for dirty/writeback reactivationKairui Song