summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-26Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-04-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-21Merge tag 'kvmarm-fixes-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2023-04-21Merge branch kvm-arm64/spec-ptw into kvmarm-master/nextMarc Zyngier
2023-04-21Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier
2023-04-21Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/nextMarc Zyngier
2023-04-20KVM: arm64: Ensure CPU PMU probes before pKVM host de-privilegeWill Deacon
2023-04-20KVM: arm64: Have kvm_psci_vcpu_on() use WRITE_ONCE() to update mp_stateReiji Watanabe
2023-04-20KVM: arm64: Acquire mp_state_lock in kvm_arch_vcpu_ioctl_vcpu_init()Reiji Watanabe
2023-04-19KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()Dan Carpenter
2023-04-14KVM: arm64: vhe: Drop extra isb() on guest exitMarc Zyngier
2023-04-14KVM: arm64: vhe: Synchronise with page table walker on MMU updateMarc Zyngier
2023-04-14KVM: arm64: pkvm: Document the side effects of kvm_flush_dcache_to_poc()Marc Zyngier
2023-04-14KVM: arm64: nvhe: Synchronise with page table walker on TLBIMarc Zyngier
2023-04-13KVM: arm64: Handle 32bit CNTPCTSS trapsMarc Zyngier
2023-04-13KVM: arm64: nvhe: Synchronise with page table walker on vcpu runMarc Zyngier
2023-04-12KVM: arm64: vgic: Don't acquire its_lock before config_lockOliver Upton
2023-04-08KVM: arm64: Prevent userspace from handling SMC64 arch rangeOliver Upton
2023-04-06Merge tag 'kvmarm-fixes-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-04-05KVM: arm64: Expose SMC/HVC width to userspaceMarc Zyngier
2023-04-05kvm: Remove "select SRCU"Paul E. McKenney
2023-04-05KVM: arm64: Let errors from SMCCC emulation to reach userspaceOliver Upton
2023-04-05KVM: arm64: Return NOT_SUPPORTED to guest for unknown PSCI versionOliver Upton
2023-04-05KVM: arm64: Introduce support for userspace SMCCC filteringOliver Upton
2023-04-05KVM: arm64: Add support for KVM_EXIT_HYPERCALLOliver Upton
2023-04-05KVM: arm64: Use a maple tree to represent the SMCCC filterOliver Upton
2023-04-05KVM: arm64: Refactor hvc filtering to support different actionsOliver Upton
2023-04-05KVM: arm64: Start handling SMCs from EL1Oliver Upton
2023-04-05KVM: arm64: Rename SMC/HVC call handler to reflect realityOliver Upton
2023-04-05KVM: arm64: Add vm fd device attribute accessorsOliver Upton
2023-04-05KVM: arm64: Add a helper to check if a VM has ran onceOliver Upton
2023-04-04KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMsFuad Tabba
2023-03-31KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy
2023-03-30KVM: arm64: nv: timers: Support hyp timer emulationMarc Zyngier
2023-03-30KVM: arm64: nv: timers: Add a per-timer, per-vcpu offsetMarc Zyngier
2023-03-30KVM: arm64: timers: Abstract the number of valid timers per vcpuMarc Zyngier
2023-03-30KVM: arm64: timers: Fast-track CNTPCT_EL0 trap handlingMarc Zyngier
2023-03-30KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_dataMarc Zyngier
2023-03-30KVM: arm64: timers: Abstract per-timer IRQ accessMarc Zyngier
2023-03-30KVM: arm64: timers: Rationalise per-vcpu timer initMarc Zyngier
2023-03-30KVM: arm64: timers: Allow save/restoring of the physical timerMarc Zyngier
2023-03-30KVM: arm64: timers: Allow userspace to set the global counter offsetMarc Zyngier
2023-03-30KVM: arm64: Expose {un,}lock_all_vcpus() to the rest of KVMMarc Zyngier
2023-03-30KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2Marc Zyngier
2023-03-30KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timerMarc Zyngier
2023-03-30KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional nsMarc Zyngier