summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
10 daysmm/huge_memory: transfer the pmd dirty bit to the folio on zapUsama Arif1-0/+2
2026-08-24mm/huge_memory: use folio's memcg inside __folio_split()Zi Yan1-4/+16
2026-08-24mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon foliosLorenzo Stoakes (ARM)1-1/+1
2026-08-24mm/huge_memory: update remove_migration_pmd() to accept a folioLorenzo Stoakes (ARM)1-9/+7
2026-08-24mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)1-4/+4
2026-08-24Merge branch 'mm-hotfixes-stable' into mm-stable to pick upAndrew Morton1-74/+119
2026-08-06mm: convert __get_unmapped_area() to use vma_flags_tLorenzo Stoakes1-9/+12
2026-08-06mm: huge_memory: fix kobject cleanup in thpsize_create errorHongling Zeng1-4/+2
2026-08-04mm/huge_memory: initialise workingset state before folio splitMatt Fleming1-1/+3
2026-08-04mm/huge_memory: separate out CONFIG_PERSISTENT_HUGE_ZERO_FOLIO logicLorenzo Stoakes (ARM)1-66/+94
2026-08-04mm/huge_memory: fix huge_zero_pfn raceLorenzo Stoakes (ARM)1-14/+29
2026-08-04mm/huge_memory: skip device-private PMDs in madvise_free_huge_pmdUsama Arif1-2/+2
2026-08-04mm/vma: use vma_start_pgoff(), linear_page_index() in mm codeLorenzo Stoakes1-1/+1
2026-08-04userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolutionKiryl Shutsemau (Meta)1-1/+24
2026-08-04mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWPKiryl Shutsemau (Meta)1-0/+5
2026-08-04mm: preserve RWP marker across PTE rewritesKiryl Shutsemau (Meta)1-4/+46
2026-08-04mm: add MM_CP_UFFD_RWP change_protection() flagKiryl Shutsemau (Meta)1-16/+20
2026-08-04mm: rename uffd-wp PTE accessors to uffdKiryl Shutsemau (Meta)1-29/+29
2026-08-04mm/huge_memory: add page->private check back in __split_folio_to_order()Zi Yan1-0/+7
2026-08-04Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-0/+12
2026-07-30mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVESUsama Arif1-1/+1
2026-07-30mm/huge_memory: move softleaf_to_folio() inside migration branchUsama Arif1-1/+2
2026-07-30mm: add softleaf_to_pmd() and convert existing callersUsama Arif1-6/+6
2026-07-28mm/huge_memory: unlock i_mmap_rwsem before releasing after-split foliosKiryl Shutsemau (Meta)1-0/+12
2026-07-20userfaultfd: wait on source PMD during UFFDIO_MOVEUsama Arif1-1/+1
2026-07-09mm/huge_memory: set PG_has_hwpoisoned only after new folio head is establishedRik van Riel1-4/+8
2026-06-23Merge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-32/+18
2026-06-21mm/khugepaged: enable clean pagecache folio collapse for writable filesZi Yan1-1/+1
2026-06-21mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FSZi Yan1-27/+3
2026-06-21mm: fs: remove filemap_nr_thps*() functions and their usersZi Yan1-1/+0
2026-06-21mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()Zi Yan1-3/+3
2026-06-21mm/khugepaged: add per-order mTHP collapse failure statisticsNico Pache1-0/+7
2026-06-21mm/khugepaged: generalize alloc_charge_folio()Dev Jain1-0/+4
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-289/+190
2026-06-15Merge tag 'vfs-7.2-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-06-08mm/huge_memory: preserve pmd_swp_uffd_wp on device-private PMD downgradeKiryl Shutsemau (Meta)1-0/+2
2026-06-08mm/thp: clear deferred split shrinker bits when queues drainLance Yang1-1/+4
2026-06-08mm: switch deferred split shrinker to list_lruJohannes Weiner1-242/+125
2026-06-04mm: preserve PG_dropbehind flag during folio splitJeff Layton1-0/+1
2026-06-03mm/huge_memory: use correct flags for device private PMD entryLorenzo Stoakes1-12/+33
2026-06-02mm/memcg, swap: tidy up cgroup v1 memsw swap helpersKairui Song1-1/+1
2026-06-02Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the seriesAndrew Morton1-1/+3
2026-05-31mm/huge_memory: update file PMD counter before folio_put()Yin Tirui1-0/+2
2026-05-31mm/huge_memory: update file PUD counter before folio_put()Yin Tirui1-1/+1
2026-05-28mm: huge_memory: refactor defrag_show() to use defrag_flags[]Breno Leitao1-16/+22
2026-05-28mm: huge_memory: use sysfs_match_string() in defrag_store()Breno Leitao1-26/+34
2026-05-28mm/huge_memory: fix outdated comment about freeing subpages in __folio_splitBarry Song (Xiaomi)1-5/+4
2026-04-18mm: thp: prevent memory cgroup release in folio_split_queue_lock{_irqsave}()Qi Zheng1-2/+18
2026-04-18mm: rename unlock_page_lruvec_irq and its variantsMuchun Song1-1/+1
2026-04-05mm: fix deferred split queue races during migrationLance Yang1-5/+10