aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hugetlb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-11hugetlb, rmap: add reverse mapping for hugepageNaoya Horiguchi1-0/+1
2010-08-11hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.hNaoya Horiguchi1-10/+1
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn1-0/+6
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-24hugetlb_file_setup(): use C, not cppAndrew Morton1-4/+8
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-3/+3
2009-09-22hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsEric B Munson1-0/+7
2009-09-22hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs internal mountEric B Munson1-2/+10
2009-09-22mm: follow_hugetlb_page flagsHugh Dickins1-1/+3
2009-09-22hugetlb: balance freeing of huge pages across nodesLee Schermerhorn1-1/+2
2009-08-24mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins1-2/+4
2009-06-23hugetlb: fault flags instead of write_accessHugh Dickins1-2/+2
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang1-0/+7
2009-02-10hugetlbfs: fix build failure with !CONFIG_HUGETLBFSStefan Richter1-3/+3
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman1-2/+3
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman1-0/+3
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman1-0/+3
2008-10-23proc: switch /proc/meminfo to seq_fileAlexey Dobriyan1-2/+4
2008-07-26hugetlb: remove unused variable warningAndrea Righi1-1/+4
2008-07-24hugetlb: allow arch overridden hugepage allocationJon Tollefson1-0/+10
2008-07-24hugetlb: introduce pud_hugeAndi Kleen1-0/+5
2008-07-24hugetlb: new sysfs interfaceNishanth Aravamudan1-0/+2
2008-07-24hugetlbfs: per mount huge page sizesAndi Kleen1-5/+9
2008-07-24hugetlb: multiple hstates for multiple page sizesAndi Kleen1-3/+16
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen1-5/+83