public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-05 20:06:54 to 2023-12-07 09:10:26 UTC [more...]

[PATCH v2 00/35] bitops: add atomic find_bit() operations
 2023-12-07  9:10 UTC  (4+ messages)

[PATCH v6 0/6] iommufd: Add nesting infrastructure (part 2/2)
 2023-12-07  9:04 UTC  (14+ messages)
` [PATCH v6 1/6] iommu: Add cache_invalidate_user op
` [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v6 4/6] iommufd/selftest: Add mock_domain_cache_invalidate_user support
` [PATCH v6 6/6] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl

[PATCH 0/3] vfio-pci support pasid attach/detach
 2023-12-07  8:47 UTC  (3+ messages)
` [PATCH 3/3] vfio: Report PASID capability via VFIO_DEVICE_FEATURE ioctl

[PATCH v1 00/23] Enable FRED with KVM VMX
 2023-12-07  8:42 UTC  (6+ messages)
` [PATCH v1 13/23] KVM: VMX: Handle VMX nested exception for FRED

[PATCH rfcv2(upstream rfcv1) 01/25] Update linux header to support nested hwpt alloc
 2023-12-07  8:24 UTC  (2+ messages)

[PATCH iwl-next v4 00/12] Add E800 live migration driver
 2023-12-07  8:22 UTC  (11+ messages)
` [PATCH iwl-next v4 05/12] ice: Log virtual channel messages in PF
` [PATCH iwl-next v4 06/12] ice: Add device state save/load function for migration
` [PATCH iwl-next v4 07/12] ice: Fix VSI id in virtual channel message "
` [PATCH iwl-next v4 08/12] ice: Save and load RX Queue head
` [PATCH iwl-next v4 09/12] ice: Save and load TX "

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-12-07  8:11 UTC  (12+ messages)
` [PATCH v3 18/70] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v3 57/70] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility

[PATCH v8 00/12] iommu: Prepare to deliver page faults to user space
 2023-12-07  6:43 UTC  (13+ messages)
` [PATCH v8 01/12] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v8 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v8 03/12] iommu: Remove unrecoverable fault data
` [PATCH v8 04/12] iommu: Cleanup iopf data structure definitions
` [PATCH v8 05/12] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v8 06/12] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v8 07/12] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v8 08/12] iommu: Prepare for separating SVA and IOPF
` [PATCH v8 09/12] iommu: Make iommu_queue_iopf() more generic
` [PATCH v8 10/12] iommu: Separate SVA and IOPF
` [PATCH v8 11/12] iommu: Refine locking for per-device fault data management
` [PATCH v8 12/12] iommu: Use refcount for fault data access

EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2023-12-07  6:48 UTC  (10+ messages)
      `  "
              `  "

[PATCH v3] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2023-12-07  6:34 UTC  (5+ messages)

[PATCH v6 00/16] Add Secure TSC support for SNP guests
 2023-12-07  6:12 UTC  (13+ messages)
` [PATCH v6 06/16] x86/sev: Cache the secrets page address
` [PATCH v6 07/16] x86/sev: Move and reorganize sev guest request api
` [PATCH v6 12/16] x86/sev: Prevent RDTSC/RDTSCP interception for Secure TSC enabled guests

[PATCH net-next 2/6] page_frag: unify gfp bit for order 3 page allocation
 2023-12-07  5:52 UTC  (6+ messages)
` [PATCH net-next 4/6] vhost/net: remove vhost_net_page_frag_refill()
` [PATCH net-next 5/6] net: introduce page_frag_cache_drain()

[PATCH 0/5] KVM: selftests: Remove redundant newlines
 2023-12-07  3:36 UTC  (10+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] KVM: selftests: aarch64: "
` [PATCH 3/5] KVM: selftests: riscv: "
` [PATCH 4/5] KVM: selftests: s390x: "
` [PATCH 5/5] KVM: selftests: x86_64: "

[PATCH v2 1/1] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2023-12-07  2:53 UTC  (30+ messages)

[PATCH v2] KVM: x86/intr: Explicitly check NMI from guest to eliminate false positives
 2023-12-07  2:12 UTC  (3+ messages)

