summaryrefslogtreecommitdiffstats
path: root/arch/s390/pci (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-25KVM: LAPIC: Trace LAPIC timer expiration on every vmentryWanpeng Li3-11/+2
2022-05-16KVM: arm64: Fix hypercall bitmap writeback when vcpus have already runMarc Zyngier1-1/+2
2022-05-16KVM: arm64: vgic: Undo work in failed ITS restoresRicardo Koller1-2/+13
2022-05-16KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failuresRicardo Koller1-4/+23
2022-05-16KVM: arm64: vgic: Add more checks when restoring ITS tablesRicardo Koller1-0/+7
2022-05-16KVM: arm64: vgic: Check that new ITEs could be saved in guest memoryRicardo Koller1-12/+35
2022-05-16KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selectedMarc Zyngier5-21/+31
2022-05-15KVM: arm64: Hide KVM_REG_ARM_*_BMAP_BIT_COUNT from userspaceMarc Zyngier1-0/+6
2022-05-15KVM: arm64: Reenable pmu in Protected ModeFuad Tabba1-2/+1
2022-05-15KVM: arm64: Pass pmu events to hyp via vcpuFuad Tabba5-28/+32
2022-05-15KVM: arm64: Repack struct kvm_pmu to reduce sizeFuad Tabba1-2/+2
2022-05-15KVM: arm64: Wrapper for getting pmu_eventsFuad Tabba1-16/+26
2022-05-15KVM: arm64: vgic-v3: List M1 Pro/Max as requiring the SEIS workaroundMarc Zyngier2-0/+12
2022-05-12KVM: x86/mmu: Speed up slot_rmap_walk_next for sparsely populated rmapsVipin Sharma1-2/+4
2022-05-12KVM: VMX: Include MKTME KeyID bits in shadow_zero_checkKai Huang3-19/+50
2022-05-12KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_maskKai Huang5-10/+34
2022-05-12KVM: x86/mmu: Rename reset_rsvds_bits_mask()Kai Huang1-3/+3
2022-05-12KVM: x86: a vCPU with a pending triple fault is runnablePaolo Bonzini1-0/+3
2022-05-12KVM: x86/mmu: Expand and clean up page fault statsSean Christopherson6-12/+42
2022-05-12KVM: x86/mmu: Use IS_ENABLED() to avoid RETPOLINE for TDP page faultsSean Christopherson1-3/+3
2022-05-12KVM: x86/mmu: Make all page fault handlers internal to the MMUSean Christopherson4-107/+108
2022-05-12KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"Sean Christopherson4-32/+35
2022-05-12KVM: x86/mmu: Drop exec/NX check from "page fault can be fast"Sean Christopherson1-7/+12
2022-05-12KVM: x86/mmu: Don't attempt fast page fault just because EPT is in useSean Christopherson3-17/+41
2022-05-12KVM: VMX: clean up pi_wakeup_handlerLi RongQing1-4/+5
2022-05-12KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicnessMaxim Levitsky1-1/+1
2022-05-10KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVEOliver Upton1-3/+0
2022-05-10KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handlerOliver Upton1-18/+1
2022-05-06KVM: arm64: nvhe: Eliminate kernel-doc warningsRandy Dunlap1-4/+4
2022-05-06KVM: arm64: Avoid unnecessary absolute addressing via literalsArd Biesheuvel1-5/+3
2022-05-05Documentation: KVM: Fix title level for PSCI_SUSPENDStephen Rothwell1-1/+1
2022-05-04KVM: arm64: Print emulated register table name when it is unsortedAlexandru Elisei1-2/+2
2022-05-04KVM: arm64: Don't BUG_ON() if emulated register table is unsortedAlexandru Elisei3-17/+26
2022-05-04KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revisionMarc Zyngier5-6/+50
2022-05-04KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidationMarc Zyngier4-21/+112
2022-05-04KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIsMarc Zyngier4-12/+31
2022-05-04irqchip/gic-v3: Exposes bit values for GICR_CTLR.{IR, CES}Marc Zyngier1-0/+2
2022-05-04Documentation: Fix index.rst after psci.rst renamingMarc Zyngier1-1/+1
2022-05-04selftests: KVM: Test SYSTEM_SUSPEND PSCI callOliver Upton1-0/+69
2022-05-04selftests: KVM: Refactor psci_test to make it amenable to new testsOliver Upton1-37/+60
2022-05-04selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_testOliver Upton1-2/+11
2022-05-04selftests: KVM: Create helper for making SMCCC callsOliver Upton4-27/+58
2022-05-04selftests: KVM: Rename psci_cpu_on_test to psci_testOliver Upton3-2/+2
2022-05-04KVM: arm64: Implement PSCI SYSTEM_SUSPENDOliver Upton5-0/+77
2022-05-04KVM: arm64: Add support for userspace to suspend a vCPUOliver Upton4-2/+89
2022-05-04KVM: arm64: Return a value from check_vcpu_requests()Oliver Upton1-2/+14
2022-05-04KVM: arm64: Rename the KVM_REQ_SLEEP handlerOliver Upton1-2/+2
2022-05-04KVM: arm64: Track vCPU power state using MP state valuesOliver Upton3-18/+21
2022-05-04KVM: arm64: Dedupe vCPU power off helpersOliver Upton3-12/+7
2022-05-04KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2Oliver Upton1-8/+5