summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-03-021-1/+2
|\
| * arm64: Reset KASAN tag in copy_highpage with HW tags onlyPeter Collingbourne2023-02-221-1/+2
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-2/+2
|\ \
| * | mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)2023-02-021-2/+2
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-213-4/+7
|\ \ \ | |/ / |/| / | |/
| *-. Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas2023-02-103-4/+7
| |\ \
| | | * efi: arm64: enter with MMU and caches enabledArd Biesheuvel2023-01-241-0/+1
| | | * arm64: kernel: move identity map out of .text mappingArd Biesheuvel2023-01-241-2/+0
| | |/ | |/|
| | * arm64/mm: Intercept pfn changes in set_pte_at()Anshuman Khandual2023-01-311-2/+6
| |/
* / arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual2023-01-062-0/+42
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-12-162-42/+0
|\
| * Revert "arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruption"Will Deacon2022-12-152-42/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-153-13/+14
|\ \
| * \ Merge branch kvm-arm64/mte-map-shared into kvmarm-master/nextMarc Zyngier2022-12-053-13/+14
| |\ \
| | * | arm64: mte: Lock a page for MTE tag initialisationCatalin Marinas2022-11-293-9/+9
| | * | arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas2022-11-293-4/+5
* | | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-132-89/+16
|\ \ \ \
| * | | | mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen2022-12-111-40/+15
| * | | | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-082-49/+1
| |/ / /
* | | | Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-131-0/+4
|\ \ \ \
| * | | | arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel2022-12-081-0/+4
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-12-125-9/+72
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'for-next/trivial' into for-next/coreWill Deacon2022-12-062-5/+1
| |\ \ \ \
| | * | | | arm64/kpti: Move DAIF masking to C codeMark Brown2022-11-251-4/+0
| | * | | | Revert "arm64/mm: Drop redundant BUG_ON(!pgtable_alloc)"Will Deacon2022-11-211-1/+3
| | * | | | arm64/mm: Drop redundant BUG_ON(!pgtable_alloc)Anshuman Khandual2022-11-181-3/+1
| | * | | | arm64/mm: Drop ARM64_KERNEL_USES_PMD_MAPSAnshuman Khandual2022-11-081-1/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'for-next/mm' into for-next/coreWill Deacon2022-12-061-1/+7
| |\ \ \ \
| | * | | | arm64: mm: kfence: only handle translation faultsMark Rutland2022-11-151-1/+7
| | |/ / /
| * | | | Merge branch 'for-next/kdump' into for-next/coreWill Deacon2022-12-061-3/+22
| |\ \ \ \
| | * | | | arm64: kdump: Support crashkernel=X fall back to reserve region above DMA zonesZhen Lei2022-11-181-1/+16
| | * | | | arm64: kdump: Provide default size when crashkernel=Y,low is not specifiedZhen Lei2022-11-181-2/+6
| | |/ / /
| * / / / arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual2022-11-182-0/+42
| |/ / /
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-12-061-1/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "arm64: dma: Drop cache invalidation from arch_dma_prep_coherent()"Will Deacon2022-12-061-1/+16
| |/ /
* | | Merge tag 'efi-fixes-for-v6.1-4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-011-4/+0
|\ \ \
| * | | arm64: efi: Revert "Recover from synchronous exceptions ..."Ard Biesheuvel2022-12-011-4/+0
| |/ /
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-11-111-2/+3
|\ \ \ | |/ / |/| |
| * | arm64: fix rodata=full againArd Biesheuvel2022-11-081-2/+3
| |/
* / arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel2022-11-031-0/+4
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-10-141-1/+6
|\
| * arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas2022-10-121-1/+6
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+1
|\ \
| * | mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu2022-09-261-1/+1
* | | Merge tag 'iommu-updates-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-101-1/+1
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel2022-09-262-15/+19
| |\ \ \ \ | | |_|/ / | |/| | |
| | | * | iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy2022-09-071-1/+1
| | |/ / | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-10-067-63/+27
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'for-next/misc' into for-next/coreCatalin Marinas2022-09-305-58/+22
| |\ \ \
| | * | | arm64/mm: fold check for KFENCE into can_set_direct_map()Mike Rapoport2022-09-292-7/+9