aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi2015-05-091-2/+3
* mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi2015-05-091-1/+16
* mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi2015-05-091-15/+35
* mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi2014-08-061-0/+1
* hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi2014-07-111-28/+43
* mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi2014-05-181-0/+1
* mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi2014-04-301-0/+1
* mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli2014-02-151-0/+17
* futex: Take hugepages into account when generating futex_keyZhang Yi2013-07-271-0/+17
* mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi2013-06-191-1/+1
* hugetlbfs: add swap entry check in follow_hugetlb_page()Naoya Horiguchi2013-04-251-1/+11
* mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit acco...Wanpeng Li2013-03-271-2/+6
* hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreachMichal Hocko2012-10-171-1/+2
* mm: hugetlb: fix pgoff computation when unmapping page from vmaHillf Danton2012-10-171-2/+1
* mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman2012-08-101-2/+26
* mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov2012-08-021-1/+1
* cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-08-021-4/+11
* hugepages: fix use after free bug in "quota" handlingDavid Gibson2012-07-251-27/+108
* mm: fix vma_resv_map() NULL pointerDave Hansen2012-06-101-1/+2
* hugetlb: fix resv_map leak in error pathDave Hansen2012-06-101-6/+22
* hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf2012-05-201-1/+0
* hugetlb: fix race condition in hugetlb_fault()Chris Metcalf2012-04-221-0/+2
* mm: hugetlb: fix non-atomic enqueue of huge pageHillf Danton2011-12-291-1/+1
* thp: set compound tail page _count to zeroYouquan Song2011-12-091-0/+1
* hugetlb: release pages in the error path of hugetlb_cow()Hillf Danton2011-11-151-0/+2
* mm: hugetlb: fix coding style issuesChris Forbes2011-07-251-16/+15
* hugetlb: add phys addr to struct huge_bootmem_pageBecky Bruce2011-07-251-1/+9
* mm: fix negative commitlimit when gigantic hugepages are allocatedRafael Aquini2011-06-151-0/+8
* mm: fix ENOSPC returned by handle_mm_fault()Hugh Dickins2011-06-061-2/+2
* mm: don't access vm_flags as 'int'KOSAKI Motohiro2011-05-261-2/+2
* mm: Convert i_mmap_lock to a mutexPeter Zijlstra2011-05-251-7/+7
* Merge branch 'master' into for-nextJiri Kosina2011-04-261-9/+7
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-5/+5
| * hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepagesPetr Holasek2011-03-221-4/+2
* | treewide: remove extra semicolonsJustin P. Mattock2011-04-101-1/+1
|/
* hugetlb: fix handling of parse errors in sysfsEric B Munson2011-01-131-4/+2
* hugetlb: do not allow pagesize >= MAX_ORDER pool adjustmentEric B Munson2011-01-131-2/+21
* hugetlb: check the return value of string conversion in sysctl handlerMichal Hocko2011-01-131-6/+12
* mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()Jesper Juhl2011-01-131-1/+3
* thp: clear_copy_huge_pageAndrea Arcangeli2011-01-131-67/+3
* mm/hugetlb.c: avoid double unlock_page() in hugetlb_fault()Dean Nelson2010-12-021-1/+2
* mm/hugetlb.c: add missing spin_lock() to hugetlb_cow()Dean Nelson2010-10-261-1/+4
* Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen2010-10-081-2/+4
* hugepage: move is_hugepage_on_freelist inside ifdef to avoid warningAndi Kleen2010-10-081-1/+2
* HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASEDNaoya Horiguchi2010-10-081-0/+1
* hugetlb: move refcounting in hugepage allocation inside hugetlb_lockNaoya Horiguchi2010-10-081-22/+13
* HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()Naoya Horiguchi2010-10-081-4/+25
* hugetlb: hugepage migration coreNaoya Horiguchi2010-10-081-1/+17
* hugetlb: redefine hugepage copy functionsNaoya Horiguchi2010-10-081-5/+40
* hugetlb: add allocate function for hugepage migrationNaoya Horiguchi2010-10-081-25/+54