aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-09-03mm: swap: skip slot cache on freeing for mTHPKairui Song1-33/+26
2024-09-03mm: swap: clean up initialization helperKairui Song1-34/+10
2024-09-03mm: swap: separate SSD allocation from scan_swap_map_slots()Chris Li1-132/+168
2024-09-03mm: swap: mTHP allocate swap entries from nonfull listChris Li1-3/+35
2024-09-03mm: swap: swap cluster switch to double link listChris Li1-164/+62
2024-09-03mm, slub: avoid zeroing kmalloc redzonePeng Fan1-47/+53
2024-09-02filemap: cap PTE range to be created to allowed zero fill in folio_map_range()Pankaj Raghav1-1/+5
2024-09-02mm: split a folio in minimum folio order chunksLuis Chamberlain1-4/+61
2024-09-02mm: Removed @freeptr_offset to prevent doc warningR Sundar1-1/+0
2024-09-01mm: make use of str_true_false helperHongbo Li1-2/+1
2024-09-01fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula2-0/+2
2024-09-01memcg: initiate deprecation of pressure_levelShakeel Butt1-0/+3
2024-09-01memcg: initiate deprecation of oom_controlShakeel Butt1-0/+7
2024-09-01memcg: initiate deprecation of v1 soft limitShakeel Butt1-0/+3
2024-09-01memcg: initiate deprecation of v1 tcp accountingShakeel Butt1-0/+3
2024-09-01memcg: make PGPGIN and PGPGOUT v1 onlyShakeel Butt1-1/+4
2024-09-01memcg: allocate v1 event percpu only on v1 deploymentShakeel Butt2-19/+26
2024-09-01memcg: make v1 only functions staticShakeel Butt2-8/+5
2024-09-01memcg: move v1 events and statistics code to v1 fileShakeel Butt3-29/+55
2024-09-01memcg: move mem_cgroup_charge_statistics to v1 codeShakeel Butt3-19/+20
2024-09-01memcg: move mem_cgroup_event_ratelimit to v1 codeShakeel Butt3-32/+30
2024-09-01memcg: move v1 only percpu stats in separate structShakeel Butt2-9/+28
2024-09-01mm: override mTHP "enabled" defaults at kernel cmdlineRyan Roberts1-1/+97
2024-09-01mm: kmem: add lockdep assertion to obj_cgroup_memcgMuchun Song1-6/+5
2024-09-01memcg: use ratelimited stats flush in the reclaimShakeel Butt1-3/+4
2024-09-01mm: remove legacy install_special_mapping() codeLinus Torvalds1-27/+5
2024-09-01mm: remove arch_unmap()Michael Ellerman2-9/+3
2024-09-01mm: add optional close() to struct vm_special_mappingMichael Ellerman1-0/+6
2024-09-01kfence: save freeing stack trace at calling time instead of freeing timeTianchen Ding3-13/+34
2024-09-01mm/hugetlb_vmemmap: batch HVO work when demotingYu Zhao1-64/+92
2024-09-01mm/swap: take folio refcount after testing the LRU flagyangge1-5/+3
2024-09-01filemap: add trace events for get_pages, map_pages, and faultTakaya Saeki1-0/+4
2024-09-01mm/mprotect: fix dax pud handlingsPeter Xu2-8/+83
2024-09-01mm/x86: implement arch_check_zapped_pud()Peter Xu1-1/+3
2024-09-01mm/mprotect: push mmu notifier to PUDsPeter Xu1-16/+16
2024-09-01mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=trueYuanchu Xie1-2/+2
2024-09-01mm: vmalloc: add optimization hint on page existence checkMiao Wang1-1/+1
2024-09-01mm: accept to promo watermarkKirill A. Shutemov1-2/+2
2024-09-01mm: page_isolation: handle unaccepted memory isolationKirill A. Shutemov1-0/+8
2024-09-01mm: add a helper to accept pageKirill A. Shutemov2-12/+43
2024-09-01mm: rework accept memory helpersKirill A. Shutemov3-18/+5
2024-09-01mm: introduce PageUnaccepted() page typeKirill A. Shutemov1-0/+2
2024-09-01mm: accept memory in __alloc_pages_bulk()Kirill A. Shutemov1-0/+11
2024-09-01mm: reduce deferred struct page init ifdefferyKirill A. Shutemov1-4/+5
2024-09-01mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)Zi Yan3-50/+47
2024-09-01memcg: replace memcg ID idr with xarrayShakeel Butt1-29/+10
2024-09-01mm: return the folio from swapin_readaheadMatthew Wilcox (Oracle)4-16/+9
2024-09-01fs: remove calls to set and clear the folio error flagMatthew Wilcox (Oracle)3-13/+1
2024-09-01mm: kfence: print the elapsed time for allocated/freed trackqiwu.chen1-2/+6
2024-09-01percpu: remove pcpu_alloc_size()Jianhui Zhou1-31/+0