summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
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
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-12-10mm: hugetlb: fix __unmap_hugepage_range()Hillf Danton
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin
2014-08-06mm: fix potential infinite loop in dissolve_free_huge_pages()Li Zhong
2014-08-06mm, hugetlb: remove hugetlb_zero and hugetlb_infinityDavid Rientjes
2014-08-06mm, hugetlb: generalize writes to nr_hugepagesDavid Rientjes
2014-08-06mm,hugetlb: simplify error handling in hugetlb_cow()Davidlohr Bueso
2014-08-06mm,hugetlb: make unmap_ref_private() return voidDavidlohr Bueso
2014-07-30kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai
2014-07-23mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi
2014-06-23hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi
2014-06-04hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi
2014-06-04mm, hugetlb: move the error handle logic out of normal code pathJianyu Zhan
2014-06-04hugetlb: add support for gigantic page allocation at runtimeLuiz Capitulino
2014-06-04hugetlb: move helpers up in the fileLuiz Capitulino
2014-06-04hugetlb: update_and_free_page(): don't clear PG_reserved bitLuiz Capitulino
2014-06-04hugetlb: add hstate_is_gigantic()Luiz Capitulino
2014-06-04hugetlb: prep_compound_gigantic_page(): drop __init markerLuiz Capitulino
2014-05-06hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan
2014-04-18mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi
2014-04-07mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi
2014-04-07mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding styleChoi Gi-yong
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2014-04-07mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel
2014-04-07mm/hugetlb.c: add NULL check of return value of huge_pte_offsetNaoya Horiguchi
2014-04-03mm, hugetlb: mark some bootstrap functions as __initDavid Rientjes
2014-04-03mm, hugetlb: improve page-fault scalabilityDavidlohr Bueso
2014-04-03mm, hugetlb: use vma_resv_map() map typesJoonsoo Kim