summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2015-10-22mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman
2015-03-18mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi
2015-03-18mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi
2015-03-06mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi
2014-10-09mm: optimize put_mems_allowed() usageMel Gorman
2014-10-09hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan
2014-07-31mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi
2014-07-09hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi
2014-05-31mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi
2014-05-06mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi
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
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov
2013-10-16mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pagesAndrea Arcangeli
2013-10-16mm/hugetlb.c: correct missing private flag clearingJoonsoo Kim
2013-09-11mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movableNaoya Horiguchi
2013-09-11mm: memory-hotplug: enable memory hotplug to handle hugepageNaoya Horiguchi
2013-09-11mm: mbind: add hugepage migration code to mbind()Naoya Horiguchi
2013-09-11mm: migrate: make core migration code aware of hugepageNaoya Horiguchi
2013-09-11mm, hugetlb: return a reserved page to a reserved pool if failedJoonsoo Kim
2013-09-11mm, hugetlb: grab a page_table_lock after page_cache_releaseJoonsoo Kim
2013-09-11mm, hugetlb: remove useless check about mapping typeJoonsoo Kim
2013-09-11mm, hugetlb: fix subpool accounting handlingJoonsoo Kim
2013-09-11mm, hugetlb: change variable name reservations to resvJoonsoo Kim
2013-09-11mm, hugetlb: protect reserved pages when soft offlining a hugepageJoonsoo Kim
2013-09-11mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cacheJoonsoo Kim
2013-09-11mm, hugetlb: remove decrement_hugepage_resv_vma()Joonsoo Kim
2013-09-11mm, hugetlb: add VM_NORESERVE check in vma_has_reserves()Joonsoo Kim
2013-09-11mm, hugetlb: do not use a page in page cache for cow optimizationJoonsoo Kim
2013-09-11mm, hugetlb: remove redundant list_empty check in gather_surplus_pages()Joonsoo Kim
2013-09-11mm, hugetlb: fix and clean-up node iteration code to alloc or freeJoonsoo Kim
2013-09-11mm, hugetlb: clean-up alloc_huge_page()Joonsoo Kim
2013-09-11mm, hugetlb: trivial commenting fixJoonsoo Kim
2013-09-11mm, hugetlb: move up the code which check availability of free huge pageJoonsoo Kim
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds
2013-07-03mm: correctly update zone->managed_pagesJiang Liu
2013-07-03mm/hugetlb: use already existing interface huge_page_shiftWanpeng Li
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2013-07-02Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-06-25futex: Take hugepages into account when generating futex_keyZhang Yi
2013-06-14mm: hugetlb: Copy general hugetlb code from x86 to mm.Steve Capper
2013-06-14mm: hugetlb: Copy huge_pmd_share from x86 to mm.Steve Capper
2013-06-12mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi