summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2021-08-20hugetlb: don't pass page cache pages to restore_reserve_on_errorMike Kravetz
2021-07-15mm/hugetlb: fix refs calculation from unaligned @vaddrJoao Martins
2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple
2021-06-30hugetlb: address ref count racing in prep_compound_gigantic_pageMike Kravetz
2021-06-30hugetlb: remove prep_compound_huge_page cleanupMike Kravetz
2021-06-30mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy
2021-06-30mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song
2021-06-30mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song
2021-06-30mm: hugetlb: defer freeing of HugeTLB pagesMuchun Song
2021-06-30mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song
2021-06-29mm,hwpoison: make get_hwpoison_page() call get_any_page()Naoya Horiguchi
2021-06-24mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz
2021-06-16mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi
2021-06-05mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPYMina Almasry
2021-06-05hugetlb: pass head page to remove_hugetlb_page()Naoya Horiguchi
2021-05-14mm/hugetlb: fix cow where page writtable in childPeter Xu
2021-05-07mm: fix typos in commentsIngo Molnar
2021-05-05mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin
2021-05-05mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin
2021-05-05userfaultfd: add UFFDIO_CONTINUE ioctlAxel Rasmussen
2021-05-05userfaultfd: hugetlbfs: only compile UFFD helpers if config enabledAxel Rasmussen
2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen
2021-05-05mm: make alloc_contig_range handle in-use hugetlb pagesOscar Salvador
2021-05-05mm: make alloc_contig_range handle free hugetlb pagesOscar Salvador
2021-05-05mm,hugetlb: split prep_new_huge_page functionalityOscar Salvador
2021-05-05mm,hugetlb: drop clearing of flag from prep_new_huge_pageOscar Salvador
2021-05-05hugetlb: add lockdep_assert_held() calls for hugetlb_lockMike Kravetz
2021-05-05hugetlb: make free_huge_page irq safeMike Kravetz
2021-05-05hugetlb: change free_pool_huge_page to remove_pool_huge_pageMike Kravetz
2021-05-05hugetlb: call update_and_free_page without hugetlb_lockMike Kravetz
2021-05-05hugetlb: create remove_hugetlb_page() to separate functionalityMike Kravetz
2021-05-05hugetlb: add per-hstate mutex to synchronize user adjustmentsMike Kravetz
2021-05-05hugetlb: no need to drop hugetlb_lock to call cma_releaseMike Kravetz
2021-05-05mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin
2021-05-05mm/hugeltb: clarify (chg - freed) won't go negative in hugetlb_unreserve_pages()Miaohe Lin
2021-05-05mm/hugeltb: simplify the return code of __vma_reservation_common()Miaohe Lin
2021-05-05mm/hugeltb: remove redundant VM_BUG_ON() in region_add()Miaohe Lin
2021-05-05mm/hugetlb: simplify the code when alloc_huge_page() failed in hugetlb_no_page()Miaohe Lin
2021-05-05mm/hugetlb: optimize the surplus state transfer code in move_hugetlb_state()Miaohe Lin
2021-05-05mm/hugetlb: use some helper functions to cleanup codeMiaohe Lin
2021-05-05mm/hugetlb: remove redundant reservation check condition in alloc_huge_page()Miaohe Lin
2021-05-05hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpPeter Xu
2021-05-05mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.hPeter Xu
2021-05-05hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu
2021-04-30mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)
2021-03-25hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin
2021-03-13hugetlb: do early cow when page pinned on src mmPeter Xu