summaryrefslogtreecommitdiff
path: root/include/linux/hugetlb.h
AgeCommit message (Expand)Author
2015-02-13Reset to 3.12.37Scott Wood
2014-02-06mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya 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-07-03mm/hugetlb: remove hugetlb_prefaultWanpeng Li
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2013-06-25futex: Take hugepages into account when generating futex_keyZhang Yi
2013-06-14mm: hugetlb: Copy huge_pmd_share from x86 to mm.Steve Capper
2013-05-08hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi
2013-04-29mm, hugetlb: include hugepages in meminfoDavid Rientjes
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-24mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse
2013-02-23new helper: file_inode(file)Al Viro
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-12mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen
2012-12-11mm: Count the number of pages affected in change_protection()Peter Zijlstra
2012-08-01mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman
2012-08-01hugetlb/cgroup: add hugetlb cgroup control filesAneesh Kumar K.V
2012-08-01hugetlb: make some static variables globalAneesh Kumar K.V
2012-08-01hugetlb: add a list for tracking in-use HugeTLB pagesAneesh Kumar K.V
2012-08-01hugetlb: use mmu_gather instead of a temporary linked list for accumulating p...Aneesh Kumar K.V
2012-08-01hugetlb: add an inline helper for finding hstate indexAneesh Kumar K.V
2012-05-25mm: add new arch_make_huge_pte() method for tile supportChris Metcalf
2012-03-22hugetlbfs: fix alignment of huge page requestsSteven Truelove
2012-03-22hugepages: fix use after free bug in "quota" handlingDavid Gibson
2012-03-22hugetlb: cleanup hugetlb.hDavid Gibson
2011-11-19hugetlb: remove dummy definitions of HPAGE_MASK and HPAGE_SIZEDavid Rientjes
2011-07-26hugetlb: add phys addr to struct huge_bootmem_pageBecky Bruce
2011-05-26Fix build with !HUGETLBFSLinus Torvalds
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen
2010-10-08HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()Naoya Horiguchi
2010-10-08hugetlb: redefine hugepage copy functionsNaoya Horiguchi
2010-10-08hugetlb: add allocate function for hugepage migrationNaoya Horiguchi
2010-08-11HWPOISON, hugetlb: isolate corrupted hugepageNaoya Horiguchi
2010-08-11hugetlb, rmap: add reverse mapping for hugepageNaoya Horiguchi
2010-08-11hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.hNaoya Horiguchi
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-25hugetlb_file_setup(): use C, not cppAndrew Morton
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-22hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsEric B Munson
2009-09-22hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in...Eric B Munson
2009-09-22mm: follow_hugetlb_page flagsHugh Dickins
2009-09-22hugetlb: balance freeing of huge pages across nodesLee Schermerhorn
2009-08-24mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins
2009-06-23hugetlb: fault flags instead of write_accessHugh Dickins
2009-06-17mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang