messages from 2022-11-23 16:38:40 to 2022-11-25 02:27:39 UTC [more...]
[PATCH v7 00/20] TDX host kernel support
2022-11-25 2:27 UTC (65+ messages)
` [PATCH v7 04/20] x86/virt/tdx: Add skeleton to initialize TDX on demand
` [PATCH v7 06/20] x86/virt/tdx: Shut down TDX module in case of error
` [PATCH v7 09/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v7 10/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v7 11/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v7 12/20] x86/virt/tdx: Create "
` [PATCH v7 13/20] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v7 14/20] x86/virt/tdx: Set up reserved areas for all TDMRs
` [PATCH v7 15/20] x86/virt/tdx: Reserve TDX module global KeyID
` [PATCH v7 16/20] x86/virt/tdx: Configure TDX module with TDMRs and "
` [PATCH v7 17/20] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v7 18/20] x86/virt/tdx: Initialize all TDMRs
[PATCH v2] vhost_vdpa: fix the crash in unmap a large memory
2022-11-25 2:23 UTC
[PATCH v10 000/108] KVM TDX basic feature support
2022-11-25 1:07 UTC (9+ messages)
` [PATCH v10 035/108] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
[kvm-unit-tests PATCH 0/5] s390x: Snippet fixes
2022-11-24 20:42 UTC (5+ messages)
` [kvm-unit-tests PATCH 1/5] s390x: Add a linker script to assembly snippets
[PATCH v1 0/2] vfio/iova_bitmap: bug fixes
2022-11-24 18:20 UTC (3+ messages)
` [PATCH v1 2/2] vfio/iova_bitmap: Fix PAGE_SIZE unaligned bitmaps
[PATCH v2] vfio/pci: Verify each MSI vector to avoid invalid MSI vectors
2022-11-24 18:00 UTC (5+ messages)
[PATCH V1 vfio 00/14] Add migration PRE_COPY support for mlx5 driver
2022-11-24 17:39 UTC (15+ messages)
` [PATCH V1 vfio 01/14] net/mlx5: Introduce ifc bits for pre_copy
` [PATCH V1 vfio 02/14] vfio: Extend the device migration protocol with PRE_COPY
` [PATCH V1 vfio 03/14] vfio/mlx5: Enforce a single SAVE command at a time
` [PATCH V1 vfio 04/14] vfio/mlx5: Refactor PD usage
` [PATCH V1 vfio 05/14] vfio/mlx5: Refactor MKEY usage
` [PATCH V1 vfio 06/14] vfio/mlx5: Refactor migration file state
` [PATCH V1 vfio 07/14] vfio/mlx5: Refactor to use queue based data chunks
` [PATCH V1 vfio 08/14] vfio/mlx5: Introduce device transitions of PRE_COPY
` [PATCH V1 vfio 09/14] vfio/mlx5: Introduce SW headers for migration states
` [PATCH V1 vfio 10/14] vfio/mlx5: Introduce vfio precopy ioctl implementation
` [PATCH V1 vfio 11/14] vfio/mlx5: Consider temporary end of stream as part of PRE_COPY
` [PATCH V1 vfio 12/14] vfio/mlx5: Introduce multiple loads
` [PATCH V1 vfio 13/14] vfio/mlx5: Fallback to STOP_COPY upon specific PRE_COPY error
` [PATCH V1 vfio 14/14] vfio/mlx5: Enable MIGRATION_PRE_COPY flag
[PATCH kvmtool v1 00/17] Use memfd for guest vm memory allocation
2022-11-24 17:14 UTC (14+ messages)
` [PATCH kvmtool v1 01/17] Initialize the return value in kvm__for_each_mem_bank()
` [PATCH kvmtool v1 03/17] Rename parameter in mmap_anon_or_hugetlbfs()
` [PATCH kvmtool v1 06/17] Use memfd for hugetlbfs when allocating guest ram
` [PATCH kvmtool v1 08/17] Use memfd for all guest ram allocations
[PATCH for 8.0 v8 00/12] ASID support in vhost-vdpa net
2022-11-24 15:51 UTC (13+ messages)
` [PATCH for 8.0 v8 01/12] vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
` [PATCH for 8.0 v8 02/12] vhost: set SVQ device call handler at SVQ start
` [PATCH for 8.0 v8 03/12] vhost: allocate SVQ device file descriptors at device start
` [PATCH for 8.0 v8 04/12] vhost: move iova_tree set to vhost_svq_start
` [PATCH for 8.0 v8 05/12] vdpa: add vhost_vdpa_net_valid_svq_features
` [PATCH for 8.0 v8 06/12] vdpa: extract vhost_vdpa_svq_allocate_iova_tree
` [PATCH for 8.0 v8 07/12] vdpa: move SVQ vring features check to net/
` [PATCH for 8.0 v8 08/12] vdpa: allocate SVQ array unconditionally
` [PATCH for 8.0 v8 09/12] vdpa: add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH for 8.0 v8 10/12] vdpa: store x-svq parameter in VhostVDPAState
` [PATCH for 8.0 v8 11/12] vdpa: add shadow_data to vhost_vdpa
` [PATCH for 8.0 v8 12/12] vdpa: always start CVQ in SVQ mode if possible
[PATCH v4] virtio/vsock: replace virtio_vsock_pkt with sk_buff
2022-11-24 15:28 UTC (6+ messages)
[kvm-unit-tests PATCH v2 0/2] arm/arm64: teach virt_to_pte_phys() about block descriptors
2022-11-24 15:28 UTC (3+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm/arm64: mmu: Teach "
` [kvm-unit-tests PATCH v2 2/2] arm/arm64: mmu: Rename mmu_get_pte() -> follow_pte()
[RFC v2 00/11] Move group specific code into group.c
2022-11-24 14:56 UTC (16+ messages)
` [RFC v2 01/11] vfio: Simplify vfio_create_group()
` [RFC v2 02/11] vfio: Move the sanity check of the group to vfio_create_group()
` [RFC v2 03/11] vfio: Set device->group in helper function
` [RFC v2 04/11] vfio: Wrap group codes to be helpers for __vfio_register_dev() and unregister
` [RFC v2 05/11] vfio: Make vfio_device_open() group agnostic
` [RFC v2 06/11] vfio: Move device open/close code to be helpfers
` [RFC v2 07/11] vfio: Swap order of vfio_device_container_register() and open_device()
` [RFC v2 08/11] vfio: Refactor vfio_device_first_open() and _last_close()
` [RFC v2 09/11] vfio: Wrap vfio group module init/clean code into helpers
` [RFC v2 10/11] vfio: Refactor dma APIs for emulated devices
` [RFC v2 11/11] vfio: Move vfio group specific code into group.c
[PATCH] gdbstub: move update guest debug to accel ops
2022-11-24 13:59 UTC (3+ messages)
[v2 0/6] KVM: arm64: implement vcpu_is_preempted check
2022-11-24 13:55 UTC (5+ messages)
` [External] "
[kvm-unit-tests PATCH v2 0/2] s390x: test CMM during migration
2022-11-24 13:44 UTC (3+ messages)
` [kvm-unit-tests PATCH v2 1/2] s390x: add a library for CMM-related functions
` [kvm-unit-tests PATCH v2 2/2] s390x: add CMM test during migration
[kvm-unit-tests PATCH v1 0/2] s390x: test CMM during migration
2022-11-24 13:34 UTC (4+ messages)
` [kvm-unit-tests PATCH v1 2/2] s390x: add CMM test "
[PATCH v3 00/11] Connect VFIO to IOMMUFD
2022-11-24 13:24 UTC (14+ messages)
` [PATCH v3 04/11] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c
[V1 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
2022-11-24 13:17 UTC (6+ messages)
` [V1 PATCH 1/6] KVM: x86: Add support for testing "
[PATCH v2 0/2] x86/cpu, kvm: Support AMD Automatic IBRS
2022-11-24 13:06 UTC (5+ messages)
` [PATCH v2 1/2] x86/cpu, kvm: Use CPU capabilities for CPUID[0x80000021].EAX
` [PATCH v2 2/2] x86/cpu, kvm: Support AMD Automatic IBRS
[iommufd 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open
2022-11-24 12:59 UTC (9+ messages)
` [iommufd 1/2] i915/gvt: Move kvmgt_protect_table_init() and gvt_cache_init() into init
` [iommufd 2/2] vfio/ap: validate iova during dma_unmap and trigger irq disable
[RFC 0/9] KVM perf support
2022-11-24 12:59 UTC (18+ messages)
` [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
` [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
[PATCH] lib: x86: Use portable format macros for uint32_t
2022-11-24 12:31 UTC
[kvm-unit-tests PATCH v5 00/27] x86/pmu: Test case optimization, fixes and additions
2022-11-24 11:52 UTC (4+ messages)
` [kvm-unit-tests PATCH v5 11/27] x86/pmu: Update rdpmc testcase to cover #GP path
[PATCH v1] KVM: s390: GISA: sort out physical vs virtual pointers usage
2022-11-24 11:48 UTC (2+ messages)
[PATCH 1/4] MAINTAINERS: Add KVM x86/xen maintainer list
2022-11-24 11:30 UTC (24+ messages)
` [PATCH 2/4] KVM: x86/xen: Compatibility fixes for shared runstate area
` [PATCH 3/4] KVM: Update gfn_to_pfn_cache khva when it moves within the same page
[PATCH] KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field
2022-11-24 10:46 UTC (5+ messages)
[PATCH v5 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-11-24 10:39 UTC (4+ messages)
[PATCH v4 00/16] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
2022-11-24 10:17 UTC (6+ messages)
` [PATCH v4 13/16] KVM: arm64: PMU: Implement PMUv3p5 long counter support
[RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection
2022-11-24 9:46 UTC (15+ messages)
[PATCH v2 0/6] Add Hyper-v extended hypercall support in KVM
2022-11-24 9:28 UTC (14+ messages)
` [PATCH v2 1/6] KVM: x86: hyper-v: Use common code for hypercall userspace exit
` [PATCH v2 2/6] KVM: x86: hyper-v: Add extended hypercall support in Hyper-v
` [PATCH v2 6/6] KVM: selftests: Test Hyper-V extended hypercall exit to userspace
[PATCH v9 00/10] s390x: CPU Topology
2022-11-24 9:25 UTC (5+ messages)
[Bug 216737] New: Call trace happens on guest after running pt vmx tool
2022-11-24 7:37 UTC (3+ messages)
` [Bug 216737] "
[PATCH v5 00/19] IOMMUFD Generic interface
2022-11-24 5:23 UTC (7+ messages)
` [PATCH v5 15/19] iommufd: vfio container FD ioctl compatibility
[RFC 00/10] Move group specific code into group.c
2022-11-24 3:15 UTC (9+ messages)
` [RFC 09/10] vfio: Refactor dma APIs for emulated devices
` [RFC 10/10] vfio: Move vfio group specific code into group.c
Nvidia GPU PCI passthrough and kernel commit #5f33887a36824f1e906863460535be5d841a4364
2022-11-24 1:39 UTC
[RFC PATCH v2] KVM: x86/mmu: replace BUG() with KVM_BUG() in shadow mmu
2022-11-24 1:16 UTC (2+ messages)
[PATCH] KVM: always declare prototype for kvm_arch_irqchip_in_kernel
2022-11-24 0:40 UTC
[PATCH 1/1] KVM: x86/xen: add support for 32-bit guests in SCHEDOP_poll
2022-11-24 0:33 UTC (4+ messages)
` [PATCH v2 "
[RFC PATCH] KVM: x86/mmu: replace BUG() with KVM_BUG() in shadow mmu
2022-11-23 23:48 UTC (3+ messages)
[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2022-11-23 18:36 UTC (3+ messages)
` [RFC PATCH V2 16/18] x86/sev: Initialize #HV doorbell and handle interrupt requests
[PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
2022-11-23 18:32 UTC (12+ messages)
[PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
2022-11-23 18:02 UTC (11+ messages)
[PATCH] KVM: x86/xen: Make number of event channels defines less magical
2022-11-23 17:48 UTC (7+ messages)
[PATCH v5 01/19] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
2022-11-23 16:56 UTC (3+ messages)
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;
as well as URLs for NNTP newsgroup(s).