kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-30 09:48:27 to 2020-07-02 17:55:18 UTC [more...]

[PATCH v3 00/14] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-02 17:54 UTC  (3+ messages)
` [PATCH v3 02/14] iommu: Report domain nesting info

[PATCH] kvm: x86: rewrite kvm_spec_ctrl_valid_bits
 2020-07-02 17:44 UTC 

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-07-02 17:31 UTC  (28+ messages)
` [RFC PATCH 01/22] vhost: Make _feature_ bits a property of vhost device
` [RFC PATCH 02/22] vhost: Introduce standard Linux driver model in VHOST
` [RFC PATCH 03/22] vhost: Add ops for the VHOST driver to configure VHOST device
` [RFC PATCH 04/22] vringh: Add helpers to access vring in MMIO
` [RFC PATCH 05/22] vhost: Add MMIO helpers for operations on vhost virtqueue
` [RFC PATCH 06/22] vhost: Introduce configfs entry for configuring VHOST
` [RFC PATCH 07/22] virtio_pci: Use request_threaded_irq() instead of request_irq()
` [RFC PATCH 08/22] rpmsg: virtio_rpmsg_bus: Disable receive virtqueue callback when reading messages
` [RFC PATCH 09/22] rpmsg: Introduce configfs entry for configuring rpmsg
` [RFC PATCH 10/22] rpmsg: virtio_rpmsg_bus: Add Address Service Notification support
` [RFC PATCH 11/22] rpmsg: virtio_rpmsg_bus: Move generic rpmsg structure to rpmsg_internal.h
` [RFC PATCH 12/22] virtio: Add ops to allocate and free buffer
` [RFC PATCH 13/22] rpmsg: virtio_rpmsg_bus: Use virtio_alloc_buffer() and virtio_free_buffer()
` [RFC PATCH 14/22] rpmsg: Add VHOST based remote processor messaging bus
` [RFC PATCH 15/22] samples/rpmsg: Setup delayed work to send message
` [RFC PATCH 16/22] samples/rpmsg: Wait for address to be bound to rpdev for sending message
` [RFC PATCH 17/22] rpmsg.txt: Add Documentation to configure rpmsg using configfs
` [RFC PATCH 18/22] virtio_pci: Add VIRTIO driver for VHOST on Configurable PCIe Endpoint device
` [RFC PATCH 19/22] PCI: endpoint: Add EP function driver to provide VHOST interface
` [RFC PATCH 20/22] NTB: Add a new NTB client driver to implement VIRTIO functionality
` [RFC PATCH 21/22] NTB: Add a new NTB client driver to implement VHOST functionality
` [RFC PATCH 22/22] NTB: Describe ntb_virtio and ntb_vhost client in the documentation

[kvm-unit-tests PATCH v10 0/9] s390x: Testing the Channel Subsystem I/O
 2020-07-02 16:31 UTC  (10+ messages)
` [kvm-unit-tests PATCH v10 1/9] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v10 2/9] s390x: I/O interrupt registration
` [kvm-unit-tests PATCH v10 3/9] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v10 4/9] s390x: clock and delays calculations
` [kvm-unit-tests PATCH v10 5/9] s390x: define function to wait for interrupt
` [kvm-unit-tests PATCH v10 6/9] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v10 7/9] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v10 8/9] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v10 9/9] s390x: css: ssch/tsch with sense and interrupt

[PATCH] x86/speculation/l1tf: Add KConfig for setting the L1D cache flush mode
 2020-07-02 16:19 UTC 

[PATCH] kvmtool: arm64: Report missing support for 32bit guests
 2020-07-02 15:51 UTC  (4+ messages)

[PATCH v4 00/18] Add support for Nitro Enclaves
 2020-07-02 15:24 UTC  (13+ messages)
` [PATCH v4 01/18] nitro_enclaves: Add ioctl interface definition
` [PATCH v4 02/18] nitro_enclaves: Define the PCI device interface
` [PATCH v4 03/18] nitro_enclaves: Define enclave info for internal bookkeeping
` [PATCH v4 04/18] nitro_enclaves: Init PCI device driver
` [PATCH v4 05/18] nitro_enclaves: Handle PCI device command requests
` [PATCH v4 06/18] nitro_enclaves: Handle out-of-band PCI device events

[PATCH v13 00/11] Introduce support for guest CET feature
 2020-07-02 15:13 UTC  (13+ messages)
` [PATCH v13 01/11] KVM: x86: Include CET definitions for KVM test purpose
` [PATCH v13 02/11] KVM: VMX: Introduce CET VMCS fields and flags
` [PATCH v13 03/11] KVM: VMX: Set guest CET MSRs per KVM and host configuration
` [PATCH v13 04/11] KVM: VMX: Configure CET settings upon guest CR0/4 changing
` [PATCH v13 05/11] KVM: x86: Refresh CPUID once guest changes XSS bits
` [PATCH v13 06/11] KVM: x86: Load guest fpu state when access MSRs managed by XSAVES
` [PATCH v13 07/11] KVM: x86: Add userspace access interface for CET MSRs
` [PATCH v13 08/11] KVM: VMX: Enable CET support for nested VM
` [PATCH v13 09/11] KVM: VMX: Add VMCS dump and sanity check for CET states
` [PATCH v13 10/11] KVM: x86: Add #CP support in guest exception dispatch
` [PATCH v13 11/11] KVM: x86: Enable CET virtualization and advertise CET to userspace

