Linux KVM for ARM
[Prev Page][Next Page]
- [PATCH 3/5] KVM: arm64: Drop check_kvm_target_cpu() based percpu probe, (continued)
- [PATCH] arm64/perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEF,
Anshuman Khandual
- [PATCH] arm64/mm: Define ID_AA64MMFR0_TGRAN_2_SHIFT,
Anshuman Khandual
- [PATCH v4 00/21] Track shared pages at EL2 in protected mode,
Quentin Perret
- [PATCH v4 02/21] KVM: arm64: Introduce hyp_assert_lock_held(), Quentin Perret
- [PATCH v4 01/21] KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2, Quentin Perret
- [PATCH v4 03/21] KVM: arm64: Provide the host_stage2_try() helper macro, Quentin Perret
- [PATCH v4 04/21] KVM: arm64: Introduce helper to retrieve a PTE and its level, Quentin Perret
- [PATCH v4 05/21] KVM: arm64: Expose page-table helpers, Quentin Perret
- [PATCH v4 06/21] KVM: arm64: Optimize host memory aborts, Quentin Perret
- [PATCH v4 07/21] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED, Quentin Perret
- [PATCH v4 08/21] KVM: arm64: Don't overwrite software bits with owner id, Quentin Perret
- [PATCH v4 09/21] KVM: arm64: Tolerate re-creating hyp mappings to set software bits, Quentin Perret
- [PATCH v4 10/21] KVM: arm64: Enable forcing page-level stage-2 mappings, Quentin Perret
- [PATCH v4 11/21] KVM: arm64: Allow populating software bits, Quentin Perret
- [PATCH v4 12/21] KVM: arm64: Add helpers to tag shared pages in SW bits, Quentin Perret
- [PATCH v4 13/21] KVM: arm64: Expose host stage-2 manipulation helpers, Quentin Perret
- [PATCH v4 14/21] KVM: arm64: Expose pkvm_hyp_id, Quentin Perret
- [PATCH v4 15/21] KVM: arm64: Introduce addr_is_memory(), Quentin Perret
- [PATCH v4 16/21] KVM: arm64: Enable retrieving protections attributes of PTEs, Quentin Perret
- [PATCH v4 17/21] KVM: arm64: Mark host bss and rodata section as shared, Quentin Perret
- [PATCH v4 18/21] KVM: arm64: Remove __pkvm_mark_hyp, Quentin Perret
- [PATCH v4 19/21] KVM: arm64: Refactor protected nVHE stage-1 locking, Quentin Perret
- [PATCH v4 20/21] KVM: arm64: Restrict EL2 stage-1 changes in protected mode, Quentin Perret
- [PATCH v4 21/21] KVM: arm64: Make __pkvm_create_mappings static, Quentin Perret
- Re: [PATCH v4 00/21] Track shared pages at EL2 in protected mode, Marc Zyngier
- [PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks,
Zhu Lingshan
- [PATCH 0/4] Fix racing TLBI with ASID/VMID reallocation,
Will Deacon
- [RFC PATCH 14/15] mm: introduce MIN_MAX_ORDER to replace MAX_ORDER as compile time constant.,
Zi Yan
- [PATCH v6 00/21] KVM: Add idempotent controls for migrating system counter state,
Oliver Upton
- [PATCH v6 01/21] KVM: x86: Fix potential race in KVM_GET_CLOCK, Oliver Upton
- [PATCH v6 02/21] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK, Oliver Upton
- [PATCH v6 03/21] KVM: x86: Take the pvclock sync lock behind the tsc_write_lock, Oliver Upton
- [PATCH v6 04/21] KVM: x86: Refactor tsc synchronization code, Oliver Upton
- [PATCH v6 05/21] KVM: x86: Expose TSC offset controls to userspace, Oliver Upton
- [PATCH v6 06/21] tools: arch: x86: pull in pvclock headers, Oliver Upton
- [PATCH v6 07/21] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK, Oliver Upton
- [PATCH v6 08/21] selftests: KVM: Fix kvm device helper ioctl assertions, Oliver Upton
- [PATCH v6 09/21] selftests: KVM: Add helpers for vCPU device attributes, Oliver Upton
- [PATCH v6 10/21] selftests: KVM: Introduce system counter offset test, Oliver Upton
- [PATCH v6 11/21] KVM: arm64: Refactor update_vtimer_cntvoff(), Oliver Upton
- [PATCH v6 12/21] KVM: arm64: Separate guest/host counter offset values, Oliver Upton
- [PATCH v6 14/21] selftests: KVM: Add helper to check for register presence, Oliver Upton
- [PATCH v6 13/21] KVM: arm64: Allow userspace to configure a vCPU's virtual offset, Oliver Upton
- [PATCH v6 15/21] selftests: KVM: Add support for aarch64 to system_counter_offset_test, Oliver Upton
- [PATCH v6 16/21] arm64: cpufeature: Enumerate support for Enhanced Counter Virtualization, Oliver Upton
- [PATCH v6 18/21] KVM: arm64: Configure timer traps in vcpu_load() for VHE, Oliver Upton
- [PATCH v6 17/21] KVM: arm64: Allow userspace to configure a guest's counter-timer offset, Oliver Upton
- [PATCH v6 19/21] KVM: arm64: Emulate physical counter offsetting on non-ECV systems, Oliver Upton
- [PATCH v6 20/21] selftests: KVM: Test physical counter offsetting, Oliver Upton
- [PATCH v6 21/21] selftests: KVM: Add counter emulation benchmark, Oliver Upton
- Re: [PATCH v6 00/21] KVM: Add idempotent controls for migrating system counter state, Oliver Upton
- Re: [PATCH v6 00/21] KVM: Add idempotent controls for migrating system counter state, Paolo Bonzini
- [PATCH v3] memblock: make memblock_find_in_range method private,
Mike Rapoport
- [PATCH v3 0/3] KVM: arm64: Use generic guest entry infrastructure,
Oliver Upton
- [PATCH v2 0/2] KVM: arm64: Prevent kmemleak from accessing HYP data,
Marc Zyngier
- [PATCH v2] memblock: make memblock_find_in_range method private,
Mike Rapoport
- [PATCH] memblock: make memblock_find_in_range method private,
Mike Rapoport
- [PATCH v2 0/3] KVM: arm64: Use generic guest entry infrastructure,
Oliver Upton
- [PATCH 0/3] KVM: arm64: Use generic guest entry infrastructure,
Oliver Upton
- [PATCH v5 00/13] KVM: Add idempotent controls for migrating system counter state,
Oliver Upton
- [PATCH v5 01/13] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK, Oliver Upton
- [PATCH v5 02/13] KVM: x86: Refactor tsc synchronization code, Oliver Upton
- [PATCH v5 03/13] KVM: x86: Expose TSC offset controls to userspace, Oliver Upton
- [PATCH v5 04/13] tools: arch: x86: pull in pvclock headers, Oliver Upton
- [PATCH v5 06/13] selftests: KVM: Fix kvm device helper ioctl assertions, Oliver Upton
- [PATCH v5 05/13] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK, Oliver Upton
- [PATCH v5 07/13] selftests: KVM: Add helpers for vCPU device attributes, Oliver Upton
- [PATCH v5 08/13] selftests: KVM: Introduce system counter offset test, Oliver Upton
- [PATCH v5 09/13] KVM: arm64: Allow userspace to configure a vCPU's virtual offset, Oliver Upton
- [PATCH v5 10/13] selftests: KVM: Add support for aarch64 to system_counter_offset_test, Oliver Upton
- [PATCH v5 11/13] KVM: arm64: Provide userspace access to the physical counter offset, Oliver Upton
- [PATCH v5 12/13] selftests: KVM: Test physical counter offsetting, Oliver Upton
- [PATCH v5 13/13] selftests: KVM: Add counter emulation benchmark, Oliver Upton
- [PATCH] KVM: arm64: Fix race when enabling KVM_ARM_CAP_MTE, Steven Price
- [PATCH] KVM: arm64: Unregister HYP sections from kmemleak in protected mode,
Marc Zyngier
- [PATCH v3 00/21] Track shared pages at EL2 in protected mode,
Quentin Perret
- [PATCH v3 02/21] KVM: arm64: Introduce hyp_assert_lock_held(), Quentin Perret
- [PATCH v3 01/21] KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2, Quentin Perret
- [PATCH v3 03/21] KVM: arm64: Provide the host_stage2_try() helper macro, Quentin Perret
- [PATCH v3 04/21] KVM: arm64: Introduce helper to retrieve a PTE and its level, Quentin Perret
- [PATCH v3 05/21] KVM: arm64: Expose page-table helpers, Quentin Perret
- [PATCH v3 06/21] KVM: arm64: Optimize host memory aborts, Quentin Perret
- [PATCH v3 07/21] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED, Quentin Perret
- [PATCH v3 08/21] KVM: arm64: Don't overwrite software bits with owner id, Quentin Perret
- [PATCH v3 09/21] KVM: arm64: Tolerate re-creating hyp mappings to set software bits, Quentin Perret
- [PATCH v3 10/21] KVM: arm64: Enable forcing page-level stage-2 mappings, Quentin Perret
- [PATCH v3 11/21] KVM: arm64: Allow populating software bits, Quentin Perret
- [PATCH v3 12/21] KVM: arm64: Add helpers to tag shared pages in SW bits, Quentin Perret
- [PATCH v3 13/21] KVM: arm64: Expose host stage-2 manipulation helpers, Quentin Perret
- [PATCH v3 14/21] KVM: arm64: Expose pkvm_hyp_id, Quentin Perret
- [PATCH v3 15/21] KVM: arm64: Introduce addr_is_memory(), Quentin Perret
- [PATCH v3 16/21] KVM: arm64: Enable retrieving protections attributes of PTEs, Quentin Perret
- [PATCH v3 17/21] KVM: arm64: Mark host bss and rodata section as shared, Quentin Perret
- [PATCH v3 18/21] KVM: arm64: Remove __pkvm_mark_hyp, Quentin Perret
- [PATCH v3 19/21] KVM: arm64: Refactor protected nVHE stage-1 locking, Quentin Perret
- [PATCH v3 20/21] KVM: arm64: Restrict EL2 stage-1 changes in protected mode, Quentin Perret
- [PATCH v3 21/21] KVM: arm64: Make __pkvm_create_mappings static, Quentin Perret
- [PATCH v3 0/4] kvm/arm: New VMID allocator based on asid,
Shameer Kolothum
- [PATCH v4 00/13] KVM: Add idempotent controls for migrating system counter state,
Oliver Upton
- [PATCH v4 01/13] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK, Oliver Upton
- [PATCH v4 02/13] KVM: x86: Refactor tsc synchronization code, Oliver Upton
- [PATCH v4 03/13] KVM: x86: Expose TSC offset controls to userspace, Oliver Upton
- [PATCH v4 06/13] selftests: KVM: Fix kvm device helper ioctl assertions, Oliver Upton
- [PATCH v4 04/13] tools: arch: x86: pull in pvclock headers, Oliver Upton
- [PATCH v4 05/13] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK, Oliver Upton
- [PATCH v4 07/13] selftests: KVM: Add helpers for vCPU device attributes, Oliver Upton
- [PATCH v4 08/13] selftests: KVM: Introduce system counter offset test, Oliver Upton
- [PATCH v4 09/13] KVM: arm64: Allow userspace to configure a vCPU's virtual offset, Oliver Upton
- [PATCH v4 12/13] selftests: KVM: Test physical counter offsetting, Oliver Upton
- [PATCH v4 10/13] selftests: KVM: Add support for aarch64 to system_counter_offset_test, Oliver Upton
- [PATCH v4 13/13] selftests: KVM: Add counter emulation benchmark, Oliver Upton
- [PATCH v4 11/13] KVM: arm64: Provide userspace access to the physical counter offset, Oliver Upton
- [PATCH 0/2] Fix off-by-one in range_is_memory,
David Brazdil
- [PATCH] KVM: arm64: fix comment typo,
Jason Wang
- [PATCH] KVM: ARM: count remote TLB flushes,
Paolo Bonzini
- [PATCH v2 0/6] KVM: Remove kvm_is_transparent_hugepage() and friends,
Marc Zyngier
- [PATCH v2 00/16] Track shared pages at EL2 in protected mode,
Quentin Perret
- [PATCH v2 01/16] KVM: arm64: Introduce helper to retrieve a PTE and its level, Quentin Perret
- [PATCH v2 03/16] KVM: arm64: Expose page-table helpers, Quentin Perret
- [PATCH v2 02/16] KVM: arm64: Provide the host_stage2_try() helper macro, Quentin Perret
- [PATCH v2 04/16] KVM: arm64: Optimize host memory aborts, Quentin Perret
- [PATCH v2 05/16] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED, Quentin Perret
- [PATCH v2 06/16] KVM: arm64: Don't overwrite software bits with owner id, Quentin Perret
- [PATCH v2 07/16] KVM: arm64: Tolerate re-creating hyp mappings to set software bits, Quentin Perret
- [PATCH v2 08/16] KVM: arm64: Enable forcing page-level stage-2 mappings, Quentin Perret
- [PATCH v2 09/16] KVM: arm64: Allow populating software bits, Quentin Perret
- [PATCH v2 10/16] KVM: arm64: Add helpers to tag shared pages in SW bits, Quentin Perret
- [PATCH v2 11/16] KVM: arm64: Introduce and export host_stage2_idmap_locked(), Quentin Perret
- [PATCH v2 12/16] KVM: arm64: Mark host bss and rodata section as shared, Quentin Perret
- [PATCH v2 13/16] KVM: arm64: Enable retrieving protections attributes of PTEs, Quentin Perret
- [PATCH v2 14/16] KVM: arm64: Refactor protected nVHE stage-1 locking, Quentin Perret
- [PATCH v2 15/16] KVM: arm64: Restrict EL2 stage-1 changes in protected mode, Quentin Perret
- [PATCH v2 16/16] KVM: arm64: Make __pkvm_create_mappings static, Quentin Perret
- [PATCH V9 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks, Zhu Lingshan
- [PATCH] doc/arm: take care restore order of GICR_* in ITS restore,
Jianyong Wu
- [PATCH v3 00/12] KVM: Add idempotent controls for migrating system counter state,
Oliver Upton
- [PATCH v3 01/12] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK, Oliver Upton
- [PATCH v3 02/12] KVM: x86: Refactor tsc synchronization code, Oliver Upton
- [PATCH v3 03/12] KVM: x86: Expose TSC offset controls to userspace, Oliver Upton
- [PATCH v3 04/12] tools: arch: x86: pull in pvclock headers, Oliver Upton
- [PATCH v3 05/12] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK, Oliver Upton
- [PATCH v3 06/12] selftests: KVM: Add helpers for vCPU device attributes, Oliver Upton
- [PATCH v3 07/12] selftests: KVM: Introduce system counter offset test, Oliver Upton
- [PATCH v3 08/12] KVM: arm64: Allow userspace to configure a vCPU's virtual offset, Oliver Upton
- [PATCH v3 09/12] selftests: KVM: Add support for aarch64 to system_counter_offset_test, Oliver Upton
- [PATCH v3 10/12] KVM: arm64: Provide userspace access to the physical counter offset, Oliver Upton
- [PATCH v3 11/12] selftests: KVM: Test physical counter offsetting, Oliver Upton
- [PATCH v3 12/12] selftests: KVM: Add counter emulation benchmark, Oliver Upton
- [PATCH v3 00/15] KVM: arm64: Fixed features for protected VMs,
Fuad Tabba
- [PATCH v3 01/15] KVM: arm64: placeholder to check if VM is protected, Fuad Tabba
- [PATCH v3 02/15] KVM: arm64: Remove trailing whitespace in comment, Fuad Tabba
- [PATCH v3 03/15] KVM: arm64: MDCR_EL2 is a 64-bit register, Fuad Tabba
- [PATCH v3 04/15] KVM: arm64: Fix names of config register fields, Fuad Tabba
- [PATCH v3 05/15] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse, Fuad Tabba
- [PATCH v3 06/15] KVM: arm64: Restore mdcr_el2 from vcpu, Fuad Tabba
- [PATCH v3 07/15] KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch, Fuad Tabba
- [PATCH v3 08/15] KVM: arm64: Add feature register flag definitions, Fuad Tabba
- [PATCH v3 09/15] KVM: arm64: Add config register bit definitions, Fuad Tabba
- [PATCH v3 10/15] KVM: arm64: Guest exit handlers for nVHE hyp, Fuad Tabba
- [PATCH v3 11/15] KVM: arm64: Add trap handlers for protected VMs, Fuad Tabba
- [PATCH v3 12/15] KVM: arm64: Move sanitized copies of CPU features, Fuad Tabba
- [PATCH v3 14/15] KVM: arm64: Handle protected guests at 32 bits, Fuad Tabba
- [PATCH v3 13/15] KVM: arm64: Trap access to pVM restricted features, Fuad Tabba
- [PATCH v3 15/15] KVM: arm64: Restrict protected VM capabilities, Fuad Tabba
- [PATCH v2 0/4] kvm-arm64: Fix PMU reset values (and more),
Marc Zyngier
- [PATCH 00/14] Track shared pages at EL2 in protected mode,
Quentin Perret
- [PATCH 01/14] KVM: arm64: Provide the host_stage2_try() helper macro, Quentin Perret
- [PATCH 02/14] KVM: arm64: Optimize kvm_pgtable_stage2_find_range(), Quentin Perret
- [PATCH 03/14] KVM: arm64: Continue stage-2 map when re-creating mappings, Quentin Perret
- [PATCH 04/14] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED, Quentin Perret
- [PATCH 05/14] KVM: arm64: Don't overwrite ignored bits with owner id, Quentin Perret
- [PATCH 06/14] KVM: arm64: Tolerate re-creating hyp mappings to set ignored bits, Quentin Perret
- [PATCH 07/14] KVM: arm64: Enable forcing page-level stage-2 mappings, Quentin Perret
- [PATCH 08/14] KVM: arm64: Add support for tagging shared pages in page-table, Quentin Perret
- [PATCH 09/14] KVM: arm64: Mark host bss and rodata section as shared, Quentin Perret
- [PATCH 10/14] KVM: arm64: Enable retrieving protections attributes of PTEs, Quentin Perret
- [PATCH 11/14] KVM: arm64: Expose kvm_pte_valid() helper, Quentin Perret
- [PATCH 12/14] KVM: arm64: Refactor pkvm_pgtable locking, Quentin Perret
- [PATCH 13/14] KVM: arm64: Restrict hyp stage-1 manipulation in protected mode, Quentin Perret
- [PATCH 14/14] KVM: arm64: Prevent late calls to __pkvm_create_private_mapping(), Quentin Perret
- [GIT PULL] KVM/arm64 fixes for 5.14, take #1, Marc Zyngier
- [PATCH 0/5] KVM: Remove kvm_is_transparent_hugepage() and friends,
Marc Zyngier
- [PATCH v2 00/12] KVM: Add idempotent controls for migrating system counter state,
Oliver Upton
- [PATCH v2 01/12] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK, Oliver Upton
- [PATCH v2 02/12] KVM: x86: Refactor tsc synchronization code, Oliver Upton
- [PATCH v2 03/12] KVM: x86: Expose TSC offset controls to userspace, Oliver Upton
- [PATCH v2 04/12] tools: arch: x86: pull in pvclock headers, Oliver Upton
- [PATCH v2 05/12] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK, Oliver Upton
- [PATCH v2 06/12] selftests: KVM: Add helpers for vCPU device attributes, Oliver Upton
- [PATCH v2 08/12] KVM: arm64: Allow userspace to configure a vCPU's virtual offset, Oliver Upton
- [PATCH v2 07/12] selftests: KVM: Introduce system counter offset test, Oliver Upton
- [PATCH v2 09/12] selftests: KVM: Add support for aarch64 to system_counter_offset_test, Oliver Upton
- [PATCH v2 10/12] KVM: arm64: Provide userspace access to the physical counter offset, Oliver Upton
- [PATCH v2 11/12] selftests: KVM: Test physical counter offsetting, Oliver Upton
- [PATCH v2 12/12] selftests: KVM: Add counter emulation benchmark, Oliver Upton
- Re: [PATCH v2 00/12] KVM: Add idempotent controls for migrating system counter state, Oliver Upton
- Re: [PATCH v2 00/12] KVM: Add idempotent controls for migrating system counter state, Andrew Jones
- [PATCH V8 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks,
Zhu Lingshan
- [PATCH 00/16] KVM: arm64: MMIO guard PV services,
Marc Zyngier
- [PATCH 01/16] KVM: arm64: Generalise VM features into a set of flags, Marc Zyngier
- [PATCH 02/16] KVM: arm64: Don't issue CMOs when the physical address is invalid, Marc Zyngier
- [PATCH 04/16] KVM: arm64: Add MMIO checking infrastructure, Marc Zyngier
- [PATCH 05/16] KVM: arm64: Plumb MMIO checking into the fault handling, Marc Zyngier
- [PATCH 03/16] KVM: arm64: Turn kvm_pgtable_stage2_set_owner into kvm_pgtable_stage2_annotate, Marc Zyngier
- [PATCH 07/16] KVM: arm64: Wire MMIO guard hypercalls, Marc Zyngier
- [PATCH 09/16] KVM: arm64: Advertise a capability for MMIO guard, Marc Zyngier
- [PATCH 06/16] KVM: arm64: Force a full unmap on vpcu reinit, Marc Zyngier
- [PATCH 08/16] KVM: arm64: Add tracepoint for failed MMIO guard check, Marc Zyngier
- [PATCH 10/16] KVM: arm64: Add some documentation for the MMIO guard feature, Marc Zyngier
- [PATCH 13/16] arm64: Implement ioremap/iounmap hooks calling into KVM's MMIO guard, Marc Zyngier
- [PATCH 16/16] arm64: Register earlycon fixmap with the MMIO guard, Marc Zyngier
- [PATCH 15/16] arm64: Add a helper to retrieve the PTE of a fixmap, Marc Zyngier
- [PATCH 12/16] mm/ioremap: Add arch-specific callbacks on ioremap/iounmap calls, Marc Zyngier
- [PATCH 14/16] arm64: Enroll into KVM's MMIO guard if required, Marc Zyngier
- [PATCH 11/16] firmware/smccc: Call arch-specific hook on discovering KVM services, Marc Zyngier
- Re: [PATCH 00/16] KVM: arm64: MMIO guard PV services, Andrew Jones
- Any way to disable KVM VHE extension?,
Qu Wenruo
- [PATCH 0/5] KVM: arm64: Cleanups and one optimization,
Alexandru Elisei
- [PATCH 0/2] KVM: selftests: a couple fixes,
Andrew Jones
- [PATCH 0/3] kvm-arm64: Fix PMU reset values (and more),
Marc Zyngier
- [PATCH] KVM: arm64: Fix detection of shared VMAs on guest fault,
Marc Zyngier
- [PATCH v3] KVM: arm64: Disabling disabled PMU counters wastes a lot of time, Alexandre Chartre
- [PATCH v2] KVM: arm64: Disabling disabled PMU counters wastes a lot of time,
Alexandre Chartre
- [PATCH] KVM/ARM: vgic: Delete the redundant lines of code,
John Gong
- [PATCHv2 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted,
Sergey Senozhatsky
- [PATCH AUTOSEL 5.12 64/80] KVM: arm64: Restore PMU configuration on first run, Sasha Levin
- [PATCH AUTOSEL 5.13 68/85] KVM: arm64: Restore PMU configuration on first run, Sasha Levin
- [PATCH] KVM: selftests: Address extra memslot parameters in vm_vaddr_alloc,
Ricardo Koller
- [kvm-unit-tests RFC PATCH 0/5] arm: Add kvmtool to the runner script,
Alexandru Elisei
[Index of Archives]
[Linux KVM]
[Libvirt Users]
[CentOS Virtualization]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]