aboutsummaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2010-10-26mm/hugetlb.c: add missing spin_lock() to hugetlb_cow()Dean Nelson
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen
2010-10-08hugepage: move is_hugepage_on_freelist inside ifdef to avoid warningAndi Kleen
2010-10-08HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASEDNaoya Horiguchi
2010-10-08hugetlb: move refcounting in hugepage allocation inside hugetlb_lockNaoya Horiguchi
2010-10-08HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()Naoya Horiguchi
2010-10-08hugetlb: hugepage migration coreNaoya Horiguchi
2010-10-08hugetlb: redefine hugepage copy functionsNaoya Horiguchi
2010-10-08hugetlb: add allocate function for hugepage migrationNaoya Horiguchi
2010-10-08hugetlb: fix metadata corruption in hugetlb_fault()Naoya Horiguchi
2010-09-23hugetlb, rmap: fix confusing page locking in hugetlb_cow()Naoya Horiguchi
2010-09-23hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow()Naoya Horiguchi
2010-08-12Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2010-08-11hugetlb: add missing unlock in avoidcopy path in hugetlb_cow()Naoya Horiguchi
2010-08-11HWPOISON, hugetlb: support hwpoison injection for hugepageNaoya Horiguchi
2010-08-11HWPOISON, hugetlb: detect hwpoison in hugetlb codeNaoya Horiguchi
2010-08-11HWPOISON, hugetlb: isolate corrupted hugepageNaoya Horiguchi
2010-08-11hugetlb, rmap: add reverse mapping for hugepageNaoya Horiguchi
2010-08-09hugetlb: call mmu notifiers on hugepage cowDoug Doan
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie
2010-05-11hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OO...Mel Gorman
2010-04-24hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King
2010-02-02hugetlb: fix section mismatchesJeff Mahoney
2010-01-11mm: hugetlb: fix clear_huge_page()Andrea Arcangeli
2009-12-15hugetlb: abort a hugepage pool resize if a signal is pendingMel Gorman
2009-12-15hugetlb: acquire the i_mmap_lock before walking the prio_tree to unmap a pageMel Gorman
2009-12-15hugetlb: prevent deadlock in __unmap_hugepage_range() when alloc_huge_page() ...Larry Woodman
2009-12-15mm: add gfp flags for NODEMASK_ALLOC slab allocationsDavid Rientjes
2009-12-15hugetlb: use only nodes with memory for huge pagesLee Schermerhorn
2009-12-15hugetlb: add per node hstate attributesLee Schermerhorn
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn
2009-12-15hugetlb: add nodemask arg to huge page alloc, free and surplus adjust functionsLee Schermerhorn
2009-12-15hugetlb: rework hstate_next_node_* functionsLee Schermerhorn
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-22mm: hugetlbfs_pagecache_presentHugh Dickins
2009-09-22mm: follow_hugetlb_page flagsHugh Dickins
2009-09-22hugetlb: restore interleaving of bootmem huge pagesLee Schermerhorn
2009-09-22hugetlb: use free_pool_huge_page() to return unused surplus pagesLee Schermerhorn
2009-09-22hugetlb: balance freeing of huge pages across nodesLee Schermerhorn
2009-09-10hugetlbfs: export vma_kernel_pagsize to modulesJoerg Roedel
2009-07-29hugetlbfs: fix i_blocks accountingEric Sandeen
2009-06-23hugetlb: fault flags instead of write_accessHugh Dickins
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang
2009-06-16page allocator: use a pre-calculated value instead of num_online_nodes() in f...Christoph Lameter
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman
2009-05-29mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hu...Mel Gorman