summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb.c: fix resv map memory leak for placeholder entriesMike Kravetz2015-12-121-2/+12
* mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi2015-12-121-4/+4
* mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi2015-12-121-1/+4
* hugetlb: trivial comment fixNaoya Horiguchi2015-11-101-2/+2
* mm: use 'unsigned int' for page orderKirill A. Shutemov2015-11-061-9/+10
* mm: make compound_head() robustKirill A. Shutemov2015-11-061-6/+2
* mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov2015-11-061-4/+4
* mm: introduce VM_LOCKONFAULTEric B Munson2015-11-051-2/+2
* mm, hugetlbfs: optimize when NUMA=nDave Hansen2015-11-051-5/+13
* mm, hugetlb: use memory policy when availableDave Hansen2015-11-051-12/+104
* mm/hugetlb: make node_hstates array staticAlexander Kuleshov2015-11-051-1/+1
* mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2015-11-051-0/+9
* mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman2015-10-011-0/+8
* mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-081-2/+2
* hugetlbfs: add hugetlbfs_fallocate()Mike Kravetz2015-09-081-1/+1
* hugetlbfs: New huge_add_to_page_cache helper routineMike Kravetz2015-09-081-9/+18
* mm/hugetlb: alloc_huge_page handle areas hole punched by fallocateMike Kravetz2015-09-081-15/+39
* mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punchMike Kravetz2015-09-081-2/+13
* hugetlbfs: truncate_hugepages() takes a range of pagesMike Kravetz2015-09-081-3/+37
* mm/hugetlb: expose hugetlb fault mutex for use by fallocateMike Kravetz2015-09-081-10/+10
* mm/hugetlb: add region_del() to delete a specific range of entriesMike Kravetz2015-09-081-37/+85
* mm/hugetlb: add cache of descriptors to resv_map for region_addMike Kravetz2015-09-081-22/+152
* mm/hugetlb.c: make vma_has_reserves() return boolNicholas Krause2015-09-041-6/+6
* mm/hugetlb.c: make vma_shareable() return boolNicholas Krause2015-09-041-3/+3
* mm/hugetlb: remove unused arch hook prepare/release_hugepageDominik Dingel2015-06-251-10/+0
* mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pagesMike Kravetz2015-06-241-4/+35
* mm/hugetlb: compute/return the number of regions added by region_add()Mike Kravetz2015-06-241-24/+48
* mm/hugetlb: document the reserve map/region tracking routinesMike Kravetz2015-06-241-2/+50
* mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi2015-06-241-8/+11
* mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-241-0/+5
* mm: hugetlb: cleanup using paeg_huge_active()Naoya Horiguchi2015-04-151-37/+5
* mm: hugetlb: introduce page_huge_activeNaoya Horiguchi2015-04-151-3/+38
* hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz2015-04-151-4/+21
* hugetlbfs: add minimum size accounting to subpoolsMike Kravetz2015-04-151-23/+100
* hugetlbfs: add minimum size tracking fields to subpool structureMike Kravetz2015-04-151-2/+1
* mm, hugetlb: abort __get_user_pages if current has been oom killedDavid Rientjes2015-04-141-0/+9
* mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer2015-04-141-2/+1
* mm, hugetlb: close race when setting PageTail for gigantic pagesDavid Rientjes2015-03-121-1/+3
* mm: account pmd page tables to the processKirill A. Shutemov2015-02-111-2/+6
* mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi2015-02-111-2/+3
* mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi2015-02-111-1/+20
* mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi2015-02-111-16/+36
* mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi2015-02-111-14/+34
* mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi2015-02-111-0/+2
* mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-02-111-15/+15
* mm: hugetlb: fix type of hugetlb_treat_as_movable variableAndrey Ryabinin2015-02-101-1/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-151-1/+6
|\
| * mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel2014-11-131-1/+6
* | hugetlb: hugetlb_register_all_nodes(): add __init markerLuiz Capitulino2014-12-131-1/+1
* | hugetlb: alloc_bootmem_huge_page(): use IS_ALIGNED()Luiz Capitulino2014-12-131-1/+1