Linux KVM for ARM
[Prev Page][Next Page]
- [PATCH v2 2/2] KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_test, (continued)
- [PATCH v3] KVM: arm64: fix compile error because of shift overflow,
Yang Yingliang
- [PATCH v2] KVM: arm64: fix compile error because of shift overflow,
Yang Yingliang
- [PATCH] KVM: arm64: fix compile error because of shift overflow,
Yang Yingliang
- [kvm-unit-tests RFC PATCH 00/19] arm/arm64: Rework cache maintenance at boot,
Alexandru Elisei
- [kvm-unit-tests RFC PATCH 01/19] Makefile: Define __ASSEMBLY__ for assembly files, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 02/19] lib/alloc_phys: Initialize align_min, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 03/19] lib/alloc_phys: Use phys_alloc_aligned_safe and rename it to memalign_early, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 04/19] powerpc: Use the page allocator, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 05/19] lib/alloc_phys: Remove locking, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 07/19] arm/arm64: Mark the phys_end parameter as unused in setup_mmu(), Alexandru Elisei
- [kvm-unit-tests RFC PATCH 06/19] lib/alloc_phys: Remove allocation accounting, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 08/19] arm/arm64: Use pgd_alloc() to allocate mmu_idmap, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 09/19] arm/arm64: Zero secondary CPUs' stack, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 10/19] arm/arm64: Enable the MMU early, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 11/19] arm/arm64: Map the UART when creating the translation tables, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 12/19] arm/arm64: assembler.h: Replace size with end address for dcache_by_line_op, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 13/19] arm: page.h: Add missing libcflat.h include, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 14/19] arm/arm64: Add C functions for doing cache maintenance, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 15/19] lib/alloc_phys: Add callback to perform cache maintenance, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 16/19] arm/arm64: Allocate secondaries' stack using the page allocator, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 17/19] arm/arm64: Configure secondaries' stack before enabling the MMU, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 19/19] arm/arm64: Rework the cache maintenance in asm_mmu_disable, Alexandru Elisei
- [kvm-unit-tests RFC PATCH 18/19] arm/arm64: Perform dcache maintenance at boot, Alexandru Elisei
- Re: [kvm-unit-tests RFC PATCH 00/19] arm/arm64: Rework cache maintenance at boot, Alexandru Elisei
- [PATCH 0/2] kvm/selftests: Two rseq_test fixes,
Gavin Shan
- [PATCH 0/9] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support,
Marc Zyngier
- [PATCH 3/9] KVM: arm64: PMU: Only narrow counters that are not 64bit wide, Marc Zyngier
- [PATCH 2/9] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow, Marc Zyngier
- [PATCH 4/9] KVM: arm64: PMU: Add counter_index_to_*reg() helpers, Marc Zyngier
- [PATCH 7/9] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace, Marc Zyngier
- [PATCH 1/9] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode, Marc Zyngier
- [PATCH 5/9] KVM: arm64: PMU: Simplify setting a counter to a specific value, Marc Zyngier
- [PATCH 6/9] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation, Marc Zyngier
- [PATCH 8/9] KVM: arm64: PMU: Implement PMUv3p5 long counter support, Marc Zyngier
- [PATCH 9/9] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest, Marc Zyngier
- Re: [PATCH 0/9] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support, Ricardo Koller
- [PATCH] arm:Add PSCI_CPU_OFF testscase to arm/psci testsuite.,
Nikita Venkatesh
- [PATCH] arm: psci: Add psci-off functionality,
Nikita Venkatesh
- [kvm-unit-tests PATCH v3 0/3] arm: pmu: Fixes for bare metal,
Ricardo Koller
- [kvm-unit-tests PATCH v2 0/3] arm: pmu: Fixes for bare metal,
Ricardo Koller
- [GIT PULL] KVM/arm64 updates for 5.20,
Marc Zyngier
- [PATCH v6 00/17] KVM nVHE Hypervisor stack unwinder,
Kalesh Singh
- [PATCH v6 01/17] arm64: stacktrace: Add shared header for common stack unwinding code, Kalesh Singh
- [PATCH v6 02/17] arm64: stacktrace: Factor out on_accessible_stack_common(), Kalesh Singh
- [PATCH v6 03/17] arm64: stacktrace: Factor out unwind_next_common(), Kalesh Singh
- [PATCH v6 04/17] arm64: stacktrace: Handle frame pointer from different address spaces, Kalesh Singh
- [PATCH v6 05/17] arm64: stacktrace: Factor out common unwind(), Kalesh Singh
- [PATCH v6 06/17] arm64: stacktrace: Add description of stacktrace/common.h, Kalesh Singh
- [PATCH v6 07/17] KVM: arm64: On stack overflow switch to hyp overflow_stack, Kalesh Singh
- [PATCH v6 08/17] KVM: arm64: Stub implementation of non-protected nVHE HYP stack unwinder, Kalesh Singh
- [PATCH v6 09/17] KVM: arm64: Prepare non-protected nVHE hypervisor stacktrace, Kalesh Singh
- [PATCH v6 10/17] KVM: arm64: Implement non-protected nVHE hyp stack unwinder, Kalesh Singh
- [PATCH v6 11/17] KVM: arm64: Introduce hyp_dump_backtrace(), Kalesh Singh
- [PATCH v6 12/17] KVM: arm64: Add PROTECTED_NVHE_STACKTRACE Kconfig, Kalesh Singh
- [PATCH v6 13/17] KVM: arm64: Allocate shared pKVM hyp stacktrace buffers, Kalesh Singh
- [PATCH v6 14/17] KVM: arm64: Stub implementation of pKVM HYP stack unwinder, Kalesh Singh
- [PATCH v6 15/17] KVM: arm64: Save protected-nVHE (pKVM) hyp stacktrace, Kalesh Singh
- [PATCH v6 16/17] KVM: arm64: Implement protected nVHE hyp stack unwinder, Kalesh Singh
- [PATCH v6 17/17] KVM: arm64: Introduce pkvm_dump_backtrace(), Kalesh Singh
- Re: [PATCH v6 00/17] KVM nVHE Hypervisor stack unwinder, Marc Zyngier
- [PATCH kvmtool 0/1] Introduce LIBFDT_DIR,
Alexandru Elisei
- [PATCH v2 0/7] KVM: arm64: permit MAP_SHARED mappings with MTE enabled,
Peter Collingbourne
- [PATCH v5 00/17] KVM nVHE Hypervisor stack unwinder,
Kalesh Singh
- [PATCH v5 02/17] arm64: stacktrace: Factor out on_accessible_stack_common(), Kalesh Singh
- [PATCH v5 01/17] arm64: stacktrace: Add shared header for common stack unwinding code, Kalesh Singh
- [PATCH v5 03/17] arm64: stacktrace: Factor out unwind_next_common(), Kalesh Singh
- [PATCH v5 04/17] arm64: stacktrace: Handle frame pointer from different address spaces, Kalesh Singh
- [PATCH v5 05/17] arm64: stacktrace: Factor out common unwind(), Kalesh Singh
- [PATCH v5 06/17] arm64: stacktrace: Add description of stacktrace/common.h, Kalesh Singh
- [PATCH v5 07/17] KVM: arm64: On stack overflow switch to hyp overflow_stack, Kalesh Singh
- [PATCH v5 08/17] KVM: arm64: Add PROTECTED_NVHE_STACKTRACE Kconfig, Kalesh Singh
- [PATCH v5 09/17] KVM: arm64: Allocate shared pKVM hyp stacktrace buffers, Kalesh Singh
- [PATCH v5 10/17] KVM: arm64: Stub implementation of pKVM HYP stack unwinder, Kalesh Singh
- [PATCH v5 11/17] KVM: arm64: Stub implementation of non-protected nVHE HYP stack unwinder, Kalesh Singh
- [PATCH v5 12/17] KVM: arm64: Save protected-nVHE (pKVM) hyp stacktrace, Kalesh Singh
- [PATCH v5 13/17] KVM: arm64: Prepare non-protected nVHE hypervisor stacktrace, Kalesh Singh
- [PATCH v5 14/17] KVM: arm64: Implement protected nVHE hyp stack unwinder, Kalesh Singh
- [PATCH v5 15/17] KVM: arm64: Implement non-protected nVHE hyp stack unwinder, Kalesh Singh
- [PATCH v5 16/17] KVM: arm64: Introduce pkvm_dump_backtrace(), Kalesh Singh
- [PATCH v5 17/17] KVM: arm64: Introduce hyp_dump_backtrace(), Kalesh Singh
- Re: [PATCH v5 00/17] KVM nVHE Hypervisor stack unwinder, Fuad Tabba
- Re: [PATCH v5 00/17] KVM nVHE Hypervisor stack unwinder, Oliver Upton
- [PATCH v4] KVM: selftests: Fix target thread to be migrated in rseq_test,
Gavin Shan
- [PATCH v3] KVM: selftests: Fix target thread to be migrated in rseq_test,
Gavin Shan
- [kvm-unit-tests PATCH 0/3] arm: pmu: Fixes for bare metal,
Ricardo Koller
- [PATCH v2] KVM: selftests: Fix target thread to be migrated in rseq_test,
Gavin Shan
- [PATCH] KVM: arm64: Fix hypervisor address symbolization,
Kalesh Singh
- How to re-inject a debug exception correctly?,
Stephan Tobies
- re-injecting debug exceptions, Stephan Tobies
- [PATCH v4 00/18] KVM nVHE Hypervisor stack unwinder,
Kalesh Singh
- [PATCH v4 02/18] arm64: stacktrace: Factor out on_accessible_stack_common(), Kalesh Singh
- [PATCH v4 01/18] arm64: stacktrace: Add shared header for common stack unwinding code, Kalesh Singh
- [PATCH v4 03/18] arm64: stacktrace: Factor out unwind_next_common(), Kalesh Singh
- [PATCH v4 04/18] arm64: stacktrace: Handle frame pointer from different address spaces, Kalesh Singh
- [PATCH v4 05/18] arm64: stacktrace: Factor out common unwind(), Kalesh Singh
- [PATCH v4 06/18] arm64: stacktrace: Add description of stacktrace/common.h, Kalesh Singh
- [PATCH v4 07/18] KVM: arm64: On stack overflow switch to hyp overflow_stack, Kalesh Singh
- [PATCH v4 08/18] KVM: arm64: Add PROTECTED_NVHE_STACKTRACE Kconfig, Kalesh Singh
- [PATCH v4 09/18] KVM: arm64: Allocate shared pKVM hyp stacktrace buffers, Kalesh Singh
- [PATCH v4 10/18] KVM: arm64: Stub implementation of pKVM HYP stack unwinder, Kalesh Singh
- [PATCH v4 13/18] KVM: arm64: Prepare non-protected nVHE hypervisor stacktrace, Kalesh Singh
- [PATCH v4 12/18] KVM: arm64: Save protected-nVHE (pKVM) hyp stacktrace, Kalesh Singh
- [PATCH v4 11/18] KVM: arm64: Stub implementation of non-protected nVHE HYP stack unwinder, Kalesh Singh
- [PATCH v4 14/18] KVM: arm64: Implement protected nVHE hyp stack unwinder, Kalesh Singh
- [PATCH v4 15/18] KVM: arm64: Implement non-protected nVHE hyp stack unwinder, Kalesh Singh
- [PATCH v4 16/18] KVM: arm64: Introduce pkvm_dump_backtrace(), Kalesh Singh
- [PATCH v4 18/18] KVM: arm64: Dump nVHE hypervisor stack on panic, Kalesh Singh
- [PATCH v4 17/18] KVM: arm64: Introduce hyp_dump_backtrace(), Kalesh Singh
- Re: [PATCH v4 00/18] KVM nVHE Hypervisor stack unwinder, Fuad Tabba
- Re: [PATCH v4 00/18] KVM nVHE Hypervisor stack unwinder, Marc Zyngier
- [PATCH] KVM: arm64: selftests: Add support for GICv2 on v3,
Marc Zyngier
- [PATCH v2 00/20] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies),
Marc Zyngier
- [PATCH v2 04/20] KVM: arm64: Rely on index_to_param() for size checks on userspace access, Marc Zyngier
- [PATCH v2 01/20] KVM: arm64: Add get_reg_by_id() as a sys_reg_desc retrieving helper, Marc Zyngier
- [PATCH v2 03/20] KVM: arm64: Introduce generic get_user/set_user helpers for system registers, Marc Zyngier
- [PATCH v2 05/20] KVM: arm64: Consolidate sysreg userspace accesses, Marc Zyngier
- [PATCH v2 02/20] KVM: arm64: Reorder handling of invariant sysregs from userspace, Marc Zyngier
- [PATCH v2 07/20] KVM: arm64: vgic-v3: Simplify vgic_v3_has_cpu_sysregs_attr(), Marc Zyngier
- [PATCH v2 09/20] KVM: arm64: vgic-v3: Make the userspace accessors use sysreg API, Marc Zyngier
- [PATCH v2 08/20] KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess(), Marc Zyngier
- [PATCH v2 06/20] KVM: arm64: Get rid of reg_from/to_user(), Marc Zyngier
- [PATCH v2 19/20] KVM: arm64: Descope kvm_arm_sys_reg_{get,set}_reg(), Marc Zyngier
- [PATCH v2 12/20] KVM: arm64: vgic-v3: Consolidate userspace access for MMIO registers, Marc Zyngier
- [PATCH v2 10/20] KVM: arm64: vgic-v3: Convert userspace accessors over to FIELD_GET/FIELD_PREP, Marc Zyngier
- [PATCH v2 18/20] KVM: arm64: Get rid of find_reg_by_id(), Marc Zyngier
- [PATCH v2 17/20] KVM: arm64: vgic: Tidy-up calls to vgic_{get, set}_common_attr(), Marc Zyngier
- [PATCH v2 16/20] KVM: arm64: vgic: Consolidate userspace access for base address setting, Marc Zyngier
- [PATCH v2 13/20] KVM: arm64: vgic-v2: Consolidate userspace access for MMIO registers, Marc Zyngier
- [PATCH v2 20/20] KVM: arm64: Get rid or outdated comments, Marc Zyngier
- [PATCH v2 15/20] KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address setting, Marc Zyngier
- [PATCH v2 11/20] KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace, Marc Zyngier
- [PATCH v2 14/20] KVM: arm64: vgic: Use {get, put}_user() instead of copy_{from.to}_user, Marc Zyngier
- Re: [PATCH v2 00/20] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies), Marc Zyngier
- [PATCH] KVM: selftests: Double check on the current CPU in rseq_test,
Gavin Shan
- [Issue] kvm/selftests/rseq_test failure on ARM64, Gavin Shan
- [PATCH v2 0/3] KVM: arm64: support MTE in protected VMs,
Peter Collingbourne
- [PATCH 00/19] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies),
Marc Zyngier
- [PATCH 01/19] KVM: arm64: Add get_reg_by_id() as a sys_reg_desc retrieving helper, Marc Zyngier
- [PATCH 02/19] KVM: arm64: Reorder handling of invariant sysregs from userspace, Marc Zyngier
- [PATCH 06/19] KVM: arm64: Get rid of reg_from/to_user(), Marc Zyngier
- [PATCH 03/19] KVM: arm64: Introduce generic get_user/set_user helpers for system registers, Marc Zyngier
- [PATCH 08/19] KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess(), Marc Zyngier
- [PATCH 04/19] KVM: arm64: Push checks for 64bit registers into the low-level accessors, Marc Zyngier
- [PATCH 09/19] KVM: arm64: vgic-v3: Make the userspace accessors use sysreg API, Marc Zyngier
- [PATCH 07/19] KVM: arm64: vgic-v3: Simplify vgic_v3_has_cpu_sysregs_attr(), Marc Zyngier
- [PATCH 05/19] KVM: arm64: Consolidate sysreg userspace accesses, Marc Zyngier
- [PATCH 18/19] KVM: arm64: Descope kvm_arm_sys_reg_{get,set}_reg(), Marc Zyngier
- [PATCH 15/19] KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address setting, Marc Zyngier
- [PATCH 14/19] KVM: arm64: vgic: Use {get, put}_user() instead of copy_{from.to}_user, Marc Zyngier
- [PATCH 17/19] KVM: arm64: Get rid of find_reg_by_id(), Marc Zyngier
- [PATCH 13/19] KVM: arm64: vgic-v2: Consolidate userspace access for MMIO registers, Marc Zyngier
- [PATCH 10/19] KVM: arm64: vgic-v3: Convert userspace accessors over to FIELD_GET/FIELD_PREP, Marc Zyngier
- [PATCH 19/19] KVM: arm64: Get rid or outdated comments, Marc Zyngier
- [PATCH 11/19] KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace, Marc Zyngier
- [PATCH 16/19] KVM: arm64: vgic: Consolidate userspace access for base address setting, Marc Zyngier
- [PATCH 12/19] KVM: arm64: vgic-v3: Consolidate userspace access for MMIO registers, Marc Zyngier
- [PATCH] KVM: arm64: Use the bitmap API to allocate bitmaps,
Christophe JAILLET
- [PATCH] KVM: arm64: Don't return from void function,
Quentin Perret
- [PATCH] KVM: arm64: Fix 64 bit mmio handle,
Schspa Shi
- [PATCH v2 00/24] KVM: arm64: Introduce pKVM shadow state at EL2,
Will Deacon
- [PATCH v2 01/24] KVM: arm64: Move hyp refcount manipulation helpers, Will Deacon
- [PATCH v2 02/24] KVM: arm64: Allow non-coalescable pages in a hyp_pool, Will Deacon
- [PATCH v2 03/24] KVM: arm64: Add flags to struct hyp_page, Will Deacon
- [PATCH v2 04/24] KVM: arm64: Back hyp_vmemmap for all of memory, Will Deacon
- [PATCH v2 05/24] KVM: arm64: Make hyp stage-1 refcnt correct on the whole range, Will Deacon
- [PATCH v2 06/24] KVM: arm64: Unify identifiers used to distinguish host and hypervisor, Will Deacon
- [PATCH v2 07/24] KVM: arm64: Implement do_donate() helper for donating memory, Will Deacon
- [PATCH v2 08/24] KVM: arm64: Prevent the donation of no-map pages, Will Deacon
- [PATCH v2 09/24] KVM: arm64: Add helpers to pin memory shared with hyp, Will Deacon
- [PATCH v2 10/24] KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h, Will Deacon
- [PATCH v2 11/24] KVM: arm64: Add hyp_spinlock_t static initializer, Will Deacon
- [PATCH v2 12/24] KVM: arm64: Introduce shadow VM state at EL2, Will Deacon
- [PATCH v2 13/24] KVM: arm64: Instantiate VM shadow data from EL1, Will Deacon
- [PATCH v2 14/24] KVM: arm64: Add pcpu fixmap infrastructure at EL2, Will Deacon
- [PATCH v2 15/24] KVM: arm64: Initialise hyp symbols regardless of pKVM, Will Deacon
- [PATCH v2 16/24] KVM: arm64: Provide I-cache invalidation by VA at EL2, Will Deacon
- [PATCH v2 17/24] KVM: arm64: Add generic hyp_memcache helpers, Will Deacon
- [PATCH v2 18/24] KVM: arm64: Instantiate guest stage-2 page-tables at EL2, Will Deacon
- [PATCH v2 19/24] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache, Will Deacon
- [PATCH v2 20/24] KVM: arm64: Unmap kvm_arm_hyp_percpu_base from the host, Will Deacon
- [PATCH v2 21/24] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2, Will Deacon
- [PATCH v2 22/24] KVM: arm64: Explicitly map kvm_vgic_global_state at EL2, Will Deacon
- [PATCH v2 23/24] KVM: arm64: Don't map host sections in pkvm, Will Deacon
- [RFC PATCH v2 24/24] KVM: arm64: Use the shadow vCPU structure in handle___kvm_vcpu_run(), Will Deacon
- Re: [PATCH v2 00/24] KVM: arm64: Introduce pKVM shadow state at EL2, Sean Christopherson
- Re: [PATCH v2 00/24] KVM: arm64: Introduce pKVM shadow state at EL2, Vincent Donnefort
- [PATCH kvmtool] arm64: pvtime: Use correct region size,
Alexandru Elisei
- [PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats,
Yosry Ahmed
- [PATCH MANUALSEL 5.4] selftests: KVM: Handle compiler optimizations in ucall, Sasha Levin
- [PATCH MANUALSEL 5.10 2/2] selftests: KVM: Handle compiler optimizations in ucall, Sasha Levin
- [PATCH MANUALSEL 5.15 2/3] selftests: KVM: Handle compiler optimizations in ucall, Sasha Levin
- [PATCH MANUALSEL 5.18 2/3] selftests: KVM: Handle compiler optimizations in ucall, Sasha Levin
- [PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled,
Peter Collingbourne
- [PATCH v4 00/13] KVM: selftests: Add aarch64/page_fault_test,
Ricardo Koller
- [PATCH v4 02/13] KVM: selftests: aarch64: Add virt_get_pte_hva library function, Ricardo Koller
- [PATCH v4 01/13] KVM: selftests: Add a userfaultfd library, Ricardo Koller
- [PATCH v4 03/13] KVM: selftests: Add vm_alloc_page_table_in_memslot library function, Ricardo Koller
- [PATCH v4 04/13] KVM: selftests: aarch64: Export _virt_pg_map with a pt_memslot arg, Ricardo Koller
- [PATCH v4 05/13] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete, Ricardo Koller
- [PATCH v4 06/13] KVM: selftests: Add vm_mem_region_get_src_fd library function, Ricardo Koller
- [PATCH v4 07/13] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros, Ricardo Koller
- [PATCH v4 08/13] tools: Copy bitfield.h from the kernel sources, Ricardo Koller
- [PATCH v4 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test, Ricardo Koller
- [PATCH v4 10/13] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test, Ricardo Koller
- [PATCH v4 11/13] KVM: selftests: aarch64: Add dirty logging tests into page_fault_test, Ricardo Koller
- [PATCH v4 12/13] KVM: selftests: aarch64: Add readonly memslot tests into page_fault_test, Ricardo Koller
- [PATCH v4 13/13] KVM: selftests: aarch64: Add mix of tests into page_fault_test, Ricardo Koller
- [PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address,
Andrew Jones
- [GIT PULL] KVM/arm64 fixes for 5.19, take #2,
Marc Zyngier
- [PATCH 0/3] KVM: arm64: support MTE in protected VMs,
Peter Collingbourne
- [PATCH v7 00/23] KVM: Extend Eager Page Splitting to the shadow MMU,
Paolo Bonzini
- [PATCH v7 02/23] KVM: x86/mmu: Use a bool for direct, Paolo Bonzini
- [PATCH v7 01/23] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs, Paolo Bonzini
- [PATCH v7 05/23] KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes, Paolo Bonzini
- [PATCH v7 04/23] KVM: x86/mmu: Derive shadow MMU page role from parent, Paolo Bonzini
- [PATCH v7 07/23] KVM: x86/mmu: Consolidate shadow page allocation and initialization, Paolo Bonzini
- [PATCH v7 12/23] KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_page(), Paolo Bonzini
- [PATCH v7 03/23] KVM: x86/mmu: Stop passing "direct" to mmu_alloc_root(), Paolo Bonzini
- [PATCH v7 08/23] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages, Paolo Bonzini
- [PATCH v7 10/23] KVM: x86/mmu: Pass memory caches to allocate SPs separately, Paolo Bonzini
- [PATCH v7 06/23] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions, Paolo Bonzini
- [PATCH v7 15/23] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu, Paolo Bonzini
- [PATCH v7 09/23] KVM: x86/mmu: Move guest PT write-protection to account_shadowed(), Paolo Bonzini
- [PATCH v7 13/23] KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page(), Paolo Bonzini
- [PATCH v7 14/23] KVM: x86/mmu: Pass const memslot to rmap_add(), Paolo Bonzini
- [PATCH v7 19/23] KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels, Paolo Bonzini
- [PATCH v7 18/23] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU, Paolo Bonzini
- [PATCH v7 17/23] KVM: x86/mmu: Cache the access bits of shadowed translations, Paolo Bonzini
- [PATCH v7 11/23] KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page(), Paolo Bonzini
- [PATCH v7 22/23] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs, Paolo Bonzini
- [PATCH v7 20/23] KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page(), Paolo Bonzini
- [PATCH v7 16/23] KVM: x86/mmu: Update page stats in __rmap_add(), Paolo Bonzini
- [PATCH v7 23/23] KVM: x86/mmu: Avoid unnecessary flush on eager page split, Paolo Bonzini
- [PATCH v7 21/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs, Paolo Bonzini
- Re: [PATCH v7 00/23] KVM: Extend Eager Page Splitting to the shadow MMU, David Matlack
- [PATCH v2 0/7] arm64/sve: Clean up KVM integration and optimise syscalls,
Mark Brown
- [PATCH 0/3] KVM: selftests: Consolidate ucall code,
Sean Christopherson
- [Question] remote_tlb_flush statistic is missed from kvm_flush_remote_tlbs() ?,
Gavin Shan
- [PATCH] KVM: arm64: Prevent kmemleak from accessing pKVM memory,
Quentin Perret
- [PATCH kvmtool] arm: gic: fdt: fix PPI CPU mask calculation,
Andre Przywara
- [PATCH v4 kvmtool 00/12] arm64: Allow the user to set RAM base address,
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]