messages from 2022-03-07 14:43:32 to 2022-03-15 08:15:36 UTC [more...]
[PATCH v2 00/26] Extend Eager Page Splitting to the shadow MMU
2022-03-15 8:15 UTC (30+ 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 v2 19/26] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v2 20/26] KVM: x86/mmu: Extend Eager Page Splitting to the shadow MMU
` [PATCH v2 21/26] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v2 22/26] KVM: Allow GFP flags to be passed when topping up MMU caches
` [PATCH v2 23/26] KVM: x86/mmu: Fully split huge pages that require extra pte_list_desc structs
` [PATCH v2 24/26] KVM: x86/mmu: Split huge pages aliased by multiple SPTEs
` [PATCH v2 25/26] KVM: x86/mmu: Drop NULL pte_list_desc_cache fallback
` [PATCH v2 26/26] KVM: selftests: Map x86_64 guest virtual memory with huge pages
[PATCH kvm-unit-tests] arch-run: Introduce QEMU_ARCH
2022-03-15 8:01 UTC
[PATCH v4 0/3] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
2022-03-15 7:48 UTC (8+ messages)
` [PATCH v4 1/3] KVM: arm64: Generalise VM features into a set of flags
` [PATCH v4 2/3] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
` [PATCH v4 3/3] KVM: arm64: selftests: Introduce vcpu_width_config
[PATCH v4 00/13] KVM: arm64: Add support for hypercall services selection
2022-03-15 7:25 UTC (26+ messages)
` [PATCH v4 01/13] KVM: arm64: Factor out firmware register handling from psci.c
` [PATCH v4 03/13] KVM: arm64: Encode the scope for firmware registers
` [PATCH v4 04/13] KVM: arm64: Capture VM's first run
` [PATCH v4 05/13] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
` [PATCH v4 06/13] KVM: arm64: Add standard hypervisor firmware register
` [PATCH v4 07/13] KVM: arm64: Add vendor "
` [PATCH v4 09/13] Docs: KVM: Rename psci.rst to hypercalls.rst
` [PATCH v4 13/13] selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-list
[PATCH v6 0/8] KVM: arm64: Hypervisor stack enhancements
2022-03-14 20:01 UTC (9+ messages)
` [PATCH v6 1/8] KVM: arm64: Introduce hyp_alloc_private_va_range()
` [PATCH v6 2/8] KVM: arm64: Introduce pkvm_alloc_private_va_range()
` [PATCH v6 3/8] KVM: arm64: Add guard pages for KVM nVHE hypervisor stack
` [PATCH v6 4/8] KVM: arm64: Add guard pages for pKVM (protected nVHE) "
` [PATCH v6 5/8] KVM: arm64: Detect and handle hypervisor stack overflows
` [PATCH v6 6/8] KVM: arm64: Add hypervisor overflow stack
` [PATCH v6 7/8] KVM: arm64: Unwind and dump nVHE HYP stacktrace
` [PATCH v6 8/8] KVM: arm64: Symbolize the nVHE HYP backtrace
[PATCH 0/4] KVM: arm64: vgic-v3: MMIO-based LPI invalidation and co
2022-03-14 16:40 UTC (5+ messages)
` [PATCH 1/4] irqchip/gic-v3: Exposes bit values for GICR_CTLR.{IR, CES}
` [PATCH 2/4] KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidation
` [PATCH 3/4] KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIs
` [PATCH 4/4] KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revision
[PATCH 4.19 00/30] 4.19.235-rc1 review
2022-03-14 15:00 UTC (2+ messages)
[kvm-unit-tests PATCH v2 0/3] configure changes and rename --target-efi
2022-03-14 12:36 UTC (2+ messages)
[kvm-unit-tests PATCH] arm: Fix typos
2022-03-14 8:41 UTC (2+ messages)
[PATCH kvmtool v11 0/3] aarch64: Add stolen time support
2022-03-13 16:19 UTC (4+ messages)
` [PATCH kvmtool v11 1/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v11 2/3] aarch64: Add stolen time support
` [PATCH kvmtool v11 3/3] Add --no-pvtime command line argument
[stable:PATCH] KVM: arm64: Reset PMC_EL0 to avoid a panic() on systems with no PMU
2022-03-12 11:16 UTC (5+ messages)
` Patch "KVM: arm64: Reset PMC_EL0 to avoid a panic() on systems with no PMU" has been added to the 4.9-stable tree
` Patch "KVM: arm64: Reset PMC_EL0 to avoid a panic() on systems with no PMU" has been added to the 4.14-stable tree
` Patch "KVM: arm64: Reset PMC_EL0 to avoid a panic() on systems with no PMU" has been added to the 4.19-stable tree
[PATCH v12 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
2022-03-11 18:42 UTC (4+ messages)
` [PATCH v12 06/40] arm64/sme: Provide ABI documentation for SME
[PATCH v4 00/15] KVM: arm64: PSCI SYSTEM_SUSPEND + SYSTEM_RESET2 bugfix
2022-03-11 17:57 UTC (22+ messages)
` [PATCH v4 01/15] KVM: arm64: Generalise VM features into a set of flags
` [PATCH v4 02/15] KVM: arm64: Generally disallow SMC64 for AArch32 guests
` [PATCH v4 03/15] KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2
` [PATCH v4 04/15] KVM: arm64: Dedupe vCPU power off helpers
` [PATCH v4 05/15] KVM: arm64: Track vCPU power state using MP state values
` [PATCH v4 06/15] KVM: arm64: Rename the KVM_REQ_SLEEP handler
` [PATCH v4 07/15] KVM: Create helper for setting a system event exit
` [PATCH v4 08/15] KVM: arm64: Return a value from check_vcpu_requests()
` [PATCH v4 09/15] KVM: arm64: Add support for userspace to suspend a vCPU
` [PATCH v4 10/15] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
` [PATCH v4 11/15] selftests: KVM: Rename psci_cpu_on_test to psci_test
` [PATCH v4 12/15] selftests: KVM: Create helper for making SMCCC calls
` [PATCH v4 13/15] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test
` [PATCH v4 14/15] selftests: KVM: Refactor psci_test to make it amenable to new tests
` [PATCH v4 15/15] selftests: KVM: Test SYSTEM_SUSPEND PSCI call
` [RFC PATCH kvmtool 0/5] ARM: Implement PSCI SYSTEM_SUSPEND
` [RFC PATCH kvmtool 1/5] TESTONLY: Sync KVM headers with pending changes
` [RFC PATCH kvmtool 2/5] Allow architectures to hook KVM_EXIT_SYSTEM_EVENT
` [RFC PATCH kvmtool 3/5] ARM: Stash vcpu_init in the vCPU structure
` [RFC PATCH kvmtool 4/5] ARM: Add a helper to re-init a vCPU
` [RFC PATCH kvmtool 5/5] ARM: Implement PSCI SYSTEM_SUSPEND
[PATCH kvmtool v10 0/3] aarch64: Add stolen time support
2022-03-11 11:18 UTC (5+ 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 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 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 (3+ messages)
Timer delays in VM
2022-03-08 9:34 UTC (8+ 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
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