kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-17 15:06:35 to 2022-08-19 03:38:57 UTC [more...]

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-19  3:38 UTC  (11+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd

KVM: Drop unnecessary initialization of "npages" in hva_to_pfn_slow() initialized and assigned, it is used after assignment
 2022-08-19  2:28 UTC  (2+ messages)
` [PATCH v2] "

KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() initialized and assigned, it is used after assignment be initialized and assigned, it is first allocated a memory address
 2022-08-19  2:15 UTC  (2+ messages)
` [PATCH v2] KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() initialized and assigned, it is used after assignment

[PATCH 1/5] kvm/kvm_main: Modify the offset type to size_t, which is consistent with the calling function
 2022-08-19  1:32 UTC  (6+ messages)
` [PATCH 3/5] kvm/kvm_main: The ops pointer variable does not need to be initialized and assigned, it is first allocated a memory address
` [PATCH 4/5] kvm/kvm_main: The npages variable does not need to be initialized and assigned, it is used after assignment

[PATCH v8 0/3] Implement vdpasim suspend operation
 2022-08-19  0:57 UTC  (7+ messages)
` [PATCH v8 1/3] vdpa: delete unreachable branch on vdpasim_suspend
` [PATCH v8 2/3] vdpa: Remove wrong doc of VHOST_VDPA_SUSPEND ioctl
` [PATCH v8 3/3] vhost: Remove invalid parameter "

[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-08-19  0:56 UTC  (6+ messages)
` [PATCH v1 1/5] "
` [PATCH v1 2/5] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
` [PATCH v1 3/5] KVM: selftests: Dirty host pages "
` [PATCH v1 4/5] KVM: selftests: Clear dirty ring states between two modes "
` [PATCH v1 5/5] KVM: selftests: Automate choosing dirty ring size "

[RFC PATCH 0/2] accel/kvm: extend kvm memory listener to support
 2022-08-19  0:55 UTC  (6+ 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

[PATCH 2/2] vDPA: conditionally read fields in virtio-net dev
 2022-08-19  0:42 UTC  (15+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-19  0:40 UTC  (4+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "

[PATCH v3 0/8] KVM: x86: Apply NX mitigation more precisely
 2022-08-18 23:45 UTC  (8+ messages)
` [PATCH v3 3/8] KVM: x86/mmu: Rename NX huge pages fields/functions for consistency

[V3 00/11] KVM: selftests: Add simple SEV test
 2022-08-18 23:29 UTC  (11+ messages)
` [V3 08/11] KVM: selftests: add library for creating/interacting with SEV guests
` [V3 10/11] KVM: selftests: Add ucall pool based implementation
` [V3 11/11] KVM: selftests: Add simple sev vm testing

[PATCH 0/4] misc warning cleanup in arch/risc-v
 2022-08-18 23:01 UTC  (2+ messages)

[PATCH v2 0/3] Randomize memory access of dirty_log_perf_test
 2022-08-18 21:41 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: selftests: Create source of randomness for guest code
` [PATCH v2 2/3] KVM: selftests: Randomize which pages are written vs read
` [PATCH v2 3/3] KVM: selftests: Randomize page access order

[PATCH v5 1/2] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-08-18 21:19 UTC  (5+ messages)

[PATCH] KVM: s390: pci: Hook to access KVM lowlevel from VFIO
 2022-08-18 20:54 UTC  (3+ messages)

[PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc
 2022-08-18  8:35 UTC  (27+ messages)
` [PATCH 3/6] vsock: add netdev to vhost/virtio vsock
` [PATCH 5/6] virtio/vsock: add support for dgram
    ` [virtio-dev] "

[PATCH v3 0/2] KVM: x86/ioapic: Fix oneshot interrupts forwarding
 2022-08-18 20:27 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: irqfd: Make resampler_list an RCU list
` [PATCH v3 2/2] KVM: x86/ioapic: Resample the pending state of an IRQ when unmasking

[PATCH v2 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver
 2022-08-18 19:02 UTC  (5+ messages)
` [PATCH v2 1/2] s390/vfio-ap: fix hang during removal of mdev after duplicate assignment
` [PATCH v2 2/2] s390/vfio-ap: fix unlinking of queues from the mdev

[PATCH] KVM: selftests: Run dirty_log_perf_test on specific cpus
 2022-08-18 18:28 UTC  (7+ messages)

[PATCH v5 00/26] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-08-18 17:57 UTC  (15+ messages)
` [PATCH v5 01/26] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v5 03/26] x86/hyperv: Update 'struct hv_enlightened_vmcs' definition
` [PATCH v5 09/26] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v5 22/26] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()

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

[PATCH v6 0/5] vfio/pci: power management changes
 2022-08-18 17:01 UTC  (6+ messages)
` [PATCH v6 5/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUP

[PATCH] vfio-pci/zdev: require KVM to be built-in
 2022-08-18 15:22 UTC  (7+ messages)
` [PATCH] KVM: s390: pci: Hook to access KVM lowlevel from VFIO

[kvm-unit-tests PATCH v1 1/1] lib/s390x: fix SMP setup bug
 2022-08-18 15:21 UTC 

[GIT PULL] KVM/arm64 fixes for 6.0, take #1
 2022-08-18 14:08 UTC 

[PATCH 0/4] Allow MMIO regions to be exported through dma-buf
 2022-08-18 13:37 UTC  (11+ messages)
` [PATCH 1/4] dma-buf: Add dma_buf_try_get()
` [PATCH 2/4] vfio: Add vfio_device_get()
` [PATCH 3/4] vfio_pci: Do not open code pci_try_reset_function()
` [PATCH 4/4] vfio/pci: Allow MMIO regions to be exported through dma-buf

simplify the mdev interface v6
 2022-08-18 13:24 UTC  (4+ messages)
` [RFC PATCH] vfio/ccw: Move mdev stuff out of struct subchannel

[PATCH 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver
 2022-08-18 13:18 UTC  (5+ messages)
` [PATCH 1/2] s390/vfio-ap: fix hang during removal of mdev after duplicate assignment
` [PATCH 2/2] s390/vfio-ap: fix unlinking of queues from the mdev

KVM call for agenda for 2022-08-23
 2022-08-18 11:02 UTC 

[RFC PATCH v2 0/6] add support for CDX bus controller
 2022-08-18  9:59 UTC  (14+ messages)
  ` [RFC PATCH v2 1/6] Documentation: DT: Add entry for CDX controller
  ` [RFC PATCH v2 2/6] bus/cdx: add the cdx bus driver
  ` [RFC PATCH v2 3/6] bus/cdx: add cdx-MSI domain with gic-its domain as parent
  ` [RFC PATCH v2 4/6] bus/cdx: add rescan and reset support
  ` [RFC PATCH v2 5/6] vfio: platform: reset: add reset for cdx devices
  ` [RFC PATCH v2 6/6] driver core: add compatible string in sysfs for platform devices

[PATCH v1] drm/ttm: Refcount allocated tail pages
 2022-08-18  9:41 UTC  (19+ messages)

[PATCH v5 00/22] TDX host kernel support
 2022-08-18  9:33 UTC  (7+ messages)
` [PATCH v5 15/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v5 22/22] Documentation/x86: Add documentation for TDX host support

[PATCH] vfio: Remove vfio_group dev_counter
 2022-08-18  8:19 UTC  (4+ messages)

[RFC v2 0/7] In order support for virtio_ring, vhost and vsock
 2022-08-18  6:19 UTC  (13+ messages)
` [RFC v2 1/7] vhost: expose used buffers
` [RFC v2 2/7] vhost_test: batch used buffer
` [RFC v2 3/7] vsock: batch buffers in tx
` [RFC v2 5/7] virtio: unmask F_NEXT flag in desc_extra
` [RFC v2 6/7] virtio: in order support for virtio_ring

[PATCH 0/2] Preparation for fd-based guest private memory
 2022-08-18  5:53 UTC  (4+ messages)
` [PATCH 1/2] KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS

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

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-18  3:47 UTC  (3+ messages)
` [PATCH Part2 v6 39/49] KVM: SVM: Introduce ops for the post gfn map and unmap

[PATCH v2] x86/sgx: Allow exposing EDECCSSA user leaf function to KVM guest
 2022-08-18  2:38 UTC 

[PATCH 0/9] KVM: x86/mmu: Always enable the TDP MMU when TDP is enabled
 2022-08-17 23:36 UTC  (11+ messages)
` [PATCH 1/9] "

[PATCH v8 000/103] KVM TDX basic feature support
 2022-08-17 22:40 UTC  (3+ messages)
` [PATCH v8 095/103] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall

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

[PATCH 0/6] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
 2022-08-17 21:48 UTC  (7+ messages)
` [PATCH 1/6] KVM: arm64: Use visibility hook to treat ID regs as RAZ
` [PATCH 2/6] KVM: arm64: Remove internal accessor helpers for id regs
` [PATCH 3/6] KVM: arm64: Spin off helper for calling visibility hook
` [PATCH 4/6] KVM: arm64: Add a visibility bit to ignore user writes
` [PATCH 5/6] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
` [PATCH 6/6] KVM: selftests: Add test for RAZ/WI AArch32 ID registers

[syzbot] KASAN: vmalloc-out-of-bounds Read in kvm_dev_ioctl
 2022-08-17 20:53 UTC  (5+ messages)

[GIT PULL] virtio: fixes
 2022-08-17 17:10 UTC  (2+ messages)

IOTLB support for vhost/vsock breaks crosvm on Android
 2022-08-17 17:05 UTC  (6+ messages)

[PATCH v2 0/9] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-08-17 16:49 UTC  (10+ messages)
` [PATCH v2 2/9] KVM: x86: remove return value of kvm_vcpu_block
` [PATCH v2 8/9] KVM: x86: lapic does not have to process INIT if it is blocked

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

[PATCH 0/8] Break up ioctl dispatch functions to one function per ioctl
 2022-08-17 16:07 UTC  (9+ messages)
` [PATCH 1/8] vfio-pci: Fix vfio_pci_ioeventfd() to return int
` [PATCH 2/8] vfio-pci: Break up vfio_pci_core_ioctl() into one function per ioctl
` [PATCH 3/8] vfio-pci: Re-indent what was vfio_pci_core_ioctl()
` [PATCH 4/8] vfio-pci: Replace 'void __user *' with proper types in the ioctl functions
` [PATCH 5/8] vfio: Fold VFIO_GROUP_GET_DEVICE_FD into vfio_group_get_device_fd()
` [PATCH 6/8] vfio: Fold VFIO_GROUP_SET_CONTAINER into vfio_group_set_container()
` [PATCH 7/8] vfio: Follow the naming pattern for vfio_group_ioctl_unset_container()
` [PATCH 8/8] vfio: Split VFIO_GROUP_GET_STATUS into a function

[PATCH] KVM/VMX: Do not declare vmread_error asmlinkage
 2022-08-17 15:58 UTC  (2+ messages)

[Bug 216349] New: Kernel panic in a Ubuntu VM running on Proxmox
 2022-08-17 15:37 UTC  (2+ messages)
` [Bug 216349] "

[PATCH 0/2] Remove private items from linux/vfio_pci_core.h
 2022-08-17 15:29 UTC  (3+ messages)
` [PATCH 1/2] vfio/pci: Split linux/vfio_pci_core.h
` [PATCH 2/2] vfio/pci: Simplify the is_intx/msi/msix/etc defines

[PATCH v2 0/2] KVM: arm64: Uphold 64bit-only behavior on asymmetric systems
 2022-08-17 15:13 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;
as well as URLs for NNTP newsgroup(s).