kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-29 13:20:36 to 2024-03-01 20:15:51 UTC [more...]

[PATCH v2 00/13] KVM/arm64: Add NV support for ERET and PAuth
 2024-03-01 20:15 UTC  (8+ messages)
` [PATCH v2 06/13] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v2 07/13] KVM: arm64: nv: Honor HFGITR_EL2.ERET being set

[PATCH v2 0/7] Handle faults in KUnit tests
 2024-03-01 19:40 UTC  (8+ messages)
` [PATCH v2 1/7] kunit: Handle thread creation error
` [PATCH v2 2/7] kunit: Fix kthread reference
` [PATCH v2 3/7] kunit: Fix timeout message
` [PATCH v2 4/7] kunit: Handle test faults
` [PATCH v2 5/7] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v2 6/7] kunit: Print last test location on fault
` [PATCH v2 7/7] kunit: Add tests for fault

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-03-01 19:30 UTC  (23+ 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

[PATCH] KVM: x86: Do not mask LVTPC when handling a PMI on AMD platforms
 2024-03-01 19:24 UTC  (2+ messages)

[PATCH v1 0/8] Run KUnit tests late and handle faults
 2024-03-01 19:19 UTC  (25+ 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] KVM: arm64: Fix TRFCR_EL1/PMSCR_EL1 access in hVHE mode
 2024-03-01 19:03 UTC  (5+ messages)

[PATCH net-next v2 3/3] tun: AF_XDP Tx zero-copy support
 2024-03-01 18:40 UTC  (7+ messages)

linux-next: manual merge of the kvm tree with the drm-xe tree
 2024-03-01 18:38 UTC  (4+ messages)

[PATCH 0/2] vfio: constify struct class usage
 2024-03-01 17:51 UTC  (3+ messages)
` [PATCH 1/2] vfio/mdpy: make mdpy_class constant
` [PATCH 2/2] vfio/mbochs: make mbochs_class constant

[PATCH v3 1/2] genirq/msi: add wrapper msi allocation API and export msi functions
 2024-03-01 17:45 UTC  (3+ messages)
` [PATCH v3 2/2] vfio/cdx: add interrupt support

[RFC PATCH 0/8] KVM: Prepopulate guest memory API
 2024-03-01 17:28 UTC  (9+ messages)
` [RFC PATCH 1/8] KVM: Document KVM_MAP_MEMORY ioctl
` [RFC PATCH 2/8] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
` [RFC PATCH 3/8] KVM: x86/mmu: Introduce initialier macro for struct kvm_page_fault
` [RFC PATCH 4/8] KVM: x86/mmu: Factor out kvm_mmu_do_page_fault()
` [RFC PATCH 5/8] KVM: x86/mmu: Introduce kvm_mmu_map_page() for prepopulating guest memory
` [RFC PATCH 6/8] KVM: x86: Implement kvm_arch_{, pre_}vcpu_map_memory()
` [RFC PATCH 7/8] KVM: x86: Add hooks in kvm_arch_vcpu_map_memory()
` [RFC PATCH 8/8] KVM: selftests: x86: Add test for KVM_MAP_MEMORY

[PATCH] hisi_acc_vfio_pci: Remove the deferred_reset logic
 2024-03-01 17:21 UTC  (3+ messages)

[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

[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

[RFC PATCH 00/73] KVM: x86/PVM: Introduce a new hypervisor
 2024-03-01 14:00 UTC  (5+ messages)

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-03-01 12:09 UTC  (20+ messages)
` [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  (16+ messages)
  ` folio_mmapped
      ` folio_mmapped

[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 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)

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 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  (11+ 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  (10+ messages)
` [PATCH v5 30/65] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v5 49/65] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
 2024-02-29 13:36 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).