summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts5 days1-0/+12
* mm: huge_memory: handle strsep not finding delimiterLeo Stone2024-12-191-1/+1
* mm: convert partially_mapped set/clear operations to be atomicUsama Arif2024-12-191-4/+4
* mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan2024-12-191-4/+5
* Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-231-77/+150
|\
| * mm: huge_memory: use strscpy() instead of strcpy()Maíra Canal2024-11-111-2/+2
| * mm: move ``get_order_from_str()`` to internal.hMaíra Canal2024-11-111-23/+15
| * mm: add per-order mTHP swpin countersBarry Song2024-11-111-0/+3
| * mm: swap: count successful large folio zswap stores in hugepage zswpout statsKanchana P Sridhar2024-11-111-0/+3
| * mm: remove references to page->index in huge_memory.cMatthew Wilcox (Oracle)2024-11-071-9/+9
| * mm: huge_memory: move file_thp_enabled() into huge_memory.cKefeng Wang2024-11-071-0/+15
| * mm: avoid zeroing user movable page twice with init_on_alloc=1Zi Yan2024-11-071-1/+7
| * mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang2024-11-071-1/+1
| * mm: allocate THP on hugezeropage wp-faultDev Jain2024-11-071-1/+40
| * mm: abstract THP allocationDev Jain2024-11-071-41/+57
| * mm: move mm flags to mm_types.hNanyong Sun2024-11-061-1/+0
* | mm/thp: fix deferred split queue not partially_mapped: fixHugh Dickins2024-11-121-1/+3
|/
* mm/thp: fix deferred split unqueue naming and lockingHugh Dickins2024-11-061-9/+26
* mm/thp: fix deferred split queue not partially_mappedHugh Dickins2024-11-061-4/+17
* mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang2024-10-171-12/+1
* mm/huge_memory: check pmd_special() only after pmd_present()David Hildenbrand2024-10-091-1/+1
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-118/+471
|\
| * mm/fork: accept huge pfnmap entriesPeter Xu2024-09-171-3/+26
| * mm: allow THP orders for PFNMAPsPeter Xu2024-09-171-2/+2
| * mm: mark special bits for huge pfn mappings when injectPeter Xu2024-09-171-0/+4
| * mm: drop is_huge_zero_pud()Peter Xu2024-09-171-12/+1
| * mm/codetag: fix pgalloc_tag_split()Yu Zhao2024-09-101-1/+1
| * mm: thp: simplify split_huge_pages_pid()Nanyong Sun2024-09-101-6/+1
| * mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel2024-09-101-1/+1
| * mm: add sysfs entry to disable splitting underused THPsUsama Arif2024-09-101-0/+26
| * mm: split underused THPsUsama Arif2024-09-101-2/+58
| * mm: introduce a pageflag for partially mapped foliosUsama Arif2024-09-101-11/+30
| * mm: remap unused subpages to shared zeropage when splitting isolated thpYu Zhao2024-09-101-4/+4
| * mm: count the number of partially mapped anonymous THPs per sizeBarry Song2024-09-101-0/+6
| * mm: count the number of anonymous THPs per sizeBarry Song2024-09-101-3/+10
| * mm: tidy up shmem mTHP controls and statsRyan Roberts2024-09-101-28/+112
| * x86: remove PG_uncachedMatthew Wilcox (Oracle)2024-09-041-1/+3
| * mm: remove PageUnevictableMatthew Wilcox (Oracle)2024-09-041-8/+8
| * mm: override mTHP "enabled" defaults at kernel cmdlineRyan Roberts2024-09-021-1/+97
| * mm/mprotect: fix dax pud handlingsPeter Xu2024-09-021-0/+52
| * mm/x86: implement arch_check_zapped_pud()Peter Xu2024-09-021-1/+3
| * mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)Zi Yan2024-09-021-18/+11
| * mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walkDavid Hildenbrand2024-09-021-11/+16
| * memory tiering: introduce folio_use_access_time() checkZi Yan2024-09-021-4/+2
| * memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()Zi Yan2024-09-021-1/+2
| * mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()Baolin Wang2024-09-021-9/+3
| * mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()Baolin Wang2024-09-021-2/+3
* | Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-09-211-4/+61
|\ \
| * | mm: split a folio in minimum folio order chunksLuis Chamberlain2024-09-021-4/+61