summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2017-11-11mm/hugetlb: improve locking in dissolve_free_huge_pages()Gerald Schaefer
2017-03-16mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz
2017-02-23mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer
2017-02-23mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer
2016-11-20mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He
2016-01-25mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi
2016-01-18mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi
2015-10-28mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman
2015-07-15mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi
2015-05-20Revert "mm/hugetlb: use pmd_page() in follow_huge_pmd()"Luis Henriques
2015-05-06mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer
2015-03-02mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi
2015-03-02mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi
2015-03-02mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi
2015-03-02mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi
2015-03-02mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi
2014-09-17mm: fix potential infinite loop in dissolve_free_huge_pages()Li Zhong
2014-07-30kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai
2014-07-23mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi
2014-06-23hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi
2014-06-04hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi
2014-06-04mm, hugetlb: move the error handle logic out of normal code pathJianyu Zhan
2014-06-04hugetlb: add support for gigantic page allocation at runtimeLuiz Capitulino
2014-06-04hugetlb: move helpers up in the fileLuiz Capitulino
2014-06-04hugetlb: update_and_free_page(): don't clear PG_reserved bitLuiz Capitulino
2014-06-04hugetlb: add hstate_is_gigantic()Luiz Capitulino
2014-06-04hugetlb: prep_compound_gigantic_page(): drop __init markerLuiz Capitulino
2014-05-06hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan
2014-04-18mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi
2014-04-07mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi
2014-04-07mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding styleChoi Gi-yong
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2014-04-07mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel
2014-04-07mm/hugetlb.c: add NULL check of return value of huge_pte_offsetNaoya Horiguchi
2014-04-03mm, hugetlb: mark some bootstrap functions as __initDavid Rientjes
2014-04-03mm, hugetlb: improve page-fault scalabilityDavidlohr Bueso
2014-04-03mm, hugetlb: use vma_resv_map() map typesJoonsoo Kim
2014-04-03mm, hugetlb: remove resv_map_putJoonsoo Kim
2014-04-03mm, hugetlb: fix race in region trackingDavidlohr Bueso
2014-04-03mm, hugetlb: improve, cleanup resv_map parametersJoonsoo Kim
2014-04-03mm, hugetlb: unify region structure handlingJoonsoo Kim
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-21mm/hugetlb.c: use memblock apis for early memory allocationsGrygorii Strashko
2014-01-21mm/hugetlb.c: call MMU notifiers when copying a hugetlb page rangeAndreas Sandberg
2014-01-21mm/hugetlb.c: defer PageHeadHuge() symbol exportAndrea Arcangeli
2014-01-21mm/hugetlb.c: simplify PageHeadHuge() and PageHuge()Andrew Morton
2014-01-21mm: hugetlb: use get_page_foll() in follow_hugetlb_page()Andrea Arcangeli
2013-11-21mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli
2013-11-21mm: thp: give transparent hugepage code a separate copy_pageDave Hansen