aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-07mm: fix typos in commentsIngo Molnar1-3/+3
2021-05-05mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin1-1/+1
2021-05-05mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin1-2/+2
2021-05-05userfaultfd: add UFFDIO_CONTINUE ioctlAxel Rasmussen1-14/+26
2021-05-05userfaultfd: hugetlbfs: only compile UFFD helpers if config enabledAxel Rasmussen1-0/+2
2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen1-28/+52
2021-05-05mm: make alloc_contig_range handle in-use hugetlb pagesOscar Salvador1-5/+17
2021-05-05mm: make alloc_contig_range handle free hugetlb pagesOscar Salvador1-0/+116
2021-05-05mm,hugetlb: split prep_new_huge_page functionalityOscar Salvador1-3/+17
2021-05-05mm,hugetlb: drop clearing of flag from prep_new_huge_pageOscar Salvador1-1/+0
2021-05-05hugetlb: add lockdep_assert_held() calls for hugetlb_lockMike Kravetz1-0/+9
2021-05-05hugetlb: make free_huge_page irq safeMike Kravetz1-106/+63
2021-05-05hugetlb: change free_pool_huge_page to remove_pool_huge_pageMike Kravetz1-42/+51
2021-05-05hugetlb: call update_and_free_page without hugetlb_lockMike Kravetz1-5/+26
2021-05-05hugetlb: create remove_hugetlb_page() to separate functionalityMike Kravetz1-25/+40
2021-05-05hugetlb: add per-hstate mutex to synchronize user adjustmentsMike Kravetz1-0/+8
2021-05-05hugetlb: no need to drop hugetlb_lock to call cma_releaseMike Kravetz1-6/+0
2021-05-05mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin1-2/+9
2021-05-05mm/hugeltb: clarify (chg - freed) won't go negative in hugetlb_unreserve_pages()Miaohe Lin1-0/+3
2021-05-05mm/hugeltb: simplify the return code of __vma_reservation_common()Miaohe Lin1-21/+20
2021-05-05mm/hugeltb: remove redundant VM_BUG_ON() in region_add()Miaohe Lin1-1/+0
2021-05-05mm/hugetlb: simplify the code when alloc_huge_page() failed in hugetlb_no_page()Miaohe Lin1-6/+3
2021-05-05mm/hugetlb: optimize the surplus state transfer code in move_hugetlb_state()Miaohe Lin1-0/+6
2021-05-05mm/hugetlb: use some helper functions to cleanup codeMiaohe Lin1-3/+3
2021-05-05mm/hugetlb: remove redundant reservation check condition in alloc_huge_page()Miaohe Lin1-1/+1
2021-05-05hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpPeter Xu1-0/+51
2021-05-05mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.hPeter Xu1-8/+0
2021-05-05hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu1-6/+16
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu1-7/+8
2021-04-30mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)1-1/+1
2021-03-25hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin1-4/+37
2021-03-13hugetlb: do early cow when page pinned on src mmPeter Xu1-4/+62
2021-03-13mm: use is_cow_mapping() across tree where properPeter Xu1-3/+1
2021-03-13hugetlb: break earlier in add_reservation_in_range() when we canPeter Xu1-1/+1
2021-03-13hugetlb: dedup the code to add a new file_regionPeter Xu1-24/+27
2021-02-24mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz1-23/+14
2021-02-24hugetlb: fix uninitialized subpool pointerMike Kravetz1-0/+1
2021-02-24hugetlb: convert PageHugeFreed to HPageFreed flagMike Kravetz1-19/+4
2021-02-24hugetlb: convert PageHugeTemporary() to HPageTemporary flagMike Kravetz1-29/+7
2021-02-24hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz1-34/+11
2021-02-24hugetlb: use page.private for hugetlb specific page flagsMike Kravetz1-23/+25
2021-02-24mm/hugetlb: suppress wrong warning info when alloc gigantic pageChen Wandun1-2/+2
2021-02-24hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz1-2/+4
2021-02-24mm/hugetlb: use helper huge_page_size() to get hugepage sizeMiaohe Lin1-8/+6
2021-02-24mm/hugetlb: remove unnecessary VM_BUG_ON_PAGE on putback_active_hugepage()Miaohe Lin1-1/+0
2021-02-24mm/hugetlb: use helper function range_in_vma() in page_table_shareable()Miaohe Lin1-1/+1
2021-02-24mm/hugetlb.c: fix typos in commentsZhiyuan Dai1-1/+1
2021-02-24mm/hugetlb: remove redundant check in preparing and destroying gigantic pageYanfei Xu1-5/+2
2021-02-24mm/hugetlb: fix some comment typosMiaohe Lin1-3/+3
2021-02-24mm/hugetlb: refactor subpage recordingJoao Martins1-21/+28