summaryrefslogtreecommitdiff
path: root/arch/x86/mm/hugetlbpage.c
AgeCommit message (Expand)Author
2017-11-16x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderKirill A. Shutemov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-21x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov
2017-07-21x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov
2017-07-21x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Kirill A. Shutemov
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-03-14x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar
2016-05-19x86: mm: use hugetlb_bad_size()Vaishali Thakkar
2016-03-31x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov
2016-02-05mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka
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-10hugetlb, x86: register 1G page size if we can allocate them at runtimeKirill A. Shutemov
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi
2013-11-19x86/mm: Implement ASLR for hugetlb mappingsKirill A. Shutemov
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi
2013-06-14x86: mm: Remove general hugetlb code from x86.Steve Capper
2013-06-14x86: mm: Remove x86 version of huge_pmd_share.Steve Capper
2012-12-11mm: use vm_unmapped_area() in hugetlbfs on i386 architectureMichel Lespinasse
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-08-21mm: hugetlbfs: correctly populate shared pmdMichal Hocko
2012-03-21hugetlb: remove prev_vma from hugetlb_get_unmapped_area_topdown()Xiao Guangrong
2012-03-21hugetlb: try to search again if it is really neededXiao Guangrong
2012-03-06x86: fix typo in recent find_vma_prev purgeLinus Torvalds
2012-03-06vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra
2011-03-18x86: Fix common misspellingsLucas De Marchi
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-05-29x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s...Mel Gorman
2008-07-24x86: add hugepagesz option on 64-bitAndi Kleen
2008-07-24x86: support GB hugepages on 64-bitAndi Kleen
2008-07-24hugetlb: introduce pud_hugeAndi Kleen
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen
2008-03-27x86: stricter check in follow_huge_addr()Christoph Lameter
2008-01-30x86: demacro asm-x86/pgalloc_32.hJeremy Fitzhardinge
2007-10-11i386: move mmThomas Gleixner