kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-18 09:54:34 to 2022-08-20 01:04:17 UTC [more...]

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

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-20  0:27 UTC  (10+ messages)
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

[PATCH v2] KVM: selftests: Run dirty_log_perf_test on specific cpus
 2022-08-20  0:17 UTC  (7+ messages)

[PATCH] KVM: x86: Fix mce_banks memory leak on mci_ctl2_banks allocation failure
 2022-08-19 21:54 UTC  (2+ messages)

[PATCH] Kconfig: eradicate CC_HAS_ASM_GOTO
 2022-08-19 21:48 UTC  (10+ messages)
        ` [PATCH v2] asm goto: "

[GIT PULL] KVM changes for Linux 6.0-rc2
 2022-08-19 21:14 UTC  (2+ messages)

[PATCH v2] KVM: s390: pci: Hook to access KVM lowlevel from VFIO
 2022-08-19 21:10 UTC  (2+ messages)

[V3 00/11] KVM: selftests: Add simple SEV test
 2022-08-19 20:51 UTC  (13+ messages)
` [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-19 20:09 UTC  (9+ messages)
` [PATCH 1/4] riscv: kvm: vcpu_timer: fix unused variable warnings
` [PATCH 2/4] riscv: kvm: move extern sbi_ext declarations to a header

[PATCH] mailmap: Update Oliver's email address
 2022-08-19 19:01 UTC 

[RFC V3 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
 2022-08-19 17:46 UTC  (7+ messages)
` [RFC V3 PATCH 1/6] kvm: x86: Add support for testing "
` [RFC V3 PATCH 2/6] selftests: kvm: Add support for "
` [RFC V3 PATCH 3/6] selftests: kvm: ucall: Allow querying ucall pool gpa
` [RFC V3 PATCH 4/6] selftests: kvm: x86: Execute hypercall as per the cpu
` [RFC V3 PATCH 5/6] selftests: kvm: x86: Execute VMs with private memory
` [RFC V3 PATCH 6/6] sefltests: kvm: x86: Add selftest for "

[PATCH v2 0/3] KVM: x86/mmu: MMIO caching bug fixes
 2022-08-19 17:37 UTC  (4+ messages)
` [PATCH v2 2/3] KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change

[PATCH v5 00/26] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-08-19 17:02 UTC  (21+ 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] KVM: SVM: remove unnecessary check on INIT intercept
 2022-08-19 16:56 UTC 

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-19 16:54 UTC  (3+ messages)
` [PATCH Part2 v6 37/49] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT

[RESEND PATCH] KVM: selftests: Update top-of-file comment in psci_test
 2022-08-19 16:21 UTC 

[PATCH] KVM: selftests: Update top-of-file comment in psci_test
 2022-08-19 16:14 UTC 

[PATCH 5.10 405/545] perf tools: Fix dso_id inode generation comparison
 2022-08-19 15:42 UTC 

[PATCH 0/4] Allow MMIO regions to be exported through dma-buf
 2022-08-19 13:47 UTC  (11+ messages)

[PATCH v2 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver
 2022-08-19 13:33 UTC  (6+ 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: s390: pci: Hook to access KVM lowlevel from VFIO
 2022-08-19 11:49 UTC  (8+ messages)

[kvm-unit-tests PATCH v3 00/13] x86/pmu: Test case optimization, fixes and additions
 2022-08-19 11:09 UTC  (14+ messages)
` [kvm-unit-tests PATCH v3 01/13] x86/pmu: Introduce __start_event() to drop all of the manual zeroing
` [kvm-unit-tests PATCH v3 02/13] x86/pmu: Introduce multiple_{one, many}() to improve readability
` [kvm-unit-tests PATCH v3 03/13] x86/pmu: Reset the expected count of the fixed counter 0 when i386
` [kvm-unit-tests PATCH v3 04/13] x86/pmu: Add tests for Intel Processor Event Based Sampling (PEBS)
` [kvm-unit-tests PATCH v3 05/13] x86: create pmu group for quick pmu-scope testing
` [kvm-unit-tests PATCH v3 06/13] x86/pmu: Test emulation instructions on full-width counters
` [kvm-unit-tests PATCH v3 07/13] x86/pmu: Pop up FW prefix to avoid out-of-context propagation
` [kvm-unit-tests PATCH v3 08/13] x86/pmu: Add PDCM check before accessing PERF_CAP register
` [kvm-unit-tests PATCH v3 09/13] x86/pmu: Report SKIP when testing Intel LBR on AMD platforms
` [kvm-unit-tests PATCH v3 10/13] x86/pmu: Update testcases to cover Intel Arch PMU Version 1
` [kvm-unit-tests PATCH v3 11/13] x86/pmu: Refine message when testing PMU on AMD platforms
` [kvm-unit-tests PATCH v3 12/13] x86/pmu: Add assignment framework for Intel-specific HW resources
` [kvm-unit-tests PATCH v3 13/13] x86/pmu: Update testcases to cover AMD PMU

[RFC v2 0/7] In order support for virtio_ring, vhost and vsock
 2022-08-19 11:03 UTC  (7+ messages)
` [RFC v2 1/7] vhost: expose used buffers
` [RFC v2 3/7] vsock: batch buffers in tx

[kvm-unit-tests PATCH v1 1/1] lib/s390x: fix SMP setup bug
 2022-08-19 10:31 UTC  (5+ messages)

[PATCH] KVM: MIPS: remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS
 2022-08-19 10:15 UTC 

[PATCH v13 0/6] KVM: s390: pv: implement lazy destroy for reboot
 2022-08-19 10:01 UTC  (7+ messages)
` [PATCH v13 2/6] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v13 4/6] KVM: s390: pv: avoid export before import if possible
` [PATCH v13 5/6] KVM: s390: pv: support for Destroy fast UVC

[GIT PULL] KVM/arm64 fixes for 6.0, take #1
 2022-08-19  9:44 UTC  (2+ messages)

KVM: Drop unnecessary initialization of "npages" in hva_to_pfn_slow() initialized and assigned, it is used after assignment
 2022-08-19  8:00 UTC  (3+ 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  8:00 UTC  (3+ messages)
` [PATCH v2] KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() initialized and assigned, it is used after assignment

[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-08-19  8:00 UTC  (8+ 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 "

[PATCH v4 0/6] ASID support in vhost-vdpa net
 2022-08-19  6:18 UTC  (9+ messages)
` [PATCH v4 4/6] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v4 6/6] vdpa: Always start CVQ in SVQ mode

[Bug 216364] New: [Kernel IBT][kvm] There was "Missing ENDBR" in kvm when syzkaller tests
 2022-08-19  6:13 UTC  (4+ messages)
` [Bug 216364] "

[PATCH net-next v4 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-08-19  5:43 UTC  (10+ messages)
` [PATCH net-next v4 1/9] vsock: SO_RCVLOWAT transport set callback
` [PATCH net-next v4 2/9] hv_sock: disable SO_RCVLOWAT support
` [PATCH net-next v4 3/9] virtio/vsock: use 'target' in notify_poll_in callback
` [PATCH net-next v4 4/9] vmci/vsock: "
` [PATCH net-next v4 5/9] vsock: pass sock_rcvlowat to notify_poll_in as target
` [PATCH net-next v4 6/9] vsock: add API call for data ready
` [PATCH net-next v4 7/9] virtio/vsock: check SO_RCVLOWAT before wake up reader
` [PATCH net-next v4 8/9] vmci/vsock: "
` [PATCH net-next v4 9/9] vsock_test: POLLIN + SO_RCVLOWAT test

[RFC PATCH v3 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-08-19  4:49 UTC  (7+ messages)
` [RFC PATCH v3 4/9] vmci/vsock: use 'target' in notify_poll_in callback
` [RFC PATCH v3 8/9] vmci/vsock: check SO_RCVLOWAT before wake up reader

[PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc
 2022-08-19  4:30 UTC  (9+ messages)
` [PATCH 5/6] virtio/vsock: add support for dgram
    ` [virtio-dev] "

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

[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 "

[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 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 v2 0/3] Randomize memory access of dirty_log_perf_test
 2022-08-18 21:41 UTC  (3+ messages)
` [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  (4+ messages)

[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] KVM: selftests: Run dirty_log_perf_test on specific cpus
 2022-08-18 18:28 UTC  (7+ messages)

[PATCH 0/2] allow userspace to query device features
 2022-08-18 17:20 UTC  (9+ 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

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  (3+ messages)

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  (4+ messages)
  ` [RFC PATCH v2 1/6] Documentation: DT: Add entry for CDX controller


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