summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)AuthorFilesLines
2025-03-11arm64/fpsimd: Remove unused declaration fpsimd_kvm_prepare()Yue Haibing1-1/+0
2025-03-11arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9Anshuman Khandual1-0/+25
2025-03-11arm64: realm: Use aliased addresses for device DMA to shared buffersSuzuki K Poulose1-0/+11
2025-03-11Fix mmu notifiers for range-based invalidatesPiotr Jaroszynski1-10/+12
2025-03-10arm64: cputype: Add comments about Qualcomm Kryo 5XX and 6XX coresDouglas Anderson1-0/+10
2025-03-10arm64: cputype: Add QCOM_CPU_PART_KRYO_3XX_GOLDDouglas Anderson1-0/+2
2025-03-10arm64/sysreg: Move POR_EL0_INIT to asm/por.hKevin Brodsky2-3/+2
2025-03-10arm64/sysreg: Rename POE_RXW to POE_RWXKevin Brodsky1-3/+3
2025-03-10arm64/sysreg: Improve PIR/POR helpersKevin Brodsky3-24/+31
2025-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+26
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen2-3/+3
2025-03-08arm64/vdso: Prepare introduction of struct vdso_clockNam Cao1-2/+2
2025-03-08arm64: Make asm/cache.h compatible with vDSOThomas Weißschuh1-2/+2
2025-03-07arm64: lib: Use MOPS for usercopy routinesKristina Martšenko1-0/+4
2025-03-07arm64: mm: Handle PAN faults on uaccess CPY* instructionsKristina Martšenko1-0/+2
2025-03-07arm64: extable: Add fixup handling for uaccess CPY* instructionsKristina Martšenko2-2/+10
2025-03-05arm64/mm: Convert __pte_to_phys() and __phys_to_pte_val() as functionsAnshuman Khandual1-6/+9
2025-03-03KVM: arm64: nv: Request vPE doorbell upon nested ERET to L2Oliver Upton1-0/+2
2025-03-03KVM: arm64: nv: Respect virtual HCR_EL2.TWx settingJintack Lim1-0/+13
2025-03-03KVM: arm64: nv: Handle L2->L1 transition on interrupt injectionMarc Zyngier1-8/+9
2025-03-03KVM: arm64: nv: Nested GICv3 emulationMarc Zyngier1-0/+2
2025-03-03KVM: arm64: nv: Add ICH_*_EL2 registers to vpcu_sysregMarc Zyngier1-0/+26
2025-03-03arm64: sysreg: Add layout for ICH_MISR_EL2Marc Zyngier1-5/+0
2025-03-03arm64: sysreg: Add layout for ICH_VTR_EL2Marc Zyngier1-13/+0
2025-03-03arm64: sysreg: Add layout for ICH_HCR_EL2Marc Zyngier1-12/+0
2025-03-02KVM: arm64: Initialize SCTLR_EL1 in __kvm_hyp_init_cpu()Ahmed Genidi1-5/+0
2025-03-02KVM: arm64: Initialize HCR_EL2.E2H earlyMark Rutland1-0/+26
2025-03-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-8/+18
2025-02-27arm64: hugetlb: Fix flush_hugetlb_tlb_range() invalidation levelRyan Roberts1-6/+16
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-2/+2
2025-02-26smccc/kvm_guest: Enable errata based on implementation CPUsShameer Kolothum2-0/+8
2025-02-26arm64: Make  _midr_in_range_list() an exported functionShameer Kolothum1-14/+1
2025-02-26KVM: arm64: Introduce KVM_REG_ARM_VENDOR_HYP_BMAP_2Shameer Kolothum1-1/+2
2025-02-26arm64: Modify _midr_range() functions to read MIDR/REVIDR internallyShameer Kolothum2-16/+15
2025-02-26KVM: Drop kvm_arch_sync_events() now that all implementations are nopsSean Christopherson1-2/+0
2025-02-26KVM: arm64: Allow userspace to change the implementation ID registersSebastian Ott1-0/+2
2025-02-26KVM: arm64: Maintain per-VM copy of implementation ID regsSebastian Ott1-0/+9
2025-02-26KVM: arm64: Set HCR_EL2.TID1 unconditionallyOliver Upton1-2/+2
2025-02-24KVM: arm64: Move NV-specific capping to idreg sanitisationMarc Zyngier1-0/+1
2025-02-21arm64: vdso: Switch to generic storage implementationThomas Weißschuh5-76/+15
2025-02-20KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2Oliver Upton1-1/+1
2025-02-19KVM: arm64: Fix tcr_el2 initialisation in hVHE modeWill Deacon1-1/+1
2025-02-14Merge tag 'kvmarm-fixes-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-59/+5
2025-02-13KVM: arm64: Fix alignment of kvm_hyp_memcache allocationsQuentin Perret1-1/+1
2025-02-13KVM: arm64: Refactor CPTR trap deactivationMark Rutland1-42/+0
2025-02-13KVM: arm64: Remove VHE host restore of CPACR_EL1.SMENMark Rutland1-1/+0
2025-02-13KVM: arm64: Remove VHE host restore of CPACR_EL1.ZENMark Rutland1-1/+0
2025-02-13KVM: arm64: Remove host FPSIMD saving for non-protected KVMMark Rutland1-14/+4
2025-01-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds12-124/+224
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-26/+13