aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25mm: hugetlb: fix coding style issuesChris Forbes1-16/+15
2011-07-25hugetlb: add phys addr to struct huge_bootmem_pageBecky Bruce1-1/+9
2011-06-15mm: fix negative commitlimit when gigantic hugepages are allocatedRafael Aquini1-0/+8
2011-06-06mm: fix ENOSPC returned by handle_mm_fault()Hugh Dickins1-2/+2
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-2/+2
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-7/+7
2011-04-26Merge branch 'master' into for-nextJiri Kosina1-9/+7
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-5/+5
2011-03-22hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepagesPetr Holasek1-4/+2
2011-01-13hugetlb: fix handling of parse errors in sysfsEric B Munson1-4/+2
2011-01-13hugetlb: do not allow pagesize >= MAX_ORDER pool adjustmentEric B Munson1-2/+21
2011-01-13hugetlb: check the return value of string conversion in sysctl handlerMichal Hocko1-6/+12
2011-01-13mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()Jesper Juhl1-1/+3
2011-01-13thp: clear_copy_huge_pageAndrea Arcangeli1-67/+3
2010-12-02mm/hugetlb.c: avoid double unlock_page() in hugetlb_fault()Dean Nelson1-1/+2
2010-10-26mm/hugetlb.c: add missing spin_lock() to hugetlb_cow()Dean Nelson1-1/+4
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen1-2/+4
2010-10-08hugepage: move is_hugepage_on_freelist inside ifdef to avoid warningAndi Kleen1-1/+2
2010-10-08HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASEDNaoya Horiguchi1-0/+1
2010-10-08hugetlb: move refcounting in hugepage allocation inside hugetlb_lockNaoya Horiguchi1-22/+13
2010-10-08HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()Naoya Horiguchi1-4/+25
2010-10-08hugetlb: hugepage migration coreNaoya Horiguchi1-1/+17
2010-10-08hugetlb: redefine hugepage copy functionsNaoya Horiguchi1-5/+40
2010-10-08hugetlb: add allocate function for hugepage migrationNaoya Horiguchi1-25/+54
2010-10-08hugetlb: fix metadata corruption in hugetlb_fault()Naoya Horiguchi1-12/+9
2010-09-23hugetlb, rmap: fix confusing page locking in hugetlb_cow()Naoya Horiguchi1-10/+12
2010-09-23hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow()Naoya Horiguchi1-1/+1
2010-08-12Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-2/+102
2010-08-11hugetlb: add missing unlock in avoidcopy path in hugetlb_cow()Naoya Horiguchi1-1/+3
2010-08-11HWPOISON, hugetlb: support hwpoison injection for hugepageNaoya Horiguchi1-0/+2
2010-08-11HWPOISON, hugetlb: detect hwpoison in hugetlb codeNaoya Horiguchi1-0/+40
2010-08-11HWPOISON, hugetlb: isolate corrupted hugepageNaoya Horiguchi1-0/+16
2010-08-11hugetlb, rmap: add reverse mapping for hugepageNaoya Horiguchi1-2/+42
2010-08-09hugetlb: call mmu notifiers on hugepage cowDoug Doan1-0/+6
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie1-4/+8
2010-05-11hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OOM-killerMel Gorman1-1/+1
2010-04-24hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-2/+2
2010-02-02hugetlb: fix section mismatchesJeff Mahoney1-4/+3
2010-01-11mm: hugetlb: fix clear_huge_page()Andrea Arcangeli1-1/+1
2009-12-15hugetlb: abort a hugepage pool resize if a signal is pendingMel Gorman1-0/+3
2009-12-15hugetlb: acquire the i_mmap_lock before walking the prio_tree to unmap a pageMel Gorman1-1/+8
2009-12-15hugetlb: prevent deadlock in __unmap_hugepage_range() when alloc_huge_page() failsLarry Woodman1-2/+11
2009-12-15mm: add gfp flags for NODEMASK_ALLOC slab allocationsDavid Rientjes1-2/+3
2009-12-15hugetlb: use only nodes with memory for huge pagesLee Schermerhorn1-17/+18
2009-12-15hugetlb: add per node hstate attributesLee Schermerhorn1-26/+248
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn1-13/+84