Linux KVM for ARM
[Prev Page][Next Page]
- Re: [PATCH 1/2] KVM: arm64: vgic: check redist region is not above the VM IPA size, (continued)
- [PATCH v2 0/2] KVM: selftests: enable the memslot tests in ARM64,
Ricardo Koller
- [PATCH v2 0/2] Add memcg accounting to Arm KVM,
Jia He
- [PATCH] KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule,
Zenghui Yu
- [PATCH] Documentation, dt, numa: Add note to empty NUMA node,
Gavin Shan
- [PATCH 0/2] KVM: selftests: enable the memslot tests in ARM64,
Ricardo Koller
- [PATCH v2 0/6] x86/kvm: add boot parameters for max vcpu configs,
Juergen Gross
- [PATCH] KVM: arm64: Allow KVM to be disabled from the command line,
Marc Zyngier
- [PATCH 1/2] KVM: arm64: vgic: Add memcg accounting to vgic allocations,
Jia He
- [PATCH v3 00/12] KVM: arm64: selftests: Introduce arch_timer selftest,
Raghavendra Rao Ananta
- [PATCH v3 01/12] KVM: arm64: selftests: Add MMIO readl/writel support, Raghavendra Rao Ananta
- [PATCH v3 02/12] KVM: arm64: selftests: Add write_sysreg_s and read_sysreg_s, Raghavendra Rao Ananta
- [PATCH v3 03/12] KVM: arm64: selftests: Add support for cpu_relax, Raghavendra Rao Ananta
- [PATCH v3 06/12] KVM: arm64: selftests: Add support to disable and enable local IRQs, Raghavendra Rao Ananta
- [PATCH v3 04/12] KVM: arm64: selftests: Add basic support for arch_timers, Raghavendra Rao Ananta
- [PATCH v3 05/12] KVM: arm64: selftests: Add basic support to generate delays, Raghavendra Rao Ananta
- [PATCH v3 07/12] KVM: arm64: selftests: Add support to get the vcpuid from MPIDR_EL1, Raghavendra Rao Ananta
- [PATCH v3 08/12] KVM: arm64: selftests: Add light-weight spinlock support, Raghavendra Rao Ananta
- [PATCH v3 09/12] KVM: arm64: selftests: Add basic GICv3 support, Raghavendra Rao Ananta
- [PATCH v3 10/12] KVM: arm64: selftests: Add host support for vGIC, Raghavendra Rao Ananta
- [PATCH v3 11/12] KVM: arm64: selftests: Add arch_timer test, Raghavendra Rao Ananta
- [PATCH v3 12/12] KVM: arm64: selftests: arch_timer: Support vCPU migration, Raghavendra Rao Ananta
- Re: [PATCH v3 00/12] KVM: arm64: selftests: Introduce arch_timer selftest, Oliver Upton
- Re: [PATCH v3 00/12] KVM: arm64: selftests: Introduce arch_timer selftest, Oliver Upton
- [PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks,
Sean Christopherson
- [PATCH v2 01/13] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref, Sean Christopherson
- [PATCH v2 02/13] KVM: x86: Register perf callbacks after calling vendor's hardware_setup(), Sean Christopherson
- [PATCH v2 04/13] perf: Stop pretending that perf can handle multiple guest callbacks, Sean Christopherson
- [PATCH v2 03/13] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest, Sean Christopherson
- [PATCH v2 05/13] perf: Force architectures to opt-in to guest callbacks, Sean Christopherson
- [PATCH v2 06/13] perf/core: Rework guest callbacks to prepare for static_call support, Sean Christopherson
- [PATCH v2 08/13] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable, Sean Christopherson
- [PATCH v2 07/13] perf/core: Use static_call to optimize perf_guest_info_callbacks, Sean Christopherson
- [PATCH v2 09/13] KVM: x86: More precisely identify NMI from guest when handling PMI, Sean Christopherson
- [PATCH v2 10/13] KVM: Move x86's perf guest info callbacks to generic KVM, Sean Christopherson
- [PATCH v2 11/13] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c, Sean Christopherson
- [PATCH v2 12/13] KVM: arm64: Convert to the generic perf callbacks, Sean Christopherson
- [PATCH v2 13/13] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c, Sean Christopherson
- Re: [PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks, Peter Zijlstra
- [PATCH][kvmtool] virtio/pci: Size the MSI-X bar according to the number of MSI-X,
Marc Zyngier
- [PATCH v5 0/8] KVM: arm64: Fixed features for protected VMs,
Fuad Tabba
- Is there any KVM-enabled kernel for android i can find ?,
aaditya singh
- [PATCH 00/15] perf: KVM: Fix, optimize, and clean up callbacks,
Sean Christopherson
- [PATCH 01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup(), Sean Christopherson
- [PATCH 03/15] perf: Stop pretending that perf can handle multiple guest callbacks, Sean Christopherson
- [PATCH 02/15] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest, Sean Christopherson
- [PATCH 04/15] perf: Force architectures to opt-in to guest callbacks, Sean Christopherson
- [PATCH 06/15] KVM: x86: Register perf callbacks only when actively handling interrupt, Sean Christopherson
- [PATCH 05/15] perf: Track guest callbacks on a per-CPU basis, Sean Christopherson
- [PATCH 07/15] KVM: Use dedicated flag to track if KVM is handling an NMI from guest, Sean Christopherson
- [PATCH 08/15] KVM: x86: Drop current_vcpu in favor of kvm_running_vcpu, Sean Christopherson
- [PATCH 09/15] KVM: arm64: Register/unregister perf callbacks at vcpu load/put, Sean Christopherson
- [PATCH 10/15] KVM: Move x86's perf guest info callbacks to generic KVM, Sean Christopherson
- [PATCH 11/15] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c, Sean Christopherson
- [PATCH 12/15] KVM: arm64: Convert to the generic perf callbacks, Sean Christopherson
- [PATCH 14/15] perf: Disallow bulk unregistering of guest callbacks and do cleanup, Sean Christopherson
- [PATCH 15/15] perf: KVM: Indicate "in guest" via NULL ->is_in_guest callback, Sean Christopherson
- [PATCH 13/15] KVM: arm64: Drop perf.c and fold its tiny bit of code into pmu.c, Sean Christopherson
- Re: [PATCH 00/15] perf: KVM: Fix, optimize, and clean up callbacks, Like Xu
- [GIT PULL] KVM/arm64 updates for 5.15,
Marc Zyngier
- [RFC PATCH v4 kvmtool 0/5] KVM SPE support,
Alexandru Elisei
- [RFC PATCH v4 00/39] KVM: arm64: Add Statistical Profiling Extension (SPE) support,
Alexandru Elisei
- [RFC PATCH v4 01/39] KVM: arm64: Make lock_all_vcpus() available to the rest of KVM, Alexandru Elisei
- [RFC PATCH v4 02/39] KVM: arm64: Add lock/unlock memslot user API, Alexandru Elisei
- [RFC PATCH v4 03/39] KVM: arm64: Implement the memslot lock/unlock functionality, Alexandru Elisei
- [RFC PATCH v4 04/39] KVM: arm64: Defer CMOs for locked memslots until a VCPU is run, Alexandru Elisei
- [RFC PATCH v4 05/39] KVM: arm64: Perform CMOs on locked memslots when userspace resets VCPUs, Alexandru Elisei
- [RFC PATCH v4 06/39] KVM: arm64: Delay tag scrubbing for locked memslots until a VCPU runs, Alexandru Elisei
- [RFC PATCH v4 07/39] KVM: arm64: Unlock memslots after stage 2 tables are freed, Alexandru Elisei
- [RFC PATCH v4 08/39] KVM: arm64: Deny changes to locked memslots, Alexandru Elisei
- [RFC PATCH v4 09/39] KVM: Add kvm_warn{,_ratelimited} macros, Alexandru Elisei
- [RFC PATCH v4 10/39] KVM: arm64: Print a warning for unexpected faults on locked memslots, Alexandru Elisei
- [RFC PATCH v4 11/39] KVM: arm64: Allow userspace to lock and unlock memslots, Alexandru Elisei
- [RFC PATCH v4 12/39] KVM: arm64: Add the KVM_ARM_VCPU_SUPPORTED_CPUS VCPU ioctl, Alexandru Elisei
- [RFC PATCH v4 13/39] KVM: arm64: Add CONFIG_KVM_ARM_SPE Kconfig option, Alexandru Elisei
- [RFC PATCH v4 14/39] KVM: arm64: Add SPE capability and VCPU feature, Alexandru Elisei
- [RFC PATCH v4 15/39] drivers/perf: Expose the cpumask of CPUs that support SPE, Alexandru Elisei
- [RFC PATCH v4 16/39] KVM: arm64: Make SPE available when at least one CPU supports it, Alexandru Elisei
- [RFC PATCH v4 17/39] KVM: arm64: Set the VCPU SPE feature bit when SPE is available, Alexandru Elisei
- [RFC PATCH v4 18/39] KVM: arm64: Expose SPE version to guests, Alexandru Elisei
- [RFC PATCH v4 19/39] KVM: arm64: Do not emulate SPE on CPUs which don't have SPE, Alexandru Elisei
- [RFC PATCH v4 20/39] KVM: arm64: Add a new VCPU device control group for SPE, Alexandru Elisei
- [RFC PATCH v4 21/39] KVM: arm64: Add SPE VCPU device attribute to set the interrupt number, Alexandru Elisei
- [RFC PATCH v4 22/39] KVM: arm64: Add SPE VCPU device attribute to initialize SPE, Alexandru Elisei
- [RFC PATCH v4 23/39] KVM: arm64: VHE: Clear MDCR_EL2.E2PB in vcpu_put(), Alexandru Elisei
- [RFC PATCH v4 24/39] KVM: arm64: debug: Configure MDCR_EL2 when a VCPU has SPE, Alexandru Elisei
- [RFC PATCH v4 25/39] KVM: arm64: Move the write to MDCR_EL2 out of __activate_traps_common(), Alexandru Elisei
- [RFC PATCH v4 27/39] KVM: arm64: Add SPE system registers to VCPU context, Alexandru Elisei
- [RFC PATCH v4 26/39] KVM: arm64: VHE: Change MDCR_EL2 at world switch if VCPU has SPE, Alexandru Elisei
- [RFC PATCH v4 28/39] KVM: arm64: nVHE: Save PMSCR_EL1 to the host context, Alexandru Elisei
- [RFC PATCH v4 29/39] KVM: arm64: Rename DEBUG_STATE_SAVE_SPE -> DEBUG_SAVE_SPE_BUFFER flags, Alexandru Elisei
- [RFC PATCH v4 30/39] KVM: arm64: nVHE: Context switch SPE state if VCPU has SPE, Alexandru Elisei
- [RFC PATCH v4 31/39] KVM: arm64: VHE: Context switch SPE state if VCPU has SPE, Alexandru Elisei
- [RFC PATCH v4 32/39] KVM: arm64: Save/restore PMSNEVFR_EL1 on VCPU put/load, Alexandru Elisei
- [RFC PATCH v4 33/39] KVM: arm64: Allow guest to use physical timestamps if perfmon_capable(), Alexandru Elisei
- [RFC PATCH v4 34/39] KVM: arm64: Emulate SPE buffer management interrupt, Alexandru Elisei
- [RFC PATCH v4 35/39] KVM: arm64: Add an userspace API to stop a VCPU profiling, Alexandru Elisei
- [RFC PATCH v4 36/39] KVM: arm64: Implement userspace API to stop a VCPU profiling, Alexandru Elisei
- [RFC PATCH v4 37/39] KVM: arm64: Add PMSIDR_EL1 to the SPE register context, Alexandru Elisei
- [RFC PATCH v4 38/39] KVM: arm64: Make CONFIG_KVM_ARM_SPE depend on !CONFIG_NUMA_BALANCING, Alexandru Elisei
- [RFC PATCH v4 39/39] KVM: arm64: Allow userspace to enable SPE for guests, Alexandru Elisei
- Re: [RFC PATCH v4 00/39] KVM: arm64: Add Statistical Profiling Extension (SPE) support, Suzuki K Poulose
- [PATCH v3 0/4] KVM: allow mapping non-refcounted pages,
David Stevens
- KVM/arm64: Guest ABI changes do not appear rollback-safe,
Oliver Upton
- [PATCH v2] arm64: Do not trap PMSNEVFR_EL1,
Alexandru Elisei
- [PATCH] arm64: Do not trap PMSNEVFR_EL1,
Alexandru Elisei
- [PATCH] KVM: arm64: Trim guest debug exception handling,
Raghavendra Rao Ananta
- [PATCH v2 0/3] kvmtool: Limit IPA space to what is actually required,
Marc Zyngier
- [PATCH 0/3] target/arm: Reduced-IPA space and highmem=off fixes,
Marc Zyngier
- [PATCH][kvmtool] virtio/pci: Correctly handle MSI-X masking while MSI-X is disabled,
Marc Zyngier
- [PATCH] KVM: arm64: Ratelimit error log during guest debug exception,
Raghavendra Rao Ananta
- [PATCH 0/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support,
Oliver Upton
- [PATCH 1/6] KVM: arm64: Drop unused vcpu param to kvm_psci_valid_affinity(), Oliver Upton
- [PATCH 2/6] KVM: arm64: Clean up SMC64 PSCI filtering for AArch32 guests, Oliver Upton
- [PATCH 3/6] KVM: arm64: Encapsulate reset request logic in a helper function, Oliver Upton
- [PATCH 4/6] KVM: arm64: Add support for SYSTEM_SUSPEND PSCI call, Oliver Upton
- [PATCH 5/6] selftests: KVM: Promote PSCI hypercalls to asm volatile, Oliver Upton
- [PATCH 6/6] selftests: KVM: Test SYSTEM_SUSPEND PSCI call, Oliver Upton
- [PATCH] Documentation: kvm: Document KVM_SYSTEM_EVENT_SUSPEND exit type, Oliver Upton
- Re: [PATCH 0/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support, Oliver Upton
- [RFC kvmtool PATCH 0/2] PSCI SYSTEM_SUSPEND support, Oliver Upton
- Re: [PATCH 0/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support, Marc Zyngier
- [PATCH v2] KVM: arm64: vgic: Resample HW pending state on deactivation,
Marc Zyngier
- [PATCH] KVM: arm64: vgic: drop WARN from vgic_get_irq,
Ricardo Koller
- [PATCH] selftests: KVM: Gracefully handle missing vCPU features,
Oliver Upton
- [PATCH v2 0/4] KVM: arm64: Fix some races in CPU_ON PSCI call,
Oliver Upton
- [PATCH v2 00/10] KVM: arm64: selftests: Introduce arch_timer selftest,
Raghavendra Rao Ananta
- [PATCH v2 01/10] KVM: arm64: selftests: Add MMIO readl/writel support, Raghavendra Rao Ananta
- [PATCH v2 02/10] KVM: arm64: selftests: Add write_sysreg_s and read_sysreg_s, Raghavendra Rao Ananta
- [PATCH v2 03/10] KVM: arm64: selftests: Add support for cpu_relax, Raghavendra Rao Ananta
- [PATCH v2 04/10] KVM: arm64: selftests: Add basic support for arch_timers, Raghavendra Rao Ananta
- [PATCH v2 05/10] KVM: arm64: selftests: Add basic support to generate delays, Raghavendra Rao Ananta
- [PATCH v2 06/10] KVM: arm64: selftests: Add support to disable and enable local IRQs, Raghavendra Rao Ananta
- [PATCH v2 07/10] KVM: arm64: selftests: Add support to get the vcpuid from MPIDR_EL1, Raghavendra Rao Ananta
- [PATCH v2 08/10] KVM: arm64: selftests: Add light-weight spinlock support, Raghavendra Rao Ananta
- [PATCH v2 09/10] KVM: arm64: selftests: Add basic GICv3 support, Raghavendra Rao Ananta
- [PATCH v2 10/10] KVM: arm64: selftests: Add arch_timer test, Raghavendra Rao Ananta
- KVM: arm64: vgic: Resample HW pending state on deactivation,
Raghavendra Rao Ananta
- [PATCH] KVM: arm64: vgic: Resample HW pending state on deactivation,
Marc Zyngier
- [PATCH 0/4] KVM: arm64: Fix some races in CPU_ON PSCI call,
Oliver Upton
- [PATCH v4 00/15] KVM: arm64: Fixed features for protected VMs,
Fuad Tabba
- [PATCH v4 01/15] KVM: arm64: placeholder to check if VM is protected, Fuad Tabba
- [PATCH v4 02/15] KVM: arm64: Remove trailing whitespace in comment, Fuad Tabba
- [PATCH v4 04/15] KVM: arm64: Fix names of config register fields, Fuad Tabba
- [PATCH v4 03/15] KVM: arm64: MDCR_EL2 is a 64-bit register, Fuad Tabba
- [PATCH v4 06/15] KVM: arm64: Restore mdcr_el2 from vcpu, Fuad Tabba
- [PATCH v4 05/15] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse, Fuad Tabba
- [PATCH v4 07/15] KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debug, Fuad Tabba
- [PATCH v4 08/15] KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch, Fuad Tabba
- [PATCH v4 10/15] KVM: arm64: Add config register bit definitions, Fuad Tabba
- [PATCH v4 09/15] KVM: arm64: Add feature register flag definitions, Fuad Tabba
- [PATCH v4 11/15] KVM: arm64: Guest exit handlers for nVHE hyp, Fuad Tabba
- [PATCH v4 13/15] KVM: arm64: Move sanitized copies of CPU features, Fuad Tabba
- [PATCH v4 14/15] KVM: arm64: Trap access to pVM restricted features, Fuad Tabba
- [PATCH v4 12/15] KVM: arm64: Add trap handlers for protected VMs, Fuad Tabba
- [PATCH v4 15/15] KVM: arm64: Handle protected guests at 32 bits, Fuad Tabba
- Re: [PATCH v4 00/15] KVM: arm64: Fixed features for protected VMs, Marc Zyngier
- [PATCH] KVM: stats: Add VM stat for remote tlb flush requests,
Jing Zhang
- [PATCH v5] memblock: make memblock_find_in_range method private,
Mike Rapoport
- [PATCH v7 0/9] selftests: KVM: Test offset-based counter controls,
Oliver Upton
- [PATCH v7 3/9] selftests: KVM: Fix kvm device helper ioctl assertions, Oliver Upton
- [PATCH v7 1/9] tools: arch: x86: pull in pvclock headers, Oliver Upton
- [PATCH v7 2/9] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK, Oliver Upton
- [PATCH v7 4/9] selftests: KVM: Add helpers for vCPU device attributes, Oliver Upton
- [PATCH v7 5/9] selftests: KVM: Introduce system counter offset test, Oliver Upton
- [PATCH v7 6/9] selftests: KVM: Add helper to check for register presence, Oliver Upton
- [PATCH v7 7/9] selftests: KVM: Add support for aarch64 to system_counter_offset_test, Oliver Upton
- [PATCH v7 8/9] selftests: KVM: Test physical counter offsetting, Oliver Upton
- [PATCH v7 9/9] selftests: KVM: Add counter emulation benchmark, Oliver Upton
- [PATCH v7 0/7] KVM: arm64: Add idempotent controls to migrate guest counter,
Oliver Upton
- [PATCH v7 0/6] KVM: x86: Add idempotent controls for migrating system counter state,
Oliver Upton
- [PATCH 00/10] KVM: arm64: selftests: Introduce arch_timer selftest,
Raghavendra Rao Ananta
- [PATCH 01/10] KVM: arm64: selftests: Add MMIO readl/writel support, Raghavendra Rao Ananta
- [PATCH 02/10] KVM: arm64: selftests: Add write_sysreg_s and read_sysreg_s, Raghavendra Rao Ananta
- [PATCH 03/10] KVM: arm64: selftests: Add support for cpu_relax, Raghavendra Rao Ananta
- [PATCH 04/10] KVM: arm64: selftests: Add basic support for arch_timers, Raghavendra Rao Ananta
- [PATCH 05/10] KVM: arm64: selftests: Add basic support to generate delays, Raghavendra Rao Ananta
- [PATCH 06/10] KVM: arm64: selftests: Add support to disable and enable local IRQs, Raghavendra Rao Ananta
- [PATCH 07/10] KVM: arm64: selftests: Add support to get the vcpuid from MPIDR_EL1, Raghavendra Rao Ananta
- [PATCH 08/10] KVM: arm64: selftests: Add light-weight spinlock support, Raghavendra Rao Ananta
- [PATCH 09/10] KVM: arm64: selftests: Add basic GICv3 support, Raghavendra Rao Ananta
- [PATCH 10/10] KVM: arm64: selftests: Add arch_timer test, Raghavendra Rao Ananta
- Re: [PATCH 00/10] KVM: arm64: selftests: Introduce arch_timer selftest, Andrew Jones
- [PATCH v2 1/2] KVM: Refactor kvm_arch_vcpu_fault() to return a struct page pointer,
Hou Wenlong
- [PATCH v4 00/15] Support Asynchronous Page Fault,
Gavin Shan
- [PATCH v4 01/15] KVM: async_pf: Move struct kvm_async_pf around, Gavin Shan
- [PATCH v4 02/15] KVM: async_pf: Add helper function to check completion queue, Gavin Shan
- [PATCH v4 03/15] KVM: async_pf: Make GFN slot management generic, Gavin Shan
- [PATCH v4 04/15] KVM: x86: Use generic async PF slot management, Gavin Shan
- [PATCH v4 05/15] KVM: arm64: Export kvm_handle_user_mem_abort(), Gavin Shan
- [PATCH v4 06/15] KVM: arm64: Add paravirtualization header files, Gavin Shan
- [PATCH v4 07/15] KVM: arm64: Support page-not-present notification, Gavin Shan
- [PATCH v4 08/15] KVM: arm64: Support page-ready notification, Gavin Shan
- [PATCH v4 09/15] KVM: arm64: Support async PF hypercalls, Gavin Shan
- [PATCH v4 10/15] KVM: arm64: Support async PF ioctl commands, Gavin Shan
- [PATCH v4 11/15] KVM: arm64: Export async PF capability, Gavin Shan
- [PATCH v4 12/15] arm64: Detect async PF para-virtualization feature, Gavin Shan
- [PATCH v4 13/15] arm64: Reschedule process on aync PF, Gavin Shan
- [PATCH v4 14/15] arm64: Enable async PF, Gavin Shan
- [PATCH v4 15/15] KVM: arm64: Add async PF document, Gavin Shan
- [PATCH v4 00/21] Support SDEI Virtualization,
Gavin Shan
- [PATCH v4 01/21] KVM: arm64: Introduce template for inline functions, Gavin Shan
- [PATCH v4 02/21] KVM: arm64: Add SDEI virtualization infrastructure, Gavin Shan
- [PATCH v4 03/21] KVM: arm64: Support SDEI_VERSION hypercall, Gavin Shan
- [PATCH v4 04/21] KVM: arm64: Support SDEI_EVENT_REGISTER hypercall, Gavin Shan
- [PATCH v4 05/21] KVM: arm64: Support SDEI_EVENT_{ENABLE, DISABLE} hypercall, Gavin Shan
- [PATCH v4 06/21] KVM: arm64: Support SDEI_EVENT_CONTEXT hypercall, Gavin Shan
- [PATCH v4 07/21] KVM: arm64: Support SDEI_EVENT_UNREGISTER hypercall, Gavin Shan
- [PATCH v4 08/21] KVM: arm64: Support SDEI_EVENT_STATUS hypercall, Gavin Shan
- [PATCH v4 09/21] KVM: arm64: Support SDEI_EVENT_GET_INFO hypercall, Gavin Shan
- [PATCH v4 10/21] KVM: arm64: Support SDEI_EVENT_ROUTING_SET hypercall, Gavin Shan
- [PATCH v4 12/21] KVM: arm64: Support SDEI_{PRIVATE, SHARED}_RESET hypercall, Gavin Shan
- [PATCH v4 11/21] KVM: arm64: Support SDEI_PE_{MASK, UNMASK} hypercall, Gavin Shan
- [PATCH v4 13/21] KVM: arm64: Impment SDEI event delivery, Gavin Shan
- [PATCH v4 14/21] KVM: arm64: Support SDEI_EVENT_{COMPLETE, COMPLETE_AND_RESUME} hypercall, Gavin Shan
- [PATCH v4 15/21] KVM: arm64: Support SDEI event notifier, Gavin Shan
- [PATCH v4 16/21] KVM: arm64: Support SDEI ioctl commands on VM, Gavin Shan
- [PATCH v4 17/21] KVM: arm64: Support SDEI ioctl commands on vCPU, Gavin Shan
- [PATCH v4 18/21] KVM: arm64: Support SDEI event injection, Gavin Shan
- [PATCH v4 19/21] KVM: arm64: Support SDEI event cancellation, Gavin Shan
- [PATCH v4 20/21] KVM: arm64: Export SDEI capability, Gavin Shan
- [PATCH v4 21/21] KVM: selftests: Add SDEI test case, Gavin Shan
- Re: [PATCH v4 00/21] Support SDEI Virtualization, Gavin Shan
- [PATCH] KVM: arm64: Make hyp_panic() more robust when protected mode is enabled,
Will Deacon
- [GIT PULL] KVM/arm64 fixes for 5.14, take #2, Marc Zyngier
- [PATCH v4 0/2] memblock: make memblock_find_in_range method private,
Mike Rapoport
- [PATCH V2 0/5] KVM: arm64: General cleanups,
Anshuman Khandual
- [PATCH] KVM: arm64: Return -EPERM from __pkvm_host_share_hyp(),
Quentin Perret
- [PATCH V2] KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size,
Anshuman Khandual
- [PATCH] KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size,
Anshuman Khandual
- [PATCH V2] KVM: arm64: perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEF,
Anshuman Khandual
- [PATCH 0/5] KVM: arm64: General cleanups,
Anshuman Khandual
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]