aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/hugetlbpage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29Merge branch 'for-next/fixes' into for-next/coreWill Deacon1-1/+2
2021-10-11arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZEMike Kravetz1-1/+1
2021-09-29arm64/mm: Add pud_sect_supported()Anshuman Khandual1-11/+15
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy1-3/+2
2021-05-05hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu1-2/+1
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu1-2/+2
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-07-15arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configsAnshuman Khandual1-0/+38
2020-07-03arm64/mm: Redefine CONT_{PTE, PMD}_SHIFTGavin Shan1-2/+2
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport1-3/+12
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz1-12/+4
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-15/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-4/+13
2020-05-07arm64: hugetlb: avoid potential NULL dereferenceMark Rutland1-0/+2
2019-06-03arm64/hugetlb: Use macros for contiguous huge page sizesAnshuman Khandual1-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-03-05arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual1-0/+20
2018-12-06arm64: hugetlb: Register hugepages during arch initAllen Pais1-11/+22
2018-09-24arm64: hugetlb: Avoid unnecessary clearing in huge_ptep_set_access_flagsSteve Capper1-4/+34
2018-09-24arm64: hugetlb: Fix handling of young ptesSteve Capper1-3/+9
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds1-6/+4
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov1-2/+5
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon1-51/+43
2017-08-22arm64: hugetlb: Cleanup setup_hugepageszSteve Capper1-13/+13
2017-08-22arm64: Re-enable support for contiguous hugepagesPunit Agrawal1-0/+14
2017-08-22arm64: hugetlb: Override set_huge_swap_pte_at() to support contiguous hugepagesPunit Agrawal1-0/+12
2017-08-22arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepagesPunit Agrawal1-0/+38
2017-08-22arm64: hugetlb: Handle swap entries in huge_pte_offset() for contiguous hugepagesPunit Agrawal1-5/+14
2017-08-22arm64: hugetlb: Add break-before-make logic for contiguous entriesSteve Capper1-21/+91
2017-08-22arm64: hugetlb: Spring clean huge pte accessorsSteve Capper1-65/+54
2017-08-22arm64: hugetlb: Introduce pte_pgprot helperSteve Capper1-4/+12
2017-08-22arm64: hugetlb: set_huge_pte_at Add WARN_ON on !pte_presentSteve Capper1-0/+6
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal1-1/+2
2017-07-06arm64: hugetlb: remove spurious calls to huge_ptep_offset()Steve Capper1-23/+14
2017-07-06arm64: hugetlb: refactor find_num_contig()Steve Capper1-9/+8
2017-06-12arm64: hugetlb: Fix huge_pte_offset to return poisoned page table entriesPunit Agrawal1-19/+10
2017-04-07Revert "Revert "arm64: hugetlb: partial revert of 66b3923a1a0f""Will Deacon1-14/+0
2017-01-11arm64: hugetlb: fix the wrong return value for huge_ptep_set_access_flagsHuang Shijie1-1/+1
2016-11-09arm64: hugetlb: fix the wrong address for several functionsHuang Shijie1-4/+4
2016-11-09arm64: hugetlb: remove the wrong pmd check in find_num_contig()Huang Shijie1-12/+0
2016-11-09arm64: Fix typo in add_default_hugepagesz() for 64K pagesCatalin Marinas1-1/+1
2016-05-31Revert "arm64: hugetlb: partial revert of 66b3923a1a0f"Will Deacon1-0/+14
2016-05-19arm64: mm: use hugetlb_bad_size()Vaishali Thakkar1-0/+1
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov1-1/+1
2016-03-09arm64: hugetlb: partial revert of 66b3923a1a0fWill Deacon1-14/+0
2015-12-21arm64: hugetlb: add support for PTE contiguous bitDavid Woods1-1/+273
2015-07-27arm64: hugetlb: remove paragraph about writing to FSFJisheng Zhang1-4/+0
2015-07-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+2
2015-07-01arm64: Don't report clear pmds and puds as hugeChristoffer Dall1-2/+2
2015-06-24mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen1-7/+0