aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+3
2022-11-08arm64: fix rodata=full againArd Biesheuvel1-2/+3
2022-11-03arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel1-0/+4
2022-10-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+6
2022-10-12arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas1-1/+6
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2022-10-10Merge tag 'iommu-updates-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds7-63/+27
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+3
2022-09-30Merge branch 'for-next/misc' into for-next/coreCatalin Marinas5-58/+22
2022-09-29arm64/mm: fold check for KFENCE into can_set_direct_map()Mike Rapoport2-7/+9
2022-09-26mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu1-1/+1
2022-09-26arm64: Add types to indirect called assembly functionsSami Tolvanen1-2/+3
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel2-15/+19
2022-09-22arm64: mte: move register initialization to CPeter Collingbourne1-41/+5
2022-09-22arm64: mm: handle ARM64_KERNEL_USES_PMD_MAPS in vmemmap_populate()Kefeng Wang1-9/+4
2022-09-22arm64: dma: Drop cache invalidation from arch_dma_prep_coherent()Will Deacon1-1/+1
2022-09-22arm64: mm: don't acquire mutex when rewriting swapperMark Rutland1-14/+18
2022-09-09arm64/sysreg: Standardise naming for MTE feature enumerationMark Brown1-1/+1
2022-09-09arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.ASIDBitsMark Brown1-3/+3
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64PFR1_EL1 constant namesMark Brown2-3/+3
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown2-4/+4
2022-09-07iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy1-1/+1
2022-09-06arm64: compat: Implement misalignment fixups for multiword loadsArd Biesheuvel1-0/+3
2022-08-23arm64: fix rodata=fullMark Rutland1-18/+0
2022-08-08mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()Muchun Song1-10/+3
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-17/+64
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-1/+1
2022-08-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds12-277/+186
2022-07-25Merge branch 'for-next/boot' into for-next/coreWill Deacon3-12/+62
2022-07-25Merge branch 'for-next/mte' into for-next/coreWill Deacon3-19/+0
2022-07-25Merge branch 'for-next/misc' into for-next/coreWill Deacon4-52/+18
2022-07-25Merge branch 'for-next/kpti' into for-next/coreWill Deacon2-93/+97
2022-07-25Merge branch 'for-next/ioremap' into for-next/coreWill Deacon2-92/+8
2022-07-17arm64/mm: move protection_map[] inside the platformAnshuman Khandual1-0/+21
2022-07-17arm64/hugetlb: implement arm64 specific hugetlb_mask_last_pageBaolin Wang1-0/+22
2022-07-07arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags"Catalin Marinas2-18/+0
2022-07-07mm: kasan: Skip unpoisoning of user pagesCatalin Marinas1-1/+0
2022-07-05arm64: mm: Remove assembly DMA cache maintenance wrappersWill Deacon2-46/+14
2022-07-05arm64/mm: Define defer_reserve_crashkernel()Anshuman Khandual2-6/+4
2022-07-03mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng1-17/+17
2022-07-01arm64: hugetlb: Restore TLB invalidation for BBM on contiguous ptesWill Deacon1-9/+21
2022-07-01arm64: mm: fix booting with 52-bit address spaceArd Biesheuvel2-16/+4
2022-06-28arm64: extable: cleanup redundant extable type EX_TYPE_FIXUPTong Tiangen1-9/+0
2022-06-28arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO supportTong Tiangen1-0/+1
2022-06-27Merge branch 'master' into mm-stableakpm1-2/+0
2022-06-27arm64: Add HAVE_IOREMAP_PROT supportKefeng Wang1-10/+0
2022-06-27arm64: mm: Convert to GENERIC_IOREMAPKefeng Wang1-82/+8
2022-06-24arm64: head: record CPU boot mode after enabling the MMUArd Biesheuvel1-0/+8
2022-06-24arm64: head: cover entire kernel image in initial ID mapArd Biesheuvel2-4/+39