messages from 2022-11-25 10:34:56 to 2022-11-28 22:59:19 UTC [more...]
[PATCH v7 00/20] TDX host kernel support
2022-11-28 22:58 UTC (29+ messages)
` [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 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 v2 0/4] KVM: selftests: AMX test fix and cleanups
2022-11-28 22:57 UTC (5+ messages)
` [PATCH v2 1/4] KVM: selftests: Move XFD CPUID checking out of __vm_xsave_require_permission()
` [PATCH v2 2/4] KVM: selftests: Move __vm_xsave_require_permission() below CPUID helpers
` [PATCH v2 3/4] KVM: selftests: Disallow "get supported CPUID" before REQ_XCOMP_GUEST_PERM
` [PATCH v2 4/4] KVM: selftests: Do kvm_cpu_has() checks before creating VM+vCPU
[PATCH] vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundaries
2022-11-28 22:48 UTC (5+ messages)
[PATCH v2] KVM: x86/mmu: fix an incorrect comment in kvm_mmu_new_pgd()
2022-11-28 21:47 UTC
[PATCH] KVM: x86/mmu: fix an incorrect comment in kvm_mmu_new_pgd
2022-11-28 21:39 UTC (3+ messages)
[PATCH 0/9] RISC-V KVM ONE_REG interface for SBI
2022-11-28 21:09 UTC (18+ messages)
` [PATCH 1/9] RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()
` [PATCH 2/9] RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.h
` [PATCH 3/9] RISC-V: KVM: Remove redundant includes of asm/csr.h
` [PATCH 4/9] RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()
` [PATCH 5/9] RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.h
` [PATCH 6/9] RISC-V: Export sbi_get_mvendorid() and friends
` [PATCH 7/9] RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPU
` [PATCH 8/9] RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpid
` [PATCH 9/9] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions
[RFC 0/9] KVM perf support
2022-11-28 21:00 UTC (9+ messages)
` [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
[PATCH v5 15/19] iommufd: vfio container FD ioctl compatibility
2022-11-28 20:54 UTC (4+ messages)
[iommufd 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open
2022-11-28 20:28 UTC (16+ 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
[PATCH v5 11/19] iommufd: IOCTLs for the io_pagetable
2022-11-28 20:09 UTC (6+ messages)
[RFC PATCH v3 0/2] Deprecate BUG() in pte_list_remove() in shadow mmu
2022-11-28 19:26 UTC (5+ 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
[RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection
2022-11-28 19:05 UTC (13+ messages)
[PATCH v5 14/19] iommufd: Add kAPI toward external drivers for kernel access
2022-11-28 18:56 UTC (3+ messages)
[PATCH v5 0/8] x86: KVM: Advertise CPUID of new Intel platform instructions to user space
2022-11-28 18:33 UTC (10+ 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 "
[PATCH 1/2] KVM: Mark KVM_SET_MEMORY_REGION and KVM_SET_MEMORY_ALIAS as obsoleted
2022-11-28 18:30 UTC (2+ messages)
[PATCH v2] vfio/pci: Verify each MSI vector to avoid invalid MSI vectors
2022-11-28 18:01 UTC (7+ messages)
Nvidia GPU PCI passthrough and kernel commit #5f33887a36824f1e906863460535be5d841a4364
2022-11-28 17:54 UTC (3+ messages)
[kvm-unit-tests PATCH v3 0/2] s390x: test CMM during migration
2022-11-28 17:31 UTC (5+ messages)
` [kvm-unit-tests PATCH v3 1/2] s390x: add a library for CMM-related functions
` [kvm-unit-tests PATCH v3 2/2] s390x: add CMM test during migration
[PATCH] KVM: selftest: Move XFD CPUID checking out of __vm_xsave_require_permission()
2022-11-28 17:03 UTC (2+ messages)
[V1 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
2022-11-28 16:21 UTC (6+ messages)
` [V1 PATCH 1/6] KVM: x86: Add support for testing "
[PATCH v1 1/1] lib: s390x: add smp_cpu_setup_cur_psw_mask
2022-11-28 15:47 UTC (3+ messages)
[bug report] KVM: x86: allow L1 to not intercept triple fault
2022-11-28 15:13 UTC (2+ messages)
[PATCH v5 13/19] iommufd: Add kAPI toward external drivers for physical devices
2022-11-28 14:17 UTC (6+ messages)
[kvm-unit-tests PATCH v2 0/2] s390x: test CMM during migration
2022-11-28 12:12 UTC (11+ 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 linux-next] KVM: SVM: remove redundant ret variable
2022-11-28 12:03 UTC
[PATCH v2] vhost_vdpa: fix the crash in unmap a large memory
2022-11-28 10:47 UTC (2+ messages)
[RFC v2 00/11] Move group specific code into group.c
2022-11-28 9:28 UTC (32+ 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
[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)
[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2022-11-28 5:47 UTC (4+ messages)
` [RFC PATCH V2 16/18] x86/sev: Initialize #HV doorbell and handle interrupt requests
[RFC PATCH v2] KVM: x86/mmu: replace BUG() with KVM_BUG() in shadow mmu
2022-11-27 23:47 UTC (3+ messages)
[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 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes
2022-11-26 3:27 UTC (2+ messages)
[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
[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
[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)
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).