aboutsummaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2015-12-12mm/hugetlb.c: fix resv map memory leak for placeholder entriesMike Kravetz
2015-12-12mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi
2015-12-12mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi
2015-11-10hugetlb: trivial comment fixNaoya Horiguchi
2015-11-06mm: use 'unsigned int' for page orderKirill A. Shutemov
2015-11-06mm: make compound_head() robustKirill A. Shutemov
2015-11-06mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson
2015-11-05mm, hugetlbfs: optimize when NUMA=nDave Hansen
2015-11-05mm, hugetlb: use memory policy when availableDave Hansen
2015-11-05mm/hugetlb: make node_hstates array staticAlexander Kuleshov
2015-11-05mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi
2015-10-01mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka
2015-09-08hugetlbfs: add hugetlbfs_fallocate()Mike Kravetz
2015-09-08hugetlbfs: New huge_add_to_page_cache helper routineMike Kravetz
2015-09-08mm/hugetlb: alloc_huge_page handle areas hole punched by fallocateMike Kravetz
2015-09-08mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punchMike Kravetz
2015-09-08hugetlbfs: truncate_hugepages() takes a range of pagesMike Kravetz
2015-09-08mm/hugetlb: expose hugetlb fault mutex for use by fallocateMike Kravetz
2015-09-08mm/hugetlb: add region_del() to delete a specific range of entriesMike Kravetz
2015-09-08mm/hugetlb: add cache of descriptors to resv_map for region_addMike Kravetz
2015-09-04mm/hugetlb.c: make vma_has_reserves() return boolNicholas Krause
2015-09-04mm/hugetlb.c: make vma_shareable() return boolNicholas Krause
2015-06-25mm/hugetlb: remove unused arch hook prepare/release_hugepageDominik Dingel
2015-06-24mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pagesMike Kravetz
2015-06-24mm/hugetlb: compute/return the number of regions added by region_add()Mike Kravetz
2015-06-24mm/hugetlb: document the reserve map/region tracking routinesMike Kravetz
2015-06-24mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi
2015-06-24mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen
2015-04-15mm: hugetlb: cleanup using paeg_huge_active()Naoya Horiguchi
2015-04-15mm: hugetlb: introduce page_huge_activeNaoya Horiguchi
2015-04-15hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz
2015-04-15hugetlbfs: add minimum size accounting to subpoolsMike Kravetz
2015-04-15hugetlbfs: add minimum size tracking fields to subpool structureMike Kravetz
2015-04-14mm, hugetlb: abort __get_user_pages if current has been oom killedDavid Rientjes
2015-04-14mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer
2015-03-12mm, hugetlb: close race when setting PageTail for gigantic pagesDavid Rientjes
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov
2015-02-11mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi
2015-02-11mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi
2015-02-11mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi
2015-02-11mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi
2015-02-11mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi
2015-02-10mm: hugetlb: fix type of hugetlb_treat_as_movable variableAndrey Ryabinin
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-12-13hugetlb: hugetlb_register_all_nodes(): add __init markerLuiz Capitulino
2014-12-13hugetlb: alloc_bootmem_huge_page(): use IS_ALIGNED()Luiz Capitulino
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso