kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-12 18:13:35 to 2021-03-15 15:46:42 UTC [more...]

[kvm-unit-tests PATCH 0/6] Misc assembly fixes and cleanups
 2021-03-15 15:46 UTC  (4+ messages)
` [kvm-unit-tests PATCH 2/6] arm/arm64: Remove dcache_line_size global variable

[PATCH 0/4] KVM: x86: hyper-v: TSC page fixes
 2021-03-15 15:45 UTC  (8+ messages)
` [PATCH 1/4] KVM: x86: hyper-v: Limit guest to writing zero to HV_X64_MSR_TSC_EMULATION_STATUS
` [PATCH 2/4] KVM: x86: hyper-v: Prevent using not-yet-updated TSC page by secondary CPUs
` [PATCH 3/4] KVM: x86: hyper-v: Track Hyper-V TSC page status
` [PATCH 4/4] KVM: x86: hyper-v: Don't touch TSC page values when guest opted for re-enlightenment

[PATCH kvmtool v3 00/22] Unify I/O port and MMIO trap handling
 2021-03-15 15:33 UTC  (23+ messages)
` [PATCH kvmtool v3 01/22] ioport: Remove ioport__setup_arch()
` [PATCH kvmtool v3 02/22] hw/serial: Use device abstraction for FDT generator function
` [PATCH kvmtool v3 03/22] ioport: Retire .generate_fdt_node functionality
` [PATCH kvmtool v3 04/22] mmio: Extend handling to include ioport emulation
` [PATCH kvmtool v3 05/22] hw/i8042: Clean up data types
` [PATCH kvmtool v3 06/22] hw/i8042: Refactor trap handler
` [PATCH kvmtool v3 07/22] hw/i8042: Switch to new trap handlers
` [PATCH kvmtool v3 08/22] x86/ioport: Refactor "
` [PATCH kvmtool v3 09/22] x86/ioport: Switch to new "
` [PATCH kvmtool v3 10/22] hw/rtc: Refactor "
` [PATCH kvmtool v3 11/22] hw/rtc: Switch to new trap handler
` [PATCH kvmtool v3 12/22] hw/vesa: Switch trap handling to use MMIO handler
` [PATCH kvmtool v3 13/22] hw/serial: Refactor trap handler
` [PATCH kvmtool v3 14/22] hw/serial: Switch to new trap handlers
` [PATCH kvmtool v3 15/22] vfio: Refactor ioport trap handler
` [PATCH kvmtool v3 16/22] vfio: Switch to new ioport trap handlers
` [PATCH kvmtool v3 17/22] virtio: Switch trap handling to use MMIO handler
` [PATCH kvmtool v3 18/22] pci: "
` [PATCH kvmtool v3 19/22] Remove ioport specific routines
` [PATCH kvmtool v3 20/22] arm: Reorganise and document memory map
` [PATCH kvmtool v3 21/22] hw/serial: ARM/arm64: Use MMIO at higher addresses
` [PATCH kvmtool v3 22/22] hw/rtc: "

[RFC PATCH v6 00/22] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-03-15 15:22 UTC  (22+ messages)
` [RFC PATCH v6 04/22] af_vsock: implement SEQPACKET receive loop
` [RFC PATCH v6 06/22] af_vsock: implement send logic for SEQPACKET
` [RFC PATCH v6 11/22] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v6 12/22] virtio/vsock: fetch length for SEQPACKET record
` [RFC PATCH v6 13/22] virtio/vsock: add SEQPACKET receive logic
` [RFC PATCH v6 14/22] virtio/vsock: rest of SOCK_SEQPACKET support
` [RFC PATCH v6 16/22] vhost/vsock: SEQPACKET feature bit support
` [RFC PATCH v6 17/22] virtio/vsock: "

