aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/mm/hugetlbpage.c
AgeCommit message (Expand)Author
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
2017-08-22arm64: Re-enable support for contiguous hugepagesPunit Agrawal
2017-08-22arm64: hugetlb: Override set_huge_swap_pte_at() to support contiguous hugepagesPunit Agrawal
2017-08-22arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepagesPunit Agrawal
2017-08-22arm64: hugetlb: Handle swap entries in huge_pte_offset() for contiguous hugep...Punit Agrawal
2017-08-22arm64: hugetlb: Add break-before-make logic for contiguous entriesSteve Capper
2017-08-22arm64: hugetlb: Spring clean huge pte accessorsSteve Capper
2017-08-22arm64: hugetlb: Introduce pte_pgprot helperSteve Capper
2017-08-22arm64: hugetlb: set_huge_pte_at Add WARN_ON on !pte_presentSteve Capper
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal
2017-07-06arm64: hugetlb: remove spurious calls to huge_ptep_offset()Steve Capper
2017-07-06arm64: hugetlb: refactor find_num_contig()Steve Capper
2017-06-12arm64: hugetlb: Fix huge_pte_offset to return poisoned page table entriesPunit Agrawal
2017-04-07Revert "Revert "arm64: hugetlb: partial revert of 66b3923a1a0f""Will Deacon
2017-01-11arm64: hugetlb: fix the wrong return value for huge_ptep_set_access_flagsHuang Shijie
2016-11-09arm64: hugetlb: fix the wrong address for several functionsHuang Shijie
2016-11-09arm64: hugetlb: remove the wrong pmd check in find_num_contig()Huang Shijie
2016-11-09arm64: Fix typo in add_default_hugepagesz() for 64K pagesCatalin Marinas