aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-27arm64/hugetlb: Fix building errors in huge_ptep_clear_flush()Baolin Wang1-1/+4
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-7/+44
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-5/+1
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds5-63/+133
2022-05-20Merge branch 'for-next/esr-elx-64-bit' into for-next/coreCatalin Marinas1-35/+35
2022-05-20Merge branch 'for-next/sysreg-gen' into for-next/coreCatalin Marinas1-1/+2
2022-05-20Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subpage', 'for-next/misc', 'for-next/ftrace' and 'for-next/crashkernel', remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas4-27/+96
2022-05-17arm64: mm: avoid writable executable mappings in kexec/hibernate codeArd Biesheuvel1-1/+1
2022-05-16arm64/hugetlb: Implement arm64 specific huge_ptep_get()Baolin Wang1-0/+22
2022-05-16arm64/hugetlb: Use ptep_get() to get the pte value of a huge pageBaolin Wang1-4/+4
2022-05-16arm64: kdump: Do not allocate crash low memory if not neededZhen Lei1-1/+2
2022-05-13mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang1-7/+5
2022-05-11arm64/hugetlb: Drop TLB flush from get_clear_flush()Anshuman Khandual1-11/+5
2022-05-09arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport1-0/+8
2022-05-07arm64: kdump: Reimplement crashkernel=XChen Zhou1-6/+57
2022-05-07arm64: Use insert_resource() to simplify codeZhen Lei1-0/+1
2022-05-05arm64: mm: Cleanup useless parameters in zone_sizes_init()Kefeng Wang1-3/+3
2022-05-04arm64: fix types in copy_highpage()Tong Tiangen1-2/+2
2022-05-04arm64/mte: Make TCF field values and naming more standardMark Brown1-1/+2
2022-04-29arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei1-35/+35
2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song1-1/+1
2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song1-1/+1
2022-04-28arm64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+25
2022-04-28arm64: mm: hugetlb: enable HUGETLB_PAGE_FREE_VMEMMAP for arm64Muchun Song1-0/+14
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-5/+1
2022-04-04arm64: fix typos in commentsJulia Lawall1-2/+2
2022-03-24kasan, arm64: don't tag executable vmalloc allocationsAndrey Konovalov1-1/+1
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+3
2022-03-23arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-6/+3
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual1-0/+1
2022-03-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds7-54/+122
2022-03-14Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon1-3/+9
2022-03-14Merge branch 'for-next/mm' into for-next/coreWill Deacon4-34/+37
2022-03-14Merge branch 'for-next/misc' into for-next/coreWill Deacon2-5/+63
2022-03-14Merge branch 'for-next/linkage' into for-next/coreWill Deacon1-14/+21
2022-03-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+17
2022-03-09arm64: mm: Drop 'const' from conditional arm64_dma_phys_limit definitionWill Deacon1-1/+1
2022-03-08arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory zonesVijay Balakrishna2-5/+63
2022-03-08arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas1-0/+17
2022-03-07arm64/mm: Drop use_1G_block()Anshuman Khandual1-13/+2
2022-03-07arm64: avoid flushing icache multiple times on contiguous HugeTLBMuchun Song1-0/+7
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+1
2022-02-22arm64/hugetlb: Define __hugetlb_valid_size()Anshuman Khandual1-20/+18
2022-02-22arm64: clean up symbol aliasingMark Rutland1-14/+21
2022-02-15arm64: mte: Define the number of bytes for storing the tags in a pageCatalin Marinas1-1/+1
2022-02-15arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse1-3/+9
2022-02-15arm64/mm: avoid fixmap race condition when create pud mappingJianyong Wu1-0/+9
2022-02-15arm64/mm: Consolidate TCR_EL1 fieldsAnshuman Khandual1-1/+1