messages from 2024-02-29 08:31:10 to 2024-03-01 16:40:36 UTC [more...]
[PATCH 0/5] KVM RISC-V report few more ISA extensions through ONE_REG
2024-03-01 16:40 UTC (2+ messages)
[PATCH 0/3] kvm: add support for KVM_CAP_VM_GPA_BITS
2024-03-01 16:13 UTC (5+ messages)
` [PATCH 1/3] kvm: wire up KVM_CAP_VM_GPA_BITS for x86
` [PATCH 2/3] kvm/vmx: limit guest_phys_bits to 48 without 5-level ept
` [PATCH 3/3] kvm/svm: limit guest_phys_bits to 48 in 4-level paging mode
[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2024-03-01 15:55 UTC (22+ messages)
` [PATCH v4 01/15] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v4 02/15] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v4 03/15] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v4 04/15] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v4 05/15] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v4 11/15] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v4 12/15] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v4 14/15] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v4 15/15] KVM: riscv: selftests: Add a test for counter overflow
[kvm-unit-tests PATCH 0/7] more migration enhancements and tests
2024-03-01 14:16 UTC (9+ messages)
` [kvm-unit-tests PATCH 1/7] arch-run: Keep infifo open
` [kvm-unit-tests PATCH 3/7] (arm|s390): Use migrate_skip in test cases
` [kvm-unit-tests PATCH 4/7] powerpc: add asm/time.h header with delay and get_clock_us/ms
` [kvm-unit-tests PATCH 6/7] gitlab-ci: Run migration selftest on s390x and powerpc
[kvm-unit-tests PATCH 00/32] powerpc improvements
2024-03-01 14:14 UTC (19+ messages)
` [kvm-unit-tests PATCH 03/32] powerpc: Fix stack backtrace termination
` [kvm-unit-tests PATCH 04/32] powerpc: interrupt stack backtracing
` [kvm-unit-tests PATCH 05/32] powerpc: Cleanup SPR and MSR definitions
` [kvm-unit-tests PATCH 07/32] powerpc/sprs: Don't fail changed SPRs that are used by the test harness
` [kvm-unit-tests PATCH 08/32] powerpc/sprs: Avoid taking PMU interrupts caused by register fuzzing
` [kvm-unit-tests PATCH 12/32] powerpc: Fix emulator illegal instruction test for powernv
` [kvm-unit-tests PATCH 14/32] powerpc: general interrupt tests
[PATCH net-next v2 3/3] tun: AF_XDP Tx zero-copy support
2024-03-01 14:11 UTC (8+ messages)
[RFC PATCH 00/73] KVM: x86/PVM: Introduce a new hypervisor
2024-03-01 14:00 UTC (6+ messages)
[RFC PATCH v5 00/29] TDX KVM selftests
2024-03-01 12:09 UTC (23+ messages)
` [RFC PATCH v5 06/29] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [RFC PATCH v5 08/29] KVM: selftests: TDX: Add TDX lifecycle test
` [RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
` [RFC PATCH v5 10/29] KVM: selftests: TDX: Adding test case for TDX port IO
` [RFC PATCH v5 12/29] KVM: selftests: TDX: Add basic get_td_vmcall_info test
` [RFC PATCH v5 13/29] KVM: selftests: TDX: Add TDX IO writes test
` [RFC PATCH v5 14/29] KVM: selftests: TDX: Add TDX IO reads test
` [RFC PATCH v5 15/29] KVM: selftests: TDX: Add TDX MSR read/write tests
` [RFC PATCH v5 23/29] KVM: selftests: TDX: Add shared memory test
[PATCH v19 000/130] KVM TDX basic feature support
2024-03-01 11:36 UTC (6+ messages)
` [PATCH v19 008/130] x86/tdx: Warning with 32bit build shift-count-overflow
` [PATCH v19 027/130] KVM: TDX: Define TDX architectural definitions
[PATCH v2 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
2024-03-01 11:34 UTC (17+ messages)
` [PATCH v2 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
` [PATCH v2 2/3] RISC-V: KVM: Handle breakpoint exits for VCPU
` [PATCH v2 3/3] RISC-V: KVM: selftests: Add breakpoints test support
[PATCH 0/5] TDX host: Provide TDX module metadata reading APIs
2024-03-01 11:20 UTC (6+ messages)
` [PATCH 1/5] x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro
` [PATCH 2/5] x86/virt/tdx: Move TDMR metadata fields map table to local variable
` [PATCH 3/5] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo'
` [PATCH 4/5] x86/virt/tdx: Support global metadata read for all element sizes
` [PATCH 5/5] x86/virt/tdx: Export global metadata read infrastructure
[RFC PATCH v1 00/26] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
2024-03-01 11:16 UTC (23+ messages)
` folio_mmapped
` folio_mmapped
[PATCH v1 0/8] Run KUnit tests late and handle faults
2024-03-01 11:03 UTC (21+ messages)
` [PATCH v1 1/8] kunit: Run tests when the kernel is fully setup
` [PATCH v1 2/8] kunit: Handle thread creation error
` [PATCH v1 3/8] kunit: Fix kthread reference
` [PATCH v1 4/8] kunit: Fix timeout message
` [PATCH v1 5/8] kunit: Handle test faults
` [PATCH v1 6/8] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v1 7/8] kunit: Print last test location on fault
` [PATCH v1 8/8] kunit: Add tests for faults
[PATCH] vfio/type1: unpin PageReserved page
2024-03-01 10:57 UTC (7+ messages)
[PATCH] Revert "vfio/type1: Unpin zero pages"
2024-03-01 10:53 UTC (2+ messages)
[PATCH 0/1] kvm: add support for guest physical bits
2024-03-01 10:17 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH] KVM: x86/svm/pmu: Set PerfMonV2 global control bits correctly
2024-03-01 9:00 UTC (3+ messages)
[PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
2024-03-01 8:48 UTC (27+ messages)
` [PATCH 01/16] KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation
` [PATCH 02/16] KVM: x86: Remove separate "bit" defines for page fault error code masks
` [PATCH 04/16] KVM: x86/mmu: Pass full 64-bit error code when handling page faults
` [PATCH 05/16] KVM: x86/mmu: Use synthetic page fault error code to indicate private faults
` [PATCH 06/16] KVM: x86/mmu: WARN if upper 32 bits of legacy #PF error code are non-zero
` [PATCH 07/16] KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handler
` [PATCH 08/16] KVM: x86/mmu: WARN and skip MMIO cache on private, reserved page faults
[PATCH 00/21] TDX/SNP part 1 of n, for 6.9
2024-03-01 7:44 UTC (15+ messages)
` [PATCH 02/21] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
` [PATCH 03/21] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH 04/21] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH 05/21] KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
` [PATCH 06/21] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH 10/21] KVM: SEV: Use a VMSA physical address variable for populating VMCB
[PATCH] KVM: x86: Do not mask LVTPC when handling a PMI on AMD platforms
2024-03-01 7:44 UTC
[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
2024-03-01 6:27 UTC (11+ messages)
` [PATCH v9 07/21] i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v9 18/21] hw/i386/pc: Support smp.modules for x86 PC machine
` [PATCH v9 21/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14]
[PATCH] KVM:SVM: Flush cache only on CPUs running SEV guest
2024-03-01 2:30 UTC
[PATCH v2 0/8] KVM: x86/xen updates
2024-02-29 23:12 UTC (2+ messages)
[PATCH 1/1] KVM: use KVM_HVA_ERR_BAD to check bad hva
2024-02-29 22:39 UTC (4+ messages)
[PATCH] hisi_acc_vfio_pci: Remove the deferred_reset logic
2024-02-29 22:05 UTC (2+ messages)
CVE-2021-46978: KVM: nVMX: Always make an attempt to map eVMCS after migration
2024-02-29 20:53 UTC (5+ messages)
[q&a] Status of IOMMU virtualization for nested virtualization (userspace PCI drivers in VMs)
2024-02-29 19:53 UTC (3+ messages)
[PATCH v2 1/1] vfio/nvgrace-gpu: Convey kvm to map device memory region as noncached
2024-02-29 19:39 UTC
[PATCH] KVM: arm64: Fix TRFCR_EL1/PMSCR_EL1 access in hVHE mode
2024-02-29 19:02 UTC (4+ messages)
[PATCH 0/3] KVM: x86: Fix KVM_FEATURE_PV_UNHALT update logic
2024-02-29 18:54 UTC (5+ messages)
` [PATCH 2/3] KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALT
[PATCH v1 1/1] vfio/nvgrace-gpu: Convey kvm that the device is wc safe
2024-02-29 16:31 UTC (6+ messages)
[PATCH] vmbus: Print a warning when enabled without the recommended set of features
2024-02-29 15:44 UTC (2+ messages)
[PATCH v3 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
2024-02-29 15:53 UTC (12+ messages)
` [PATCH v3 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices
[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
2024-02-29 14:14 UTC (14+ messages)
` [PATCH v5 12/65] i386: Introduce tdx-guest object
` [PATCH v5 30/65] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v5 49/65] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v5 52/65] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
[PATCH v2 00/13] KVM/arm64: Add NV support for ERET and PAuth
2024-02-29 13:44 UTC (4+ messages)
` [PATCH v2 06/13] KVM: arm64: nv: Fast-track 'InHost' exception returns
[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
2024-02-29 13:36 UTC (2+ messages)
[PATCH net-next v2 2/3] vhost_net: Call peek_len when using xdp
2024-02-29 13:17 UTC (3+ messages)
[PATCH v3 0/8] Use TAP in some more x86 KVM selftests
2024-02-29 13:12 UTC (6+ messages)
` [PATCH v3 3/8] KVM: selftests: Move setting a vCPU's entry point to a dedicated API
[PATCH net-next v2 1/3] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
2024-02-29 12:52 UTC (3+ messages)
[kvm-unit-tests PATCH 00/13] Enable EFI support
2024-02-29 11:54 UTC (7+ messages)
` [kvm-unit-tests PATCH 03/13] treewide: lib/stack: Fix backtrace
` [kvm-unit-tests PATCH 04/13] treewide: lib/stack: Make base_address arch specific
[PATCH v7] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2024-02-29 11:00 UTC (4+ messages)
[RESEND v3 0/3] KVM: irqchip: synchronize srcu only if needed
2024-02-29 10:15 UTC (3+ messages)
` [RESEND v3 1/3] KVM: setup empty irq routing when create vm
[PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
2024-02-29 9:42 UTC (7+ messages)
[PATCH v8 00/16] Add Secure TSC support for SNP guests
2024-02-29 9:26 UTC (6+ messages)
` [PATCH v8 03/16] virt: sev-guest: Add SNP guest request structure
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