aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/hugetlbpage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-08arch/x86/mm/hugetlbpage.c: pud_huge() returns 0 when using 2-level pagingNaoya Horiguchi1-0/+4
2022-08-08mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entryNaoya Horiguchi1-1/+7
2022-06-16mm/x86: remove dead code for hugetlbpage.cPeter Xu1-39/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz1-1/+1
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-16/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-4/+13
2020-01-23x86/mpx: remove MPX from arch/x86Dave Hansen1-5/+0
2019-05-14mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti1-1/+1
2018-11-01x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov1-2/+2
2017-11-16x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderKirill A. Shutemov1-3/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-21x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov1-4/+17
2017-07-21x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov1-0/+6
2017-07-21x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Kirill A. Shutemov1-1/+1
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal1-1/+1
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-1/+1
2017-03-14x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov1-3/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2016-05-19x86: mm: use hugetlb_bad_size()Vaishali Thakkar1-0/+1
2016-03-31x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov1-2/+2
2016-02-05mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka1-2/+2
2015-02-11mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi1-1/+7
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-12/+0
2015-02-10hugetlb, x86: register 1G page size if we can allocate them at runtimeKirill A. Shutemov1-0/+11
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-10/+0
2013-11-19x86/mm: Implement ASLR for hugetlb mappingsKirill A. Shutemov1-6/+3
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+8
2013-06-14x86: mm: Remove general hugetlb code from x86.Steve Capper1-67/+0
2013-06-14x86: mm: Remove x86 version of huge_pmd_share.Steve Capper1-120/+0
2012-12-11mm: use vm_unmapped_area() in hugetlbfs on i386 architectureMichel Lespinasse1-105/+25
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-2/+1
2012-08-21mm: hugetlbfs: correctly populate shared pmdMichal Hocko1-5/+16
2012-03-21hugetlb: remove prev_vma from hugetlb_get_unmapped_area_topdown()Xiao Guangrong1-13/+5
2012-03-21hugetlb: try to search again if it is really neededXiao Guangrong1-4/+6
2012-03-06x86: fix typo in recent find_vma_prev purgeLinus Torvalds1-1/+1
2012-03-06vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds1-1/+3
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-2/+2
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-05-29x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be shared or notMel Gorman1-1/+5
2008-07-24x86: add hugepagesz option on 64-bitAndi Kleen1-0/+17
2008-07-24x86: support GB hugepages on 64-bitAndi Kleen1-11/+22
2008-07-24hugetlb: introduce pud_hugeAndi Kleen1-1/+24
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen1-2/+3
2008-03-27x86: stricter check in follow_huge_addr()Christoph Lameter1-1/+1
2008-01-30x86: demacro asm-x86/pgalloc_32.hJeremy Fitzhardinge1-1/+2
2007-10-11i386: move mmThomas Gleixner1-0/+391