[PATCH v12 00/11] Guest Last Branch Recording Enabling
 2020-07-02 13:58 UTC  (6+ messages)

[PATCH v2 0/8] KVM: arm64: Support HW dirty log based on DBM
 2020-07-02 13:55 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: arm64: Set DBM bit for writable PTEs
` [PATCH v2 2/8] KVM: arm64: Scan PTEs to sync dirty log
` [PATCH v2 3/8] KVM: arm64: Modify stage2 young mechanism to support hw DBM
` [PATCH v2 4/8] KVM: arm64: Save stage2 PTE dirty status if it is covered
` [PATCH v2 5/8] KVM: arm64: Steply write protect page table by mask bit
` [PATCH v2 6/8] KVM: arm64: Add KVM_CAP_ARM_HW_DIRTY_LOG capability
` [PATCH v2 7/8] KVM: arm64: Sync dirty log parallel
` [PATCH v2 8/8] KVM: Omit dirty log sync in log clear if initially all set

[kvm-unit-tests PATCH v2 0/8] arm/arm64: Add IPI/LPI/vtimer latency test
 2020-07-02 13:42 UTC  (33+ messages)
` [kvm-unit-tests PATCH v2 1/8] arm64: microbench: get correct ipi received num
` [kvm-unit-tests PATCH v2 2/8] arm64: microbench: Use the funcions for ipi test as the general functions for gic(ipi/lpi/timer) test
` [kvm-unit-tests PATCH v2 3/8] arm64: microbench: gic: Add gicv4.1 support for ipi latency test
` [kvm-unit-tests PATCH v2 4/8] arm64: its: Handle its command queue wrapping
` [kvm-unit-tests PATCH v2 5/8] arm64: microbench: its: Add LPI latency test
` [kvm-unit-tests PATCH v2 6/8] arm64: microbench: Allow each test to specify its running times
` [kvm-unit-tests PATCH v2 7/8] arm64: microbench: Add time limit for each individual test
` [kvm-unit-tests PATCH v2 8/8] arm64: microbench: Add vtimer latency test

[Bug 206877] New: Nested virt on AMD (and probably older Intel) doesn't work with ignore_msrs=Y on L0 (fails with UMWAIT error)
 2020-07-02 13:39 UTC  (2+ messages)
` [Bug 206877] "

[PATCH v3 0/1] s390: virtio: let arch choose to accept devices without IOMMU feature
 2020-07-02 13:03 UTC  (5+ messages)
` [PATCH v3 1/1] s390: virtio: let arch "

[kvm-unit-tests PATCH v9 00/12] s390x: Testing the Channel Subsystem I/O
 2020-07-02 12:56 UTC  (16+ messages)
` [kvm-unit-tests PATCH v9 06/12] s390x: clock and delays caluculations
` [kvm-unit-tests PATCH v9 08/12] s390x: retrieve decimal and hexadecimal kernel parameters
` [kvm-unit-tests PATCH v9 09/12] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v9 12/12] s390x: css: ssch/tsch with sense and interrupt

Seeing a problem in multi cpu runs where memory mapped pcie device register reads are returning incorrect values
 2020-07-02 11:59 UTC 

[PATCH 00/12] KVM: arm64: Support stage2 hardware DBM
 2020-07-02 11:28 UTC  (4+ messages)
` [PATCH 03/12] KVM: arm64: Report hardware dirty status of stage2 PTE if coverred

[PATCH] kvm: use more precise cast and do not drop __user
 2020-07-02  9:39 UTC 

[RFC 0/2] Add support for bus lock VM exit
 2020-07-02  9:15 UTC  (8+ messages)
` [RFC 2/2] KVM: VMX: Enable "

