summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2025-02-01mm/hugetlb: fix hugepage allocation for interleaved memory nodesRitesh Harjani (IBM)
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-25mm/hugetlb: use folio->lru int demote_free_hugetlb_folios()David Hildenbrand
2025-01-25mm/hugetlb: rename folio_putback_active_hugetlb() to folio_putback_hugetlb()David Hildenbrand
2025-01-25mm/migrate: don't call folio_putback_active_hugetlb() on dst hugetlb folioDavid Hildenbrand
2025-01-25mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()David Hildenbrand
2025-01-25mm/hugetlb: unify restore reserve accounting for new allocationsPeter Xu
2025-01-25mm/hugetlb: drop vma_has_reserves()Peter Xu
2025-01-25mm/hugetlb: simplify vma_has_reserves()Peter Xu
2025-01-25mm/hugetlb: clean up map/global resv accounting when allocatePeter Xu
2025-01-25mm/hugetlb: rename avoid_reserve to cow_from_ownerPeter Xu
2025-01-25mm/hugetlb: stop using avoid_reserve flag in fork()Peter Xu
2025-01-25mm/hugetlb: fix avoid_reserve to allow taking folio from subpoolPeter Xu
2025-01-25mm: replace free hugepage folios after migrationyangge
2025-01-13memcg/hugetlb: introduce mem_cgroup_charge_hugetlbJoshua Hahn
2025-01-13mm/hugetlb: support FOLL_FORCE|FOLL_WRITEGuillaume Morin
2025-01-13mm/hugetlb: don't map folios writable without VM_WRITE when copying during fo...David Hildenbrand
2025-01-13hugetlb: prioritize surplus allocation from current nodeKoichiro Den
2025-01-12mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts
2024-12-30mm: hugetlb: independent PMD page table shared countLiu Shixin
2024-12-18mm: use aligned address in copy_user_gigantic_page()Kefeng Wang
2024-11-14memcg/hugetlb: add hugeTLB counters to memcgJoshua Hahn
2024-11-11mm: add PTE_MARKER_GUARD PTE markerLorenzo Stoakes
2024-11-06mm/hugetlb: perform vmemmap optimization batchly for specific node allocationsuhua
2024-09-26mm/hugetlb: fix memfd_pin_folios resv_huge_pages leakSteve Sistare
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-17mm/hugetlb.c: fix UAF of vma in hugetlb fault pathwayVishal Moola (Oracle)
2024-09-09mm/codetag: fix pgalloc_tag_split()Yu Zhao
2024-09-09mm/hugetlb: sort out global lock annotationsMateusz Guzik
2024-09-03mm/hugetlb: use __GFP_COMP for gigantic foliosYu Zhao
2024-09-01mm/hugetlb_vmemmap: batch HVO work when demotingYu Zhao
2024-09-01mm/hugetlb: enforce that PMD PT sharing has split PMD PT locksDavid Hildenbrand
2024-09-01mm: hugetlb: remove left over comment about follow_huge_foo()Kefeng Wang
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-17mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin
2024-07-17mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy
2024-07-12mm/hugetlb.c: undo errant changeAndrew Morton
2024-07-09mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin
2024-07-09mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()Miaohe Lin
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton
2024-07-04mm/ksm: refactor out try_to_merge_with_zero_page()Chengming Zhou
2024-07-04hugetlb: force allocating surplus hugepages on mempolicy allowed nodesAristeu Rozanski
2024-07-03mm/hugetlb_vmemmap: fix race with speculative PFN walkersYu Zhao
2024-07-03mm: memory: improve copy_user_large_folio()Kefeng Wang
2024-07-03mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang
2024-07-03mm/hugetlb: guard dequeue_hugetlb_folio_nodemask against NUMA_NO_NODE usesOscar Salvador
2024-07-03mm/hugetlb: drop node_alloc_noretry from alloc_fresh_hugetlb_folioOscar Salvador
2024-07-03mm/hugetlb: constify ctl_table arguments of utility functionsThomas Weißschuh