public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-29 03:42:37 to 2022-05-02 06:00:05 UTC [more...]

[PATCH v3 00/21] TDX host kernel support
 2022-05-02  5:59 UTC  (46+ messages)
` [PATCH v3 09/21] x86/virt/tdx: Get information about TDX module and convertible memory
` [PATCH v3 11/21] x86/virt/tdx: Choose to use all system RAM as TDX memory
` [PATCH v3 12/21] x86/virt/tdx: Create TDMRs to cover all system RAM
` [PATCH v3 13/21] x86/virt/tdx: Allocate and set up PAMTs for TDMRs

Core2 and v5.18-rc5 troubles
 2022-05-02  0:29 UTC 

[PATCH v3 00/12] KVM: SVM: Fix soft int/ex re-injection
 2022-05-01 22:07 UTC  (13+ messages)
` [PATCH v3 01/12] KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
` [PATCH v3 02/12] KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0
` [PATCH v3 03/12] KVM: SVM: Unwind "speculative" RIP advancement if INTn injection "fails"
` [PATCH v3 04/12] KVM: SVM: Stuff next_rip on emulated INT3 injection if NRIPS is supported
` [PATCH v3 05/12] KVM: SVM: Re-inject INT3/INTO instead of retrying the instruction
` [PATCH v3 06/12] KVM: SVM: Re-inject INTn instead of retrying the insn on "failure"
` [PATCH v3 07/12] KVM: x86: Trace re-injected exceptions
` [PATCH v3 08/12] KVM: x86: Print error code in exception injection tracepoint iff valid
` [PATCH v3 09/12] KVM: x86: Differentiate Soft vs. Hard IRQs vs. reinjected in tracepoint
` [PATCH v3 10/12] KVM: nSVM: Transparently handle L1 -> L2 NMI re-injection
` [PATCH v3 11/12] KVM: selftests: nSVM: Add svm_nested_soft_inject_test
` [PATCH v3 12/12] KVM: nSVM: Drop support for CPUs without NRIPS (NextRIP Save) support

[GIT PULL] KVM fixes for Linux 5.18-rc5 (or -rc6)
 2022-05-01 19:06 UTC  (2+ messages)

[PATCH] KVM: x86: work around QEMU issue with synthetic CPUID leaves
 2022-05-01 17:37 UTC  (3+ messages)

Causing VMEXITs when kprobes are hit in the guest VM
 2022-05-01 15:30 UTC 

[PATCH] KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
 2022-05-01 14:32 UTC  (9+ messages)

[PATCH RFC] vfio: Introduce DMA logging uAPIs for VFIO device
 2022-05-01 12:33 UTC 

