summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-26Fix incomplete backport of commit 0f792cf949a0Zefan Li1-5/+9
2016-10-26mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi1-4/+4
2016-04-27mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman1-0/+8
2015-06-19mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi1-2/+3
2015-06-19mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi1-1/+16
2015-06-19mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi1-9/+27
2014-07-31mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi1-0/+1
2014-07-09hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi1-28/+43
2014-06-08mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi1-0/+1
2014-05-06mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi1-0/+1
2014-02-06mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli1-0/+17
2013-08-20futex: Take hugepages into account when generating futex_keyZhang Yi1-0/+17
2013-06-20mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi1-1/+1
2013-04-26hugetlbfs: add swap entry check in follow_hugetlb_page()Naoya Horiguchi1-1/+11
2013-03-28mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit acco...Wanpeng Li1-2/+6
2012-10-13hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreachMichal Hocko1-1/+2
2012-08-15mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman1-2/+23
2012-06-09mm: fix vma_resv_map() NULL pointerDave Hansen1-1/+2
2012-06-09hugetlb: fix resv_map leak in error pathDave Hansen1-6/+22
2012-05-11hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf1-1/+0
2012-04-26mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov1-1/+1
2012-04-13hugetlb: fix race condition in hugetlb_fault()Chris Metcalf1-0/+2
2012-03-24mm: hugetlb: cleanup duplicated code in unmapping vm rangeHillf Danton1-14/+11
2012-03-22hugepages: fix use after free bug in "quota" handlingDavid Gibson1-27/+108
2012-03-22cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-4/+11
2012-03-22mm: hugetlb: bail out unmapping after serving reference pageHillf Danton1-0/+4
2012-03-22mm: hugetlb: defer freeing pages when gathering surplus pagesHillf Danton1-13/+17
2012-03-06flush_tlb_range() needs ->page_table_lock when ->mmap_sem is not heldAl Viro1-1/+1
2012-01-23mm/hugetlb.c: undo change to page mapcount in fault handlerHillf Danton1-3/+6
2012-01-11mm/hugetlb.c: avoid bogus counter of surplus huge pageHillf Danton1-1/+1
2012-01-11mm: hugetlb: fix pgoff computation when unmapping page from vmaHillf Danton1-2/+1
2012-01-11mm/hugetlb.c: fix virtual address handling in hugetlb faultKAMEZAWA Hiroyuki1-0/+2
2012-01-11hugetlb: clarify hugetlb_instantiation_mutex usageMichal Hocko1-0/+3
2012-01-11hugetlb: detect race upon page allocation failure during COWHillf Danton1-1/+8
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-17/+17
2011-12-30mm: hugetlb: fix non-atomic enqueue of huge pageHillf Danton1-1/+1
2011-12-22convert 'memory' sysdev_class to a regular subsystemKay Sievers1-17/+17
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