Linux KVM for ARM
[Prev Page][Next Page]
- Re: [PATCH v3 07/15] KVM: arm64: Introduce kvm_share_hyp(), (continued)
- [PATCH v3 0/6] KVM: arm64: Rework FPSIMD/SVE tracking,
Marc Zyngier
- [PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support,
Marc Zyngier
- [PATCH v5 03/69] KVM: arm64: Add minimal handling for the ARMv8.7 PMU, Marc Zyngier
- [PATCH v5 02/69] KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructure, Marc Zyngier
- [PATCH v5 01/69] KVM: arm64: Save PSTATE early on exit, Marc Zyngier
- [PATCH v5 04/69] KVM: arm64: Rework kvm_pgtable initialisation, Marc Zyngier
- [PATCH v5 05/69] KVM: arm64: Allow preservation of the S2 SW bits, Marc Zyngier
- [PATCH v5 06/69] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature, Marc Zyngier
- [PATCH v5 09/69] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x, Marc Zyngier
- [PATCH v5 08/69] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set, Marc Zyngier
- [PATCH v5 07/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature, Marc Zyngier
- [PATCH v5 37/69] KVM: arm64: nv: Hide RAS from nested guests, Marc Zyngier
- [PATCH v5 52/69] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest, Marc Zyngier
- [PATCH v5 23/69] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2, Marc Zyngier
- [PATCH v5 41/69] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's, Marc Zyngier
- [PATCH v5 18/69] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg(), Marc Zyngier
- [PATCH v5 16/69] KVM: arm64: nv: Handle trapped ERET from virtual EL2, Marc Zyngier
- [PATCH v5 25/69] KVM: arm64: nv: Trap CPACR_EL1 access in virtual EL2, Marc Zyngier
- [PATCH v5 47/69] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's, Marc Zyngier
- [PATCH v5 24/69] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from virtual EL2, Marc Zyngier
- [PATCH v5 57/69] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT, Marc Zyngier
- [PATCH v5 26/69] KVM: arm64: nv: Handle PSCI call via smc from the guest, Marc Zyngier
- [PATCH v5 62/69] KVM: arm64: nv: Map VNCR-capable registers to a separate page, Marc Zyngier
- [PATCH v5 55/69] KVM: arm64: nv: Implement maintenance interrupt forwarding, Marc Zyngier
- [PATCH v5 38/69] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures, Marc Zyngier
- [PATCH v5 39/69] KVM: arm64: nv: Implement nested Stage-2 page table walk logic, Marc Zyngier
- [PATCH v5 67/69] KVM: arm64: nv: Enable ARMv8.4-NV support, Marc Zyngier
- [PATCH v5 27/69] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting, Marc Zyngier
- [PATCH v5 60/69] KVM: arm64: nv: Tag shadow S2 entries with nested level, Marc Zyngier
- [PATCH v5 29/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting, Marc Zyngier
- [PATCH v5 12/69] KVM: arm64: nv: Handle HCR_EL2.NV system register traps, Marc Zyngier
- [PATCH v5 48/69] KVM: arm64: nv: arch_timer: Support hyp timer emulation, Marc Zyngier
- [PATCH v5 14/69] KVM: arm64: nv: Support virtual EL2 exceptions, Marc Zyngier
- [PATCH v5 53/69] KVM: arm64: nv: vgic: Emulate the HW bit in software, Marc Zyngier
- [PATCH v5 22/69] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor, Marc Zyngier
- [PATCH v5 35/69] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes, Marc Zyngier
- [PATCH v5 15/69] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2, Marc Zyngier
- [PATCH v5 46/69] KVM: arm64: nv: Trap and emulate TLBI instructions from virtual EL2, Marc Zyngier
- [PATCH v5 19/69] KVM: arm64: nv: Handle SPSR_EL2 specially, Marc Zyngier
- [PATCH v5 63/69] KVM: arm64: nv: Move nested vgic state into the sysreg file, Marc Zyngier
- [PATCH v5 59/69] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information, Marc Zyngier
- [PATCH v5 66/69] KVM: arm64: nv: Allocate VNCR page when required, Marc Zyngier
- [PATCH v5 13/69] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values, Marc Zyngier
- [PATCH v5 45/69] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2, Marc Zyngier
- [PATCH v5 69/69] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests, Marc Zyngier
- [PATCH v5 40/69] KVM: arm64: nv: Handle shadow stage 2 page faults, Marc Zyngier
- [PATCH v5 54/69] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ, Marc Zyngier
- [PATCH v5 42/69] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables, Marc Zyngier
- [PATCH v5 21/69] KVM: arm64: nv: Save/Restore vEL2 sysregs, Marc Zyngier
- [PATCH v5 43/69] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap, Marc Zyngier
- [PATCH v5 36/69] KVM: arm64: nv: Filter out unsupported features from ID regs, Marc Zyngier
- [PATCH v5 20/69] KVM: arm64: nv: Handle HCR_EL2.E2H specially, Marc Zyngier
- [PATCH v5 65/69] KVM: arm64: nv: Sync nested timer state with ARMv8.4, Marc Zyngier
- [PATCH v5 64/69] KVM: arm64: Add ARMv8.4 Enhanced Nested Virt cpufeature, Marc Zyngier
- [PATCH v5 56/69] KVM: arm64: nv: Add nested GICv3 tracepoints, Marc Zyngier
- [PATCH v5 17/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers, Marc Zyngier
- [PATCH v5 68/69] KVM: arm64: nv: Fast-track 'InHost' exception returns, Marc Zyngier
- [PATCH v5 58/69] KVM: arm64: nv: Add handling of ARMv8.4-TTL TLB invalidation, Marc Zyngier
- [PATCH v5 32/69] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2, Marc Zyngier
- [PATCH v5 51/69] KVM: arm64: nv: Nested GICv3 Support, Marc Zyngier
- [PATCH v5 11/69] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state, Marc Zyngier
- [PATCH v5 61/69] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets, Marc Zyngier
- [PATCH v5 28/69] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP, FPEN} settings, Marc Zyngier
- [PATCH v5 34/69] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization, Marc Zyngier
- [PATCH v5 31/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting, Marc Zyngier
- [PATCH v5 10/69] KVM: arm64: nv: Add EL2 system registers to vcpu context, Marc Zyngier
- [PATCH v5 44/69] KVM: arm64: nv: Set a handler for the system instruction traps, Marc Zyngier
- [PATCH v5 30/69] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings, Marc Zyngier
- [PATCH v5 50/69] KVM: arm64: nv: Load timer before the GIC, Marc Zyngier
- [PATCH v5 49/69] KVM: arm64: nv: Add handling of EL2-specific timer registers, Marc Zyngier
- [PATCH v5 33/69] KVM: arm64: nv: Forward debug traps to the nested guest, Marc Zyngier
- Re: (subset) [PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support, Marc Zyngier
- [PATCH v5 0/4] KVM: allow mapping non-refcounted pages,
David Stevens
- [PATCH] KVM: arm64: Add minimal handling for the ARMv8.7 PMU,
Marc Zyngier
- [GIT PULL] KVM/arm64 fixes for 5.16, take #2,
Marc Zyngier
- [PATCH 0/2] ARM Error Source Table Support,
Tyler Baicar
- [PATCH v3 0/6] KVM: arm64: Emulate the OS lock,
Oliver Upton
- [PATCH MANUALSEL 5.10 5/5] KVM: arm64: Cap KVM_CAP_NR_VCPUS by kvm_arm_default_max_vcpus(), Sasha Levin
- [PATCH MANUALSEL 5.15 8/8] KVM: arm64: Cap KVM_CAP_NR_VCPUS by kvm_arm_default_max_vcpus(), Sasha Levin
- [PATCH 0/2] KVM/arm64: Early PSTATE evaluation fixes,
Marc Zyngier
- [PATCH v4 0/4] kvm/arm: New VMID allocator based on asid,
Shameer Kolothum
- [PATCH 0/2] KVM: arm64: nv: Fix issue with Stage 2 MMU init for Nested case.,
Ganapatrao Kulkarni
- [PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery,
David Woodhouse
- [PATCH v5 06/12] KVM: powerpc: Use Makefile.kvm for common files, David Woodhouse
- [PATCH v5 12/12] KVM: x86: First attempt at converting nested virtual APIC page to gpc, David Woodhouse
- [PATCH v5 11/12] KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirty, David Woodhouse
- [PATCH v5 08/12] KVM: Reinstate gfn_to_pfn_cache with invalidation support, David Woodhouse
- [PATCH v5 10/12] KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery, David Woodhouse
- [PATCH v5 01/12] KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING, David Woodhouse
- [PATCH v5 02/12] KVM: Add Makefile.kvm for common files, use it for x86, David Woodhouse
- [PATCH v5 03/12] KVM: s390: Use Makefile.kvm for common files, David Woodhouse
- [PATCH v5 05/12] KVM: RISC-V: Use Makefile.kvm for common files, David Woodhouse
- [PATCH v5 04/12] KVM: mips: Use Makefile.kvm for common files, David Woodhouse
- [PATCH v5 09/12] KVM: x86/xen: Maintain valid mapping of Xen shared_info page, David Woodhouse
- [PATCH v5 07/12] KVM: arm64: Use Makefile.kvm for common files, David Woodhouse
- Re: [PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery, Paolo Bonzini
- PATCH v4 00/11] KVM: x86/xen: Add in-kernel Xen event channel delivery,
David Woodhouse
- [PATCH v4 05/11] KVM: RISC-V: Use Makefile.kvm for common files, David Woodhouse
- [PATCH v4 09/11] KVM: x86/xen: Maintain valid mapping of Xen shared_info page, David Woodhouse
- [PATCH v4 10/11] KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery, David Woodhouse
- [PATCH v4 02/11] KVM: Add Makefile.kvm for common files, use it for x86, David Woodhouse
- [PATCH v4 03/11] KVM: s390: Use Makefile.kvm for common files, David Woodhouse
- [PATCH v4 04/11] KVM: mips: Use Makefile.kvm for common files, David Woodhouse
- [PATCH v4 06/11] KVM: powerpc: Use Makefile.kvm for common files, David Woodhouse
- [PATCH v4 01/11] KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING, David Woodhouse
- [PATCH v4 07/11] KVM: arm64: Use Makefile.kvm for common files, David Woodhouse
- [PATCH v4 08/11] KVM: Reinstate gfn_to_pfn_cache with invalidation support, David Woodhouse
- [PATCH v4 11/11] KVM: x86: First attempt at converting nested virtual APIC page to gpc, David Woodhouse
- [PATCH v4 12/11] KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirty, David Woodhouse
- [kvm-unit-tests PATCH v4 0/3] GIC ITS tests,
Alex Bennée
- [RFC PATCH 0/2] KVM: arm64: Host/Guest trace syncronization,
Nicolas Saenz Julienne
- [kvm-unit-tests PATCH v8 00/10] MTTCG sanity tests for ARM,
Alex Bennée
- [kvm-unit-tests PATCH v8 03/10] Makefile: add GNU global tags support, Alex Bennée
- [kvm-unit-tests PATCH v8 02/10] arm/flat.lds: don't drop debug during link, Alex Bennée
- [kvm-unit-tests PATCH v8 01/10] docs: mention checkpatch in the README, Alex Bennée
- [kvm-unit-tests PATCH v8 04/10] run_tests.sh: add --config option for alt test set, Alex Bennée
- [kvm-unit-tests PATCH v8 06/10] arm/tlbflush-code: TLB flush during code execution, Alex Bennée
- [kvm-unit-tests PATCH v8 07/10] arm/locking-tests: add comprehensive locking test, Alex Bennée
- [kvm-unit-tests PATCH v8 08/10] arm/barrier-litmus-tests: add simple mp and sal litmus tests, Alex Bennée
- [kvm-unit-tests PATCH v8 09/10] arm/run: use separate --accel form, Alex Bennée
- [kvm-unit-tests PATCH v8 05/10] lib: add isaac prng library from CCAN, Alex Bennée
- [kvm-unit-tests PATCH v8 10/10] arm/tcg-test: some basic TCG exercising tests, Alex Bennée
- [PATCH v3 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery,
David Woodhouse
- [PATCH v3 05/12] KVM: RISC-V: Use Makefile.kvm for common files, David Woodhouse
- [PATCH v3 01/12] KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING, David Woodhouse
- [PATCH v3 03/12] KVM: s390: Use Makefile.kvm for common files, David Woodhouse
- [PATCH v3 10/12] KVM: x86/xen: Maintain valid mapping of Xen shared_info page, David Woodhouse
- [PATCH v3 08/12] KVM: Propagate vcpu explicitly to mark_page_dirty_in_slot(), David Woodhouse
- [PATCH v3 07/12] KVM: arm64: Use Makefile.kvm for common files, David Woodhouse
- [PATCH v3 02/12] KVM: Add Makefile.kvm for common files, use it for x86, David Woodhouse
- [PATCH v3 06/12] KVM: powerpc: Use Makefile.kvm for common files, David Woodhouse
- [PATCH v3 12/12] KVM: x86: First attempt at converting nested virtual APIC page to gpc, David Woodhouse
- [PATCH v3 09/12] KVM: Reinstate gfn_to_pfn_cache with invalidation support, David Woodhouse
- [PATCH v3 04/12] KVM: mips: Use Makefile.kvm for common files, David Woodhouse
- [PATCH v3 11/12] KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery, David Woodhouse
- [RFC PATCH v5 kvmtool 0/4] arm64: KVM SPE support,
Alexandru Elisei
- [RFC PATCH v5 00/38] KVM: arm64: Add Statistical Profiling Extension (SPE) support,
Alexandru Elisei
- [RFC PATCH v5 01/38] KVM: arm64: Make lock_all_vcpus() available to the rest of KVM, Alexandru Elisei
- [RFC PATCH v5 02/38] KVM: arm64: Add lock/unlock memslot user API, Alexandru Elisei
- [RFC PATCH v5 03/38] KVM: arm64: Implement the memslot lock/unlock functionality, Alexandru Elisei
- [RFC PATCH v5 04/38] KVM: arm64: Defer CMOs for locked memslots until a VCPU is run, Alexandru Elisei
- [RFC PATCH v5 05/38] KVM: arm64: Perform CMOs on locked memslots when userspace resets VCPUs, Alexandru Elisei
- [RFC PATCH v5 06/38] KVM: arm64: Delay tag scrubbing for locked memslots until a VCPU runs, Alexandru Elisei
- [RFC PATCH v5 08/38] KVM: arm64: Unlock memslots after stage 2 tables are freed, Alexandru Elisei
- [RFC PATCH v5 09/38] KVM: arm64: Deny changes to locked memslots, Alexandru Elisei
- [RFC PATCH v5 07/38] KVM: arm64: Unmap unlocked memslot from stage 2 if kvm_mmu_has_pending_ops(), Alexandru Elisei
- [RFC PATCH v5 10/38] KVM: Add kvm_warn{,_ratelimited} macros, Alexandru Elisei
- [RFC PATCH v5 11/38] KVM: arm64: Print a warning for unexpected faults on locked memslots, Alexandru Elisei
- [RFC PATCH v5 12/38] KVM: arm64: Allow userspace to lock and unlock memslots, Alexandru Elisei
- [RFC PATCH v5 13/38] KVM: arm64: Add CONFIG_KVM_ARM_SPE Kconfig option, Alexandru Elisei
- [RFC PATCH v5 14/38] KVM: arm64: Add SPE capability and VCPU feature, Alexandru Elisei
- [RFC PATCH v5 15/38] perf: arm_spe_pmu: Move struct arm_spe_pmu to a separate header file, Alexandru Elisei
- [RFC PATCH v5 16/38] KVM: arm64: Allow SPE emulation when the SPE hardware is present, Alexandru Elisei
- [RFC PATCH v5 17/38] KVM: arm64: Allow userspace to set the SPE feature only if SPE is present, Alexandru Elisei
- [RFC PATCH v5 18/38] KVM: arm64: Expose SPE version to guests, Alexandru Elisei
- [RFC PATCH v5 19/38] KVM: arm64: Do not run a VCPU on a CPU without SPE, Alexandru Elisei
- [RFC PATCH v5 20/38] KVM: arm64: Add a new VCPU device control group for SPE, Alexandru Elisei
- [RFC PATCH v5 21/38] KVM: arm64: Add SPE VCPU device attribute to set the interrupt number, Alexandru Elisei
- [RFC PATCH v5 22/38] KVM: arm64: Add SPE VCPU device attribute to initialize SPE, Alexandru Elisei
- [RFC PATCH v5 23/38] KVM: arm64: debug: Configure MDCR_EL2 when a VCPU has SPE, Alexandru Elisei
- [RFC PATCH v5 25/38] KVM: arm64: VHE: Change MDCR_EL2 at world switch if VCPU has SPE, Alexandru Elisei
- [RFC PATCH v5 24/38] KVM: arm64: Move accesses to MDCR_EL2 out of __{activate, deactivate}_traps_common, Alexandru Elisei
- [RFC PATCH v5 26/38] KVM: arm64: Add SPE system registers to VCPU context, Alexandru Elisei
- [RFC PATCH v5 27/38] KVM: arm64: nVHE: Save PMSCR_EL1 to the host context, Alexandru Elisei
- [RFC PATCH v5 28/38] KVM: arm64: Rename DEBUG_STATE_SAVE_SPE -> DEBUG_SAVE_SPE_BUFFER flags, Alexandru Elisei
- [RFC PATCH v5 29/38] KVM: arm64: nVHE: Context switch SPE state if VCPU has SPE, Alexandru Elisei
- [RFC PATCH v5 30/38] KVM: arm64: VHE: Context switch SPE state if VCPU has SPE, Alexandru Elisei
- [RFC PATCH v5 31/38] KVM: arm64: Save/restore PMSNEVFR_EL1 on VCPU put/load, Alexandru Elisei
- [RFC PATCH v5 32/38] KVM: arm64: Allow guest to use physical timestamps if perfmon_capable(), Alexandru Elisei
- [RFC PATCH v5 33/38] KVM: arm64: Emulate SPE buffer management interrupt, Alexandru Elisei
- [RFC PATCH v5 34/38] KVM: arm64: Add an userspace API to stop a VCPU profiling, Alexandru Elisei
- [RFC PATCH v5 35/38] KVM: arm64: Implement userspace API to stop a VCPU profiling, Alexandru Elisei
- [RFC PATCH v5 37/38] KVM: arm64: Make CONFIG_KVM_ARM_SPE depend on !CONFIG_NUMA_BALANCING, Alexandru Elisei
- [RFC PATCH v5 36/38] KVM: arm64: Add PMSIDR_EL1 to the SPE register context, Alexandru Elisei
- [RFC PATCH v5 38/38] KVM: arm64: Allow userspace to enable SPE for guests, Alexandru Elisei
- [RFC PATCH v3 00/29] KVM: arm64: Make CPU ID registers writable by userspace,
Reiji Watanabe
- [RFC PATCH v3 01/29] KVM: arm64: Add has_reset_once flag for vcpu, Reiji Watanabe
- [RFC PATCH v3 02/29] KVM: arm64: Save ID registers' sanitized value per vCPU, Reiji Watanabe
- [RFC PATCH v3 03/29] KVM: arm64: Introduce struct id_reg_info, Reiji Watanabe
- [RFC PATCH v3 04/29] KVM: arm64: Make ID_AA64PFR0_EL1 writable, Reiji Watanabe
- [RFC PATCH v3 05/29] KVM: arm64: Make ID_AA64PFR1_EL1 writable, Reiji Watanabe
- [RFC PATCH v3 06/29] KVM: arm64: Make ID_AA64ISAR0_EL1 writable, Reiji Watanabe
- [RFC PATCH v3 07/29] KVM: arm64: Make ID_AA64ISAR1_EL1 writable, Reiji Watanabe
- [RFC PATCH v3 08/29] KVM: arm64: Make ID_AA64MMFR0_EL1 writable, Reiji Watanabe
- [RFC PATCH v3 09/29] KVM: arm64: Hide IMPLEMENTATION DEFINED PMU support for the guest, Reiji Watanabe
- [RFC PATCH v3 10/29] KVM: arm64: Make ID_AA64DFR0_EL1 writable, Reiji Watanabe
- [RFC PATCH v3 11/29] KVM: arm64: Make ID_DFR0_EL1 writable, Reiji Watanabe
- [RFC PATCH v3 12/29] KVM: arm64: Make ID_DFR1_EL1 writable, Reiji Watanabe
- [RFC PATCH v3 13/29] KVM: arm64: Make ID_MMFR0_EL1 writable, Reiji Watanabe
- [RFC PATCH v3 14/29] KVM: arm64: Make MVFR1_EL1 writable, Reiji Watanabe
- [RFC PATCH v3 15/29] KVM: arm64: Make ID registers without id_reg_info writable, Reiji Watanabe
- [RFC PATCH v3 16/29] KVM: arm64: Add consistency checking for frac fields of ID registers, Reiji Watanabe
- [RFC PATCH v3 17/29] KVM: arm64: Introduce KVM_CAP_ARM_ID_REG_CONFIGURABLE capability, Reiji Watanabe
- [RFC PATCH v3 19/29] KVM: arm64: Use vcpu->arch cptr_el2 to track value of cptr_el2 for VHE, Reiji Watanabe
- [RFC PATCH v3 18/29] KVM: arm64: Add kunit test for ID register validation, Reiji Watanabe
- [RFC PATCH v3 20/29] KVM: arm64: Use vcpu->arch.mdcr_el2 to track value of mdcr_el2, Reiji Watanabe
- [RFC PATCH v3 21/29] KVM: arm64: Introduce framework to trap disabled features, Reiji Watanabe
- [RFC PATCH v3 22/29] KVM: arm64: Trap disabled features of ID_AA64PFR0_EL1, Reiji Watanabe
- [RFC PATCH v3 23/29] KVM: arm64: Trap disabled features of ID_AA64PFR1_EL1, Reiji Watanabe
- [RFC PATCH v3 24/29] KVM: arm64: Trap disabled features of ID_AA64DFR0_EL1, Reiji Watanabe
- [RFC PATCH v3 25/29] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1, Reiji Watanabe
- [RFC PATCH v3 26/29] KVM: arm64: Trap disabled features of ID_AA64ISAR1_EL1, Reiji Watanabe
- [RFC PATCH v3 27/29] KVM: arm64: Initialize trapping of disabled CPU features for the guest, Reiji Watanabe
- [RFC PATCH v3 28/29] KVM: arm64: Add kunit test for trap initialization, Reiji Watanabe
- [RFC PATCH v3 29/29] KVM: arm64: selftests: Introduce id_reg_test, Reiji Watanabe
- Re: [RFC PATCH v3 00/29] KVM: arm64: Make CPU ID registers writable by userspace, Alexandru Elisei
- Re: [RFC PATCH v3 00/29] KVM: arm64: Make CPU ID registers writable by userspace, Alexandru Elisei
- [PATCH 0/7] KVM: Add Makefile.kvm for common files,
David Woodhouse
- [PATCH v2 0/7] KVM: Turn the vcpu array into an xarray,
Marc Zyngier
- [PATCH kvmtool 0/9] arm64: Improve PMU support on heterogeneous systems,
Alexandru Elisei
- [PATCH 0/4] KVM: arm64: Improve PMU support on heterogeneous systems,
Alexandru Elisei
- [PATCH] KVM: arm64: remove unneeded comparison,
Jason Wang
- [RFC PATCH v2 00/11] KVM: arm64: Add support for hypercall services selection,
Raghavendra Rao Ananta
- [RFC PATCH v2 01/11] KVM: arm64: Factor out firmware register handling from psci.c, Raghavendra Rao Ananta
- [RFC PATCH v2 02/11] KVM: Introduce kvm_vcpu_has_run_once, Raghavendra Rao Ananta
- [RFC PATCH v2 03/11] KVM: Introduce kvm_vm_has_run_once, Raghavendra Rao Ananta
- [RFC PATCH v2 04/11] KVM: arm64: Setup a framework for hypercall bitmap firmware registers, Raghavendra Rao Ananta
- [RFC PATCH v2 05/11] KVM: arm64: Add standard hypervisor firmware register, Raghavendra Rao Ananta
- [RFC PATCH v2 06/11] KVM: arm64: Add vendor hypervisor firmware register, Raghavendra Rao Ananta
- [RFC PATCH v2 08/11] Docs: KVM: Rename psci.rst to hypercalls.rst, Raghavendra Rao Ananta
- [RFC PATCH v2 07/11] Docs: KVM: Add doc for the bitmap firmware registers, Raghavendra Rao Ananta
- [RFC PATCH v2 09/11] tools: Import ARM SMCCC definitions, Raghavendra Rao Ananta
- [RFC PATCH v2 10/11] selftests: KVM: aarch64: Introduce hypercall ABI test, Raghavendra Rao Ananta
- [RFC PATCH v2 11/11] selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-list, Raghavendra Rao Ananta
- [GIT PULL] KVM/arm64 fixes for 5.16, take #1, Marc Zyngier
- [kvm-unit-tests PATCH v3 0/3] GIC ITS tests,
Alex Bennée
- [PATCH 0/4] KVM/arm64 fixes for 5.16, take #1,
Marc Zyngier
- [PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks,
Sean Christopherson
- [PATCH v4 01/17] perf: Protect perf_guest_cbs with RCU, Sean Christopherson
- [PATCH v4 02/17] KVM: x86: Register perf callbacks after calling vendor's hardware_setup(), Sean Christopherson
- [PATCH v4 03/17] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest, Sean Christopherson
- [PATCH v4 04/17] perf: Stop pretending that perf can handle multiple guest callbacks, Sean Christopherson
- [PATCH v4 05/17] perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv, Sean Christopherson
- [PATCH v4 06/17] perf/core: Rework guest callbacks to prepare for static_call support, Sean Christopherson
- [PATCH v4 07/17] perf: Add wrappers for invoking guest callbacks, Sean Christopherson
- [PATCH v4 08/17] perf: Force architectures to opt-in to guest callbacks, Sean Christopherson
- [PATCH v4 09/17] perf/core: Use static_call to optimize perf_guest_info_callbacks, Sean Christopherson
- [PATCH v4 11/17] KVM: x86: More precisely identify NMI from guest when handling PMI, Sean Christopherson
- [PATCH v4 10/17] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable, Sean Christopherson
- [PATCH v4 12/17] KVM: Move x86's perf guest info callbacks to generic KVM, Sean Christopherson
- [PATCH v4 13/17] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c, Sean Christopherson
- [PATCH v4 14/17] KVM: arm64: Convert to the generic perf callbacks, Sean Christopherson
- [PATCH v4 15/17] KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=y, Sean Christopherson
- [PATCH v4 16/17] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c, Sean Christopherson
- [PATCH v4 17/17] perf: Drop guest callback (un)register stubs, Sean Christopherson
- Re: [PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks, Peter Zijlstra
- [PATCH 00/17] KVM: selftests: aarch64: Test userspace IRQ injection,
Ricardo Koller
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]