messages from 2022-05-12 03:19:56 to 2022-05-13 03:07:07 UTC [more...]
[PATCH v4] x86/speculation, KVM: remove IBPB on vCPU load
2022-05-13 3:06 UTC (12+ messages)
[Bug 215964] New: nVMX: KVM(L0) does not perform a platform reboot when guest(L2) trigger a reboot event through IO-Port-0xCF9
2022-05-13 1:50 UTC (3+ messages)
` [Bug 215964] "
[PATCH] kvm-unit-tests: Build changes for illumos
2022-05-13 1:27 UTC (6+ messages)
` [PATCH 0/2] kvm-unit-tests: Build changes to support illumos
` [PATCH 1/2] kvm-unit-tests: invoke $LD explicitly in
` [PATCH 2/2] kvm-unit-tests: configure changes for illumos
` Fwd: [PATCH] kvm-unit-tests: Build "
[PATCH v2] kvm: selftests: Add KVM_CAP_MAX_VCPU_ID cap test
2022-05-13 1:03 UTC (2+ messages)
[RFC PATCH v4 00/36] TDX QEMU support
2022-05-13 0:46 UTC (34+ messages)
` [RFC PATCH v4 06/36] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [RFC PATCH v4 09/36] KVM: Introduce kvm_arch_pre_create_vcpu()
` [RFC PATCH v4 10/36] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [RFC PATCH v4 14/36] i386/tdx: Implement user specified tsc frequency
` [RFC PATCH v4 16/36] i386/tdvf: Introduce function to parse TDVF metadata
` [RFC PATCH v4 17/36] i386/tdx: Parse TDVF metadata for TDX VM
` [RFC PATCH v4 21/36] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [RFC PATCH v4 22/36] i386/tdx: Track RAM entries for TDX VM
` [RFC PATCH v4 23/36] i386/tdx: Setup the TD HOB list
` [RFC PATCH v4 24/36] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [RFC PATCH v4 25/36] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [RFC PATCH v4 26/36] i386/tdx: Finalize TDX VM
` [RFC PATCH v4 27/36] i386/tdx: Disable SMM for TDX VMs
` [RFC PATCH v4 28/36] i386/tdx: Disable PIC "
` [RFC PATCH v4 29/36] i386/tdx: Don't allow system reset "
` [RFC PATCH v4 30/36] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [RFC PATCH v4 31/36] hw/i386: add option to forcibly report edge trigger in acpi tables
` [RFC PATCH v4 32/36] i386/tdx: Don't synchronize guest tsc for TDs
` [RFC PATCH v4 33/36] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [RFC PATCH v4 34/36] i386/tdx: Skip kvm_put_apicbase() "
` [RFC PATCH v4 35/36] i386/tdx: Don't get/put guest state for TDX VMs
` [RFC PATCH v4 36/36] docs: Add TDX documentation
[PATCH 0/6] Fully lock the container members of struct vfio_group
2022-05-12 23:35 UTC (4+ messages)
` [PATCH 5/6] vfio: Simplify the life cycle of the group FD
[PATCH 0/3] KVM: x86: WRMSR MCi_CTL/STATUS bug fix and cleanups
2022-05-12 23:32 UTC (7+ messages)
` [PATCH 1/3] KVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL/STATUS)
` [PATCH 2/3] KVM: x86: Use explicit case-statements for MCx banks in {g,s}et_msr_mce()
` [PATCH 3/3] KVM: x86: Add helpers to identify CTL and STATUS MCi MSRs
[kvm-unit-tests PATCH 0/2] x86: msr: MCi_XXX testcases
2022-05-12 23:30 UTC (3+ messages)
` [kvm-unit-tests PATCH 1/2] x86: msr: Take the MSR index and name separately in low level helpers
` [kvm-unit-tests PATCH 2/2] x86: msr: Add tests for MCE bank MSRs
[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-05-12 23:29 UTC (8+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
[PATCH] KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
2022-05-12 22:02 UTC (2+ messages)
[PATCH v5] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
2022-05-12 21:43 UTC (2+ messages)
[PATCH v3 00/22] https://www.spinics.net/lists/kvm/msg267878.html
2022-05-12 21:34 UTC (7+ messages)
` [PATCH 16/22] KVM: x86/mmu: remove redundant bits from extended role
[PATCH v2 4/5] KVM: x86: Use __try_cmpxchg_user() to emulate atomic accesses
2022-05-12 21:27 UTC (6+ messages)
` [PATCH] KVM: x86: fix a typo in __try_cmpxchg_user that caused cmpxchg to be not atomic
[PATCH v3 0/8] Remove vfio_group from the struct file facing VFIO API
2022-05-12 18:24 UTC (3+ messages)
[PATCH v4 0/2] Remove vfio_device_get_from_dev()
2022-05-12 18:21 UTC (2+ messages)
[PATCH v4 0/7] Make the rest of the VFIO driver interface use vfio_device
2022-05-12 18:21 UTC (2+ messages)
[PATCH V2 mlx5-next 0/4] Improve mlx5 live migration driver
2022-05-12 18:21 UTC (5+ messages)
[PATCH] vfio: Stop using iommu_present()
2022-05-12 18:21 UTC (2+ messages)
[RFC V2 PATCH 0/8] selftests: KVM: selftests for fd-based approach of supporting private memory
2022-05-12 18:18 UTC (19+ messages)
` [RFC V2 PATCH 1/8] selftests: kvm: Fix inline assembly for hypercall
` [RFC V2 PATCH 2/8] selftests: kvm: Add a basic selftest to test private memory
` [RFC V2 PATCH 3/8] selftests: kvm: priv_memfd_test: Add support for memory conversion
` [RFC V2 PATCH 4/8] selftests: kvm: priv_memfd_test: Add shared access test
` [RFC V2 PATCH 5/8] selftests: kvm: Add implicit memory conversion tests
` [RFC V2 PATCH 6/8] selftests: kvm: Add KVM_HC_MAP_GPA_RANGE hypercall test
` [RFC V2 PATCH 7/8] selftests: kvm: Add hugepage support to priv_memfd_test suite
` [RFC V2 PATCH 8/8] selftests: kvm: priv_memfd: Add test avoiding double allocation
[PATCH v2 0/4] KVM: x86: Add support of CMCI signaling and UCNA
2022-05-12 18:01 UTC (7+ messages)
` [PATCH v2 1/4] KVM: x86: Clean up KVM APIC LVT logic
` [PATCH v2 2/4] KVM: x86: Add LVTCMCI support
[PATCH v3] x86/speculation, KVM: only IBPB for switch_mm_always_ibpb on vCPU load
2022-05-12 17:56 UTC (12+ messages)
[PATCH] KVM: VMX: do not disable interception for MSR_IA32_SPEC_CTRL on eIBRS
2022-05-12 17:44 UTC
[PATCH] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
2022-05-12 17:27 UTC (10+ messages)
[GIT PULL] virtio: last minute fixup
2022-05-12 17:19 UTC (7+ messages)
[PATCH v3 0/2] Dirtying, failing memop: don't indicate suppression
2022-05-12 16:40 UTC (8+ messages)
` [PATCH v3 1/2] KVM: s390: Don't indicate suppression on dirtying, failing memop
` [PATCH v3 2/2] KVM: s390: selftest: Test suppression indication on key prot exception
[PATCH 5.4] KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id
2022-05-12 16:22 UTC (2+ messages)
[PATCH 0/4] x86: decode Xen/KVM emulate prefixes
2022-05-12 16:21 UTC (6+ messages)
` [PATCH 1/4] x86/asm: Allow to pass macros to __ASM_FORM()
` [PATCH 2/4] x86: xen: kvm: Gather the definition of emulate prefixes
` [PATCH 3/4] x86: xen: insn: Decode Xen and KVM emulate-prefix signature
` [PATCH 4/4] x86: kprobes: Prohibit probing on instruction which has emulate prefix
[PATCH v4 00/20] KVM: Extend Eager Page Splitting to the shadow MMU
2022-05-12 16:10 UTC (6+ messages)
` [PATCH v4 03/20] KVM: x86/mmu: Derive shadow MMU page role from parent
[PATCH v3] KVM: x86/mmu: Update number of zapped pages even if page list is stable
2022-05-12 15:47 UTC (3+ messages)
[kvm-unit-tests PATCH v3 0/2] s390x: add migration test for CMM
2022-05-12 15:44 UTC (4+ messages)
` [kvm-unit-tests PATCH v3 1/2] lib: s390x: add header for CMM related defines
` [kvm-unit-tests PATCH v3 2/2] s390x: add cmm migration test
[kvm-unit-tests PATCH v1 0/2] s390x: add migration test for storage keys
2022-05-12 15:41 UTC (6+ messages)
` [kvm-unit-tests PATCH v1 1/2] lib: s390x: introduce check_pgm_int_code_xfail()
` [kvm-unit-tests PATCH v1 2/2] s390x: add migration test for storage keys
[PATCH v4 0/2] s390: Ultravisor device
2022-05-12 14:33 UTC (3+ messages)
` [PATCH v4 1/2] drivers/s390/char: Add Ultravisor io device
[PATCH 5.4] KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id
2022-05-12 14:40 UTC (8+ messages)
[PATCH v11 00/16] Introduce Architectural LBR for vPMU
2022-05-12 14:38 UTC (7+ messages)
` [PATCH v11 14/16] KVM: x86/vmx: Flip Arch LBREn bit on guest state change
[PATCH] selftests: kvm: replace ternary operator with min()
2022-05-12 14:04 UTC (2+ messages)
[PATCH 5.4] KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()
2022-05-12 13:49 UTC (2+ messages)
[PATCH v2] KVM: selftests: x86: Fix test failure on arch lbr capable platforms
2022-05-12 13:23 UTC (2+ messages)
[PATCH RFC 0/2] arm: enable MTE for QEMU + kvm
2022-05-12 13:11 UTC (3+ messages)
` [PATCH RFC 1/2] arm/kvm: enable MTE if available
` [PATCH RFC 2/2] qtests/arm: add some mte tests
[PATCH v3 0/8] vfio/pci: power management changes
2022-05-12 12:47 UTC (9+ messages)
` [PATCH v3 8/8] vfio/pci: Add the support for PCI D3cold state
[PATCH v9 0/3] s390x: KVM: CPU Topology
2022-05-12 11:41 UTC (11+ messages)
` [PATCH v9 1/3] s390x: KVM: ipte lock for SCA access should be contained in KVM
` [PATCH v9 2/3] s390x: KVM: guest support for topology function
` [PATCH v9 3/3] s390x: KVM: resetting the Topology-Change-Report
[PATCH v3 kvmtool 0/6] Fix few small issues in virtio code
2022-05-12 10:29 UTC (3+ messages)
` [PATCH v3 kvmtool 4/6] virtio: Sanitize config accesses
[RFC 00/18] vfio: Adopt iommufd
2022-05-12 9:01 UTC (13+ messages)
[RFC PATCH v6 000/104] KVM TDX basic feature support
2022-05-12 9:50 UTC (4+ messages)
` [RFC PATCH v6 034/104] KVM: x86/mmu: Add address conversion functions for TDX shared bits
[kvm-unit-tests GIT PULL 00/28] storage keys, attestation, migration tests
2022-05-12 9:35 UTC (29+ messages)
` [kvm-unit-tests GIT PULL 01/28] s390x: gs: move to new header file
` [kvm-unit-tests GIT PULL 02/28] s390x: add test for SIGP STORE_ADTL_STATUS order
` [kvm-unit-tests GIT PULL 03/28] s390x: epsw: fix report_pop_prefix() when running under non-QEMU
` [kvm-unit-tests GIT PULL 04/28] s390x: tprot: use lib include for mmu.h
` [kvm-unit-tests GIT PULL 05/28] s390x: smp: make stop stopped cpu look the same as the running case
` [kvm-unit-tests GIT PULL 06/28] lib: s390x: hardware: Add host_is_qemu() function
` [kvm-unit-tests GIT PULL 07/28] s390x: css: Skip if we're not run by qemu
` [kvm-unit-tests GIT PULL 08/28] s390x: diag308: Only test subcode 2 under QEMU
` [kvm-unit-tests GIT PULL 09/28] s390x: pfmf: Initialize pfmf_r1 union on declaration
` [kvm-unit-tests GIT PULL 10/28] s390x: snippets: asm: Add license and copyright headers
` [kvm-unit-tests GIT PULL 11/28] s390x: pv-diags: Cleanup includes
` [kvm-unit-tests GIT PULL 12/28] s390x: css: "
` [kvm-unit-tests GIT PULL 13/28] s390x: iep: "
` [kvm-unit-tests GIT PULL 14/28] s390x: mvpg: "
` [kvm-unit-tests GIT PULL 15/28] s390x: uv-host: Fix pgm tests
` [kvm-unit-tests GIT PULL 16/28] lib: s390x: add support for SCLP console read
` [kvm-unit-tests GIT PULL 17/28] s390x: add support for migration tests
` [kvm-unit-tests GIT PULL 18/28] s390x: don't run migration tests under PV
` [kvm-unit-tests GIT PULL 19/28] s390x: add basic migration test
` [kvm-unit-tests GIT PULL 20/28] s390x: Give name to return value of tprot()
` [kvm-unit-tests GIT PULL 21/28] s390x: Test effect of storage keys on some instructions
` [kvm-unit-tests GIT PULL 22/28] Disable s390x skey test in GitLab CI
` [kvm-unit-tests GIT PULL 23/28] s390x: uv-host: Add invalid command attestation check
` [kvm-unit-tests GIT PULL 24/28] s390x: lib: Add QUI getter
` [kvm-unit-tests GIT PULL 25/28] s390x: uv-guest: remove duplicated checks
` [kvm-unit-tests GIT PULL 26/28] s390x: uv-guest: Remove double report_prefix_pop
` [kvm-unit-tests GIT PULL 27/28] s390x: uv-guest: add share bit test
` [kvm-unit-tests GIT PULL 28/28] s390x: Add attestation tests
[PATCH v2 1/2] KVM: LAPIC: Disarm LAPIC timer includes pending timer around TSC deadline switch
2022-05-12 8:23 UTC (3+ messages)
[RFC PATCH v1 0/8] virtio/vsock: experimental zerocopy receive
2022-05-12 5:22 UTC (9+ messages)
` [RFC PATCH v1 1/8] virtio/vsock: rework packet allocation logic
` [RFC PATCH v1 2/8] vhost/vsock: "
` [RFC PATCH v1 3/8] af_vsock: add zerocopy receive logic
` [RFC PATCH v1 4/8] virtio/vsock: add transport zerocopy callback
` [RFC PATCH v1 5/8] vhost/vsock: enable "
` [RFC PATCH v1 6/8] virtio/vsock: "
` [RFC PATCH v1 7/8] test/vsock: add receive zerocopy tests
` [RFC PATCH v1 8/8] test/vsock: vsock rx zerocopy utility
[Bug 215969] New: Guest deploying TAA mitigation on (not affected) ICX host
2022-05-12 5:07 UTC
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