summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: hugetlb: independent PMD page table shared countLiu Shixin2024-12-311-9/+7
* mm: use aligned address in copy_user_gigantic_page()Kefeng Wang2024-12-191-3/+2
* memcg/hugetlb: add hugeTLB counters to memcgJoshua Hahn2024-11-151-0/+2
* mm: add PTE_MARKER_GUARD PTE markerLorenzo Stoakes2024-11-111-0/+4
* mm/hugetlb: perform vmemmap optimization batchly for specific node allocationsuhua2024-11-071-3/+8
* mm/hugetlb: fix memfd_pin_folios resv_huge_pages leakSteve Sistare2024-09-261-0/+17
* Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-298/+144
|\
| * mm/codetag: fix pgalloc_tag_split()Yu Zhao2024-09-101-1/+1
| * mm/hugetlb: sort out global lock annotationsMateusz Guzik2024-09-101-3/+3
| * mm/hugetlb: use __GFP_COMP for gigantic foliosYu Zhao2024-09-041-234/+56
| * mm/hugetlb_vmemmap: batch HVO work when demotingYu Zhao2024-09-021-64/+92
| * mm/hugetlb: enforce that PMD PT sharing has split PMD PT locksDavid Hildenbrand2024-09-021-4/+4
| * mm: hugetlb: remove left over comment about follow_huge_foo()Kefeng Wang2024-09-021-4/+0
* | mm/hugetlb.c: fix UAF of vma in hugetlb fault pathwayVishal Moola (Oracle)2024-09-171-2/+18
|/
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-3/+3
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-63/+71
|\
| * mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin2024-07-181-0/+3
| * mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin2024-07-181-1/+1
| * mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-131-22/+22
| * mm/hugetlb.c: undo errant changeAndrew Morton2024-07-131-0/+1
| * Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton2024-07-061-46/+7
| |\
| * | mm/ksm: refactor out try_to_merge_with_zero_page()Chengming Zhou2024-07-051-1/+0
| * | hugetlb: force allocating surplus hugepages on mempolicy allowed nodesAristeu Rozanski2024-07-051-19/+28
| * | mm: memory: improve copy_user_large_folio()Kefeng Wang2024-07-041-10/+8
| * | mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang2024-07-041-2/+1
| * | mm/hugetlb: guard dequeue_hugetlb_folio_nodemask against NUMA_NO_NODE usesOscar Salvador2024-07-041-0/+4
| * | mm/hugetlb: drop node_alloc_noretry from alloc_fresh_hugetlb_folioOscar Salvador2024-07-041-7/+5
| * | mm/hugetlb: constify ctl_table arguments of utility functionsThomas Weißschuh2024-07-041-2/+2
* | | mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin2024-07-101-0/+3
* | | mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()Miaohe Lin2024-07-101-7/+7
| |/ |/|
* | mm/hugetlb_vmemmap: fix race with speculative PFN walkersYu Zhao2024-07-041-46/+7
|/
* mm/hugetlb: do not call vma_add_reservation upon ENOMEMOscar Salvador2024-06-061-2/+14
* mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_wpOscar Salvador2024-05-121-1/+1
* mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_faultOscar Salvador2024-05-121-1/+2
* mm/hugetlb: align cma on allocation order, not demotion orderFrank van der Linden2024-05-071-1/+1
* mm/hugetlb: document why hugetlb uses folio_mapcount() for COW reuse decisionsDavid Hildenbrand2024-05-071-0/+7
* mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)2024-05-061-3/+3
* mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()Sidhartha Kumar2024-05-061-1/+1
* mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar2024-05-061-9/+8
* mm: track mapcount of large folios in single valueDavid Hildenbrand2024-05-061-2/+2
* mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nidFrank van der Linden2024-04-261-3/+3
* hugetlb: convert hugetlb_wp() to use struct vm_faultVishal Moola (Oracle)2024-04-261-32/+32
* hugetlb: convert hugetlb_no_page() to use struct vm_faultVishal Moola (Oracle)2024-04-261-32/+31
* hugetlb: convert hugetlb_fault() to use struct vm_faultVishal Moola (Oracle)2024-04-261-43/+41
* hugetlb: convert alloc_buddy_hugetlb_folio to use a folioMatthew Wilcox (Oracle)2024-04-261-17/+16
* memory: remove the now superfluous sentinel element from ctl_table arrayJoel Granados2024-04-261-1/+0
* mm/gup: handle hugetlb in the generic follow_page_mask codePeter Xu2024-04-261-71/+0
* mm/hugetlb: declare hugetlbfs_pagecache_present() non-staticPeter Xu2024-04-261-2/+2
* mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)2024-04-261-2/+2
* mm: hugetlb: make the hugetlb migration strategy consistentBaolin Wang2024-04-261-2/+12