summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-131-5/+5
* | mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2014-12-131-6/+6
* | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-12-111-1/+1
|\ \
| * | cpuset: simplify cpuset_node_allowed APIVladimir Davydov2014-10-271-1/+1
| |/
* | mm: hugetlb: fix __unmap_hugepage_range()Hillf Danton2014-12-101-1/+3
|/
* mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin2014-10-091-7/+7
* mm: fix potential infinite loop in dissolve_free_huge_pages()Li Zhong2014-08-061-0/+3
* mm, hugetlb: remove hugetlb_zero and hugetlb_infinityDavid Rientjes2014-08-061-1/+0
* mm, hugetlb: generalize writes to nr_hugepagesDavid Rientjes2014-08-061-32/+26
* mm,hugetlb: simplify error handling in hugetlb_cow()Davidlohr Bueso2014-08-061-19/+16
* mm,hugetlb: make unmap_ref_private() return voidDavidlohr Bueso2014-08-061-18/+14
* kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai2014-07-301-1/+1
* mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi2014-07-231-0/+1
* hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi2014-06-231-28/+43
* hugetlb: rename hugepage_migration_support() to ..._supported()Naoya Horiguchi2014-06-041-1/+1
* mm, hugetlb: move the error handle logic out of normal code pathJianyu Zhan2014-06-041-13/+13
* hugetlb: add support for gigantic page allocation at runtimeLuiz Capitulino2014-06-041-11/+155
* hugetlb: move helpers up in the fileLuiz Capitulino2014-06-041-73/+73
* hugetlb: update_and_free_page(): don't clear PG_reserved bitLuiz Capitulino2014-06-041-2/+2
* hugetlb: add hstate_is_gigantic()Luiz Capitulino2014-06-041-14/+14
* hugetlb: prep_compound_gigantic_page(): drop __init markerLuiz Capitulino2014-06-041-2/+1
* hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan2014-05-061-5/+14
* mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi2014-04-181-0/+1
* mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi2014-04-071-0/+1
* mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding styleChoi Gi-yong2014-04-071-2/+1
* mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-071-1/+2
* mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel2014-04-071-0/+2
* mm/hugetlb.c: add NULL check of return value of huge_pte_offsetNaoya Horiguchi2014-04-071-2/+3
* mm, hugetlb: mark some bootstrap functions as __initDavid Rientjes2014-04-031-2/+3
* mm, hugetlb: improve page-fault scalabilityDavidlohr Bueso2014-04-031-13/+71
* mm, hugetlb: use vma_resv_map() map typesJoonsoo Kim2014-04-031-50/+45
* mm, hugetlb: remove resv_map_putJoonsoo Kim2014-04-031-12/+3
* mm, hugetlb: fix race in region trackingDavidlohr Bueso2014-04-031-20/+38
* mm, hugetlb: improve, cleanup resv_map parametersJoonsoo Kim2014-04-031-13/+17
* mm, hugetlb: unify region structure handlingJoonsoo Kim2014-04-031-16/+21
* mm: optimize put_mems_allowed() usageMel Gorman2014-04-031-2/+2
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-231-5/+5
* mm/hugetlb.c: use memblock apis for early memory allocationsGrygorii Strashko2014-01-211-5/+5
* mm/hugetlb.c: call MMU notifiers when copying a hugetlb page rangeAndreas Sandberg2014-01-211-5/+16
* mm/hugetlb.c: defer PageHeadHuge() symbol exportAndrea Arcangeli2014-01-211-1/+0
* mm/hugetlb.c: simplify PageHeadHuge() and PageHuge()Andrew Morton2014-01-211-10/+2
* mm: hugetlb: use get_page_foll() in follow_hugetlb_page()Andrea Arcangeli2014-01-211-1/+1
* mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli2013-11-211-0/+17
* mm: thp: give transparent hugepage code a separate copy_pageDave Hansen2013-11-211-34/+0
* mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov2013-11-151-44/+66
* mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pagesAndrea Arcangeli2013-10-161-1/+15
OpenPOWER on IntegriCloud