[PATCH v5 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-03-15 14:44 UTC  (15+ messages)
` [PATCH v5 01/11] file: Export __receive_fd() to modules
    `  "
` [PATCH v5 02/11] eventfd: Increase the recursion depth of eventfd_signal()
` [PATCH v5 03/11] vhost-vdpa: protect concurrent access to vhost device iotlb
` [PATCH v5 04/11] vhost-iotlb: Add an opaque pointer for vhost IOTLB
` [PATCH v5 05/11] vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
` [PATCH v5 06/11] vdpa: factor out vhost_vdpa_pa_map()
` [PATCH v5 07/11] vdpa: Support transferring virtual addressing during DMA mapping
` [PATCH v5 08/11] vduse: Implement an MMU-based IOMMU driver
` [PATCH v5 09/11] vduse: Introduce VDUSE - vDPA Device in Userspace
` [PATCH v5 10/11] vduse: Add config interrupt support
` [PATCH v5 11/11] Documentation: Add documentation for VDUSE

[GIT PULL] KVM/arm64 fixes for 5.12, take #1
 2021-03-15 14:36 UTC  (5+ messages)
` [PATCH 0/8] "
  ` [PATCH 7/8] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility

[PATCH v2 00/25] KVM SGX virtualization support
 2021-03-15 13:51 UTC  (25+ messages)
` [PATCH v2 01/25] x86/cpufeatures: Make SGX_LC feature bit depend on SGX bit
` [PATCH v2 02/25] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [PATCH v2 06/25] x86/cpu/intel: Allow SGX virtualization without Launch Control support
` [PATCH v2 07/25] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [PATCH v2 08/25] x86/sgx: Expose SGX architectural definitions to the kernel
` [PATCH v2 13/25] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM

[PATCH v2 03/25] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
 2021-03-15 13:19 UTC  (7+ messages)
` [PATCH v3 "

[PATCH kvmtool v2 00/22] Unify I/O port and MMIO trap handling
 2021-03-15 12:27 UTC  (19+ messages)
` [PATCH kvmtool v2 04/22] mmio: Extend handling to include ioport emulation
` [PATCH kvmtool v2 08/22] x86/ioport: Refactor trap handlers
` [PATCH kvmtool v2 09/22] x86/ioport: Switch to new "
` [PATCH kvmtool v2 13/22] hw/serial: Refactor trap handler
` [PATCH kvmtool v2 20/22] arm: Reorganise and document memory map
` [PATCH kvmtool v2 21/22] hw/serial: ARM/arm64: Use MMIO at higher addresses

[PATCH] vfio/pci: Remove an unnecessary blank line in vfio_pci_enable
 2021-03-15 11:34 UTC 

[PATCH v2 0/1] GIC v4.1: Disable VSGI support for GIC CPUIF < v4.1
 2021-03-15 11:02 UTC  (4+ messages)
  ` [PATCH v2 1/1] irqchip/gic-v4.1: Disable vSGI upon (GIC CPUIF < v4.1) detection

[kvm-unit-tests PATCH v6 0/6] CSS Mesurement Block
 2021-03-15 10:53 UTC  (7+ messages)
` [kvm-unit-tests PATCH v6 2/6] s390x: css: simplifications of the tests
` [kvm-unit-tests PATCH v6 3/6] s390x: css: extending the subchannel modifying functions
` [kvm-unit-tests PATCH v6 5/6] s390x: css: testing measurement block format 0

[kvm-unit-tests PATCH v1 1/1] s390x: mvpg: add checks for op_acc_id
 2021-03-15 10:18 UTC  (2+ messages)

[PATCH v4 0/6] KVM: arm64: Add VLPI migration support on GICv4.1
 2021-03-15  9:30 UTC  (12+ messages)
` [PATCH v4 1/6] irqchip/gic-v3-its: Add a cache invalidation right after vPE unmapping
` [PATCH v4 2/6] irqchip/gic-v3-its: Drop the setting of PTZ altogether
` [PATCH v4 3/6] KVM: arm64: GICv4.1: Add function to get VLPI state
` [PATCH v4 4/6] KVM: arm64: GICv4.1: Try to save VLPI state in save_pending_tables
` [PATCH v4 5/6] KVM: arm64: GICv4.1: Restore VLPI pending state to physical side
` [PATCH v4 6/6] KVM: arm64: GICv4.1: Give a chance to save VLPI state

[PATCH v2 00/14] Embed struct vfio_device in all sub-structures
 2021-03-15  8:58 UTC  (20+ messages)
` [PATCH v2 01/14] vfio: Remove extra put/gets around vfio_device->group
` [PATCH v2 02/14] vfio: Simplify the lifetime logic for vfio_device
` [PATCH v2 03/14] vfio: Split creation of a vfio_device into init and register ops
` [PATCH v2 04/14] vfio/platform: Use vfio_init/register/unregister_group_dev
` [PATCH v2 05/14] vfio/fsl-mc: Re-order vfio_fsl_mc_probe()
` [PATCH v2 06/14] vfio/fsl-mc: Use vfio_init/register/unregister_group_dev
` [PATCH v2 07/14] vfio/pci: Move VGA and VF initialization to functions
` [PATCH v2 08/14] vfio/pci: Re-order vfio_pci_probe()
` [PATCH v2 09/14] vfio/pci: Use vfio_init/register/unregister_group_dev
` [PATCH v2 10/14] vfio/mdev: "
` [PATCH v2 11/14] vfio/mdev: Make to_mdev_device() into a static inline
` [PATCH v2 12/14] vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'
` [PATCH v2 13/14] vfio/pci: Replace uses of vfio_device_data() with container_of
` [PATCH v2 14/14] vfio: Remove device_data from the vfio bus driver API

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver
 2021-03-15  8:33 UTC  (13+ messages)
` [PATCH 14/17] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 15/17] iommu: remove DOMAIN_ATTR_NESTING

[PATCH] vhost: Fix vhost_vq_reset()
 2021-03-15  8:31 UTC  (2+ messages)

[PATCH V4 0/7] vDPA/ifcvf: enables Intel C5000X-PL virtio-net
 2021-03-15  7:45 UTC  (8+ messages)
` [PATCH V4 1/7] vDPA/ifcvf: get_vendor_id returns a device specific vendor id
` [PATCH V4 2/7] vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPA
` [PATCH V4 3/7] vDPA/ifcvf: rename original IFCVF dev ids to N3000 ids
` [PATCH V4 4/7] vDPA/ifcvf: remove the version number string
` [PATCH V4 5/7] vDPA/ifcvf: fetch device feature bits when probe
` [PATCH V4 6/7] vDPA/ifcvf: verify mandatory feature bits for vDPA
` [PATCH V4 7/7] vDPA/ifcvf: deduce VIRTIO device ID from pdev ids

[PATCH v4 0/3] CET fix patches for nested guest
 2021-03-15  7:18 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: nVMX: Sync L2 guest CET states between L1/L2
` [PATCH v4 2/3] KVM: nVMX: Set X86_CR4_CET in cr4_fixed1_bits if CET IBT is enabled
` [PATCH v4 3/3] KVM: nVMX: Add CET entry/exit load bits to evmcs unsupported list

[PATCH] x86/kvm: Fix broken irq restoration in kvm_wait
 2021-03-15  6:56 UTC  (6+ messages)

[PATCH v3] x86/kvm: Fix broken irq restoration in kvm_wait
 2021-03-15  6:55 UTC 

[PATCH v3 0/3] CET fix patches for nested guest
 2021-03-15  6:26 UTC  (6+ messages)
` [PATCH v3 1/3] KVM: nVMX: Sync L2 guest CET states between L1/L2

[PATCH] KVM: clean up the unused argument
 2021-03-15  4:40 UTC  (2+ messages)

[PATCH] vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external()
 2021-03-15  3:17 UTC  (2+ messages)

[RFC PATCH v4 0/9] KVM: selftests: some improvement and a new test for kvm page table
 2021-03-15  2:06 UTC  (4+ messages)
