Age | Commit message (Expand) | Author | Files | Lines |
2022-11-09 | arch/x86/mm/hugetlbpage.c: pud_huge() returns 0 when using 2-level paging | Naoya Horiguchi | 1 | -0/+4 |
2022-08-09 | mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entry | Naoya Horiguchi | 1 | -1/+7 |
2022-06-17 | mm/x86: remove dead code for hugetlbpage.c | Peter Xu | 1 | -39/+0 |
2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 1 | -1/+0 |
2020-06-04 | hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate | Mike Kravetz | 1 | -1/+1 |
2020-06-04 | hugetlbfs: move hugepagesz= parsing to arch independent code | Mike Kravetz | 1 | -16/+0 |
2020-06-04 | hugetlbfs: add arch_hugetlb_valid_size | Mike Kravetz | 1 | -4/+13 |
2020-01-23 | x86/mpx: remove MPX from arch/x86 | Dave Hansen | 1 | -5/+0 |
2019-05-14 | mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC | Alexandre Ghiti | 1 | -1/+1 |
2018-11-01 | x86/compat: Adjust in_compat_syscall() to generic code under !COMPAT | Dmitry Safonov | 1 | -2/+2 |
2017-11-16 | x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW border | Kirill A. Shutemov | 1 | -3/+8 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-21 | x86/mm: Prepare to expose larger address space to userspace | Kirill A. Shutemov | 1 | -4/+17 |
2017-07-21 | x86/mpx: Do not allow MPX if we have mappings above 47-bit | Kirill A. Shutemov | 1 | -0/+6 |
2017-07-21 | x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit() | Kirill A. Shutemov | 1 | -1/+1 |
2017-07-07 | mm/hugetlb: add size parameter to huge_pte_offset() | Punit Agrawal | 1 | -1/+1 |
2017-06-19 | mm: larger stack guard gap, between vmas | Hugh Dickins | 1 | -1/+1 |
2017-03-14 | x86/hugetlb: Adjust to the new native/compat mmap bases | Dmitry Safonov | 1 | -3/+6 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving more code to... | Ingo Molnar | 1 | -0/+1 |
2016-05-20 | x86: mm: use hugetlb_bad_size() | Vaishali Thakkar | 1 | -0/+1 |
2016-03-31 | x86/cpufeature: Remove cpu_has_gbpages | Borislav Petkov | 1 | -2/+2 |
2016-02-06 | mm, hugetlb: don't require CMA for runtime gigantic pages | Vlastimil Babka | 1 | -2/+2 |
2015-02-12 | mm/hugetlb: pmd_huge() returns true for non-present hugepage | Naoya Horiguchi | 1 | -1/+7 |
2015-02-12 | mm/hugetlb: reduce arch dependent code around follow_huge_* | Naoya Horiguchi | 1 | -12/+0 |
2015-02-11 | hugetlb, x86: register 1G page size if we can allocate them at runtime | Kirill A. Shutemov | 1 | -0/+11 |
2014-06-05 | hugetlb: restrict hugepage_migration_support() to x86_64 | Naoya Horiguchi | 1 | -10/+0 |
2013-11-19 | x86/mm: Implement ASLR for hugetlb mappings | Kirill A. Shutemov | 1 | -6/+3 |
2013-09-12 | mm: migrate: check movability of hugepage in unmap_and_move_huge_page() | Naoya Horiguchi | 1 | -0/+8 |
2013-06-14 | x86: mm: Remove general hugetlb code from x86. | Steve Capper | 1 | -67/+0 |
2013-06-14 | x86: mm: Remove x86 version of huge_pmd_share. | Steve Capper | 1 | -120/+0 |
2012-12-12 | mm: use vm_unmapped_area() in hugetlbfs on i386 architecture | Michel Lespinasse | 1 | -105/+25 |
2012-10-09 | mm: replace vma prio_tree with an interval tree | Michel Lespinasse | 1 | -2/+1 |
2012-08-22 | mm: hugetlbfs: correctly populate shared pmd | Michal Hocko | 1 | -5/+16 |
2012-03-22 | hugetlb: remove prev_vma from hugetlb_get_unmapped_area_topdown() | Xiao Guangrong | 1 | -13/+5 |
2012-03-22 | hugetlb: try to search again if it is really needed | Xiao Guangrong | 1 | -4/+6 |
2012-03-07 | x86: fix typo in recent find_vma_prev purge | Linus Torvalds | 1 | -1/+1 |
2012-03-07 | vm: avoid using find_vma_prev() unnecessarily | Linus Torvalds | 1 | -1/+3 |
2011-05-25 | mm: Convert i_mmap_lock to a mutex | Peter Zijlstra | 1 | -2/+2 |
2011-03-18 | x86: Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2009-05-29 | x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s... | Mel Gorman | 1 | -1/+5 |
2008-07-24 | x86: add hugepagesz option on 64-bit | Andi Kleen | 1 | -0/+17 |
2008-07-24 | x86: support GB hugepages on 64-bit | Andi Kleen | 1 | -11/+22 |
2008-07-24 | hugetlb: introduce pud_huge | Andi Kleen | 1 | -1/+24 |
2008-07-24 | hugetlb: modular state for hugetlb page size | Andi Kleen | 1 | -2/+3 |
2008-03-27 | x86: stricter check in follow_huge_addr() | Christoph Lameter | 1 | -1/+1 |
2008-01-30 | x86: demacro asm-x86/pgalloc_32.h | Jeremy Fitzhardinge | 1 | -1/+2 |
2007-10-11 | i386: move mm | Thomas Gleixner | 1 | -0/+391 |