summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2026-06-03arm64: patching: replace min_t with min in __text_pokeThorsten Blum1-2/+1
2026-06-03KVM: arm64: nv: Restart stage-1 walk if stage-2 desc update failsOliver Upton1-0/+3
2026-06-03KVM: arm64: Restart instruction upon race in __kvm_at_s12()Oliver Upton1-1/+4
2026-06-03KVM: arm64: nv: Inject SEA TTW when desc update can't write to GPAOliver Upton2-2/+11
2026-06-03KVM: arm64: nv: Fully update VNCR fixmap state in kvm_translate_vncr()Oliver Upton1-10/+17
2026-06-03KVM: arm64: Don't leak PFN when kvm_translate_vncr() races MMU notifierOliver Upton1-1/+3
2026-06-03arm64: cpufeature: Expose ID_AA64ISAR2_EL1.ATS1A to KVMMarc Zyngier1-0/+1
2026-06-03KVM: arm64: Wire AT S1E1A in the system instruction handling tableMarc Zyngier1-0/+1
2026-06-03KVM: arm64: Key CPTR_EL2.E0POE propagation on FEAT_S1POEMarc Zyngier1-1/+1
2026-06-03arm64: fpsimd: Remove <asm/fpsimdmacros.h>Mark Rutland1-64/+0
2026-06-03arm64: fpsimd: Move SME save/restore inlineMark Rutland4-128/+104
2026-06-03arm64: fpsimd: Move sve_flush_live() inlineMark Rutland5-60/+27
2026-06-03arm64: fpsimd: Move SVE save/restore inlineMark Rutland9-115/+123
2026-06-03arm64: fpsimd: Use opaque type for SME stateMark Rutland3-7/+8
2026-06-03arm64: fpsimd: Use opaque type for SVE stateMark Rutland11-55/+40
2026-06-03arm64: fpsimd: Move fpsimd save/restore inlineMark Rutland7-97/+70
2026-06-03arm64: fpsimd: Split FPSR/FPCR from SVE save/restoreMark Rutland8-30/+32
2026-06-03arm64: sysreg: Add FPCR and FPSRMark Rutland1-0/+45
2026-06-03arm64: fpsimd: Move sve_get_vl() and sme_get_vl() inlineMark Rutland3-18/+29
2026-06-03arm64: fpsimd: Use assembler for baseline SME instructionsMark Rutland2-23/+20
2026-06-03arm64: fpsimd: Use assembler for SVE instructionsMark Rutland1-48/+17
2026-06-03arm64: fpsimd: Remove sve_set_vq() and sme_set_vq()Mark Rutland4-45/+13
2026-06-03arm64: fpsimd: Fold sve_init_regs() into do_sve_acc()Mark Rutland1-31/+17
2026-06-03KVM: arm64: pkvm: Remove struct cpu_sve_stateMark Rutland6-36/+23
2026-06-03KVM: arm64: pkvm: Save host FPMR in host cpu contextMark Rutland3-7/+7
2026-06-03KVM: arm64: Don't override FFR save/restore argumentMark Rutland1-4/+2
2026-06-03KVM: arm64: Don't include <asm/fpsimdmacros.h>Mark Rutland1-1/+0
2026-06-03arm64: fpsimd: Fix type mismatch in sme_{save,load}_state()Mark Rutland1-4/+4
2026-06-03arm64: fpsimd: Fix type mismatch in sve_{save,load}_state()Mark Rutland1-4/+4
2026-06-03Merge tag 'stm32-dt-for-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Walleij1-4/+4
2026-06-03Merge tag 'samsung-dt64-7.2' of https://git.kernel.org/pub/scm/linux/kernel/g...Linus Walleij8-5/+52
2026-06-03arm64: kernel: Disable CNP on HiSilicon HIP09Zeng Heng2-2/+20
2026-06-03arm64: cpufeature: Add WORKAROUND_DISABLE_CNP capabilityZeng Heng5-7/+20
2026-06-02arm64: dts: rockchip: Fix vcc_sdio regulator max voltage on Pinebook ProHugo Osvaldo Barrera1-1/+1
2026-06-02arm64: dts: rockchip: Enable USB 2.0 ports on NanoPi Zero2Jonas Karlman1-0/+29
2026-06-02arm64: dts: rockchip: Enable USB 2.0 ports on ArmSoM Sige1Jonas Karlman1-0/+25
2026-06-02arm64: dts: rockchip: Enable USB ports on Radxa ROCK 2A/2FJonas Karlman3-0/+40
2026-06-02arm64: dts: rockchip: Enable USB 2.0 ports on Radxa E20CJonas Karlman1-0/+60
2026-06-02arm64: dts: rockchip: Add USB nodes for RK3528Jonas Karlman1-0/+80
2026-06-02vdso/treewide: Drop GENERIC_TIME_VSYSCALLThomas Weißschuh1-1/+0
2026-06-02Merge tag 'soc-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-22/+18
2026-06-02arm64: mm: Unmap kernel data/bss entirely from the linear mapArd Biesheuvel1-4/+41
2026-06-02arm64: mm: Map the kernel data/bss read-only in the linear mapArd Biesheuvel1-2/+13
2026-06-02arm64: mm: Don't abuse memblock NOMAP to check for overlapsArd Biesheuvel1-16/+10
2026-06-02arm64: Move fixmap and kasan page tables to end of kernel imageArd Biesheuvel4-5/+13
2026-06-02arm64: mm: Permit contiguous attribute for preliminary mappingsArd Biesheuvel1-7/+3
2026-06-02arm64: kfence: Avoid NOMAP tricks when mapping the early poolArd Biesheuvel1-21/+6
2026-06-02arm64: mm: Permit contiguous descriptors to be manipulatedArd Biesheuvel1-4/+0
2026-06-02arm64: mm: Preserve non-contiguous descriptors when mapping DRAMArd Biesheuvel2-2/+24
2026-06-02arm64: mm: Preserve existing table mappings when mapping DRAMArd Biesheuvel1-2/+4