aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-11-24mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes5-80/+417
2025-11-24mm: correctly handle UFFD PTE markersLorenzo Stoakes3-26/+21
2025-11-24mm/huge_memory: merge uniform_split_supported() and non_uniform_split_support...Wei Yang1-5/+3
2025-11-24mm/huge_memory: introduce enum split_type for clarityWei Yang1-0/+5
2025-11-24mm/huge_memory: fix kernel-doc comments for folio_split() and relatedZi Yan1-4/+6
2025-11-24mm/huge_memory: add split_huge_page_to_order()Zi Yan1-2/+10
2025-11-24mm/khugepaged: unify pmd folio installation with map_anon_folio_pmd()Wei Yang1-0/+2
2025-11-24mm/migrate_device: add THP splitting during migrationBalbir Singh1-2/+9
2025-11-24mm/memremap: add driver callback support for folio splittingBalbir Singh1-0/+29
2025-11-24lib/test_hmm: add zone device private THP test infrastructureBalbir Singh1-0/+12
2025-11-24mm/memory/fault: add THP fault handling for zone device private pagesBalbir Singh1-0/+7
2025-11-24mm/migrate_device: implement THP migration of zone device pagesBalbir Singh1-0/+2
2025-11-24mm/huge_memory: add device-private THP support to PMD operationsBalbir Singh1-0/+32
2025-11-24mm/zone_device: rename page_free callback to folio_freeBalbir Singh1-3/+3
2025-11-24mm/zone_device: support large zone device private foliosBalbir Singh1-1/+9
2025-11-20mm: propagate VM_SOFTDIRTY on mergeLorenzo Stoakes1-8/+7
2025-11-20mm/damon: rename damos->filters to damos->core_filtersSeongJae Park1-5/+5
2025-11-20mm/damon: rename damos core filter helpers to have word coreSeongJae Park1-2/+2
2025-11-20mm: add vma_start_write_killable()Matthew Wilcox (Oracle)1-2/+28
2025-11-20mm: memcg: dump memcg protection info on oom or alloc failuresShakeel Butt1-0/+5
2025-11-20mm: remove unnecessary __GFP_HIGHMEM in __p*d_alloc_one_*()Huacai Chen1-5/+1
2025-11-20mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD oneLorenzo Stoakes1-0/+26
2025-11-20mm: implement sticky VMA flagsLorenzo Stoakes1-0/+28
2025-11-20mm: add atomic VMA flags and set VM_MAYBE_GUARD as suchLorenzo Stoakes1-0/+44
2025-11-20mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes2-0/+4
2025-11-20mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()Kefeng Wang1-1/+1
2025-11-16mm: handle poisoning of pfn without struct pagesAnkit Agrawal3-0/+19
2025-11-16mm: change type of parameter for memory_notifyIsrael Batista1-2/+2
2025-11-16mm: change type of state in struct memory_blockIsrael Batista1-1/+1
2025-11-16mm: convert memory block states (MEM_*) macros to enumIsrael Batista1-10/+12
2025-11-16mm/swap: do not choose swap device according to numa nodeBaoquan He1-10/+1
2025-11-16mm: make INVALID_PHYS_ADDR a generic macroAnshuman Khandual1-0/+2
2025-11-16mm/vma: small VMA lock cleanupsLorenzo Stoakes1-5/+2
2025-11-16mm/damon/core: add damon_target->obsolete for pin-point removalSeongJae Park1-0/+6
2025-11-16mm, swap: cleanup swap entry allocation parameterKairui Song1-2/+2
2025-11-16iommu/sva: invalidate stale IOTLB entries for kernel address spaceLu Baolu1-0/+4
2025-11-16mm: introduce deferred freeing for kernel page tablesDave Hansen1-3/+13
2025-11-16mm: introduce pure page table freeing functionDave Hansen1-3/+8
2025-11-16mm: actually mark kernel page table pagesDave Hansen2-0/+21
2025-11-16mm: add a ptdesc flag to mark kernel page tablesDave Hansen1-0/+41
2025-11-16memcg: manually uninline __memcg_memory_eventShakeel Butt1-30/+2
2025-11-16mm: add shmem_zero_setup_desc()Lorenzo Stoakes1-1/+2
2025-11-16mm/hugetlbfs: update hugetlbfs to use mmap_prepareLorenzo Stoakes2-7/+17
2025-11-16mm: add ability to take further action in vm_area_descLorenzo Stoakes3-3/+130
2025-11-16mm: abstract io_remap_pfn_range() based on PFNLorenzo Stoakes1-5/+14
2025-11-16mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()Lorenzo Stoakes1-4/+18
2025-11-16mm: add vma_desc_size(), vma_desc_pages() helpersLorenzo Stoakes1-0/+10
2025-11-16mm/damon: add a min_sz_region parameter to damon_set_region_biggest_system_ra...Quanmin Yan1-1/+2
2025-11-16mm/damon/core: add DAMOS quota gaol metric for per-memcg per-numa free memorySeongJae Park1-2/+4
2025-11-16mm/damon: add DAMOS quota goal type for per-memcg per-node memory usageSeongJae Park1-1/+10