summaryrefslogtreecommitdiffstats
path: root/include/kvm
AgeCommit message (Expand)AuthorLines
2023-07-01Merge tag 'kvm-x86-generic-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-6/+0
2023-06-15KVM: arm64: Rip out the vestiges of the 'old' ID register schemeOliver Upton-2/+6
2023-06-13KVM: destruct kvm_io_device while unregistering it from kvm_io_busWei Wang-6/+0
2023-06-12KVM: arm64: Rewrite IMPDEF PMU version as NIOliver Upton-1/+1
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-7/+34
2023-04-21Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier-1/+5
2023-04-21Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/nextMarc Zyngier-6/+29
2023-04-05KVM: arm64: Introduce support for userspace SMCCC filteringOliver Upton-0/+3
2023-04-05KVM: arm64: Use a maple tree to represent the SMCCC filterOliver Upton-0/+1
2023-04-05KVM: arm64: Rename SMC/HVC call handler to reflect realityOliver Upton-1/+1
2023-03-30KVM: arm64: nv: timers: Support hyp timer emulationMarc Zyngier-2/+8
2023-03-30KVM: arm64: nv: timers: Add a per-timer, per-vcpu offsetMarc Zyngier-0/+5
2023-03-30KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_dataMarc Zyngier-4/+14
2023-03-30KVM: arm64: timers: Abstract per-timer IRQ accessMarc Zyngier-0/+2
2023-03-30KVM: arm64: timers: Rationalise per-vcpu timer initMarc Zyngier-1/+0
2023-03-30KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timerMarc Zyngier-0/+2
2023-03-30KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional nsMarc Zyngier-0/+1
2023-03-27arm64: perf: Move PMUv3 driver to drivers/perfMarc Zyngier-1/+1
2023-03-11KVM: arm64: timers: Convert per-vcpu virtual offset to a global valueMarc Zyngier-0/+15
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-1/+1
2023-01-29KVM: arm64: Add helper vgic_write_guest_lock()Gavin Shan-1/+1
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson-1/+1
2022-12-29KVM: arm64: Simplify the CPUHP logicMarc Zyngier-0/+8
2022-12-05Merge branch kvm-arm64/pmu-unchained into kvmarm-master/nextMarc Zyngier-2/+13
2022-11-19KVM: arm64: PMU: Implement PMUv3p5 long counter supportMarc Zyngier-0/+7
2022-11-19KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creationMarc Zyngier-0/+6
2022-11-17KVM: arm64: PMU: Align chained counter implementation with architecture pseud...Marc Zyngier-2/+0
2022-11-10KVM: arm64: Enable ring-based dirty memory trackingGavin Shan-0/+1
2022-07-17KVM: arm64: vgic: Consolidate userspace access for base address settingMarc Zyngier-1/+0
2022-07-17KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address settingMarc Zyngier-0/+1
2022-05-16Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/nextMarc Zyngier-2/+32
2022-05-16Merge branch kvm-arm64/vgic-invlpir into kvmarm-master/nextMarc Zyngier-2/+6
2022-05-16Merge branch kvm-arm64/hcall-selection into kvmarm-master/nextMarc Zyngier-7/+8
2022-05-16KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selectedMarc Zyngier-0/+24
2022-05-15KVM: arm64: Pass pmu events to hyp via vcpuFuad Tabba-0/+6
2022-05-15KVM: arm64: Repack struct kvm_pmu to reduce sizeFuad Tabba-2/+2
2022-05-04KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revisionMarc Zyngier-0/+3
2022-05-04KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidationMarc Zyngier-0/+1
2022-05-04KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIsMarc Zyngier-2/+2
2022-05-03KVM: arm64: Setup a framework for hypercall bitmap firmware registersRaghavendra Rao Ananta-0/+1
2022-05-03KVM: arm64: Factor out firmware register handling from psci.cRaghavendra Rao Ananta-7/+7
2022-04-20KVM: arm64: Simplify kvm_cpu_has_pending_timer()Marc Zyngier-2/+0
2022-02-25Merge branch kvm-arm64/psci-1.1 into kvmarm-master/nextMarc Zyngier-1/+2
2022-02-21KVM: arm64: Bump guest PSCI version to 1.1Will Deacon-1/+2
2022-02-08Merge branch kvm-arm64/pmu-bl into kvmarm-master/nextMarc Zyngier-0/+5
2022-02-08KVM: arm64: Keep a list of probed PMUsAlexandru Elisei-0/+5
2022-02-08KVM: arm64: Drop unused param from kvm_psci_version()Oliver Upton-5/+1
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+3
2022-01-04KVM: arm64: vgic: Replace kernel.h with the necessary inclusionsAndy Shevchenko-1/+3
2021-11-17KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=ySean Christopherson-7/+12