summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2023-08-17KVM: arm64: nv: Add trap forwarding for HDFGxTR_EL2Marc Zyngier
2023-08-17KVM: arm64: nv: Add trap forwarding for HFGITR_EL2Marc Zyngier
2023-08-17KVM: arm64: nv: Add trap forwarding infrastructureMarc Zyngier
2023-08-17KVM: arm64: Restructure FGT register switchingMarc Zyngier
2023-08-17KVM: arm64: nv: Add FGT registersMarc Zyngier
2023-08-17KVM: arm64: Add missing HCR_EL2 trap bitsMarc Zyngier
2023-08-17KVM: arm64: Correctly handle ACCDATA_EL1 trapsMarc Zyngier
2023-08-17arm64: Add HDFGRTR_EL2 and HDFGWTR_EL2 layoutsMarc Zyngier
2023-08-17arm64: Add missing BRB/CFP/DVP/CPP instructionsMarc Zyngier
2023-08-17arm64: Add debug registers affected by HDFGxTR_EL2Marc Zyngier
2023-08-17arm64: Add AT operation encodingsMarc Zyngier
2023-08-17arm64: Add TLBI operation encodingsMarc Zyngier
2023-08-17arm64: Add missing DC ZVA/GVA/GZVA encodingsMarc Zyngier
2023-08-17arm64: Add missing ERX*_EL1 encodingsMarc Zyngier
2023-08-17arm64: Add missing VA CMO encodingsMarc Zyngier
2023-08-17KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()Raghavendra Rao Ananta
2023-08-17KVM: arm64: Define kvm_tlb_flush_vmid_range()Raghavendra Rao Ananta
2023-08-17KVM: arm64: Implement __kvm_tlb_flush_vmid_range()Raghavendra Rao Ananta
2023-08-17arm64: tlb: Implement __flush_s2_tlb_range_op()Raghavendra Rao Ananta
2023-08-17arm64: tlb: Refactor the core flush algorithm of __flush_tlb_rangeRaghavendra Rao Ananta
2023-08-17KVM: arm64: Use kvm_arch_flush_remote_tlbs()Raghavendra Rao Ananta
2023-08-16arm64: sysreg: Generate C compiler warnings on {read,write}_sysreg_s argumentsJames Clark
2023-08-15KVM: arm64: Remove unused declarationsYue Haibing
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik
2023-08-04Merge tag 'kvmarm-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2023-08-04arm64: sdei: abort running SDEI handlers during crashD Scott Phillips
2023-08-04arm64: add HWCAP for FEAT_HBC (hinted conditional branches)Joey Gouly
2023-08-04arm64: fix build warning for ARM64_MEMSTART_SHIFTZhang Jianhua
2023-07-28Merge branch kvm-arm64/6.6/generic-vcpu into kvmarm-master/nextMarc Zyngier
2023-07-28KVM: arm64: Drop HCR_VIRT_EXCP_MASKZenghui Yu
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt
2023-07-27arm64: Remove unsued extern declaration init_mem_pgprot()YueHaibing
2023-07-27arm64/mm: Set only the PTE_DIRTY bit while preserving the HW dirty stateAnshuman Khandual
2023-07-27arm64/mm: Add pte_rdonly() helperAnshuman Khandual
2023-07-26KVM: arm64: fix __kvm_host_psci_cpu_entry() prototypeArnd Bergmann
2023-07-26KVM: arm64: Fix resetting SME trap values on reset for (h)VHEFuad Tabba
2023-07-26KVM: arm64: Fix resetting SVE trap values on reset for hVHEFuad Tabba
2023-07-26KVM: arm64: Helper to write to appropriate feature trap register based on modeFuad Tabba
2023-07-26KVM: arm64: Disable SME traps for (h)VHE at setupFuad Tabba
2023-07-26KVM: arm64: Use the appropriate feature trap register for SVE at EL2 setupFuad Tabba
2023-07-26KVM: arm64: Factor out code for checking (h)VHE mode into a macroFuad Tabba
2023-07-23Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2023-07-13KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier
2023-07-12KVM: arm64: Correctly handle page aging notifiers for unaligned memslotOliver Upton
2023-07-12tracing: arm64: Avoid missing-prototype warningsArnd Bergmann
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe
2023-07-11KVM: arm64: Handle kvm_arm_init failure correctly in finalize_pkvmSudeep Holla
2023-07-11KVM: arm64: Always return generic v8 as the preferred targetOliver Upton
2023-07-11KVM: arm64: Replace vCPU target with a configuration flagOliver Upton
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds