public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-06 15:06:04 to 2023-12-08 04:49:39 UTC [more...]

[PATCH RFC 00/13] Coalesced Interrupt Delivery with posted MSI
 2023-12-08  4:54 UTC  (28+ 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 iwl-next v4 00/12] Add E800 live migration driver
 2023-12-08  3:42 UTC  (19+ 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 iwl-next v4 12/12] vfio/ice: Implement vfio_pci driver for E800 devices

[PATCH v1] KVM: selftests: Fix Assertion on non-x86_64 platforms
 2023-12-08  3:35 UTC 

[PATCH v5] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
 2023-12-08  2:17 UTC  (2+ messages)

[PATCH v2 00/16] KVM: x86: Make Hyper-V emulation optional
 2023-12-08  2:17 UTC  (5+ messages)
` [PATCH v2 12/16] "

[GIT PULL] KVM: selftests: Fixes and cleanups for 6.7-rcN
 2023-12-08  2:17 UTC 

[GIT PULL] KVM: x86: Fixes for 6.7-rcN
 2023-12-08  2:07 UTC 

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

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

Locking between vfio hot-remove and pci sysfs sriov_numvfs
 2023-12-07 23:48 UTC  (3+ messages)

[RFC 0/9] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2023-12-07 22:28 UTC  (15+ messages)
` [RFC 1/9] RISC-V: Fix the typo in Scountovf CSR name
` [RFC 2/9] drivers/perf: riscv: Add a flag to indicate SBI v2.0 support
` [RFC 3/9] RISC-V: Add FIRMWARE_READ_HI definition
` [RFC 4/9] drivers/perf: riscv: Read upper bits of a firmware counter
` [RFC 5/9] RISC-V: Add SBI PMU snapshot definitions
` [RFC 6/9] drivers/perf: riscv: Implement SBI PMU snapshot function

[PATCH] KVM: s390: fix cc for successful PQAP
 2023-12-07 20:31 UTC  (4+ messages)

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

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

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

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-07 16:20 UTC  (11+ 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 0/5] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses
 2023-12-07 15:34 UTC  (2+ messages)

[PATCH] s390/vfio-ap: handle response code 01 on queue reset
 2023-12-07 15:31 UTC  (8+ messages)

[PATCH 0/5] KVM: arm64: vgic fixes for 6.7
 2023-12-07 15:12 UTC  (6+ messages)
` [PATCH 1/5] KVM: arm64: vgic: Simplify kvm_vgic_destroy()
` [PATCH 2/5] KVM: arm64: vgic: Add a non-locking primitive for kvm_vgic_vcpu_destroy()
` [PATCH 3/5] KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroy
` [PATCH 4/5] KVM: arm64: vgic: Ensure that slots_lock is held in vgic_register_all_redist_iodevs()
` [PATCH 5/5] KVM: Convert comment into an assertion in kvm_io_bus_register_dev()

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

[PATCH v6 0/6] iommufd: Add nesting infrastructure (part 2/2)
 2023-12-07 14:42 UTC  (15+ 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 v2] powerpc: Add PVN support for HeXin C2000 processor
 2023-12-07 12:38 UTC  (2+ messages)

[PATCH 0/6] Make Big QEMU Lock naming consistent
 2023-12-07 11:44 UTC  (4+ messages)
` [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()

[PATCH net-next 2/6] page_frag: unify gfp bit for order 3 page allocation
 2023-12-07 11:27 UTC  (7+ 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 11:19 UTC  (11+ 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 v4] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2023-12-07 10:36 UTC 

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

[PATCH V6 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-12-07  9:54 UTC  (8+ messages)
` [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 v13 00/35] x86: enable FRED for x86-64
 2023-12-07  9:43 UTC  (9+ messages)
` [PATCH v13 26/35] x86/fred: FRED entry/exit and dispatch code

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-12-07  9:20 UTC  (13+ 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 00/12] KVM: PPC: Nested APIv2 : Performance improvements
 2023-12-07  9:15 UTC  (3+ messages)
` [PATCH 01/12] KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guest

[PATCH v3 for-8.2] i386/sev: Avoid SEV-ES crash due to missing MSR_EFER_LMA bit
 2023-12-07  9:14 UTC  (3+ messages)

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

[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 rfcv2(upstream rfcv1) 01/25] Update linux header to support nested hwpt alloc
 2023-12-07  8:24 UTC  (2+ messages)

[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  (10+ messages)
` [PATCH v6 06/16] x86/sev: Cache the secrets page address
` [PATCH v6 12/16] x86/sev: Prevent RDTSC/RDTSCP interception for Secure TSC enabled guests

[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)

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

[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 v2 for-8.2?] i386/sev: Avoid SEV-ES crash due to missing MSR_EFER_LMA bit
 2023-12-06 17:42 UTC  (7+ 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] 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


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