aboutsummaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-23hugetlb, rmap: fix confusing page locking in hugetlb_cow()Gravatar Naoya Horiguchi 1-10/+12
2010-09-23hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow()Gravatar Naoya Horiguchi 1-1/+1
2010-08-12Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Gravatar Linus Torvalds 1-2/+102
2010-08-11hugetlb: add missing unlock in avoidcopy path in hugetlb_cow()Gravatar Naoya Horiguchi 1-1/+3
2010-08-11HWPOISON, hugetlb: support hwpoison injection for hugepageGravatar Naoya Horiguchi 1-0/+2
2010-08-11HWPOISON, hugetlb: detect hwpoison in hugetlb codeGravatar Naoya Horiguchi 1-0/+40
2010-08-11HWPOISON, hugetlb: isolate corrupted hugepageGravatar Naoya Horiguchi 1-0/+16
2010-08-11hugetlb, rmap: add reverse mapping for hugepageGravatar Naoya Horiguchi 1-2/+42
2010-08-09hugetlb: call mmu notifiers on hugepage cowGravatar Doug Doan 1-0/+6
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsGravatar Miao Xie 1-4/+8
2010-05-11hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OO...Gravatar Mel Gorman 1-1/+1
2010-04-24hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesGravatar Mel Gorman 1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-2/+2
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfGravatar Russell King 1-2/+2
2010-02-02hugetlb: fix section mismatchesGravatar Jeff Mahoney 1-4/+3
2010-01-11mm: hugetlb: fix clear_huge_page()Gravatar Andrea Arcangeli 1-1/+1
2009-12-15hugetlb: abort a hugepage pool resize if a signal is pendingGravatar Mel Gorman 1-0/+3
2009-12-15hugetlb: acquire the i_mmap_lock before walking the prio_tree to unmap a pageGravatar Mel Gorman 1-1/+8
2009-12-15hugetlb: prevent deadlock in __unmap_hugepage_range() when alloc_huge_page() ...Gravatar Larry Woodman 1-2/+11
2009-12-15mm: add gfp flags for NODEMASK_ALLOC slab allocationsGravatar David Rientjes 1-2/+3
2009-12-15hugetlb: use only nodes with memory for huge pagesGravatar Lee Schermerhorn 1-17/+18
2009-12-15hugetlb: add per node hstate attributesGravatar Lee Schermerhorn 1-26/+248
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyGravatar Lee Schermerhorn 1-13/+84
2009-12-15hugetlb: add nodemask arg to huge page alloc, free and surplus adjust functionsGravatar Lee Schermerhorn 1-53/+72
2009-12-15hugetlb: rework hstate_next_node_* functionsGravatar Lee Schermerhorn 1-25/+45
2009-09-27const: mark struct vm_struct_operationsGravatar Alexey Dobriyan 1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-6/+6
2009-09-22mm: hugetlbfs_pagecache_presentGravatar Hugh Dickins 1-5/+11
2009-09-22mm: follow_hugetlb_page flagsGravatar Hugh Dickins 1-25/+37
2009-09-22hugetlb: restore interleaving of bootmem huge pagesGravatar Lee Schermerhorn 1-1/+1
2009-09-22hugetlb: use free_pool_huge_page() to return unused surplus pagesGravatar Lee Schermerhorn 1-33/+24
2009-09-22hugetlb: balance freeing of huge pages across nodesGravatar Lee Schermerhorn 1-46/+86
2009-09-10hugetlbfs: export vma_kernel_pagsize to modulesGravatar Joerg Roedel 1-0/+1
2009-07-29hugetlbfs: fix i_blocks accountingGravatar Eric Sandeen 1-1/+1
2009-06-23hugetlb: fault flags instead of write_accessGravatar Hugh Dickins 1-8/+9
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesGravatar Wu Fengguang 1-35/+63
2009-06-16page allocator: use a pre-calculated value instead of num_online_nodes() in f...Gravatar Christoph Lameter 1-2/+2
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Gravatar Mel Gorman 1-2/+2
2009-05-29mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hu...Gravatar Mel Gorman 1-13/+13
2009-04-01hugetlb: chg cannot become less than 0Gravatar Roel Kluin 1-3/+3
2009-02-11Do not account for hugetlbfs quota at mmap() time if mapping [SHM|MAP]_NORESERVEGravatar Mel Gorman 1-20/+33
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTGravatar Mel Gorman 1-14/+25
2009-01-06mm: hugetlb: remove redundant `if' operationGravatar Cyrill Gorcunov 1-3/+2
2009-01-06hugetlb: fix sparse warningsGravatar Hannes Eder 1-4/+8
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsGravatar Mel Gorman 1-0/+13
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsGravatar Mel Gorman 1-0/+16
2008-11-12hugetlb: make unmap_ref_private multi-size-awareGravatar Adam Litke 1-2/+3
2008-11-06hugetlb: pull gigantic page initialisation out of the default pathGravatar Andy Whitcroft 1-1/+11
2008-11-06hugetlbfs: handle pages higher order than MAX_ORDERGravatar Andy Whitcroft 1-1/+36