summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-05-12mm: fix typos in comments in mm_init.cPrabhav Kumar Vaish
2025-05-12mm/damon/sysfs-schemes: connect damos_quota_goal nid with core layerSeongJae Park
2025-05-12mm/damon/sysfs-schemes: implement file for quota goal nid parameterSeongJae Park
2025-05-12mm/damon/core: introduce damos quota goal metrics for memory node utilizationSeongJae Park
2025-05-12Merge tag 'vfs-6.15-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-12mm/hmm: provide generic DMA managing logicLeon Romanovsky
2025-05-12mm/hmm: let users to tag specific PFN with DMA mapped bitLeon Romanovsky
2025-05-11maccess: fix strncpy_from_user_nofault() empty string handlingMykyta Yatsenko
2025-05-11mm/mempolicy: support memory hotplug in weighted interleaveRakie Kim
2025-05-11mm/mempolicy: prepare weighted interleave sysfs for memory hotplugRakie Kim
2025-05-11mm/mempolicy: fix memory leaks in weighted interleave sysfsRakie Kim
2025-05-11mm: memcontrol: remove unnecessary NULL check before free_percpu()Chen Ni
2025-05-11vmalloc: align nr_vmalloc_pages and vmap_lazy_nrUladzislau Rezki (Sony)
2025-05-11mempolicy: optimize queue_folios_pte_range by PTE batchingDev Jain
2025-05-11mm: move mmap/vma locking logic into specific filesLorenzo Stoakes
2025-05-11memcg: multi-memcg percpu charge cacheShakeel Butt
2025-05-11mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache()Fan Ni
2025-05-11mm: add nr_free_highatomic in show_free_areasgaoxu
2025-05-11mm/vmscan: modify the assignment logic of the scan and total_scan variablesHao Ge
2025-05-11mm/gup: clean up codes in fault_in_xxx() functionsBaoquan He
2025-05-11mm/gup: remove gup_fast_pgd_leaf() and clean up the relevant codesBaoquan He
2025-05-11mm/gup: remove unneeded checking in follow_page_pte()Baoquan He
2025-05-11mm,hugetlb: allocate frozen pages in alloc_buddy_hugetlb_folioOscar Salvador
2025-05-11vmalloc: use atomic_long_add_return_relaxed()Uladzislau Rezki (Sony)
2025-05-11mm, hugetlb: avoid passing a null nodemask when there is mbind policyOscar Salvador
2025-05-11memcg: optimize memcg_rstat_updatedShakeel Butt
2025-05-11mm/madvise: batch tlb flushes for MADV_DONTNEED[_LOCKED]SeongJae Park
2025-05-11mm/memory: split non-tlb flushing part from zap_page_range_single()SeongJae Park
2025-05-11mm/madvise: batch tlb flushes for MADV_FREESeongJae Park
2025-05-11mm/madvise: define and use madvise_behavior struct for madvise_do_behavior()SeongJae Park
2025-05-11mm: huge_memory: add folio_mark_accessed() when zapping file THPBaolin Wang
2025-05-11mm/vma: fix incorrectly disallowed anonymous VMA mergesLorenzo Stoakes
2025-05-11vmalloc: use for_each_vmap_node() in purge-vmap-areaUladzislau Rezki (Sony)
2025-05-11vmalloc: switch to for_each_vmap_node() helperUladzislau Rezki (Sony)
2025-05-11vmalloc: add for_each_vmap_node() helperUladzislau Rezki (Sony)
2025-05-11mm/ptdump: split effective_prot() into level specific callbacksAnshuman Khandual
2025-05-11mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual
2025-05-11mm: page_alloc: tighten up find_suitable_fallback()Johannes Weiner
2025-05-11mm/debug: fix parameter passed to page_mapcount_is_type()Gavin Shan
2025-05-11zsmalloc: cleanup headers includesSergey Senozhatsky
2025-05-11mm: add kernel-doc comment for free_pgd_range()SoumishDas
2025-05-11mm: swap: replace cluster_swap_free_nr() with swap_entries_put_[map/cache]()Kemeng Shi
2025-05-11mm: swap: factor out helper to drop cache of entries within a single clusterKemeng Shi
2025-05-11mm: swap: free each cluster individually in swap_entries_put_map_nr()Kemeng Shi
2025-05-11mm: swap: drop last SWAP_MAP_SHMEM flag in batch in swap_entries_put_nr()Kemeng Shi
2025-05-11mm: swap: use swap_entries_free() drop last ref count in swap_entries_put_nr()Kemeng Shi
2025-05-11mm: swap: use swap_entries_free() to free swap entry in swap_entry_put_locked()Kemeng Shi
2025-05-11mm: swap: enable swap_entry_range_free() to drop any kind of last refKemeng Shi
2025-05-11mm: swap: rename __swap_[entry/entries]_free[_locked] to swap_[entry/entries]...Kemeng Shi
2025-05-11memcg: manually inline replace_stock_objcgShakeel Butt