summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-08-22tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrsHugh Dickins
2023-08-22parisc: Use generic mmap top-down layout and brk randomizationHelge Deller
2023-08-21mm: convert split_huge_pages_pid() to use a folioMatthew Wilcox (Oracle)
2023-08-21mm: remove folio_test_transhuge()Matthew Wilcox (Oracle)
2023-08-21mm: free up a word in the first tail pageMatthew Wilcox (Oracle)
2023-08-21mm: add large_rmappable page flagMatthew Wilcox (Oracle)
2023-08-21mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)
2023-08-21mm: remove free_compound_page() and the compound_page_dtors arrayMatthew Wilcox (Oracle)
2023-08-21mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)
2023-08-21mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)
2023-08-21mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)
2023-08-21mm: call free_huge_page() directlyMatthew Wilcox (Oracle)
2023-08-21mm/gup: don't implicitly set FOLL_HONOR_NUMA_FAULTDavid Hildenbrand
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21lib/vsprintf: declare no_hash_pointers in sprintf.hAndy Shevchenko
2023-08-21Rename kmemleak_initialized to kmemleak_late_initializedXiaolei Wang
2023-08-21mm/kmemleak: use object_cache instead of kmemleak_initialized to check in set...Xiaolei Wang
2023-08-21mm/ksm: add pages scanned metricStefan Roesch
2023-08-21mm: allow fault_dirty_shared_page() to be called under the VMA lockMatthew Wilcox (Oracle)
2023-08-21mm/secretmem: use a folio in secretmem_fault()ZhangPeng
2023-08-21mm,thp: no space after colon in Mem-Info fieldsHugh Dickins
2023-08-21memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai
2023-08-21memfd: improve userspace warnings for missing exec-related flagsAleksa Sarai
2023-08-21memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2Aleksa Sarai
2023-08-21mm: convert ptlock_free() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert ptlock_alloc() to use ptdescsVishal Moola (Oracle)
2023-08-21mm/z3fold: remove obsolete comment for struct z3fold_poolXiu Jianfeng
2023-08-21mm/page_alloc: use get_pfnblock_migratetype to avoid extra page_to_pfnKemeng Shi
2023-08-21mm/page_alloc: remove unnecessary inner __get_pfnblock_flags_maskKemeng Shi
2023-08-21mm: page_alloc: remove unused parameter from reserve_highatomic_pageblock()ZhangPeng
2023-08-21Multi-gen LRU: skip CMA pages when they are not eligibleCharan Teja Kalla
2023-08-21mm/compaction: remove unused parameter pgdata of fragmentation_score_wmarkKemeng Shi
2023-08-21mm/page_alloc: remove unnecessary parameter batch of nr_pcp_freeKemeng Shi
2023-08-21mm/page_alloc: remove track of active PCP lists range in bulk freeKemeng Shi
2023-08-21mm/memory_hotplug: embed vmem_altmap details in memory blockAneesh Kumar K.V
2023-08-21mm/memory_hotplug: support memmap_on_memory when memmap is not aligned to pag...Aneesh Kumar K.V
2023-08-21mm/memory_hotplug: allow architecture to override memmap on memory support checkAneesh Kumar K.V
2023-08-21mm/memory_hotplug: allow memmap on memory hotplug request to fallbackAneesh Kumar K.V
2023-08-21mm/memory_hotplug: simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfigAneesh Kumar K.V
2023-08-21writeback: remove redundant checks for root memcgJinliang Zheng
2023-08-21mm: zswap: update comment for struct zswap_entryXiu Jianfeng
2023-08-21mm: memtest: convert to memtest_report_meminfo()Kefeng Wang
2023-08-21mm/mm_init: use helper macro BITS_PER_LONG and BITS_PER_BYTEMiaohe Lin
2023-08-21mm: memory-failure: use helper macro llist_for_each_entry_safe()Miaohe Lin
2023-08-21mm: move dummy_vm_ops out of a headerMateusz Guzik
2023-08-21mm: move vma locking out of vma_prepare and dup_anon_vmaSuren Baghdasaryan
2023-08-21mm: always lock new vma before inserting into vma treeSuren Baghdasaryan
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan
2023-08-21mm: replace mmap with vma write lock assertions when operating on a vmaSuren Baghdasaryan
2023-08-21mm/hugetlb.c: use helper macro K()ZhangPeng