public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-29 05:33:45 to 2022-06-30 11:45:36 UTC [more...]

[PATCH v7 000/102] KVM TDX basic feature support
 2022-06-30 11:45 UTC  (7+ messages)
` [PATCH v7 035/102] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [PATCH v7 036/102] KVM: x86/mmu: Allow non-zero value for non-present SPTE
` [PATCH v7 037/102] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis

[kvm-unit-tests PATCH v1 0/3] Add panic test support
 2022-06-30 11:30 UTC  (4+ messages)
` [kvm-unit-tests PATCH v1 1/3] runtime: add support for panic tests
` [kvm-unit-tests PATCH v1 2/3] s390x: add extint loop test
` [kvm-unit-tests PATCH v1 3/3] s390x: add pgm spec interrupt "

[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
 2022-06-30 11:24 UTC  (32+ messages)
` [kvm-unit-tests PATCH v3 01/27] lib: Fix style for acpi.{c,h}
` [kvm-unit-tests PATCH v3 02/27] x86: Avoid references to fields of ACPI tables
` [kvm-unit-tests PATCH v3 03/27] lib: Ensure all struct definition for ACPI tables are packed
` [kvm-unit-tests PATCH v3 04/27] lib: Add support for the XSDT ACPI table
` [kvm-unit-tests PATCH v3 05/27] lib: Extend the definition of the ACPI table FADT
` [kvm-unit-tests PATCH v3 06/27] devicetree: Check if fdt is NULL before returning that a DT is available
` [kvm-unit-tests PATCH v3 07/27] arm/arm64: Add support for setting up the PSCI conduit through ACPI
` [kvm-unit-tests PATCH v3 08/27] arm/arm64: Add support for discovering the UART "
` [kvm-unit-tests PATCH v3 09/27] arm/arm64: Add support for timer initialization "
` [kvm-unit-tests PATCH v3 10/27] arm/arm64: Add support for cpu "
` [kvm-unit-tests PATCH v3 11/27] arm/arm64: Add support for gic "
` [kvm-unit-tests PATCH v3 12/27] lib/printf: Support for precision modifier in printf
` [kvm-unit-tests PATCH v3 13/27] lib/printf: Add support for printing wide strings
` [kvm-unit-tests PATCH v3 14/27] lib/efi: Add support for getting the cmdline
` [kvm-unit-tests PATCH v3 15/27] arm/arm64: mmu_disable: Clean and invalidate before disabling
` [kvm-unit-tests PATCH v3 16/27] arm/arm64: Rename etext to _etext
` [kvm-unit-tests PATCH v3 17/27] lib: Avoid ms_abi for calls related to EFI on arm64
` [kvm-unit-tests PATCH v3 18/27] arm64: Add a new type of memory type flag MR_F_RESERVED
` [kvm-unit-tests PATCH v3 19/27] arm/arm64: Add a setup sequence for systems that boot through EFI
` [kvm-unit-tests PATCH v3 20/27] arm64: Copy code from GNU-EFI
` [kvm-unit-tests PATCH v3 21/27] arm64: Change GNU-EFI imported file to use defined types
` [kvm-unit-tests PATCH v3 22/27] arm64: Use code from the gnu-efi when booting with EFI
` [kvm-unit-tests PATCH v3 23/27] lib: Avoid external dependency in libelf
` [kvm-unit-tests PATCH v3 24/27] x86: Move x86_64-specific EFI CFLAGS to x86_64 Makefile
` [kvm-unit-tests PATCH v3 25/27] arm64: Add support for efi in Makefile
` [kvm-unit-tests PATCH v3 26/27] lib: arm: Print test exit status
` [kvm-unit-tests PATCH v3 27/27] arm64: Add an efi/run script

[PATCH vfio 00/13] Add device DMA logging support for mlx5 driver
 2022-06-30 10:25 UTC  (14+ messages)
