summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
8 daysmm/alloc_tag: replace fixed-size early PFN array with dynamic linked listHao Ge
2026-06-08mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAXJP Kobryn
2026-06-08mm/swap: remove redundant swap device reference in alloc/freeYoungjun Park
2026-06-08mm/swap, PM: hibernate: fix swapoff race in uswsusp by pinning swap deviceYoungjun Park
2026-06-08mm/filemap: use folio_next_index() for starttanze
2026-06-08mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()Muchun Song
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-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-04mm/migrate: find_mm_struct: fix race between security checks and suid execOleg Nesterov
2026-06-04mm: remove mentions of PageWritebackMatthew Wilcox (Oracle)
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-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-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
2026-06-04mm/mglru: remove redundant swap constrained check upon isolationKairui Song
2026-06-04mm/mglru: don't abort scan immediately right after agingKairui Song
2026-06-04mm/mglru: use a smaller batch for reclaimKairui Song
2026-06-04mm/mglru: avoid reclaim type fall back when isolation makes no progressBarry Song (Xiaomi)
2026-06-04mm/mglru: scan and count the exact number of foliosKairui Song
2026-06-04mm/mglru: restructure the reclaim loopKairui Song
2026-06-04mm/mglru: relocate the LRU scan batch limit to callersKairui Song
2026-06-04mm/mglru: rename variables related to aging and rotationKairui Song
2026-06-04mm/mglru: consolidate common code for retrieving evictable sizeKairui Song
2026-06-04userfaultfd: make functions that are not used outside uffd staticMike Rapoport (Microsoft)
2026-06-04userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.cMike Rapoport (Microsoft)