` [RFC PATCH v4 2/9] tools headers: Add a macro to get HUGETLB page sizes for mmap

[GIT PULL] KVM fixes for 5.12-rc3
 2021-03-14 20:01 UTC  (2+ messages)

[PATCH v4 00/11] KVM: x86/pmu: Guest Architectural LBR Enabling
 2021-03-14 15:52 UTC  (13+ messages)
` [PATCH v4 01/11] perf/x86/intel: Fix the comment about guest LBR support on KVM
` [PATCH v4 02/11] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers
` [PATCH v4 03/11] perf/x86/lbr: Skip checking for the existence of LBR_TOS for Arch LBR
` [PATCH v4 04/11] perf/x86/lbr: Move cpuc->lbr_xsave allocation out of sleeping region
` [PATCH v4 05/11] perf/x86: Move ARCH_LBR_CTL_MASK definition to include/asm/msr-index.h
` [PATCH v4 06/11] KVM: vmx/pmu: Add MSR_ARCH_LBR_DEPTH emulation for Arch LBR
` [PATCH v4 07/11] KVM: vmx/pmu: Add MSR_ARCH_LBR_CTL "
` [PATCH v4 08/11] KVM: vmx/pmu: Add Arch LBR emulation and its VMCS field
` [PATCH v4 09/11] KVM: x86: Expose Architectural LBR CPUID leaf
` [PATCH v4 10/11] KVM: x86: Refine the matching and clearing logic for supported_xss
` [PATCH v4 11/11] KVM: x86: Add XSAVE Support for Architectural LBRs
` [PATCH v2] x86: Update guest LBR tests for Architectural LBR

[Bug 212273] New: unchecked MSR access error
 2021-03-14 14:35 UTC 

[PATCH] vfio: pci: Spello fix in the file vfio_pci.c
 2021-03-14  6:09 UTC  (2+ messages)

[RFC v2 0/2] cgroup: New misc cgroup controller
 2021-03-13 18:05 UTC  (11+ messages)
` [RFC v2 2/2] cgroup: sev: Miscellaneous cgroup documentation

[PATCH 1/1] Fix potential bitmap corruption in ksm_msr_allowed()
 2021-03-13 12:15 UTC  (3+ messages)

[RFC PATCH 0/4] KVM: stats: Retrieve statistics data in binary format
 2021-03-13  9:35 UTC  (7+ messages)
` [RFC PATCH 3/4] KVM: stats: Add ioctl commands to pull statistics "

[kvm-unit-tests PATCH] x86: on 32-bit do not initialize memory above 2GB
 2021-03-13  7:30 UTC 

[PATCH] kvm: lapic: add module parameters for LAPIC_TIMER_ADVANCE_ADJUST_MAX/MIN
 2021-03-13  1:31 UTC  (6+ messages)

[PATCH v2] x86/kvm: Fix broken irq restoration in kvm_wait
 2021-03-13  0:51 UTC 

[PATCH 00/15] VM: selftests: Hugepage fixes and cleanups
 2021-03-13  0:26 UTC  (7+ messages)
` [PATCH 03/15] KVM: selftests: Align HVA for HugeTLB-backed memslots
` [PATCH 04/15] KVM: selftests: Force stronger HVA alignment (1gb) for hugepages

[PATCH] vfio/pci: Handle concurrent vma faults
 2021-03-13  0:03 UTC  (9+ messages)

[RFC] KVM: x86: Support KVM VMs sharing SEV context
 2021-03-12 23:47 UTC  (3+ messages)

[Patch v3 0/2] cgroup: New misc cgroup controller
 2021-03-12 21:18 UTC  (7+ messages)
` [Patch v3 1/2] cgroup: sev: Add "

[PATCH 1/1] KVM: x86: to track if L1 is running L2 VM
 2021-03-12 19:13 UTC  (3+ messages)

[PATCH v2 0/4] KVM: x86: Fixups and PAE+SME fixes
 2021-03-12 18:26 UTC  (2+ messages)

[PATCH v4] KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
 2021-03-12 18:18 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 5.12, take #2
 2021-03-12 18:15 UTC  (2+ messages)

[PATCH v2] KVM: LAPIC: Advancing the timer expiration on guest initiated write
 2021-03-12 18:12 UTC  (2+ messages)


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