summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-17mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang1-12/+1
2024-10-09mm/huge_memory: check pmd_special() only after pmd_present()David Hildenbrand1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-118/+471
2024-09-21Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-4/+61
2024-09-17mm/fork: accept huge pfnmap entriesPeter Xu1-3/+26
2024-09-17mm: allow THP orders for PFNMAPsPeter Xu1-2/+2
2024-09-17mm: mark special bits for huge pfn mappings when injectPeter Xu1-0/+4
2024-09-17mm: drop is_huge_zero_pud()Peter Xu1-12/+1
2024-09-17mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag setMiaohe Lin1-0/+2
2024-09-10mm/codetag: fix pgalloc_tag_split()Yu Zhao1-1/+1
2024-09-10mm: thp: simplify split_huge_pages_pid()Nanyong Sun1-6/+1
2024-09-10mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel1-1/+1
2024-09-10mm: add sysfs entry to disable splitting underused THPsUsama Arif1-0/+26
2024-09-10mm: split underused THPsUsama Arif1-2/+58
2024-09-10mm: introduce a pageflag for partially mapped foliosUsama Arif1-11/+30
2024-09-10mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao1-4/+4
2024-09-10mm: count the number of partially mapped anonymous THPs per sizeBarry Song1-0/+6
2024-09-10mm: count the number of anonymous THPs per sizeBarry Song1-3/+10
2024-09-10mm: tidy up shmem mTHP controls and statsRyan Roberts1-28/+112
2024-09-04x86: remove PG_uncachedMatthew Wilcox (Oracle)1-1/+3
2024-09-04mm: remove PageUnevictableMatthew Wilcox (Oracle)1-8/+8
2024-09-02mm: split a folio in minimum folio order chunksLuis Chamberlain1-4/+61
2024-09-02mm: override mTHP "enabled" defaults at kernel cmdlineRyan Roberts1-1/+97
2024-09-02mm/mprotect: fix dax pud handlingsPeter Xu1-0/+52
2024-09-02mm/x86: implement arch_check_zapped_pud()Peter Xu1-1/+3
2024-09-02mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)Zi Yan1-18/+11
2024-09-02mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walkDavid Hildenbrand1-11/+16
2024-09-02memory tiering: introduce folio_use_access_time() checkZi Yan1-4/+2
2024-09-02memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()Zi Yan1-1/+2
2024-09-02mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()Baolin Wang1-9/+3
2024-09-02mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()Baolin Wang1-2/+3
2024-08-16mm/numa: no task_numa_fault() call if PMD is changedZi Yan1-16/+13
2024-07-27mm/huge_memory: avoid PMD-size page cache if neededGavin Shan1-2/+10
2024-07-27mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi1-1/+1
2024-07-13mm: shmem: rename mTHP shmem countersRyan Roberts1-6/+6
2024-07-13mm: thp: support "THPeligible" semantics for mTHP with anonymous shmemBang Li1-4/+9
2024-07-13mm: fix khugepaged activation policyRyan Roberts1-0/+7
2024-07-13mm: add per-order mTHP split countersLance Yang1-2/+10
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton1-1/+1
2024-07-06mm: gup: stop abusing try_grab_folioYang Shi1-1/+1
2024-07-05mm: refactor folio_undo_large_rmappable()Kefeng Wang1-12/+1
2024-07-04mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand1-3/+5
2024-07-04mm/migrate: make migrate_misplaced_folio() return 0 on successDavid Hildenbrand1-3/+2
2024-07-04mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang1-2/+2
2024-07-04mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song1-1/+1
2024-07-04mm/huge_memory.c: fix used-uninitializedAndrew Morton1-2/+1
2024-07-04mm/vmscan: avoid split lazyfree THP during shrink_folio_list()Lance Yang1-0/+66
2024-07-04mm/rmap: integrate PMD-mapped folio splitting into pagewalk loopLance Yang1-20/+22
2024-07-04mm: introduce pmd|pte_needs_soft_dirty_wp helpers for softdirty write-protectBarry Song1-1/+1