summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2024-04-27arm64: hibernate: Fix level3 translation fault in swsusp_save()Yaxiong Tian1-3/+0
2023-12-03arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=yWill Deacon1-4/+3
2023-12-03mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang2-2/+66
2023-09-13arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()Qi Zheng1-1/+1
2023-07-01arm64/mm: Convert to using lock_mm_and_find_vma()Linus Torvalds1-37/+9
2023-06-09arm64/mm: mark private VM_FAULT_X defines as vm_fault_tMin-Hua Chen1-2/+2
2023-05-30arm64: Also reset KASAN tag if page is not PG_mte_taggedPeter Collingbourne1-2/+3
2023-03-11arm64: Reset KASAN tag in copy_highpage with HW tags onlyPeter Collingbourne1-1/+2
2023-03-11arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas3-4/+5
2023-02-01arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel1-0/+4
2022-12-31arm64: mm: kfence: only handle translation faultsMark Rutland1-1/+7
2022-12-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+16
2022-12-06Revert "arm64: dma: Drop cache invalidation from arch_dma_prep_coherent()"Will Deacon1-1/+16
2022-12-01Merge tag 'efi-fixes-for-v6.1-4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+0
2022-12-01arm64: efi: Revert "Recover from synchronous exceptions ..."Ard Biesheuvel1-4/+0
2022-11-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus 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/arm6...Linus Torvalds1-1/+6
2022-10-12arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas1-1/+6
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-10-10Merge tag 'iommu-updates-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds7-63/+27
2022-10-04Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus 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-27mm/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'...Joerg 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-09mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()Muchun Song1-10/+3
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-17/+64
2022-08-04Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-08-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus 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-18arm64/mm: move protection_map[] inside the platformAnshuman Khandual1-0/+21