summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/hugetlbpage.c
Commit message (Expand)AuthorAgeFilesLines
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-11-011-2/+1
|\
| * arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_2645198Mark Rutland2023-10-161-2/+1
* | arm64: hugetlb: fix set_huge_pte_at() to work with all swap entriesRyan Roberts2023-09-291-14/+3
* | mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-291-2/+4
|/
* arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()Qi Zheng2023-08-241-1/+1
* arm64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins2023-06-191-9/+2
* arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual2023-01-061-0/+21
* Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"Will Deacon2022-12-151-21/+0
* arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual2022-11-181-0/+21
* mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu2022-09-261-1/+1
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-17/+39
|\
| * arm64/hugetlb: implement arm64 specific hugetlb_mask_last_pageBaolin Wang2022-07-171-0/+22
| * mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng2022-07-031-17/+17
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-08-011-10/+0
|\ \
| * | arm64: Add HAVE_IOREMAP_PROT supportKefeng Wang2022-06-271-10/+0
| |/
* / arm64: hugetlb: Restore TLB invalidation for BBM on contiguous ptesWill Deacon2022-07-011-9/+21
|/
* arm64/hugetlb: Fix building errors in huge_ptep_clear_flush()Baolin Wang2022-05-271-1/+4
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-7/+5
|\
| * mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang2022-05-131-7/+5
* | arm64/hugetlb: Implement arm64 specific huge_ptep_get()Baolin Wang2022-05-161-0/+22
* | arm64/hugetlb: Use ptep_get() to get the pte value of a huge pageBaolin Wang2022-05-161-4/+4
* | arm64/hugetlb: Drop TLB flush from get_clear_flush()Anshuman Khandual2022-05-111-11/+5
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-0/+1
|\
| * mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual2022-03-221-0/+1
* | arm64/hugetlb: Define __hugetlb_valid_size()Anshuman Khandual2022-02-221-20/+18
|/
* Merge branch 'for-next/fixes' into for-next/coreWill Deacon2021-10-291-1/+2
|\
| * arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZEMike Kravetz2021-10-111-1/+1
* | arm64/mm: Add pud_sect_supported()Anshuman Khandual2021-09-291-11/+15
|/
* mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy2021-06-301-3/+2
* hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu2021-05-051-2/+1
* hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2021-05-051-2/+2
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configsAnshuman Khandual2020-07-151-0/+38
* arm64/mm: Redefine CONT_{PTE, PMD}_SHIFTGavin Shan2020-07-031-2/+2
* arm64: add support for folded p4d page tablesMike Rapoport2020-06-041-3/+12
* hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz2020-06-031-12/+4
* hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-031-15/+0
* hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-031-4/+13
* arm64: hugetlb: avoid potential NULL dereferenceMark Rutland2020-05-071-0/+2
* arm64/hugetlb: Use macros for contiguous huge page sizesAnshuman Khandual2019-06-031-6/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual2019-03-051-0/+20
* arm64: hugetlb: Register hugepages during arch initAllen Pais2018-12-061-11/+22
* arm64: hugetlb: Avoid unnecessary clearing in huge_ptep_set_access_flagsSteve Capper2018-09-241-4/+34
* arm64: hugetlb: Fix handling of young ptesSteve Capper2018-09-241-3/+9
* mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds2018-08-011-6/+4
* mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-261-2/+5
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-161-51/+43
* arm64: hugetlb: Cleanup setup_hugepageszSteve Capper2017-08-221-13/+13