aboutsummaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
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
2014-04-03mm, hugetlb: remove resv_map_putJoonsoo Kim
2014-04-03mm, hugetlb: fix race in region trackingDavidlohr Bueso
2014-04-03mm, hugetlb: improve, cleanup resv_map parametersJoonsoo Kim
2014-04-03mm, hugetlb: unify region structure handlingJoonsoo Kim
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-21mm/hugetlb.c: use memblock apis for early memory allocationsGrygorii Strashko
2014-01-21mm/hugetlb.c: call MMU notifiers when copying a hugetlb page rangeAndreas Sandberg
2014-01-21mm/hugetlb.c: defer PageHeadHuge() symbol exportAndrea Arcangeli
2014-01-21mm/hugetlb.c: simplify PageHeadHuge() and PageHuge()Andrew Morton
2014-01-21mm: hugetlb: use get_page_foll() in follow_hugetlb_page()Andrea Arcangeli
2014-11-13mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel
2013-11-21mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli
2013-11-21mm: thp: give transparent hugepage code a separate copy_pageDave Hansen
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov
2013-10-16mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pagesAndrea Arcangeli
2013-10-16mm/hugetlb.c: correct missing private flag clearingJoonsoo Kim
2013-09-11mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movableNaoya Horiguchi
2013-09-11mm: memory-hotplug: enable memory hotplug to handle hugepageNaoya Horiguchi
2013-09-11mm: mbind: add hugepage migration code to mbind()Naoya Horiguchi