summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/hugetlbpage.c
AgeCommit message (Expand)Author
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_2645198Mark Rutland
2023-09-29arm64: hugetlb: fix set_huge_pte_at() to work with all swap entriesRyan Roberts
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts
2023-08-24arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()Qi Zheng
2023-06-19arm64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins
2023-01-06arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual
2022-12-15Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"Will Deacon
2022-11-18arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual
2022-09-26mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-07-17arm64/hugetlb: implement arm64 specific hugetlb_mask_last_pageBaolin Wang
2022-07-03mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng
2022-07-01arm64: hugetlb: Restore TLB invalidation for BBM on contiguous ptesWill Deacon
2022-06-27arm64: Add HAVE_IOREMAP_PROT supportKefeng Wang
2022-05-27arm64/hugetlb: Fix building errors in huge_ptep_clear_flush()Baolin Wang
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-16arm64/hugetlb: Implement arm64 specific huge_ptep_get()Baolin Wang
2022-05-16arm64/hugetlb: Use ptep_get() to get the pte value of a huge pageBaolin Wang
2022-05-13mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang
2022-05-11arm64/hugetlb: Drop TLB flush from get_clear_flush()Anshuman Khandual
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual
2022-02-22arm64/hugetlb: Define __hugetlb_valid_size()Anshuman Khandual
2021-10-29Merge branch 'for-next/fixes' into for-next/coreWill Deacon
2021-10-11arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZEMike Kravetz
2021-09-29arm64/mm: Add pud_sect_supported()Anshuman Khandual
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy
2021-05-05hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-07-15arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configsAnshuman Khandual
2020-07-03arm64/mm: Redefine CONT_{PTE, PMD}_SHIFTGavin Shan
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz
2020-05-07arm64: hugetlb: avoid potential NULL dereferenceMark Rutland
2019-06-03arm64/hugetlb: Use macros for contiguous huge page sizesAnshuman Khandual
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-03-05arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual
2018-12-06arm64: hugetlb: Register hugepages during arch initAllen Pais
2018-09-24arm64: hugetlb: Avoid unnecessary clearing in huge_ptep_set_access_flagsSteve Capper
2018-09-24arm64: hugetlb: Fix handling of young ptesSteve Capper
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon
2017-08-22arm64: hugetlb: Cleanup setup_hugepageszSteve Capper