aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-18mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi1-0/+1
2014-04-07mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi1-0/+1
2014-04-07mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding styleChoi Gi-yong1-2/+1
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-1/+2
2014-04-07mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel1-0/+2
2014-04-07mm/hugetlb.c: add NULL check of return value of huge_pte_offsetNaoya Horiguchi1-2/+3
2014-04-03mm, hugetlb: mark some bootstrap functions as __initDavid Rientjes1-2/+3
2014-04-03mm, hugetlb: improve page-fault scalabilityDavidlohr Bueso1-13/+71
2014-04-03mm, hugetlb: use vma_resv_map() map typesJoonsoo Kim1-50/+45
2014-04-03mm, hugetlb: remove resv_map_putJoonsoo Kim1-12/+3
2014-04-03mm, hugetlb: fix race in region trackingDavidlohr Bueso1-20/+38
2014-04-03mm, hugetlb: improve, cleanup resv_map parametersJoonsoo Kim1-13/+17
2014-04-03mm, hugetlb: unify region structure handlingJoonsoo Kim1-16/+21
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman1-2/+2
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-5/+5
2014-01-21mm/hugetlb.c: use memblock apis for early memory allocationsGrygorii Strashko1-5/+5
2014-01-21mm/hugetlb.c: call MMU notifiers when copying a hugetlb page rangeAndreas Sandberg1-5/+16
2014-01-21mm/hugetlb.c: defer PageHeadHuge() symbol exportAndrea Arcangeli1-1/+0
2014-01-21mm/hugetlb.c: simplify PageHeadHuge() and PageHuge()Andrew Morton1-10/+2
2014-01-21mm: hugetlb: use get_page_foll() in follow_hugetlb_page()Andrea Arcangeli1-1/+1
2013-11-21mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli1-0/+17
2013-11-21mm: thp: give transparent hugepage code a separate copy_pageDave Hansen1-34/+0
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov1-44/+66
2013-10-16mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pagesAndrea Arcangeli1-1/+15
2013-10-16mm/hugetlb.c: correct missing private flag clearingJoonsoo Kim1-0/+1
2013-09-11mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movableNaoya Horiguchi1-18/+14
2013-09-11mm: memory-hotplug: enable memory hotplug to handle hugepageNaoya Horiguchi1-2/+69
2013-09-11mm: mbind: add hugepage migration code to mbind()Naoya Horiguchi1-0/+14
2013-09-11mm: migrate: make core migration code aware of hugepageNaoya Horiguchi1-1/+22
2013-09-11mm, hugetlb: return a reserved page to a reserved pool if failedJoonsoo Kim1-1/+12
2013-09-11mm, hugetlb: grab a page_table_lock after page_cache_releaseJoonsoo Kim1-2/+3
2013-09-11mm, hugetlb: remove useless check about mapping typeJoonsoo Kim1-2/+1
2013-09-11mm, hugetlb: fix subpool accounting handlingJoonsoo Kim1-4/+6
2013-09-11mm, hugetlb: change variable name reservations to resvJoonsoo Kim1-13/+13
2013-09-11mm, hugetlb: protect reserved pages when soft offlining a hugepageJoonsoo Kim1-2/+3
2013-09-11mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cacheJoonsoo Kim1-8/+26
2013-09-11mm, hugetlb: remove decrement_hugepage_resv_vma()Joonsoo Kim1-21/+10
2013-09-11mm, hugetlb: add VM_NORESERVE check in vma_has_reserves()Joonsoo Kim1-0/+2
2013-09-11mm, hugetlb: do not use a page in page cache for cow optimizationJoonsoo Kim1-5/+2
2013-09-11mm, hugetlb: remove redundant list_empty check in gather_surplus_pages()Joonsoo Kim1-5/+2
2013-09-11mm, hugetlb: fix and clean-up node iteration code to alloc or freeJoonsoo Kim1-82/+61
2013-09-11mm, hugetlb: clean-up alloc_huge_page()Joonsoo Kim1-9/+4
2013-09-11mm, hugetlb: trivial commenting fixJoonsoo Kim1-2/+2
2013-09-11mm, hugetlb: move up the code which check availability of free huge pageJoonsoo Kim1-5/+5
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han1-2/+2
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-1/+1
2013-07-03mm: correctly update zone->managed_pagesJiang Liu1-1/+1
2013-07-03mm/hugetlb: use already existing interface huge_page_shiftWanpeng Li1-1/+1
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-9/+210
2013-07-02Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+17