summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-17mm/damon/core: invoke kdamond_call() after merging is done if possibleSeongJae Park
2025-03-17mm/damon/sysfs: validate user inputs from damon_sysfs_commit_input()SeongJae Park
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)
2025-03-17arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)
2025-03-17xtensa: split out printing of virtual memory layout to a functionMike Rapoport (Microsoft)
2025-03-17s390: make setup_zero_pages() use memblockMike Rapoport (Microsoft)
2025-03-17nios2: move pr_debug() about memory start and end to setup_arch()Mike Rapoport (Microsoft)
2025-03-17MIPS: make setup_zero_pages() use memblockMike Rapoport (Microsoft)
2025-03-17MIPS: consolidate mem_init() for NUMA machinesMike Rapoport (Microsoft)
2025-03-17hexagon: move initialization of init_mm.context init to paging_init()Mike Rapoport (Microsoft)
2025-03-17csky: move setup_initrd() to setup.cMike Rapoport (Microsoft)
2025-03-17arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111Mike Rapoport (Microsoft)
2025-03-17page_io: zswap: do not crash the kernel on decompression failureNhat Pham
2025-03-17mm/hugetlb: update nr_huge_pages and surplus_huge_pages togetherLiu Shixin
2025-03-17Docs/admin-guide/mm/damon/usage: update for {core,ops}_filters directoriesSeongJae Park
2025-03-17Docs/ABI/damon: document {core,ops}_filters directoriesSeongJae Park
2025-03-17mm/damon/sysfs-schemes: return error when for attempts to install filters on ...SeongJae Park
2025-03-17mm/damon/sysfs-schemes: record filters of which layer should be added to the ...SeongJae Park
2025-03-17mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callersSeongJae Park
2025-03-17mm/damon/sysfs-schemes: commit filters in {core,ops}_filters directoriesSeongJae Park
2025-03-17mm/damon/sysfs-schemes: implement core_filters and ops_filters directoriesSeongJae Park
2025-03-17mm/damon/sysfs-schemes: let damon_sysfs_scheme_set_filters() be used for diff...SeongJae Park
2025-03-17mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...David Hildenbrand
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup ...David Hildenbrand
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO...David Hildenbrand
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (...David Hildenbrand
2025-03-17fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFI...David Hildenbrand
2025-03-17mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in...David Hildenbrand
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand
2025-03-17mm: Copy-on-Write (COW) reuse support for PTE-mapped THPDavid Hildenbrand
2025-03-17mm/rmap: basic MM owner tracking for large folios (!hugetlb)David Hildenbrand
2025-03-17mm/rmap: use folio_large_nr_pages() in add/remove functionsDavid Hildenbrand
2025-03-17bit_spinlock: __always_inline (un)lock functionsDavid Hildenbrand
2025-03-17mm/rmap: abstract large mapcount operations for large folios (!hugetlb)David Hildenbrand
2025-03-17mm/rmap: pass vma to __folio_add_rmap()David Hildenbrand
2025-03-17mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friendsDavid Hildenbrand
2025-03-17mm: move _entire_mapcount in folio to page[2] on 32bitDavid Hildenbrand
2025-03-17mm: move _pincount in folio to page[2] on 32bitDavid Hildenbrand
2025-03-17mm: move hugetlb specific things in folio to page[3]David Hildenbrand
2025-03-17mm: let _folio_nr_pages overlay memcg_data in first tail pageDavid Hildenbrand
2025-03-17mm: factor out large folio handling from folio_nr_pages() into folio_large_nr...David Hildenbrand
2025-03-17mm: factor out large folio handling from folio_order() into folio_large_order()David Hildenbrand
2025-03-17mm/mremap: thread state through move page table operationLorenzo Stoakes
2025-03-17mm/mremap: refactor move_page_tables(), abstracting stateLorenzo Stoakes
2025-03-17mm/mremap: complete refactor of move_vma()Lorenzo Stoakes
2025-03-17mm/mremap: initial refactor of move_vma()Lorenzo Stoakes
2025-03-17mm/mremap: introduce and use vma_remap_struct threaded stateLorenzo Stoakes