public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-15 15:12:44 to 2022-08-17 06:54:48 UTC [more...]

[PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc
 2022-08-17  6:54 UTC  (31+ messages)
` [PATCH 1/6] vsock: replace virtio_vsock_pkt with sk_buff
` [PATCH 2/6] vsock: return errors other than -ENOMEM to socket
    ` [virtio-dev] "
` [PATCH 3/6] vsock: add netdev to vhost/virtio vsock
          ` [External] "
` [PATCH 4/6] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH 5/6] virtio/vsock: add support for dgram
    ` [virtio-dev] "

[PATCH V5 0/6] ifcvf/vDPA: support query device config space through netlink
 2022-08-17  6:23 UTC  (10+ messages)
` [PATCH V5 4/6] vDPA: !FEATURES_OK should not block querying device config space

[PATCH v6 0/5] vfio/pci: power management changes
 2022-08-17  5:13 UTC  (6+ messages)
` [PATCH v6 1/5] vfio: Add the device features for the low power entry and exit
` [PATCH v6 2/5] vfio: Increment the runtime PM usage count during IOCTL call
` [PATCH v6 3/5] vfio/pci: Mask INTx during runtime suspend
` [PATCH v6 4/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY/EXIT
` [PATCH v6 5/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUP

[PATCH] KVM: x86: Always enable legacy fp/sse
 2022-08-17  3:29 UTC  (3+ messages)

[PATCH 0/2] allow userspace to query device features
 2022-08-17  2:14 UTC  (20+ messages)
` [PATCH 1/2] vDPA: allow userspace to query features of a vDPA device
` [PATCH 2/2] vDPA: conditionally read fields in virtio-net dev

[PATCH v5 0/3] Enable notify VM exit
 2022-08-17  2:08 UTC  (4+ messages)
` [PATCH v5 1/3] Update linux headers to 6.0-rc1
` [PATCH v5 2/3] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [PATCH v5 3/3] i386: Add notify VM exit support

[PATCH v3 0/3] kvm/mm: Allow GUP to respond to non fatal signals
 2022-08-17  1:37 UTC  (5+ messages)
` [PATCH v3 1/3] mm/gup: Add FOLL_INTERRUPTIBLE
` [PATCH v3 2/3] kvm: Add new pfn error KVM_PFN_ERR_SIGPENDING
` [PATCH v3 3/3] kvm/x86: Allow to respond to generic signals during slow page faults

[PATCH v2 0/3] kvm/mm: Allow GUP to respond to non fatal signals
 2022-08-17  0:33 UTC  (10+ messages)
` [PATCH v2 1/3] mm/gup: Add FOLL_INTERRUPTIBLE
` [PATCH v2 3/3] kvm/x86: Allow to respond to generic signals during slow page faults

[PATCH v2 0/9] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-08-17  0:07 UTC  (12+ messages)
` [PATCH v2 1/9] KVM: x86: check validity of argument to KVM_SET_MP_STATE
` [PATCH v2 2/9] KVM: x86: remove return value of kvm_vcpu_block
` [PATCH v2 6/9] KVM: x86: make vendor code check for all nested events
` [PATCH v2 8/9] KVM: x86: lapic does not have to process INIT if it is blocked
` [PATCH v2 9/9] KVM: x86: never write to memory from kvm_vcpu_check_block

[KVM] e923b0537d: kernel-selftests.kvm.rseq_test.fail
 2022-08-17  0:06 UTC  (5+ messages)

[PATCH v8 000/103] KVM TDX basic feature support
 2022-08-16 23:04 UTC  (10+ messages)
` [PATCH v8 003/103] KVM: Refactor CPU compatibility check on module initialization
` [PATCH v8 053/103] KVM: TDX: TDP MMU TDX support

[PATCH 0/9] KVM: x86/mmu: Always enable the TDP MMU when TDP is enabled
 2022-08-16 22:54 UTC  (14+ messages)
` [PATCH 1/9] "
` [PATCH 2/9] KVM: x86/mmu: Drop kvm->arch.tdp_mmu_enabled
` [PATCH 3/9] KVM: x86/mmu: Consolidate mmu_seq calculations in kvm_faultin_pfn()
` [PATCH 4/9] KVM: x86/mmu: Rename __direct_map() to nonpaging_map()
` [PATCH 5/9] KVM: x86/mmu: Separate TDP and non-paging fault handling
` [PATCH 6/9] KVM: x86/mmu: Stop needlessly making MMU pages available for TDP MMU faults
` [PATCH 7/9] KVM: x86/mmu: Handle "error PFNs" in kvm_faultin_pfn()
` [PATCH 8/9] KVM: x86/mmu: Avoid memslot lookup during KVM_PFN_ERR_HWPOISON handling
` [PATCH 9/9] KVM: x86/mmu: Try to handle no-slot faults during kvm_faultin_pfn()

[PATCH] vfio-pci/zdev: require KVM to be built-in
 2022-08-16 22:15 UTC  (10+ messages)
          ` [PATCH] KVM: s390: pci: VFIO_PCI ZDEV configuration fix

[PATCH 0/3] KVM: kvm_create_vm() bug fixes and cleanup
 2022-08-16 21:43 UTC  (9+ messages)
` [PATCH 1/3] KVM: Properly unwind VM creation if creating debugfs fails
` [PATCH 2/3] KVM: Unconditionally get a ref to /dev/kvm module when creating a VM
` [PATCH 3/3] KVM: Move coalesced MMIO initialization (back) into kvm_create_vm()

[PATCH v3 0/8] KVM: x86: Apply NX mitigation more precisely
 2022-08-16 21:25 UTC  (7+ messages)
` [PATCH v3 3/8] KVM: x86/mmu: Rename NX huge pages fields/functions for consistency
` [PATCH v3 4/8] KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs

[PATCH] KVM/VMX: Avoid stack engine synchronization uop in __vmx_vcpu_run
 2022-08-16 21:10 UTC 

[PATCH v2 0/2] KVM: arm64: Uphold 64bit-only behavior on asymmetric systems
 2022-08-16 19:25 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm64: Treat PMCR_EL1.LC as RES1 "
` [PATCH v2 2/2] KVM: arm64: Reject 32bit user PSTATE "

[PATCH v2] vfio: Remove vfio_group dev_counter
 2022-08-16 19:13 UTC 

[PATCH 0/3] iommu/dma: Some housekeeping
 2022-08-16 17:28 UTC  (4+ messages)
` [PATCH 1/3] iommu/dma: Clean up Kconfig
` [PATCH 2/3] iommu/dma: Move public interfaces to linux/iommu.h
` [PATCH 3/3] iommu/dma: Make header private

[V3 00/11] KVM: selftests: Add simple SEV test
 2022-08-16 16:13 UTC  (9+ messages)
` [V3 06/11] KVM: selftests: Consolidate common code for popuplating
` [V3 07/11] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [V3 09/11] tools: Add atomic_test_and_set_bit()
` [V3 10/11] KVM: selftests: Add ucall pool based implementation

[PATCH v2] vfio/fsl-mc: Fix a typo in a message
 2022-08-16 15:46 UTC  (2+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-16 15:38 UTC  (14+ messages)

[kvm-unit-tests PATCH v4 0/3] s390x: add tests for SIGP call orders in enabled wait
 2022-08-16 15:37 UTC  (7+ messages)
` [kvm-unit-tests PATCH v4 1/3] s390x: smp: move sigp calls with invalid cpu address to array
` [kvm-unit-tests PATCH v4 2/3] s390x: smp: use an array for sigp calls
` [kvm-unit-tests PATCH v4 3/3] s390x: smp: add tests for calls in wait state

[PATCH] vfio: Remove vfio_group dev_counter
 2022-08-16 15:12 UTC  (4+ messages)

[PATCH] vfio/fsl-mc: Fix a typo in a comment
 2022-08-16 15:08 UTC  (4+ messages)

[syzbot] BUG: unable to handle kernel paging request in kvm_arch_hardware_enable
 2022-08-16 14:04 UTC  (2+ messages)

[PATCH 0/2] Preparation for fd-based guest private memory
 2022-08-16 12:53 UTC  (3+ messages)
` [PATCH 1/2] KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
` [PATCH 2/2] KVM: Rename mmu_notifier_* to mmu_invalidate_*

[PATCH v2 0/7] KVM: x86/pmu: Fix some corner cases including Intel PEBS
 2022-08-16 11:57 UTC  (9+ messages)
` [PATCH v2 1/7] perf/x86/core: Update x86_pmu.pebs_capable for ICELAKE_{X,D}

[kvm-unit-tests PATCH v4 0/4] Add panic test support
 2022-08-16 11:29 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 3/4] s390x: add extint loop test

[RFC PATCH 0/2] accel/kvm: extend kvm memory listener to support
 2022-08-16 10:12 UTC  (3+ messages)
` [RFC PATCH 1/2] softmmu/memory: add missing begin/commit callback calls
` [RFC PATCH 2/2] kvm/kvm-all.c: listener should delay kvm_vm_ioctl to the commit phase

[kvm-unit-tests PATCH v2 0/5] x86/pmu: Test case optimization, fix and addition
 2022-08-16  8:09 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/5] x86/pmu: Introduce __start_event() to drop all of the manual zeroing
` [kvm-unit-tests PATCH v2 2/5] x86/pmu: Introduce multiple_{one, many}() to improve readability
` [kvm-unit-tests PATCH v2 3/5] x86/pmu: Reset the expected count of the fixed counter 0 when i386
` [kvm-unit-tests PATCH v2 4/5] x86/pmu: Add tests for Intel Processor Event Based Sampling (PEBS)
` [kvm-unit-tests PATCH v2 5/5] x86: create pmu group for quick pmu-scope testing

[RFC v2 00/10] Introduce an extensible static analyzer
 2022-08-16  7:17 UTC  (4+ messages)

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

[PATCH v4 6/6] virtio: Revert "virtio: find_vqs() add arg sizes"
 2022-08-16  5:36 UTC 

[mst-vhost:vhost 5/8] drivers/virtio/virtio_vdpa.c:291:61: error: 'sizes' undeclared
 2022-08-16  3:28 UTC 

[PATCH Part2 v6 26/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
 2022-08-15 23:04 UTC  (3+ messages)

[PATCH v3 5/5] virtio: Revert "virtio: find_vqs() add arg sizes"
 2022-08-15 22:00 UTC 

[PATCH v2 1/1] virtio: Revert "virtio: find_vqs() add arg sizes"
 2022-08-15 21:53 UTC  (2+ messages)
` [PATCH v2 5/5] "

[PATCH 5.19 0973/1157] perf tools: Fix dso_id inode generation comparison
 2022-08-15 18:05 UTC 

[PATCH] KVM: selftests: Use TEST_REQUIRE() in nx_huge_pages_test
 2022-08-15 23:22 UTC  (4+ messages)

[PATCH 5.18 0896/1095] perf tools: Fix dso_id inode generation comparison
 2022-08-15 18:04 UTC 

[PATCH 5.15 618/779] perf tools: Fix dso_id inode generation comparison
 2022-08-15 18:04 UTC 

[PATCH v6 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-08-15 18:14 UTC  (6+ messages)
` [PATCH v6 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH v6 2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH v6 3/5] vfio/iommu_type1: Remove the domain->ops comparison
` [PATCH v6 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()
` [PATCH v6 5/5] vfio/iommu_type1: Simplify group attachment

Bug report: vfio over kernel 5.19 - mm area
 2022-08-15 17:52 UTC  (5+ messages)

[stable:linux-5.15.y 5373/9027] arch/x86/kvm/hyperv.c:2185:5: warning: stack frame size (1036) exceeds limit (1024) in 'kvm_hv_hypercall'
 2022-08-15 17:05 UTC  (2+ messages)

[PATCH v1] drm/ttm: Refcount allocated tail pages
 2022-08-15 15:54 UTC  (16+ messages)

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-08-15 15:39 UTC  (9+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[PATCH V4 vfio 00/10] Add device DMA logging support for mlx5 driver
 2022-08-15 15:11 UTC  (4+ messages)
` [PATCH V4 vfio 08/10] vfio/mlx5: Report dirty pages from tracker
` [PATCH V4 vfio 09/10] vfio/mlx5: Manage error scenarios on tracker
` [PATCH V4 vfio 10/10] vfio/mlx5: Set the driver DMA logging callbacks


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