summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-03mm: swapfile: fix SSD detection with swapfile on btrfsJohannes Weiner
2024-09-03mm:page-writeback: use folio_next_index() helper in writeback_iter()Yuesong Li
2024-09-03selftests/mm: fix charge_reserved_hugetlb.sh testDavid Hildenbrand
2024-09-03x86: remove PG_uncachedMatthew Wilcox (Oracle)
2024-09-03mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)
2024-09-03mm: remove page_has_private()Matthew Wilcox (Oracle)
2024-09-03mm: remove PageOwnerPriv1Matthew Wilcox (Oracle)
2024-09-03mm: remove PageMlockedMatthew Wilcox (Oracle)
2024-09-03mm: remove PageUnevictableMatthew Wilcox (Oracle)
2024-09-03mm: remove PageSwapCacheMatthew Wilcox (Oracle)
2024-09-03mm: remove PageReadaheadMatthew Wilcox (Oracle)
2024-09-03mm: remove PageSwapBackedMatthew Wilcox (Oracle)
2024-09-03mm: remove PageActiveMatthew Wilcox (Oracle)
2024-09-03zsmalloc: use all available 24 bits of page_typeMatthew Wilcox (Oracle)
2024-09-03mm: support only one page_type per pageMatthew Wilcox (Oracle)
2024-09-03mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)
2024-09-03printf: remove %pGt supportMatthew Wilcox (Oracle)
2024-09-03selftests/mm: add more mseal traversal testsPedro Falcato
2024-09-03mm: remove can_modify_mm()Pedro Falcato
2024-09-03mseal: replace can_modify_mm_madv with a vma variantPedro Falcato
2024-09-03mm/mremap: replace can_modify_mm with can_modify_vmaPedro Falcato
2024-09-03mm/mprotect: replace can_modify_mm with can_modify_vmaPedro Falcato
2024-09-03mm/munmap: replace can_modify_mm with can_modify_vmaPedro Falcato
2024-09-03mm: move can_modify_vma to mm/vma.hPedro Falcato
2024-09-03mm: allow read-ahead with IOCB_NOWAIT setYafang Shao
2024-09-03mm: remove migration for HugePage in isolate_single_pageblock()Kefeng Wang
2024-09-03mm: shrinker: use min() to improve shrinker_debugfs_scan_write()Thorsten Blum
2024-09-03selftests: mm: support shmem mTHP collapse testingBaolin Wang
2024-09-03mm: khugepaged: support shmem mTHP collapseBaolin Wang
2024-09-03mm: khugepaged: support shmem mTHP copyBaolin Wang
2024-09-03mm: khugepaged: use the number of pages in the folio to check the reference c...Baolin Wang
2024-09-03mm: khugepaged: expand the is_refcount_suitable() to support file foliosBaolin Wang
2024-09-03mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=yDavid Hildenbrand
2024-09-03mm/kmemleak: use IS_ERR_PCPU() for pointer in the percpu address spaceUros Bizjak
2024-09-03err.h: add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU() macrosUros Bizjak
2024-09-03selftests/mm: remove unnecessary ia64 code and commentJinjiang Tu
2024-09-03mm: krealloc: clarify valid usage of __GFP_ZERODanilo Krummrich
2024-09-03mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich
2024-09-03mm/rmap: use folio->_mapcount for small foliosDavid Hildenbrand
2024-09-03mm/hugetlb: use __GFP_COMP for gigantic foliosYu Zhao
2024-09-03mm/cma: add cma_{alloc,free}_folio()Yu Zhao
2024-09-03mm/contig_alloc: support __GFP_COMPYu Zhao
2024-09-03mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao
2024-09-03kasan: simplify and clarify MakefileAndrey Konovalov
2024-09-03mm: shmem: support large folio swap outBaolin Wang
2024-09-03mm: shmem: split large entry if the swapin folio is not largeBaolin Wang
2024-09-03mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_p...Baolin Wang
2024-09-03mm: shmem: support large folio allocation for shmem_replace_folio()Baolin Wang
2024-09-03mm: shmem: use swap_free_nr() to free shmem swap entriesBaolin Wang
2024-09-03mm: filemap: use xa_get_order() to get the swap entry orderBaolin Wang