summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-03mm/mm_init.c: print mem_init info after defer_init is doneWei Yang
2024-07-03mm/sparse: use MEMBLOCK_ALLOC_ACCESSIBLE enum instead of 0Leesoo Ahn
2024-07-03mm/vmscan: avoid split lazyfree THP during shrink_folio_list()Lance Yang
2024-07-03mm/rmap: integrate PMD-mapped folio splitting into pagewalk loopLance Yang
2024-07-03mm/rmap: remove duplicated exit code in pagewalk loopLance Yang
2024-07-03mm: do not start/end writeback for pages stored in zswapUsama Arif
2024-07-03selftests/mm: use asm volatile to not optimize mmap read variablePankaj Raghav
2024-07-03mm: set pte writable while pte_soft_dirty() is true in do_swap_page()Barry Song
2024-07-03mm: introduce pmd|pte_needs_soft_dirty_wp helpers for softdirty write-protectBarry Song
2024-07-03selftests/mm: kvm, mdwe fixes to avoid requiring "make headers"John Hubbard
2024-07-03selftests/mm: fix vm_util.c build failures: add snapshot of fs.hJohn Hubbard
2024-07-03selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASSJohn Hubbard
2024-07-03selftests/mm: mseal, self_elf: factor out test macros and other duplicated itemsJohn Hubbard
2024-07-03selftests/mm: mseal, self_elf: fix missing __NR_msealJohn Hubbard
2024-07-03mm: swap: remove 'synchronous' argument to swap_read_folio()Yosry Ahmed
2024-07-03mm/highmem: make nr_free_highpages() return "unsigned long"David Hildenbrand
2024-07-03mm/highmem: reimplement totalhigh_pages() by walking zonesDavid Hildenbrand
2024-07-03Documentation/admin-guide/mm/pagemap.rst: drop "Using pagemap to do something...David Hildenbrand
2024-07-03fs/proc: move page_mapcount() to fs/proc/internal.hDavid Hildenbrand
2024-07-03fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h...David Hildenbrand
2024-07-03fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPsDavid Hildenbrand
2024-07-03fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENTDavid Hildenbrand
2024-07-03fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand
2024-07-03lib: test_hmm: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-03test_maple_tree: add the missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-03ubsan: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-03test_xarray: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-03mm: swap: reuse exclusive folio directly instead of wp page faultsBarry Song
2024-07-03mm/memory_hotplug: drop memblock_phys_free() call in try_remove_memory()Jonathan Cameron
2024-07-03kmemleak-test: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-03mm: shmem: add mTHP counters for anonymous shmemBaolin Wang
2024-07-03mm: shmem: add mTHP size alignment in shmem_get_unmapped_areaBaolin Wang
2024-07-03mm: shmem: add mTHP support for anonymous shmemBaolin Wang
2024-07-03mm: shmem: add multi-size THP sysfs interface for anonymous shmemBaolin Wang
2024-07-03mm: shmem: add THP validation for PMD-mapped THP related statisticsBaolin Wang
2024-07-03mm: memory: extend finish_fault() to support large folioBaolin Wang
2024-07-03mm/memory-failure: stop setting the folio error flagMatthew Wilcox (Oracle)
2024-07-03mm,swap: simplify VMA based swap readahead window calculationHuang Ying
2024-07-03mm,swap: remove struct vma_swap_readaheadHuang Ying
2024-07-03mm,swap: fix a theoretical underflow in readahead window calculationHuang Ying
2024-07-03mm: userfaultfd: use swap() in double_pt_lock()Jiapeng Chong
2024-07-03mm: sparse: consistently use _nrDev Jain
2024-07-03arch/x86: do not explicitly clear Reserved flag in free_pagetableOscar Salvador
2024-07-03mm: drop leftover comment references to pxx_huge()Peter Xu
2024-07-03kmsan: introduce test_unpoison_memory()Brian Johannesmeyer
2024-07-03mm/vmalloc: use __this_cpu_try_cmpxchg() in preload_this_cpu_lock()Uros Bizjak
2024-07-03percpu: add __this_cpu_try_cmpxchg()Uros Bizjak
2024-07-03memcg: rearrange fields of mem_cgroup_per_nodeShakeel Butt
2024-07-03mm/hugetlb: mm/memory_hotplug: use a folio in scan_movable_pages()Sidhartha Kumar
2024-07-03mm: swap: entirely map large folios found in swapcacheChuanhua Han