` [PATCH vfio 01/13] vfio/mlx5: Protect mlx5vf_disable_fds() upon close device
` [PATCH vfio 02/13] vfio: Split migration ops from main device ops
` [PATCH vfio 03/13] net/mlx5: Introduce ifc bits for page tracker
` [PATCH vfio 04/13] net/mlx5: Query ADV_VIRTUALIZATION capabilities
` [PATCH vfio 05/13] vfio: Introduce DMA logging uAPIs
` [PATCH vfio 06/13] vfio: Move vfio.c to vfio_main.c
` [PATCH vfio 07/13] vfio: Add an IOVA bitmap support
` [PATCH vfio 08/13] vfio: Introduce the DMA logging feature support
` [PATCH vfio 09/13] vfio/mlx5: Init QP based resources for dirty tracking
` [PATCH vfio 10/13] vfio/mlx5: Create and destroy page tracker object
` [PATCH vfio 11/13] vfio/mlx5: Report dirty pages from tracker
` [PATCH vfio 12/13] vfio/mlx5: Manage error scenarios on tracker
` [PATCH vfio 13/13] vfio/mlx5: Set the driver DMA logging callbacks

[PATCH v3 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-30  9:57 UTC  (12+ messages)
` [PATCH v3 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group

[PATCH] KVM: MIPS/MMU: Fix spelling mistake
 2022-06-30  8:58 UTC 

[PATCH V3] virtio: disable notification hardening by default
 2022-06-30  8:38 UTC  (17+ messages)

[PATCH v2 00/21] KVM: x86: Event/exception fixes and cleanups
 2022-06-30  8:24 UTC  (6+ messages)

[PATCH 00/14] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs
 2022-06-30  8:14 UTC  (13+ messages)
` [PATCH 04/14] KVM: VMX: Extend VMX controls macro shenanigans

[PATCH v2] target/i386: Add unaccepted memory configuration
 2022-06-30  8:14 UTC  (3+ messages)

[PATCH] KVM: x86: Increase KVM_MAX_VCPUS to 2048
 2022-06-30  8:09 UTC  (3+ messages)
` [PATCH v2] KVM: x86: Increase KVM_MAX_VCPUS to 4096

[PATCH v2 00/28] KVM: VMX: Support TscScaling and EnclsExitingBitmap with eVMCS + use vmcs_config for L1 VMX MSRs
 2022-06-30  7:36 UTC  (35+ messages)
` [PATCH v2 01/28] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v2 02/28] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v2 03/28] x86/hyperv: Update "
` [PATCH v2 04/28] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH v2 05/28] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH v2 06/28] KVM: nVMX: Introduce KVM_CAP_HYPERV_ENLIGHTENED_VMCS2
` [PATCH v2 07/28] KVM: selftests: Switch to KVM_CAP_HYPERV_ENLIGHTENED_VMCS2
` [PATCH v2 08/28] KVM: VMX: Support TSC scaling with enlightened VMCS
` [PATCH v2 09/28] KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
` [PATCH v2 10/28] KVM: selftests: Switch to updated eVMCSv1 definition
` [PATCH v2 11/28] KVM: selftests: Enable TSC scaling in evmcs selftest
` [PATCH v2 12/28] KVM: VMX: Enable VM_{EXIT,ENTRY}_LOAD_IA32_PERF_GLOBAL_CTRL for KVM on Hyper-V
` [PATCH v2 13/28] KVM: VMX: Get rid of eVMCS specific VMX controls sanitization
` [PATCH v2 14/28] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v2 15/28] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v2 16/28] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v2 17/28] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v2 18/28] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v2 19/28] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v2 20/28] KVM: VMX: Add missing VMENTRY "
` [PATCH v2 21/28] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v2 22/28] KVM: VMX: Clear controls obsoleted by EPT at runtime, not setup
` [PATCH v2 23/28] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v2 24/28] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH v2 25/28] KVM: VMX: Store required-1 VMX controls in vmcs_config
` [PATCH v2 26/28] KVM: nVMX: Use sanitized required-1 bits for VMX control MSRs
` [PATCH v2 27/28] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH v2 28/28] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-06-30  6:40 UTC  (44+ messages)
` [PATCH v11 01/40] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v11 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v11 03/40] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v11 04/40] virtio_ring: extract the logic of freeing vring
` [PATCH v11 05/40] virtio_ring: split vring_virtqueue
` [PATCH v11 06/40] virtio_ring: introduce virtqueue_init()
` [PATCH v11 07/40] virtio_ring: split: introduce vring_free_split()
` [PATCH v11 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v11 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v11 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v11 11/40] virtio_ring: split: extract the logic of vring init
` [PATCH v11 12/40] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v11 13/40] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v11 14/40] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v11 15/40] virtio_ring: packed: introduce vring_free_packed
` [PATCH v11 16/40] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v11 17/40] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v11 18/40] virtio_ring: packed: extract the logic of attach vring
` [PATCH v11 19/40] virtio_ring: packed: extract the logic of vring init
` [PATCH v11 20/40] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v11 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v11 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v11 23/40] virtio_pci: move struct virtio_pci_common_cfg to virtio_pci_modern.h
` [PATCH v11 24/40] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v11 25/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v11 26/40] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v11 27/40] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v11 28/40] virtio_pci: introduce helper to get/set queue reset
` [PATCH v11 29/40] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v11 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v11 31/40] virtio: find_vqs() add arg sizes
` [PATCH v11 32/40] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v11 33/40] virtio_mmio: "
` [PATCH v11 34/40] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v11 35/40] virtio_net: set the default max ring size by find_vqs()
` [PATCH v11 36/40] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v11 37/40] virtio_net: split free_unused_bufs()
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "
` [PATCH v11 40/40] virtio_net: support set_ringparam

[PATCH v2 00/11] SMM emulation and interrupt shadow fixes
 2022-06-30  6:00 UTC  (5+ messages)
` [PATCH v2 11/11] KVM: x86: emulator/smm: preserve interrupt shadow in SMRAM

