summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-04mm: use nth_page instead of mem_map_offset mem_map_nextCheng Li1-12/+17
2022-10-04mm/hugetlb.c: remove unnecessary initialization of local `err'Li zeming1-1/+1
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-6/+8
2022-09-26mm/hugetlb: correct demote page offset logicDoug Berger1-6/+8
2022-09-12hugetlb: remove meaningless BUG_ON(huge_pte_none())Miaohe Lin1-1/+0
2022-09-12hugetlb: add comment for subtle SetHPageVmemmapOptimized()Miaohe Lin1-0/+4
2022-09-12hugetlb: kill hugetlbfs_pagecache_page()Miaohe Lin1-14/+1
2022-09-12hugetlb: pass NULL to kobj_to_hstate() if nid is unusedMiaohe Lin1-4/+2
2022-09-12hugetlb: use helper {huge_pte|pmd}_lock()Miaohe Lin1-2/+1
2022-09-12hugetlb: use sizeof() to get the array sizeMiaohe Lin1-2/+2
2022-09-12hugetlb: use LIST_HEAD() to define a list headMiaohe Lin1-5/+2
2022-09-12hugetlb: Use helper macro SZ_1KMiaohe Lin1-1/+1
2022-09-12hugetlb: make hugetlb_cma_check() staticMiaohe Lin1-1/+9
2022-09-12mm/hugetlb: make detecting shared pte more reliableMiaohe Lin1-13/+8
2022-09-12mm/hugetlb: fix sysfs group leak in hugetlb_unregister_node()Miaohe Lin1-7/+18
2022-09-12mm/hugetlb: fix missing call to restore_reserve_on_error()Miaohe Lin1-3/+8
2022-09-12mm/hugetlb: fix WARN_ON(!kobj) in sysfs_create_group()Miaohe Lin1-0/+1
2022-09-12mm/hugetlb: fix incorrect update of max_huge_pagesMiaohe Lin1-1/+2
2022-09-12mm/hugetlb: add dedicated func to get 'allowed' nodemask for current processFeng Tang1-4/+20
2022-08-29mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin1-1/+1
2022-08-21mm/hugetlb: support write-faults in shared mappingsDavid Hildenbrand1-7/+19
2022-08-09mm, hwpoison, hugetlb: support saving mechanism of raw error pagesNaoya Horiguchi1-9/+14
2022-08-09mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entryNaoya Horiguchi1-2/+30
2022-08-09mm/hugetlb: check gigantic_page_runtime_supported() in return_unused_surplus_...Naoya Horiguchi1-2/+1
2022-08-09mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song1-7/+8
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-72/+97
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-4/+10
2022-07-19hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pteMiaohe Lin1-0/+1
2022-07-19mm/hugetlb: separate path for hwpoison entry in copy_hugetlb_page_range()Naoya Horiguchi1-2/+7
2022-07-18mm, hugetlb: skip irrelevant nodes in show_free_areas()Gang Li1-10/+8
2022-07-18hugetlb: do not update address in huge_pmd_unshareMike Kravetz1-27/+17
2022-07-18hugetlb: skip to end of PT page mapping when pte not presentMike Kravetz1-5/+51
2022-07-18mm: rename is_pinnable_page() to is_longterm_pinnable_page()Alex Sierra1-1/+1
2022-07-04mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng1-5/+3
2022-07-04mm: hugetlb: remove minimum_order variableMuchun Song1-11/+7
2022-07-04mm/hugetlb: remove unnecessary huge_ptep_set_access_flags() in hugetlb_mcopy_...Baolin Wang1-2/+0
2022-07-04mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin1-2/+2
2022-07-04mm/migration: return errno when isolate_huge_page failedMiaohe Lin1-6/+5
2022-06-29hugetlb: Convert huge_add_to_page_cache() to use a folioMatthew Wilcox (Oracle)1-4/+10
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport1-3/+3
2022-06-02delayacct: track delays from write-protect copyYang Yang1-0/+8
2022-05-27Merge tag 'mm-hotfixes-stable-2022-05-27' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+8
2022-05-27hugetlb: fix huge_pmd_unshare address updateMike Kravetz1-1/+8
2022-05-13mm/hugetlb: handle uffd-wp during fork()Peter Xu1-14/+28
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu1-8/+25
2022-05-13mm/hugetlb: allow uffd wr-protect none ptesPeter Xu1-4/+24
2022-05-13mm/hugetlb: handle pte markers in page faultsPeter Xu1-4/+14
2022-05-13mm/hugetlb: handle UFFDIO_WRITEPROTECTPeter Xu1-1/+12
2022-05-13mm/hugetlb: take care of UFFDIO_COPY_MODE_WPPeter Xu1-6/+23
2022-05-13mm/hugetlb: hook page faults for uffd write protectionPeter Xu1-0/+20