summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-11-06mm: swap: use str_true_false() helper functionThorsten Blum
2024-11-06mm, kasan, kmsan: instrument copy_from/to_kernel_nofaultSabyrzhan Tasbolatov
2024-11-06mm/vmstat: defer the refresh_zone_stat_thresholds after all CPUs bringupSaurabh Sengar
2024-11-06vmscan: add a vmscan event for reclaim_pagesJaewon Kim
2024-11-06mm: avoid zeroing user movable page twice with init_on_alloc=1Zi Yan
2024-11-06mm/zswap: avoid touching XArray for unnecessary invalidationKairui Song
2024-11-06mm/hugetlb: perform vmemmap optimization batchly for specific node allocationsuhua
2024-11-06memcg: add tracing for memcg stat updatesShakeel Butt
2024-11-06mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang
2024-11-06mm: add pcp high_min high_max to proc zoneinfoMengEn Sun
2024-11-06mm/kmemleak: fix typo in object_no_scan() commentMike Rapoport (Microsoft)
2024-11-06kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_endJohn Hubbard
2024-11-06mm: allocate THP on hugezeropage wp-faultDev Jain
2024-11-06mm: abstract THP allocationDev Jain
2024-11-06mm/memory.c: remove stray newline at top of fileAndrew Morton
2024-11-06percpu: fix data race with pcpu_nr_empty_pop_pagesDennis Zhou
2024-11-06mm/mmap: teach generic_get_unmapped_area{_topdown} to handle hugetlb mappingsOscar Salvador
2024-11-06mm: remove misleading 'unlikely' hint in vms_gather_munmap_vmas()Breno Leitao
2024-11-06mm/truncate: reset xa_has_values flag on each iterationShakeel Butt
2024-11-06mm: swap: make some count_mthp_stat() call-sites be THP-agnostic.Kanchana P Sridhar
2024-11-06gup: convert FOLL_TOUCH case in follow_page_pte() to folioMatthew Wilcox (Oracle)
2024-11-06mm: remove PageKsm()Matthew Wilcox (Oracle)
2024-11-06ksm: convert should_skip_rmap_item() to take a folioMatthew Wilcox (Oracle)
2024-11-06ksm: convert cmp_and_merge_page() to use a folioMatthew Wilcox (Oracle)
2024-11-06ksm: use a folio in try_to_merge_one_page()Matthew Wilcox (Oracle)
2024-11-05mm/cma: fix useless return in void functionPintu Kumar
2024-11-05mm: optimize invalidation of shadow entriesShakeel Butt
2024-11-05mm: optimize truncation of shadow entriesShakeel Butt
2024-11-05mm: migrate LRU_REFS_MASK bits in folio_migrate_flagsZhaoyang Huang
2024-11-05mm: pgtable: remove pte_offset_map_nolock()Qi Zheng
2024-11-05mm: multi-gen LRU: walk_pte_range() use pte_offset_map_rw_nolock()Qi Zheng
2024-11-05mm: userfaultfd: move_pages_pte() use pte_offset_map_rw_nolock()Qi Zheng
2024-11-05mm: page_vma_mapped_walk: map_pte() use pte_offset_map_rw_nolock()Qi Zheng
2024-11-05mm: mremap: move_ptes() use pte_offset_map_rw_nolock()Qi Zheng
2024-11-05mm: copy_pte_range() use pte_offset_map_rw_nolock()Qi Zheng
2024-11-05mm: khugepaged: collapse_pte_mapped_thp() use pte_offset_map_rw_nolock()Qi Zheng
2024-11-05mm: handle_pte_fault() use pte_offset_map_rw_nolock()Qi Zheng
2024-11-05mm: khugepaged: __collapse_huge_page_swapin() use pte_offset_map_ro_nolock()Qi Zheng
2024-11-05mm: filemap: filemap_fault_recheck_pte_none() use pte_offset_map_ro_nolock()Qi Zheng
2024-11-05mm: pgtable: introduce pte_offset_map_{ro|rw}_nolock()Qi Zheng
2024-11-05mm: move mm flags to mm_types.hNanyong Sun
2024-11-05mm/madvise: unrestrict process_madvise() for current processLorenzo Stoakes
2024-11-05mm/mempolicy: fix comments for better documentationTanya Agarwal
2024-11-05mm: fix shrink nr.unqueued_dirty counter issueZhiguo Jiang
2024-11-05mm: refactor mm_access() to not return NULLLorenzo Stoakes
2024-11-05mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address ...Adrian Huang
2024-11-05mm/memcontrol: add per-memcg pgpgin/pswpin counterJingxiang Zeng
2024-11-05mm/damon: fix sparse warning for zero initializerLeo Stone
2024-11-05mm: shmem: fix khugepaged activation policy for shmemBaolin Wang
2024-11-05mm: resolve faulty mmap_region() error path behaviourLorenzo Stoakes