messages from 2022-11-24 15:53:19 to 2022-11-28 09:50:17 UTC [more...]
[PATCH v7 00/20] TDX host kernel support
2022-11-28 9:50 UTC (28+ messages)
` [PATCH v7 10/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [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
[RFC v2 00/11] Move group specific code into group.c
2022-11-28 9:28 UTC (35+ 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 v5 11/19] iommufd: IOCTLs for the io_pagetable
2022-11-28 9:05 UTC (3+ messages)
[PATCH kvmtool v1 00/17] Use memfd for guest vm memory allocation
2022-11-28 8:49 UTC (10+ messages)
` [PATCH kvmtool v1 08/17] Use memfd for all guest ram allocations
[PATCH] s390/mm: Use pmd_pgtable_page() helper in __gmap_segment_gaddr()
2022-11-28 8:18 UTC (6+ messages)
[iommufd 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open
2022-11-28 6:31 UTC (13+ 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 PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2022-11-28 5:47 UTC (6+ messages)
` [RFC PATCH V2 16/18] x86/sev: Initialize #HV doorbell and handle interrupt requests
[bug report] KVM: x86: allow L1 to not intercept triple fault
2022-11-28 4:31 UTC
[RFC PATCH v3 0/2] Deprecate BUG() in pte_list_remove() in shadow mmu
2022-11-28 0:20 UTC (3+ messages)
` [RFC PATCH v3 1/2] KVM: x86/mmu: plumb struct kvm all the way to pte_list_remove()
` [RFC PATCH v3 2/2] KVM: x86/mmu: replace BUG() with KVM_BUG() in shadow mmu
[PATCH v5 13/19] iommufd: Add kAPI toward external drivers for physical devices
2022-11-28 0:14 UTC (3+ messages)
[RFC PATCH v2] KVM: x86/mmu: replace BUG() with KVM_BUG() in shadow mmu
2022-11-27 23:47 UTC (3+ messages)
[PATCH] KVM: x86/mmu: fix an incorrect comment in kvm_mmu_new_pgd
2022-11-27 22:12 UTC
[GIT PULL] KVM fixes for Linux 6.1-rc7
2022-11-27 17:14 UTC (2+ messages)
[PATCH v5 12/19] iommufd: Add a HW pagetable object
2022-11-27 15:12 UTC (2+ messages)
[PATCH] RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()
2022-11-27 12:37 UTC (2+ messages)
[PATCH v1 0/2] KVM: x86/xen: Runstate cleanups on top of kvm/queue
2022-11-27 12:22 UTC (3+ messages)
` [PATCH v1 1/2] KVM: x86/xen: Reconcile fast and slow paths for runstate update
` [PATCH v1 2/2] KVM: x86/xen: Allow XEN_RUNSTATE_UPDATE flag behaviour to be configured
[PATCH] RISC-V: KVM: Exit run-loop immediately if xfer_to_guest fails
2022-11-27 12:19 UTC (3+ messages)
[PATCH] RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()
2022-11-27 12:04 UTC (2+ messages)
[PATCH v9 00/10] s390x: CPU Topology
2022-11-27 10:50 UTC (6+ messages)
[PATCH v11 00/11] s390x: CPU Topology
2022-11-27 10:46 UTC (7+ messages)
` [PATCH v11 04/11] s390x/cpu topology: reporting the CPU topology to the guest
[PATCH v2] vfio/pci: Verify each MSI vector to avoid invalid MSI vectors
2022-11-26 11:15 UTC (6+ messages)
[patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes
2022-11-26 3:27 UTC (2+ messages)
Nvidia GPU PCI passthrough and kernel commit #5f33887a36824f1e906863460535be5d841a4364
2022-11-25 22:45 UTC (2+ messages)
[PATCH] vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundaries
2022-11-25 17:29 UTC
[PATCH V2 00/12] ifcvf/vDPA implement features provisioning
2022-11-25 14:57 UTC (13+ messages)
` [PATCH V2 01/12] vDPA/ifcvf: decouple hw features manipulators from the adapter
` [PATCH V2 02/12] vDPA/ifcvf: decouple config space ops "
` [PATCH V2 03/12] vDPA/ifcvf: alloc the mgmt_dev before "
` [PATCH V2 04/12] vDPA/ifcvf: decouple vq IRQ releasers from "
` [PATCH V2 05/12] vDPA/ifcvf: decouple config IRQ releaser "
` [PATCH V2 06/12] vDPA/ifcvf: decouple vq irq requester "
` [PATCH V2 07/12] vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator "
` [PATCH V2 08/12] vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hw
` [PATCH V2 09/12] vDPA/ifcvf: manage ifcvf_hw in the mgmt_dev
` [PATCH V2 10/12] vDPA/ifcvf: allocate the adapter in dev_add()
` [PATCH V2 11/12] vDPA/ifcvf: retire ifcvf_private_to_vf
` [PATCH V2 12/12] vDPA/ifcvf: implement features provisioning
[PATCH v3] KVM: x86/xen: add support for 32-bit guests in SCHEDOP_poll
2022-11-25 15:00 UTC
[kvm-unit-tests PATCH v2 0/2] s390x: test CMM during migration
2022-11-25 14:46 UTC (9+ 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
[PATCH v1 0/2] vfio/iova_bitmap: bug fixes
2022-11-25 14:31 UTC (6+ messages)
` [PATCH v1 2/2] vfio/iova_bitmap: Fix PAGE_SIZE unaligned bitmaps
[PATCH v5 0/8] x86: KVM: Advertise CPUID of new Intel platform instructions to user space
2022-11-25 12:58 UTC (9+ messages)
` [PATCH v5 1/8] KVM: x86: Add BUILD_BUG_ON() to detect bad usage of "scattered" flags
` [PATCH v5 2/8] KVM: x86: Update KVM-only leaf handling to allow for 100% KVM-only leafs
` [PATCH v5 3/8] x86: KVM: Advertise CMPccXADD CPUID to user space
` [PATCH v5 4/8] x86: KVM: Advertise AMX-FP16 "
` [PATCH v5 5/8] x86: KVM: Advertise AVX-IFMA "
` [PATCH v5 6/8] KVM: x86: Advertise AVX-VNNI-INT8 "
` [PATCH v5 7/8] KVM: x86: Advertise AVX-NE-CONVERT "
` [PATCH v5 8/8] KVM: x86: Advertise PREFETCHIT0/1 "
[GIT PULL 00/15] KVM: s390: Updates for 6.2
2022-11-25 12:39 UTC (16+ messages)
` [GIT PULL 01/15] s390/mm: gmap: sort out physical vs virtual pointers usage
` [GIT PULL 02/15] s390/entry: sort out physical vs virtual pointers usage in sie64a
` [GIT PULL 03/15] KVM: s390: sort out physical vs virtual pointers usage
` [GIT PULL 04/15] KVM: s390: sida: "
` [GIT PULL 05/15] KVM: s390: pv: "
` [GIT PULL 06/15] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page
` [GIT PULL 07/15] s390/mm: fix virtual-physical address confusion for swiotlb
` [GIT PULL 08/15] KVM: s390: pv: asynchronous destroy for reboot
` [GIT PULL 09/15] KVM: s390: pv: api documentation for asynchronous destroy
` [GIT PULL 10/15] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [GIT PULL 11/15] KVM: s390: pv: avoid export before import if possible
` [GIT PULL 12/15] KVM: s390: pv: support for Destroy fast UVC
` [GIT PULL 13/15] KVM: s390: pv: module parameter to fence asynchronous destroy
` [GIT PULL 14/15] s390/vfio-ap: GISA: sort out physical vs virtual pointers usage
` [GIT PULL 15/15] KVM: s390: remove unused gisa_clear_ipm_gisc() function
[PATCH 2/5] driver core: make struct class.devnode() take a const *
2022-11-25 12:40 UTC (3+ messages)
Broken link on Virtio page
2022-11-25 12:36 UTC
[PATCH 1/1] KVM: x86/xen: add support for 32-bit guests in SCHEDOP_poll
2022-11-25 12:34 UTC (5+ messages)
` [PATCH v2 "
[PATCH v3 0/3] KVM: x86/pmu: Enable guest PEBS for SPR and later models
2022-11-25 10:59 UTC (4+ messages)
` [PATCH v3 1/3] KVM: x86/pmu: Disable guest PEBS on hybird cpu due to heterogeneity
[PATCH] lib: x86: Use portable format macros for uint32_t
2022-11-25 10:33 UTC (2+ messages)
[kvm-unit-tests PATCH 0/5] s390x: Snippet fixes
2022-11-25 10:07 UTC (4+ messages)
` [kvm-unit-tests PATCH 1/5] s390x: Add a linker script to assembly snippets
[GIT PULL 0/1] s390 fixes for 6.1-rc7/8
2022-11-25 8:54 UTC (2+ messages)
` [GIT PULL 1/1] KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field
[PATCH v3 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
2022-11-25 8:52 UTC (5+ messages)
` [PATCH v3 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
[PATCH v5 06/19] iommufd: File descriptor, context, kconfig and makefiles
2022-11-25 8:43 UTC (4+ messages)
[PATCH v3] vhost_vdpa: fix the crash in unmap a large memory
2022-11-25 7:37 UTC (3+ messages)
[PATCH v2 00/15] Introduce Architectural LBR for vPMU
2022-11-25 4:06 UTC (16+ messages)
` [PATCH v2 01/15] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers
` [PATCH v2 02/15] KVM: x86: Report XSS as an MSR to be saved if there are supported features
` [PATCH v2 03/15] KVM: x86: Refresh CPUID on writes to MSR_IA32_XSS
` [PATCH v2 04/15] KVM: PMU: disable LBR handling if architectural LBR is available
` [PATCH v2 05/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_DEPTH for guest Arch LBR
` [PATCH v2 06/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_CTL "
` [PATCH v2 07/15] KVM: VMX: Support passthrough of architectural LBRs
` [PATCH v2 08/15] KVM: x86: Add Arch LBR MSRs to msrs_to_save_all list
` [PATCH v2 09/15] KVM: x86: Refine the matching and clearing logic for supported_xss
` [PATCH v2 10/15] KVM: x86/vmx: Check Arch LBR config when return perf capabilities
` [PATCH v2 11/15] KVM: x86: Add XSAVE Support for Architectural LBR
` [PATCH v2 12/15] KVM: x86/vmx: Disable Arch LBREn bit in #DB and warm reset
` [PATCH v2 13/15] KVM: x86/vmx: Save/Restore guest Arch LBR Ctrl msr at SMM entry/exit
` [PATCH v2 14/15] KVM: x86: Add Arch LBR data MSR access interface
` [PATCH v2 15/15] KVM: x86/cpuid: Advertise Arch LBR feature in CPUID
[PATCH v10 000/108] KVM TDX basic feature support
2022-11-25 3:49 UTC (11+ messages)
` [PATCH v10 035/108] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v10 106/108] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
[PATCH] KVM: selftest: Move XFD CPUID checking out of __vm_xsave_require_permission()
2022-11-25 2:38 UTC
[PATCH v2] vhost_vdpa: fix the crash in unmap a large memory
2022-11-25 2:23 UTC
[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 for 8.0 v8 00/12] ASID support in vhost-vdpa net
2022-11-24 15:51 UTC (12+ messages)
` [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
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).