summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* mm: migration: fix migration of huge PMD shared pagesMike Kravetz2019-04-041-2/+35
* hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz2019-02-111-4/+19
* hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz2019-02-111-0/+6
* mm: hugetlb: yield when prepping struct pagesCannon Matthews2018-11-201-0/+1
* hugetlbfs: check for pgoff value overflowMike Kravetz2018-06-161-0/+9
* mm/hugetlb: improve locking in dissolve_free_huge_pages()Gerald Schaefer2017-11-111-3/+9
* mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz2017-03-161-9/+28
* mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer2017-02-231-5/+21
* mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer2017-02-231-6/+7
* mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He2016-11-201-0/+4
* mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi2016-01-251-4/+4
* mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi2016-01-181-1/+4
* mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman2015-10-281-0/+8
* mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi2015-07-151-8/+11
* Revert "mm/hugetlb: use pmd_page() in follow_huge_pmd()"Luis Henriques2015-05-201-1/+2
* mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer2015-05-061-2/+1
* mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi2015-03-021-2/+3
* mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi2015-03-021-1/+20
* mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi2015-03-021-16/+36
* mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi2015-03-021-14/+34
* mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi2015-03-021-0/+2
* mm: fix potential infinite loop in dissolve_free_huge_pages()Li Zhong2014-09-171-0/+3
* kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai2014-07-301-1/+1
* mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi2014-07-231-0/+1
* hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi2014-06-231-28/+43
* hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi2014-06-041-1/+1
* mm, hugetlb: move the error handle logic out of normal code pathJianyu Zhan2014-06-041-13/+13
* hugetlb: add support for gigantic page allocation at runtimeLuiz Capitulino2014-06-041-11/+155
* hugetlb: move helpers up in the fileLuiz Capitulino2014-06-041-73/+73
* hugetlb: update_and_free_page(): don't clear PG_reserved bitLuiz Capitulino2014-06-041-2/+2
* hugetlb: add hstate_is_gigantic()Luiz Capitulino2014-06-041-14/+14
* hugetlb: prep_compound_gigantic_page(): drop __init markerLuiz Capitulino2014-06-041-2/+1
* hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan2014-05-061-5/+14
* mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi2014-04-181-0/+1
* mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi2014-04-071-0/+1
* mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding styleChoi Gi-yong2014-04-071-2/+1
* mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-071-1/+2
* mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel2014-04-071-0/+2
* mm/hugetlb.c: add NULL check of return value of huge_pte_offsetNaoya Horiguchi2014-04-071-2/+3
* mm, hugetlb: mark some bootstrap functions as __initDavid Rientjes2014-04-031-2/+3
* mm, hugetlb: improve page-fault scalabilityDavidlohr Bueso2014-04-031-13/+71
* mm, hugetlb: use vma_resv_map() map typesJoonsoo Kim2014-04-031-50/+45
* mm, hugetlb: remove resv_map_putJoonsoo Kim2014-04-031-12/+3
* mm, hugetlb: fix race in region trackingDavidlohr Bueso2014-04-031-20/+38
* mm, hugetlb: improve, cleanup resv_map parametersJoonsoo Kim2014-04-031-13/+17
* mm, hugetlb: unify region structure handlingJoonsoo Kim2014-04-031-16/+21
* mm: optimize put_mems_allowed() usageMel Gorman2014-04-031-2/+2
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-231-5/+5
* mm/hugetlb.c: use memblock apis for early memory allocationsGrygorii Strashko2014-01-211-5/+5
* mm/hugetlb.c: call MMU notifiers when copying a hugetlb page rangeAndreas Sandberg2014-01-211-5/+16