messages from 2022-02-25 17:36:24 to 2022-03-11 08:49:00 UTC [more...]
[PATCH v2 00/26] Extend Eager Page Splitting to the shadow MMU
2022-03-11 0:25 UTC (19+ messages)
` [PATCH v2 01/26] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v2 02/26] KVM: x86/mmu: Use a bool for direct
` [PATCH v2 03/26] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v2 04/26] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v2 05/26] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v2 06/26] KVM: x86/mmu: Pass memslot to kvm_mmu_new_shadow_page()
` [PATCH v2 07/26] KVM: x86/mmu: Separate shadow MMU sp allocation from initialization
` [PATCH v2 08/26] KVM: x86/mmu: Link spt to sp during allocation
` [PATCH v2 09/26] KVM: x86/mmu: Move huge page split sp allocation code to mmu.c
` [PATCH v2 10/26] KVM: x86/mmu: Use common code to free kvm_mmu_page structs
` [PATCH v2 11/26] KVM: x86/mmu: Use common code to allocate kvm_mmu_page structs from vCPU caches
` [PATCH v2 12/26] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v2 13/26] KVM: x86/mmu: Pass const memslot to init_shadow_page() and descendants
` [PATCH v2 14/26] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v2 15/26] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v2 16/26] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v2 17/26] KVM: x86/mmu: Pass access information to make_huge_page_split_spte()
` [PATCH v2 18/26] KVM: x86/mmu: Zap collapsible SPTEs at all levels in the shadow MMU
[PATCH 00/11] KVM: selftests: Add aarch64/page_fault_test
2022-03-11 6:02 UTC (12+ messages)
` [PATCH 01/11] KVM: selftests: Add a userfaultfd library
` [PATCH 02/11] KVM: selftests: Add vm_mem_region_get_src_fd library function
` [PATCH 03/11] KVM: selftests: aarch64: Add vm_get_pte_gpa "
` [PATCH 04/11] KVM: selftests: Add vm_alloc_page_table_in_memslot "
` [PATCH 05/11] KVM: selftests: aarch64: Export _virt_pg_map with a pt_memslot arg
` [PATCH 06/11] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete
` [PATCH 07/11] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH 08/11] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH 09/11] KVM: selftests: aarch64: Add dirty logging "
` [PATCH 10/11] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH 11/11] KVM: selftests: aarch64: Add mix of "
[PATCH v6 00/25] KVM: arm64: Make CPU ID registers writable by userspace
2022-03-11 4:48 UTC (26+ messages)
` [PATCH v6 01/25] KVM: arm64: Introduce a validation function for an ID register
` [PATCH v6 02/25] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v6 03/25] KVM: arm64: Introduce struct id_reg_desc
` [PATCH v6 04/25] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [PATCH v6 05/25] KVM: arm64: Make ID_AA64PFR1_EL1 writable
` [PATCH v6 06/25] KVM: arm64: Make ID_AA64ISAR0_EL1 writable
` [PATCH v6 07/25] KVM: arm64: Make ID_AA64ISAR1_EL1 writable
` [PATCH v6 08/25] KVM: arm64: Make ID_AA64MMFR0_EL1 writable
` [PATCH v6 09/25] KVM: arm64: Make ID_AA64DFR0_EL1/ID_DFR0_EL1 writable
` [PATCH v6 10/25] KVM: arm64: Make MVFR1_EL1 writable
` [PATCH v6 11/25] KVM: arm64: Add remaining ID registers to id_reg_desc_table
` [PATCH v6 12/25] KVM: arm64: Use id_reg_desc_table for ID registers
` [PATCH v6 13/25] KVM: arm64: Add consistency checking for frac fields of "
` [PATCH v6 14/25] KVM: arm64: Introduce KVM_CAP_ARM_ID_REG_CONFIGURABLE capability
` [PATCH v6 15/25] KVM: arm64: Add kunit test for ID register validation
` [PATCH v6 16/25] KVM: arm64: Use vcpu->arch cptr_el2 to track value of cptr_el2 for VHE
` [PATCH v6 17/25] KVM: arm64: Use vcpu->arch.mdcr_el2 to track value of mdcr_el2
` [PATCH v6 18/25] KVM: arm64: Introduce framework to trap disabled features
` [PATCH v6 19/25] KVM: arm64: Trap disabled features of ID_AA64PFR0_EL1
` [PATCH v6 20/25] KVM: arm64: Trap disabled features of ID_AA64PFR1_EL1
` [PATCH v6 21/25] KVM: arm64: Trap disabled features of ID_AA64DFR0_EL1
` [PATCH v6 22/25] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1
` [PATCH v6 23/25] KVM: arm64: Trap disabled features of ID_AA64ISAR1_EL1
` [PATCH v6 24/25] KVM: arm64: Add kunit test for trap initialization
` [PATCH v6 25/25] KVM: arm64: selftests: Introduce id_reg_test
[kvm-unit-tests PATCH 0/2] arm: 32 bit tests improvements
2022-03-10 9:28 UTC (8+ messages)
` [kvm-unit-tests PATCH 1/2] arm: Change text base address for 32 bit tests when running under kvmtool
` [kvm-unit-tests PATCH 2/2] arm/run: Fix using qemu-system-aarch64 to run aarch32 tests on aarch64
[PATCH] KVM: arm64: Really propagate PSCI SYSTEM_RESET2 arguments to userspace
2022-03-09 18:21 UTC (2+ messages)
[PATCH v5 0/8] KVM: arm64: Hypervisor stack enhancements
2022-03-09 17:04 UTC (13+ messages)
` [PATCH v5 1/8] KVM: arm64: Introduce hyp_alloc_private_va_range()
` [PATCH v5 2/8] KVM: arm64: Introduce pkvm_alloc_private_va_range()
` [PATCH v5 3/8] KVM: arm64: Add guard pages for KVM nVHE hypervisor stack
` [PATCH v5 4/8] KVM: arm64: Add guard pages for pKVM (protected nVHE) "
` [PATCH v5 5/8] KVM: arm64: Detect and handle hypervisor stack overflows
` [PATCH v5 6/8] KVM: arm64: Add hypervisor overflow stack
` [PATCH v5 7/8] KVM: arm64: Unwind and dump nVHE HYP stacktrace
` [PATCH v5 8/8] KVM: arm64: Symbolize the nVHE HYP backtrace
[PATCH kvmtool v10 0/3] aarch64: Add stolen time support
2022-03-09 13:34 UTC (4+ messages)
` [PATCH kvmtool v10 1/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v10 2/3] aarch64: Add stolen time support
` [PATCH kvmtool v10 3/3] Add --no-pvtime command line argument
[PATCH kvmtool v9 0/3] aarch64: Add stolen time support
2022-03-09 13:02 UTC (5+ messages)
` [PATCH kvmtool v9 1/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v9 2/3] aarch64: Add stolen time support
` [PATCH kvmtool v9 3/3] Add --no-pvtime command line argument
[PATCH v2] Documentation: KVM: Update documentation to indicate KVM is arm64-only
2022-03-09 11:17 UTC (2+ messages)
[PATCH] KVM: arm64: Enable Cortex-A510 erratum 2077057 by default
2022-03-08 18:44 UTC (6+ messages)
[stable:PATCH] KVM: arm64: Reset PMC_EL0 to avoid a panic() on systems with no PMU
2022-03-08 16:29 UTC
Timer delays in VM
2022-03-08 9:34 UTC (10+ messages)
[PATCH kvmtool v8 0/3] aarch64: Add stolen time support
2022-03-08 10:46 UTC (7+ messages)
` [PATCH kvmtool v8 1/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v8 2/3] aarch64: Add stolen time support
` [PATCH kvmtool v8 3/3] Add --no-pvtime command line argument
[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2022-03-07 17:13 UTC (13+ messages)
` [PATCH v6 43/64] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v6 44/64] KVM: arm64: nv: Add handling of EL2-specific timer registers
[PATCH kvmtool v7 0/3] aarch64: Add stolen time support
2022-03-07 11:46 UTC (8+ messages)
` [PATCH kvmtool v7 1/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v7 2/3] aarch64: Add stolen time support
` [PATCH kvmtool v7 3/3] Add --no-pvtime command line argument
[PATCH v3 1/3] KVM: arm64: Generalise VM features into a set of flags
2022-03-05 2:47 UTC (7+ messages)
` [PATCH v3 2/3] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
` [PATCH v3 3/3] KVM: arm64: selftests: Introduce vcpu_width_config
[PATCH 0/3] KVM: arm64: selftests: Add edge cases tests for the arch timer
2022-03-04 19:01 UTC (9+ messages)
` [PATCH 1/3] KVM: arm64: selftests: add timer_get_tval() lib function
` [PATCH 2/3] KVM: arm64: selftests: add arch_timer_edge_cases
` [PATCH 3/3] KVM: arm64: selftests: add edge cases tests into arch_timer_edge_cases
[PATCH] KVM: arm64: Only open the interrupt window on exit due to an interrupt
2022-03-04 14:27 UTC (2+ messages)
[PATCH v4 0/8] KVM: arm64: Hypervisor stack enhancements
2022-03-03 17:45 UTC (11+ messages)
` [PATCH v4 2/8] KVM: arm64: Introduce pkvm_alloc_private_va_range()
` [PATCH v4 3/8] KVM: arm64: Add guard pages for KVM nVHE hypervisor stack
` [PATCH v4 4/8] KVM: arm64: Add guard pages for pKVM (protected nVHE) "
[PATCH v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
2022-03-03 11:37 UTC (14+ messages)
` [PATCH v3 09/19] "
` [PATCH v3 13/19] KVM: arm64: Add support KVM_SYSTEM_EVENT_SUSPEND to "
[PATCH 0/2] KVM: arm: Drop documentation of 32-bit KVM
2022-03-03 7:28 UTC (5+ messages)
` [PATCH 1/2] Documentation: KVM: Update documentation to indicate KVM is arm64-only
` [PATCH 2/2] Documentation: KVM: Move KVM/arm64 docs into aptly named directory
[PATCH v12 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
2022-03-02 17:23 UTC (27+ messages)
` [PATCH v12 06/40] arm64/sme: Provide ABI documentation for SME
` [PATCH v12 08/40] arm64/sme: Manually encode SME instructions
` [PATCH v12 10/40] arm64/sme: Basic enumeration support
` [PATCH v12 11/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v12 18/40] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v12 20/40] arm64/sme: Implement streaming SVE signal handling
` [PATCH v12 22/40] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v12 29/40] arm64/sme: Provide Kconfig for SME
` [PATCH v12 30/40] kselftest/arm64: Add manual encodings for SME instructions
` [PATCH v12 31/40] kselftest/arm64: sme: Add SME support to vlset
` [PATCH v12 32/40] kselftest/arm64: Add tests for TPIDR2
` [PATCH v12 33/40] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v12 34/40] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v12 35/40] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v12 36/40] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v12 37/40] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v12 38/40] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v12 39/40] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v12 40/40] kselftest/arm64: Add SME support to syscall ABI test
[PATCH kvmtool v6 0/3] aarch64: Add stolen time support
2022-03-02 14:03 UTC (4+ messages)
` [PATCH kvmtool v6 1/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v6 2/3] aarch64: Add stolen time support
` [PATCH kvmtool v6 3/3] Add --no-pvtime command line argument
[PATCH v11 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
2022-03-02 13:02 UTC (7+ messages)
` [PATCH v11 03/40] arm64: cpufeature: Always specify and use a field width for capabilities
[PATCH v4 00/13] KVM: arm64: Add support for hypercall services selection
2022-02-28 19:46 UTC (6+ messages)
` [PATCH v4 02/13] KVM: arm64: Introduce KVM_CAP_ARM_REG_SCOPE
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox