summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
13 daysMerge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-21mm/khugepaged: enable clean pagecache folio collapse for writable filesZi Yan
2026-06-21mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FSZi Yan
2026-06-21mm: fs: remove filemap_nr_thps*() functions and their usersZi Yan
2026-06-21mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()Zi Yan
2026-06-21mm/khugepaged: add per-order mTHP collapse failure statisticsNico Pache
2026-06-21mm/khugepaged: generalize alloc_charge_folio()Dev Jain
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-06-08mm/huge_memory: preserve pmd_swp_uffd_wp on device-private PMD downgradeKiryl Shutsemau (Meta)
2026-06-08mm/thp: clear deferred split shrinker bits when queues drainLance Yang
2026-06-08mm: switch deferred split shrinker to list_lruJohannes Weiner
2026-06-04mm: preserve PG_dropbehind flag during folio splitJeff Layton
2026-06-03mm/huge_memory: use correct flags for device private PMD entryLorenzo Stoakes
2026-06-02mm/memcg, swap: tidy up cgroup v1 memsw swap helpersKairui Song
2026-06-02Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the seriesAndrew Morton
2026-05-31mm/huge_memory: update file PMD counter before folio_put()Yin Tirui
2026-05-31mm/huge_memory: update file PUD counter before folio_put()Yin Tirui
2026-05-28mm: huge_memory: refactor defrag_show() to use defrag_flags[]Breno Leitao
2026-05-28mm: huge_memory: use sysfs_match_string() in defrag_store()Breno Leitao
2026-05-28mm/huge_memory: fix outdated comment about freeing subpages in __folio_splitBarry Song (Xiaomi)
2026-04-18mm: thp: prevent memory cgroup release in folio_split_queue_lock{_irqsave}()Qi Zheng
2026-04-18mm: rename unlock_page_lruvec_irq and its variantsMuchun Song
2026-04-05mm: fix deferred split queue races during migrationLance Yang
2026-04-05mm/huge_memory: add and use has_deposited_pgtable()Lorenzo Stoakes (Oracle)
2026-04-05mm/huge_memory: add and use normal_or_softleaf_folio_pmd()Lorenzo Stoakes (Oracle)
2026-04-05mm/huge_memory: separate out the folio part of zap_huge_pmd()Lorenzo Stoakes (Oracle)
2026-04-05mm/huge_memory: use mm instead of tlb->mmLorenzo Stoakes (Oracle)
2026-04-05mm/huge_memory: remove unnecessary sanity checksLorenzo Stoakes (Oracle)
2026-04-05mm/huge_memory: deduplicate zap deposited table callLorenzo Stoakes (Oracle)
2026-04-05mm/huge_memory: remove unnecessary VM_BUG_ON_PAGE()Lorenzo Stoakes (Oracle)
2026-04-05mm/huge_memory: add a common exit path to zap_huge_pmd()Lorenzo Stoakes (Oracle)
2026-04-05mm/huge_memory: handle buggy PMD entry in zap_huge_pmd()Lorenzo Stoakes (Oracle)
2026-04-05mm/huge_memory: have zap_huge_pmd return a boolean, add kdocLorenzo Stoakes (Oracle)
2026-04-05mm/huge: avoid big else branch in zap_huge_pmd()Lorenzo Stoakes (Oracle)
2026-04-05mm/huge_memory: simplify vma_is_specal_huge()Lorenzo Stoakes (Oracle)
2026-04-05mm: introduce is_pmd_order helperNico Pache
2026-04-05mm: huge_memory: refactor enabled_store() with set_global_enabled_mode()Breno Leitao
2026-04-05mm: huge_memory: refactor anon_enabled_store() with set_anon_enabled_mode()Breno Leitao
2026-04-05mm: rename my_zero_pfn() to zero_pfn()Mike Rapoport (Microsoft)
2026-03-10mm/huge_memory: fix use of NULL folio in move_pages_huge_pmd()Chris Down
2026-03-04mm/huge_memory: fix a folio_split() race condition with folio_try_get()Zi Yan
2026-02-24mm: thp: deny THP for files on anonymous inodesDeepanshu Kartikey
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-01-26migrate: replace RMP_ flags with TTU_ flagsMatthew Wilcox (Oracle)
2026-01-13simplify the callers of file_open_name()Al Viro
2025-12-13Merge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-09mm/huge_memory: fix folio split stats countingZi Yan