public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-29 01:12:42 to 2022-08-01 20:12:06 UTC [more...]

[V2 00/11] KVM: selftests: Add simple SEV test
 2022-08-01 20:11 UTC  (7+ messages)
` [V2 01/11] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [V2 02/11] KVM: selftests: sparsebit: add const where appropriate
` [V2 03/11] KVM: selftests: add hooks for managing encrypted guest memory
` [V2 04/11] KVM: selftests: handle encryption bits in page tables
` [V2 05/11] KVM: selftests: add support for encrypted vm_vaddr_* allocations
` [V2 06/11] KVM: selftests: Consolidate common code for popuplating

[kvm-unit-tests PATCH 0/3] arm: pmu: Fixes for bare metal
 2022-08-01 19:15 UTC  (5+ messages)
` [kvm-unit-tests PATCH 3/3] arm: pmu: Remove checks for !overflow in chained counters tests

[PATCH v5 0/5] vfio/pci: power management changes
 2022-08-01 18:42 UTC  (9+ messages)
` [PATCH v5 1/5] vfio: Add the device features for the low power entry and exit

[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
 2022-08-01 18:23 UTC  (5+ messages)

[RFC PATCH v3 00/19] RFC: nested AVIC
 2022-08-01 17:20 UTC  (9+ messages)
` [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally

[PATCH 1/2] KVM: x86: emulator: Fix illegal LEA handling
 2022-08-01 16:44 UTC  (7+ messages)
` [PATCH 2/2] KVM: selftests: x86: Test "
    ` [kvm-unit-tests PATCH v2] "

[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
 2022-08-01 16:41 UTC  (5+ messages)

[PATCH v4 00/24] KVM: x86: Event/exception fixes and cleanups
 2022-08-01 16:10 UTC  (5+ messages)
` [PATCH v4 02/24] KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS
` [PATCH v4 12/24] KVM: x86: Make kvm_queued_exception a properly named, visible struct

[kvm-unit-tests PATCH] x86/pmu: Reset the expected count of the fixed counter 0 when i386
 2022-08-01 15:43 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Make page tables for eager page splitting NUMA aware
 2022-08-01 15:19 UTC 

[kvm:queue 15/59] arch/x86/kvm/mmu/mmu.c:6391:19: warning: variable 'pfn' set but not used
 2022-08-01 14:55 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-01 14:40 UTC  (9+ messages)
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*
` [PATCH v7 09/14] KVM: Extend the memslot to support fd-based private memory
` [PATCH v7 12/14] KVM: Handle page fault for "
` [PATCH v7 14/14] memfd_create.2: Describe MFD_INACCESSIBLE flag

[PATCH] KVM: x86/mmu: remove unused variable
 2022-08-01 14:24 UTC  (2+ messages)

[PATCH 0/4] KVM: x86/mmu: MMIO caching bug fixes
 2022-08-01 14:15 UTC  (16+ messages)
` [PATCH 1/4] KVM: x86: Tag kvm_mmu_x86_module_init() with __init
` [PATCH 2/4] KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change
` [PATCH 3/4] KVM: SVM: Adjust MMIO masks (for caching) before doing SEV(-ES) setup
` [PATCH 4/4] KVM: SVM: Disable SEV-ES support if MMIO caching is disable

[PATCH 0/5] KVM/x86: add a new hypercall to execute host system
 2022-08-01 12:43 UTC  (4+ messages)
` [PATCH 4/5] selftests/kvm/x86_64: set rax before vmcall

[RFC] kvm: reverse call order of kvm_arch_destroy_vm() and kvm_destroy_devices()
 2022-08-01 11:53 UTC  (3+ messages)

[kvm:queue 15/59] arch/x86/kvm/mmu/mmu.c:6391:12: warning: variable 'pfn' set but not used
 2022-08-01 10:50 UTC 

KVM call for 2022-08-09
 2022-08-01  9:44 UTC 

[linux-stable-rc:linux-5.15.y 5373/8464] arch/x86/kvm/hyperv.c:2185:5: warning: stack frame size (1036) exceeds limit (1024) in 'kvm_hv_hypercall'
 2022-08-01  9:03 UTC 

[PATCH v4 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-08-01  8:54 UTC  (13+ messages)
` [PATCH v4 01/25] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v4 09/25] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS

[PATCH v2 0/7] ASID support in vhost-vdpa net
 2022-08-01  7:50 UTC  (7+ messages)
` [PATCH v2 4/7] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v2 7/7] vdpa: Always start CVQ in SVQ mode

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

[PATCH v13 00/42] virtio pci support VIRTIO_F_RING_RESET
 2022-08-01  6:27 UTC  (13+ messages)
` [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split()

[PATCH] vfio/pci: fix the wrong word
 2022-08-01  1:39 UTC 

We offer Business and personal loan At 2%
 2022-07-31 21:07 UTC 

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

[PATCH] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-07-31  5:03 UTC 

[PATCH 0/3] KVM: Fix oneshot interrupts forwarding
 2022-07-30 15:30 UTC  (13+ messages)
` [PATCH 1/3] KVM: x86: Move kvm_(un)register_irq_mask_notifier() to generic KVM
` [PATCH 3/3] KVM: irqfd: Postpone resamplefd notify for oneshot interrupts

[kvm:queue 2/3] arch/riscv/kvm/mmu.c:355:61: error: expected '}'
 2022-07-30 12:19 UTC 

[PATCH] KVM: x86: do not shadow apic global definition
 2022-07-30  4:15 UTC  (3+ messages)

[PATCH] KVM: x86/xen: Fix bug in kvm_xen_vcpu_set_attr()
 2022-07-29 23:29 UTC  (3+ messages)

[PATCH v2] kvm: x86: Do proper cleanup if kvm_x86_ops->vm_init() fails
 2022-07-29 22:43 UTC 

[PATCH] Documentation: KVM: Describe guest TSC scaling in migration algorithm
 2022-07-29 21:21 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86: add KVM clock time reference arg to kvm_write_tsc()
  ` [PATCH 2/2] KVM: x86: add KVM_VCPU_TSC_VALUE attribute

[PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
 2022-07-29 19:54 UTC  (11+ messages)

[PATCH v2 00/24] KVM: arm64: Introduce pKVM shadow state at EL2
 2022-07-29 19:28 UTC  (5+ messages)
` [PATCH v2 06/24] KVM: arm64: Unify identifiers used to distinguish host and hypervisor

[PATCH v3 0/3] vfio-ccw fixes for 5.20
 2022-07-29 19:21 UTC  (7+ messages)
` [PATCH v3 1/3] vfio/ccw: Add length to DMA_UNMAP checks
` [PATCH v3 2/3] vfio/ccw: Remove FSM Close from remove handlers
` [PATCH v3 3/3] vfio/ccw: Check return code from subchannel quiesce

[PATCH] selftests/kvm/x86_64: set rax before vmcall
 2022-07-29 19:12 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86/xen: Prevent xen timer init when running
 2022-07-29 18:46 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86/xen: Initialize Xen timer only once
` [PATCH v2 2/2] KVM: x86/xen: Stop Xen timer before changing the IRQ vector

[PATCH] kvm: x86: Do proper cleanup if kvm_x86_ops->vm_init() fails
 2022-07-29 18:28 UTC  (3+ messages)

[PATCH v5 0/5] cover-letter: Simplify vfio_iommu_type1 attach/detach routine
 2022-07-29 17:34 UTC  (7+ messages)
` [PATCH v5 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH v5 3/5] vfio/iommu_type1: Remove the domain->ops comparison
` [PATCH v5 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()

[PATCH 0/3] KVM: x86: Intel PERF_CAPABILITIES fix and cleanups
 2022-07-29 17:28 UTC  (12+ messages)
` [PATCH 1/3] KVM: x86: Refresh PMU after writes to MSR_IA32_PERF_CAPABILITIES
` [PATCH 2/3] KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpers
` [PATCH 3/3] KVM: VMX: Adjust number of LBR records for PERF_CAPABILITIES at refresh

[PATCH] hyperv: fix SynIC SINT assertion failure on guest reset
 2022-07-29 16:01 UTC 

[kvm-unit-tests PATCH 0/6] s390x: PV fixups
 2022-07-29 14:42 UTC  (11+ messages)
` [kvm-unit-tests PATCH 1/6] s390x: snippets: asm: Add a macro to write an exception PSW
` [kvm-unit-tests PATCH 2/6] s390x: MAKEFILE: Use $< instead of pathsubst
` [kvm-unit-tests PATCH 3/6] s390x: Add a linker script to assembly snippets
` [kvm-unit-tests PATCH 4/6] lib: s390x: sie: Improve validity handling and make it vm specific
` [kvm-unit-tests PATCH 5/6] lib: s390x: Use a new asce for each PV guest
` [kvm-unit-tests PATCH 6/6] lib: s390x: sie: Properly populate SCA

[PATCHv2 0/7] Virtual NMI feature
 2022-07-29 14:41 UTC  (10+ messages)
` [PATCHv2 4/7] KVM: SVM: Report NMI not allowed when Guest busy handling VNMI
` [PATCHv2 5/7] KVM: SVM: Add VNMI support in inject_nmi

[GIT PULL] KVM/arm64 updates for 5.20
 2022-07-29 14:14 UTC  (2+ messages)

[GIT PULL] KVM/riscv changes for 5.20
 2022-07-29 14:14 UTC  (2+ messages)

[PATCH V2 vfio 00/11] Add device DMA logging support for mlx5 driver
 2022-07-29 14:11 UTC  (11+ messages)
` [PATCH V2 vfio 03/11] vfio: Introduce DMA logging uAPIs

[RFC v2 00/10] Introduce an extensible static analyzer
 2022-07-29 13:00 UTC  (11+ messages)
` [RFC v2 01/10] Add "
` [RFC v2 02/10] Drop unused static function return values
` [RFC v2 03/10] static-analyzer: Support adding tests to checks
` [RFC v2 04/10] static-analyzer: Avoid reanalyzing unmodified translation units
` [RFC v2 05/10] static-analyzer: Enforce coroutine_fn restrictions for direct calls
` [RFC v2 06/10] Fix some direct calls from non-coroutine_fn to coroutine_fn
` [RFC v2 07/10] static-analyzer: Enforce coroutine_fn restrictions on function pointers
` [RFC v2 08/10] Fix some bad coroutine_fn indirect calls and pointer assignments
` [RFC v2 09/10] block: Add no_coroutine_fn marker
` [RFC v2 10/10] Fix some calls from coroutine_fn to no_coroutine_fn

[PATCH v2] KVM: SVM: Dump Virtual Machine Save Area (VMSA) to klog
 2022-07-29 12:21 UTC 

[PATCH kernel] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
 2022-07-29 12:09 UTC  (11+ messages)

[PATCH] KVM: SVM: Dump Virtual Machine Save Area (VMSA) to klog
 2022-07-29 12:03 UTC  (3+ messages)

[PATCH v3 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2022-07-29 10:28 UTC  (4+ messages)

[RFC 0/5] In virtio-spec 1.1, new feature bit VIRTIO_F_IN_ORDER was introduced
 2022-07-29  7:32 UTC  (4+ messages)
` [RFC 1/5] vhost: reorder used descriptors in a batch

[RFC PATCH v4 00/36] TDX QEMU support
 2022-07-29  7:14 UTC  (6+ messages)
` [RFC PATCH v4 18/36] i386/tdx: Skip BIOS shadowing setup

[PATCH v2 0/6] KVM: x86: Apply NX mitigation more precisely
 2022-07-29  1:02 UTC  (5+ messages)
` [PATCH v2 4/6] KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pages


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