aboutsummaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2011-01-13hugetlb: fix handling of parse errors in sysfsEric B Munson
2011-01-13hugetlb: do not allow pagesize >= MAX_ORDER pool adjustmentEric B Munson
2011-01-13hugetlb: check the return value of string conversion in sysctl handlerMichal Hocko
2011-01-13mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()Jesper Juhl
2011-01-13thp: clear_copy_huge_pageAndrea Arcangeli
2010-12-02mm/hugetlb.c: avoid double unlock_page() in hugetlb_fault()Dean Nelson
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