[kvm-unit-tests PATCH v2 00/23] EFI and ACPI support for arm64
 2022-06-30  5:22 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 19/23] arm64: Use code from the gnu-efi when booting with EFI
` [kvm-unit-tests PATCH v2 23/23] arm64: Add an efi/run script

[kvm-unit-tests PATCH] x86: VMX: Fix the VMX-preemption timer expiration test
 2022-06-30  2:37 UTC  (2+ messages)

[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-06-30  1:53 UTC  (9+ messages)
` [PATCH 1/4] mm/gup: Add FOLL_INTERRUPTIBLE

[PATCH v4 1/3] hw/pci-host/pam.c: Fully support RE^WE semantics of i440FX PAM
 2022-06-30  0:50 UTC 

[PATCH] kvm: nVMX: add tracepoint for kvm:kvm_nested_vmrun
 2022-06-29 23:10 UTC  (3+ messages)

[PATCH v5 00/22] TDX host kernel support
 2022-06-29 23:02 UTC  (17+ messages)
` [PATCH v5 02/22] cc_platform: Add new attribute to prevent ACPI CPU hotplug
` [PATCH v5 03/22] cc_platform: Add new attribute to prevent ACPI memory hotplug
` [PATCH v5 04/22] x86/virt/tdx: Prevent ACPI CPU hotplug and "

[PATCH] KVM: x86: VMX: Replace some Intel model numbers with mnemonics
 2022-06-29 22:22 UTC 

[PATCH] target/ppc: Add error reporting when opening file fails
 2022-06-29 21:06 UTC  (3+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-06-29 19:15 UTC  (8+ messages)
` [PATCH Part2 v6 26/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 v6 42/49] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-06-29 19:15 UTC  (11+ messages)

[PATCH] vfio: check iommu_group_set_name() return value
 2022-06-29 17:54 UTC  (3+ messages)

[PATCH v8 00/12] s390x: CPU Topology
 2022-06-29 15:25 UTC  (4+ messages)
` [PATCH v8 02/12] s390x/cpu_topology: CPU topology objects and structures

[PATCH v5] KVM: x86/xen: Update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
 2022-06-29 13:05 UTC 

[PATCH v7 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-06-29 12:34 UTC  (3+ messages)
` [PATCH v7 21/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

simplify the mdev interface v3
 2022-06-29 12:17 UTC  (4+ messages)
` [PATCH 04/13] vfio/mdev: simplify mdev_type handling

[PATCH RFC 0/2] arm: enable MTE for QEMU + kvm
 2022-06-29 10:38 UTC  (8+ messages)
` [PATCH RFC 1/2] arm/kvm: enable MTE if available

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-29 10:30 UTC  (7+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v6 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
` [PATCH v6 4/4] KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats

[RFC PATCH v6 000/104] KVM TDX basic feature support
 2022-06-29 10:24 UTC  (10+ messages)
` [RFC PATCH v6 090/104] KVM: TDX: Handle TDX PV CPUID hypercall
` [RFC PATCH v6 093/104] KVM: TDX: Handle TDX PV MMIO hypercall
` [RFC PATCH v6 095/104] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall

[PATCH v2 00/19] KVM/arm64: Refactoring the vcpu flags
 2022-06-29  9:58 UTC  (2+ messages)

[PATCH V3 vfio 0/2] Migration few enhancements
 2022-06-29  7:46 UTC  (4+ messages)
` [PATCH V3 vfio 2/2] vfio: Split migration ops from main device ops

[PATCH v6 00/17] Introducing AMD x2AVIC and hybrid-AVIC modes
 2022-06-29  7:10 UTC  (5+ messages)


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