aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hugetlb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-06mm, hugetlb: remove hugetlb_zero and hugetlb_infinityDavid Rientjes1-1/+0
2014-07-30kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai1-0/+1
2014-06-04hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi1-2/+2
2014-06-04hugetlb: add hstate_is_gigantic()Luiz Capitulino1-0/+5
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-8/+5
2014-05-06hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan1-0/+10
2014-04-03mm, hugetlb: fix race in region trackingDavidlohr Bueso1-0/+1
2014-04-03mm, hugetlb: unify region structure handlingJoonsoo Kim1-0/+9
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-1/+2
2014-01-21mm: tail page refcounting optimization for slab and hugetlbfsAndrea Arcangeli1-6/+0
2014-01-21mm: hugetlbfs: Add some VM_BUG_ON()s to catch non-hugetlbfs pagesDave Hansen1-0/+1
2013-12-12include/linux/hugetlb.h: make isolate_huge_page() an inlineNaoya Horiguchi1-1/+4
2013-11-21mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli1-0/+6
2013-11-21mm: thp: give transparent hugepage code a separate copy_pageDave Hansen1-4/+0
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov1-0/+26
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+12
2013-09-11mm: memory-hotplug: enable memory hotplug to handle hugepageNaoya Horiguchi1-0/+6
2013-09-11mm: mbind: add hugepage migration code to mbind()Naoya Horiguchi1-0/+3
2013-09-11mm: migrate: make core migration code aware of hugepageNaoya Horiguchi1-0/+4
2013-07-03mm/hugetlb: remove hugetlb_prefaultWanpeng Li1-2/+0
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-0/+4
2013-06-25futex: Take hugepages into account when generating futex_keyZhang Yi1-0/+16
2013-06-14mm: hugetlb: Copy huge_pmd_share from x86 to mm.Steve Capper1-0/+4
2013-05-07hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi1-6/+13
2013-04-29mm, hugetlb: include hugepages in meminfoDavid Rientjes1-0/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse1-3/+3
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-2/+6
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen1-2/+5
2012-12-11mm: Count the number of pages affected in change_protection()Peter Zijlstra1-2/+6
2012-07-31mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman1-0/+11
2012-07-31hugetlb/cgroup: add hugetlb cgroup control filesAneesh Kumar K.V1-0/+5
2012-07-31hugetlb: make some static variables globalAneesh Kumar K.V1-0/+5
2012-07-31hugetlb: add a list for tracking in-use HugeTLB pagesAneesh Kumar K.V1-0/+1
2012-07-31hugetlb: use mmu_gather instead of a temporary linked list for accumulating pagesAneesh Kumar K.V1-5/+17
2012-07-31hugetlb: add an inline helper for finding hstate indexAneesh Kumar K.V1-0/+6
2012-05-25mm: add new arch_make_huge_pte() method for tile supportChris Metcalf1-0/+8
2012-03-21hugetlbfs: fix alignment of huge page requestsSteven Truelove1-2/+4
2012-03-21hugepages: fix use after free bug in "quota" handlingDavid Gibson1-4/+10
2012-03-21hugetlb: cleanup hugetlb.hDavid Gibson1-25/+0
2011-11-19hugetlb: remove dummy definitions of HPAGE_MASK and HPAGE_SIZEDavid Rientjes1-5/+0
2011-07-25hugetlb: add phys addr to struct huge_bootmem_pageBecky Bruce1-0/+3
2011-05-26Fix build with !HUGETLBFSLinus Torvalds1-0/+1
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-3/+3
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen1-0/+6
2010-10-08HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()Naoya Horiguchi1-2/+2
2010-10-08hugetlb: redefine hugepage copy functionsNaoya Horiguchi1-0/+4
2010-10-08hugetlb: add allocate function for hugepage migrationNaoya Horiguchi1-0/+3
2010-08-11HWPOISON, hugetlb: isolate corrupted hugepageNaoya Horiguchi1-0/+2