aboutsummaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-15hugetlb: release pages in the error path of hugetlb_cow()Gravatar Hillf Danton 1-0/+2
2011-07-25mm: hugetlb: fix coding style issuesGravatar Chris Forbes 1-16/+15
2011-07-25hugetlb: add phys addr to struct huge_bootmem_pageGravatar Becky Bruce 1-1/+9
2011-06-15mm: fix negative commitlimit when gigantic hugepages are allocatedGravatar Rafael Aquini 1-0/+8
2011-06-06mm: fix ENOSPC returned by handle_mm_fault()Gravatar Hugh Dickins 1-2/+2
2011-05-26mm: don't access vm_flags as 'int'Gravatar KOSAKI Motohiro 1-2/+2
2011-05-25mm: Convert i_mmap_lock to a mutexGravatar Peter Zijlstra 1-7/+7
2011-04-26Merge branch 'master' into for-nextGravatar Jiri Kosina 1-9/+7
2011-04-10treewide: remove extra semicolonsGravatar Justin P. Mattock 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-5/+5
2011-03-22hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepagesGravatar Petr Holasek 1-4/+2
2011-01-13hugetlb: fix handling of parse errors in sysfsGravatar Eric B Munson 1-4/+2
2011-01-13hugetlb: do not allow pagesize >= MAX_ORDER pool adjustmentGravatar Eric B Munson 1-2/+21
2011-01-13hugetlb: check the return value of string conversion in sysctl handlerGravatar Michal Hocko 1-6/+12
2011-01-13mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()Gravatar Jesper Juhl 1-1/+3
2011-01-13thp: clear_copy_huge_pageGravatar Andrea Arcangeli 1-67/+3
2010-12-02mm/hugetlb.c: avoid double unlock_page() in hugetlb_fault()Gravatar Dean Nelson 1-1/+2
2010-10-26mm/hugetlb.c: add missing spin_lock() to hugetlb_cow()Gravatar Dean Nelson 1-1/+4
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsGravatar Andi Kleen 1-2/+4
2010-10-08hugepage: move is_hugepage_on_freelist inside ifdef to avoid warningGravatar Andi Kleen 1-1/+2
2010-10-08HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASEDGravatar Naoya Horiguchi 1-0/+1
2010-10-08hugetlb: move refcounting in hugepage allocation inside hugetlb_lockGravatar Naoya Horiguchi 1-22/+13
2010-10-08HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()Gravatar Naoya Horiguchi 1-4/+25
2010-10-08hugetlb: hugepage migration coreGravatar Naoya Horiguchi 1-1/+17
2010-10-08hugetlb: redefine hugepage copy functionsGravatar Naoya Horiguchi 1-5/+40
2010-10-08hugetlb: add allocate function for hugepage migrationGravatar Naoya Horiguchi 1-25/+54
2010-10-08hugetlb: fix metadata corruption in hugetlb_fault()Gravatar Naoya Horiguchi 1-12/+9
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