[PATCH v2 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-05-01  6:49 UTC  (8+ messages)
` [PATCH v2 11/12] KVM: SVM: Do not inhibit APICv when x2APIC is present

[PATCH] RISC-V: fix typos in comments
 2022-04-30 19:11 UTC 

[PATCH v3] x86/speculation, KVM: only IBPB for switch_mm_always_ibpb on vCPU load
 2022-04-30 16:08 UTC  (13+ messages)

[PATCH RFC 00/12] IOMMUFD Generic interface
 2022-04-30 14:44 UTC  (20+ messages)
` [PATCH RFC 08/12] iommufd: IOCTLs for the io_pagetable
` [PATCH RFC 11/12] iommufd: vfio container FD ioctl compatibility

[Bug 215923] New: Nested KVM Networking issue
 2022-04-30 11:47 UTC 

[PATCH RFC 00/19] IOMMUFD Dirty Tracking
 2022-04-30  6:12 UTC  (61+ messages)
` [PATCH RFC 01/19] iommu: Add iommu_domain ops for dirty tracking
` [PATCH RFC 02/19] iommufd: Dirty tracking for io_pagetable
` [PATCH RFC 03/19] iommufd: Dirty tracking data support
` [PATCH RFC 04/19] iommu: Add an unmap API that returns dirtied IOPTEs
` [PATCH RFC 05/19] iommufd: Add a dirty bitmap to iopt_unmap_iova()
` [PATCH RFC 07/19] iommufd/vfio-compat: Dirty tracking IOCTLs compatibility
` [PATCH RFC 13/19] iommu/arm-smmu-v3: Add feature detection for BBML
` [PATCH RFC 15/19] iommu/arm-smmu-v3: Add set_dirty_tracking_range() support
` [PATCH RFC 16/19] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping
` [PATCH RFC 17/19] iommu/arm-smmu-v3: Add unmap_read_dirty() support
` [PATCH RFC 18/19] iommu/intel: Access/Dirty bit support for SL domains

[PATCH v2 0/7] Make the rest of the VFIO driver interface use vfio_device
 2022-04-29 22:22 UTC  (5+ messages)
` [PATCH v2 7/7] vfio: Remove calls to vfio_group_add_container_user()

[PATCH v3 0/8] KVM: Fix mmu_notifier vs. pfncache vs. pfncache races
 2022-04-29 21:00 UTC  (9+ messages)
` [PATCH v3 1/8] Revert "KVM: Do not speculatively mark pfn cache valid to "fix" race"
` [PATCH v3 2/8] Revert "KVM: Fix race between mmu_notifier invalidation and pfncache refresh"
` [PATCH v3 3/8] KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helper
` [PATCH v3 4/8] KVM: Put the extra pfn reference when reusing a pfn in the gpc cache
` [PATCH v3 5/8] KVM: Do not incorporate page offset into gfn=>pfn cache user address
` [PATCH v3 6/8] KVM: Fully serialize gfn=>pfn cache refresh via mutex
` [PATCH v3 7/8] KVM: Fix multiple races in gfn=>pfn cache refresh
` [PATCH v3 8/8] KVM: Do not pin pages tracked by gfn=>pfn caches

[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-04-29 20:11 UTC  (5+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v4 2/4] KVM: mmu: add a helper to account memory used by KVM mmu
` [PATCH v4 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
` [PATCH v4 4/4] KVM: arm64/mmu: count KVM s2 "

[PATCH v19 00/20] s390/vfio-ap: dynamic configuration support
 2022-04-29 19:57 UTC  (2+ messages)

[PATCH] vfio: Delete container_q
 2022-04-29 18:46 UTC 

[PATCH 0/2] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-04-29 18:40 UTC  (7+ messages)
` [PATCH 1/3] KVM: x86: make vendor code check for all nested events

[PATCH 0/9] KVM: selftests: Add nested support to dirty_log_perf_test
 2022-04-29 18:39 UTC  (10+ messages)
` [PATCH 1/9] KVM: selftests: Replace x86_page_size with raw levels
` [PATCH 2/9] KVM: selftests: Add option to create 2M and 1G EPT mappings
` [PATCH 3/9] KVM: selftests: Drop stale function parameter comment for nested_map()
` [PATCH 4/9] KVM: selftests: Refactor nested_map() to specify target level
` [PATCH 5/9] KVM: selftests: Move VMX_EPT_VPID_CAP_AD_BITS to vmx.h
` [PATCH 6/9] KVM: selftests: Add a helper to check EPT/VPID capabilities
` [PATCH 7/9] KVM: selftests: Link selftests directly with lib object files
` [PATCH 8/9] KVM: selftests: Clean up LIBKVM files in Makefile
` [PATCH 9/9] KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2

[PATCH RFC 00/10] hw/vfio, x86/iommu: IOMMUFD Dirty Tracking
 2022-04-29 18:21 UTC  (5+ messages)
` [PATCH RFC 04/10] intel_iommu: Second Stage Access Dirty bit support

[PATCH v3] KVM: SEV: Mark nested locking of vcpu->lock
 2022-04-29 17:33 UTC  (19+ messages)

[GIT PULL] Please pull VFIO changes
 2022-04-29 16:55 UTC 

[PATCH/RFC] KVM: s390: vsie/gmap: reduce gmap_rmap overhead
 2022-04-29 16:02 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: fix potential races when walking host page table
 2022-04-29 15:47 UTC  (6+ messages)

[PATCH v2 0/5] bitmap: fix conversion from/to fix-sized arrays
 2022-04-29 15:45 UTC  (4+ messages)
` [PATCH 2/5] lib: add bitmap_{from,to}_arr64

[GIT PULL] KVM/arm64 fixes for 5.18, take #2
 2022-04-29 15:39 UTC  (2+ messages)

[PATCH for-5.18] KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT
 2022-04-29 14:05 UTC  (5+ messages)

[PATCH v3 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2022-04-29 13:08 UTC  (3+ messages)

[PATCH v2] KVM: arm64: Inject exception on out-of-IPA-range translation fault
 2022-04-29 10:44 UTC  (6+ messages)

[PATCH] PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot time
 2022-04-29  9:43 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH v10 00/16] Introduce Architectural LBR for vPMU
 2022-04-29  8:19 UTC  (11+ messages)
` [PATCH v10 07/16] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_CTL for guest Arch LBR
` [PATCH v10 08/16] KVM: x86/pmu: Refactor code to support "
` [PATCH v10 15/16] KVM: x86: Add Arch LBR data MSR access interface

[PATCH] KVM: selftests: Use TAP interface in the kvm_binary_stats_test
 2022-04-29  7:11 UTC 

[RFC 00/18] vfio: Adopt iommufd
 2022-04-29  6:29 UTC  (3+ messages)
` [RFC 07/18] vfio: Add base object for VFIOContainer

[PATCH v3 0/4] KVM: s390: selftests: Provide TAP output in tests
 2022-04-29  6:37 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: s390: selftests: Use TAP interface in the memop test
` [PATCH v3 2/4] KVM: s390: selftests: Use TAP interface in the sync_regs test
` [PATCH v3 3/4] KVM: s390: selftests: Use TAP interface in the tprot test
` [PATCH v3 4/4] KVM: s390: selftests: Use TAP interface in the reset test

[PATCH v2 0/4] KVM: s390: selftests: Provide TAP output in tests
 2022-04-29  6:21 UTC  (4+ messages)
` [PATCH v2 4/4] KVM: s390: selftests: Use TAP interface in the reset test

[PATCH v5 00/13] KVM: arm64: PSCI SYSTEM_SUSPEND support
 2022-04-29  3:42 UTC  (6+ messages)
` [PATCH v5 07/13] KVM: arm64: Add support for userspace to suspend a vCPU


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox