summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-11hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi1-28/+43
2014-05-18mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi1-0/+1
2014-04-30mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi1-0/+1
2014-02-15mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli1-0/+17
2013-07-27futex: Take hugepages into account when generating futex_keyZhang Yi1-0/+17
2013-06-19mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi1-1/+1
2013-04-25hugetlbfs: add swap entry check in follow_hugetlb_page()Naoya Horiguchi1-1/+11
2013-03-27mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit acco...Wanpeng Li1-2/+6
2012-10-17hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreachMichal Hocko1-1/+2
2012-10-17mm: hugetlb: fix pgoff computation when unmapping page from vmaHillf Danton1-2/+1
2012-08-10mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman1-2/+26
2012-08-02mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov1-1/+1
2012-08-02cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-4/+11
2012-07-25hugepages: fix use after free bug in "quota" handlingDavid Gibson1-27/+108
2012-06-10mm: fix vma_resv_map() NULL pointerDave Hansen1-1/+2
2012-06-10hugetlb: fix resv_map leak in error pathDave Hansen1-6/+22
2012-05-21hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf1-1/+0
2012-04-23hugetlb: fix race condition in hugetlb_fault()Chris Metcalf1-0/+2
2011-12-30mm: hugetlb: fix non-atomic enqueue of huge pageHillf Danton1-1/+1
2011-12-09thp: set compound tail page _count to zeroYouquan Song1-0/+1
2011-11-16hugetlb: release pages in the error path of hugetlb_cow()Hillf Danton1-0/+2
2011-07-26mm: hugetlb: fix coding style issuesChris Forbes1-16/+15
2011-07-26hugetlb: add phys addr to struct huge_bootmem_pageBecky Bruce1-1/+9
2011-06-16mm: 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-23hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepagesPetr Holasek1-4/+2
2011-01-14hugetlb: fix handling of parse errors in sysfsEric B Munson1-4/+2
2011-01-14hugetlb: do not allow pagesize >= MAX_ORDER pool adjustmentEric B Munson1-2/+21
2011-01-14hugetlb: check the return value of string conversion in sysctl handlerMichal Hocko1-6/+12
2011-01-14mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()Jesper Juhl1-1/+3
2011-01-14thp: clear_copy_huge_pageAndrea Arcangeli1-67/+3
2010-12-03mm/hugetlb.c: avoid double unlock_page() in hugetlb_fault()Dean Nelson1-1/+2
2010-10-27mm/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-24hugetlb, rmap: fix confusing page locking in hugetlb_cow()Naoya Horiguchi1-10/+12
2010-09-24hugetlb, 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/l...Linus Torvalds1-2/+102