[PATCH V6 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-12-07  1:09 UTC  (13+ messages)
` [PATCH V6 vfio 1/9] virtio: Define feature bit for administration virtqueue
` [PATCH V6 vfio 2/9] virtio-pci: Introduce admin virtqueue
` [PATCH V6 vfio 3/9] virtio-pci: Introduce admin command sending function
` [PATCH V6 vfio 4/9] virtio-pci: Introduce admin commands
` [PATCH V6 vfio 5/9] virtio-pci: Initialize the supported "
` [PATCH V6 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO "
` [PATCH V6 vfio 7/9] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH V6 vfio 8/9] vfio/pci: Expose vfio_pci_core_iowrite/read##size()
` [PATCH V6 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices

[PATCH v4 10/12] KVM: x86: never write to memory from kvm_vcpu_check_block()
 2023-12-07  1:03 UTC  (2+ messages)

[PATCH] kvm: x86: use a uapi-friendly macro for BIT
 2023-12-07  0:11 UTC 

[PATCH 00/11] x86/kvm/emulate: Avoid RET for FASTOPs
 2023-12-06 23:31 UTC  (3+ messages)
` [PATCH 03/11] objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATE

[PATCH net-next v7 0/4] send credit update during setting SO_RCVLOWAT
 2023-12-06 22:50 UTC  (9+ messages)
` [PATCH net-next v7 1/4] vsock: update SO_RCVLOWAT setting callback
` [PATCH net-next v7 2/4] virtio/vsock: send credit update during setting SO_RCVLOWAT
` [PATCH net-next v7 3/4] virtio/vsock: fix logic which reduces credit update messages
` [PATCH net-next v7 4/4] vsock/test: two tests to check credit update logic

[PATCH] KVM: x86: Allow XSAVES on CPUs where host doesn't use it due to an errata
 2023-12-06 22:45 UTC  (7+ messages)

[PATCH RFC 00/13] Coalesced Interrupt Delivery with posted MSI
 2023-12-06 20:44 UTC  (26+ messages)
` [PATCH RFC 01/13] x86: Move posted interrupt descriptor out of vmx code
` [PATCH RFC 02/13] x86: Add a Kconfig option for posted MSI
` [PATCH RFC 03/13] x86: Reserved a per CPU IDT vector for posted MSIs
` [PATCH RFC 04/13] iommu/vt-d: Add helper and flag to check/disable posted MSI
` [PATCH RFC 06/13] x86/irq: Unionize PID.PIR for 64bit access w/o casting
` [PATCH RFC 07/13] x86/irq: Add helpers for checking Intel PID
` [PATCH RFC 09/13] x86/irq: Install posted MSI notification handler
` [PATCH RFC 10/13] x86/irq: Handle potential lost IRQ during migration and CPU offline
` [PATCH RFC 11/13] iommu/vt-d: Add an irq_chip for posted MSIs
` [PATCH RFC 12/13] iommu/vt-d: Add a helper to retrieve PID address
` [PATCH RFC 13/13] iommu/vt-d: Enable posted mode for device MSIs

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-06 20:42 UTC  (10+ messages)
` [PATCH v10 14/50] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH v10 15/50] crypto: ccp: Provide API to issue SEV and SNP commands
` [PATCH v10 16/50] x86/sev: Introduce snp leaked pages list

[PATCH v13 00/35] x86: enable FRED for x86-64
 2023-12-06 19:58 UTC  (8+ messages)
` [PATCH v13 26/35] x86/fred: FRED entry/exit and dispatch code

12/13 PUCK: Post-copy support for guest_memfd
 2023-12-06 19:47 UTC 

[PATCH v3 for-8.2] i386/sev: Avoid SEV-ES crash due to missing MSR_EFER_LMA bit
 2023-12-06 19:29 UTC  (2+ messages)

[PATCH v7 0/3] Add Intel VT-d nested translation (part 2/2)
 2023-12-06 18:56 UTC  (3+ messages)
` [PATCH v7 3/3] iommu/vt-d: Add iotlb flush for nested domain

[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
 2023-12-06 18:51 UTC  (11+ messages)
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching

[PATCH net] vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warning
 2023-12-06 18:34 UTC  (3+ messages)

[PATCH v2 for-8.2?] i386/sev: Avoid SEV-ES crash due to missing MSR_EFER_LMA bit
 2023-12-06 17:42 UTC  (10+ messages)

[PATCH v7 00/26] Enable CET Virtualization
 2023-12-06 17:24 UTC  (19+ messages)
` [PATCH v7 02/26] x86/fpu/xstate: Refine CET user xstate bit enabling
` [PATCH v7 04/26] x86/fpu/xstate: Introduce XFEATURE_MASK_KERNEL_DYNAMIC xfeature set
` [PATCH v7 26/26] KVM: nVMX: Enable CET support for nested guest

[PATCH] s390/vfio-ap: handle response code 01 on queue reset
 2023-12-06 17:17 UTC  (7+ messages)

[PATCH] KVM: SEV: Fix handling of EFER_LMA bit when SEV-ES is enabled
 2023-12-06 16:21 UTC  (4+ messages)

[RFC 0/33] KVM: x86: hyperv: Introduce VSM support
 2023-12-06 16:19 UTC  (12+ messages)
` [RFC 05/33] KVM: x86: hyper-v: Introduce VTL call/return prologues in hypercall page

[PATCH] iommu/arm-smmu-v3: disable stall for quiet_cd
 2023-12-06 13:47 UTC  (5+ messages)

[PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
 2023-12-06 12:48 UTC  (11+ messages)

[PATCH v2 00/16] KVM: x86: Make Hyper-V emulation optional
 2023-12-06 12:36 UTC  (4+ messages)
` [PATCH v2 12/16] "

[PULL 00/20] Block patches
 2023-12-06 10:26 UTC  (3+ messages)
` [PULL 20/20] tracing: install trace events file only if necessary

[PATCH v17 000/116] KVM TDX basic feature support
 2023-12-06  8:43 UTC  (11+ messages)
` [PATCH v17 011/116] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v17 012/116] KVM: TDX: Retry SEAMCALL on the lack of entropy error
` [PATCH v17 013/116] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v17 016/116] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v17 018/116] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters

[RFC 0/9] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2023-12-06  7:41 UTC  (4+ messages)
` [RFC 8/9] RISC-V: KVM: Add perf sampling support for guests

TDISP enablement
 2023-12-06  4:43 UTC  (7+ messages)

[PATCH v2 0/2] LoongArch: KVM: Add LSX,LASX support
 2023-12-06  1:33 UTC  (3+ messages)
` [PATCH v2 2/2] LoongArch: KVM: Add LASX support

[RFC PATCH 00/42] Sharing KVM TDP to IOMMU
 2023-12-06  1:00 UTC  (16+ messages)
` [RFC PATCH 11/42] iommu: Add new domain op cache_invalidate_kvm
` [RFC PATCH 12/42] iommufd: Introduce allocation data info and flag for KVM managed HWPT
` [RFC PATCH 16/42] iommufd: Enable device feature IOPF during device attachment to KVM HWPT

[PATCH] iommu/arm-smmu-v3: disable stall for quiet_cd
 2023-12-06  0:55 UTC 

[PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
 2023-12-06  0:43 UTC  (14+ messages)

[PATCH] KVM: x86/intr: Explicitly check NMI from guest to eliminate false positives
 2023-12-06  0:09 UTC  (4+ messages)

[PATCH V5 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-12-05 22:51 UTC  (3+ messages)
` [PATCH V5 vfio 8/9] vfio/pci: Expose vfio_pci_core_iowrite/read##size()

[PATCH for-8.2?] i386/sev: Avoid SEV-ES crash due to missing MSR_EFER_LMA bit
 2023-12-05 22:36 UTC  (3+ messages)

[PATCH v15 00/23] TDX host kernel support
 2023-12-05 20:58 UTC  (11+ messages)
` [PATCH v15 22/23] x86/mce: Improve error log of kernel space TDX #MC due to erratum


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