[PATCH kvm-unit-tests] arm/arm64: timer: Extract irqs at setup time
 2020-07-02  9:15 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/8] arm/arm64: Add IPI/LPI/vtimer latency test
 2020-07-02  2:50 UTC 

[PATCH 1/2] iommu: Add iommu_group_get/set_domain()
 2020-07-02  2:36 UTC  (8+ messages)

[RFC v2 15/26] mm/asi: Initialize the ASI page-table with core mappings
 2020-07-01 23:53 UTC 

[PATCH 0/5] vfio/pci: add blocklist and disable qat
 2020-07-01 21:28 UTC  (10+ messages)
` [PATCH 1/5] PCI: add Intel QuickAssist device IDs
` [PATCH 2/5] vfio/pci: add device blocklist
` [PATCH 3/5] vfio/pci: add qat devices to blocklist
` [PATCH 4/5] crypto: qat - replace device ids defines
` [PATCH 5/5] crypto: qat - use PCI_VDEVICE

[PATCH] vfio/pci: Add Intel X550 to hidden INTx devices
 2020-07-01 21:02 UTC 

[kvm-unit-tests PATCH] x86: realmode: fix serial_init()
 2020-07-01 19:30 UTC 

[kvm-unit-tests PATCH] x86: nVMX: Print more (accurate) info if RDTSC diff test fails
 2020-07-01 16:00 UTC  (5+ messages)

[GIT PULL] KVM/arm64 fixes for 5.8, take #2
 2020-07-01 14:24 UTC  (2+ messages)

[PATCH RFC v8 00/11] vhost: ring format independence
 2020-07-01 14:09 UTC  (15+ messages)
` [PATCH RFC v8 02/11] vhost: use batched get_vq_desc version

[RFC v2 00/27] Kernel Address Space Isolation
 2020-07-01 14:02 UTC 

[RFC v2 00/27] Kernel Address Space Isolation
 2020-07-01 14:00 UTC 

[RFC v2 00/27] Kernel Address Space Isolation
 2020-07-01 13:55 UTC 

[PATCH v3 0/9] Generalize memory encryption models
 2020-07-01 11:59 UTC  (13+ messages)

[kvm-unit-tests PATCH] gitlab-ci.yml: Extend the lists of tests that we run with TCG
 2020-07-01 10:41 UTC  (3+ messages)

[PATCH kvm-unit-tests] scripts: Fix the check whether testname is in the only_tests list
 2020-07-01 10:11 UTC  (4+ messages)

[kvm-unit-tests PATCH] scripts: Fix the check whether testname is in the only_tests list
 2020-07-01  9:55 UTC  (5+ messages)

[RFC PATCH] kvm,x86: Exit to user space in case of page fault error
 2020-07-01  8:06 UTC  (15+ messages)

[PATCH] KVM: x86: drop erroneous mmu_check_root() from fast_pgd_switch()
 2020-07-01  7:14 UTC  (3+ messages)

[PATCH v9 0/8] KVM: Add virtualization support of split lock detection
 2020-07-01  2:46 UTC  (2+ messages)

[RFC PATCH v3 0/3] vfio-ccw: Fix interrupt handling for HALT/CLEAR
 2020-06-30 19:10 UTC  (4+ messages)

[kvm-unit-tests PATCH 0/5] x86: svm: fixes
 2020-06-30 17:37 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/5] x86: Remove boot_idt assembly assignment
` [kvm-unit-tests PATCH 3/5] x86: svm: flush TLB on each test
` [kvm-unit-tests PATCH 4/5] x86: svm: wrong reserved bit in npt_rsvd_pfwalk_prepare

[PATCH 0/2] KVM: X86: A few fixes around ignore_msrs
 2020-06-30 15:47 UTC  (9+ messages)
` [PATCH 1/2] KVM: X86: Move ignore_msrs handling upper the stack

[Bug 207389] New: Regression in nested SVM from 5.7-rc1, starting L2 guest locks up L1
 2020-06-30 13:53 UTC  (2+ messages)
` [Bug 207389] "

[PATCH 0/2] Fix breakage from adding MSR_IA32_UMWAIT_CONTROL
 2020-06-30 13:41 UTC  (9+ messages)
` [PATCH 2/2] kvm/x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally

[PATCH] KVM: x86: bit 8 of non-leaf PDPEs is not reserved
 2020-06-30 11:10 UTC 

[PATCH v5 00/21] virtio-mem: Paravirtualized memory hot(un)plug
 2020-06-30 10:21 UTC  (4+ messages)
` [PATCH v5 10/21] "


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