kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-01 10:43:58 to 2020-07-03 04:04:34 UTC [more...]

[PATCH 0/2] KVM: VMX: CR0/CR4 guest/host masks cleanup
 2020-07-03  4:04 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Mark CR4.TSD as being possibly owned by the guest
` [PATCH 2/2] KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masks

[PATCH v3 00/14] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-03  3:53 UTC  (18+ messages)
` [PATCH v3 01/14] vfio/type1: Refactor vfio_iommu_type1_ioctl()
` [PATCH v3 02/14] iommu: Report domain nesting info
` [PATCH v3 03/14] vfio/type1: Report iommu nesting info to userspace
` [PATCH v3 04/14] vfio: Add PASID allocation/free support
` [PATCH v3 06/14] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)
` [PATCH v3 09/14] vfio/type1: Support binding guest page tables to PASID
` [PATCH v3 10/14] vfio/type1: Allow invalidating first-level/stage IOMMU cache

[kvm-unit-tests PATCH v2 0/8] arm/arm64: Add IPI/LPI/vtimer latency test
 2020-07-03  3:42 UTC  (36+ 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

[PATCH v3] x86/speculation/l1tf: Add KConfig for setting the L1D cache flush mode
 2020-07-03  3:17 UTC  (4+ messages)

[PATCH] KVM: x86/mmu: Add capability to zap only sptes for the affected memslot
 2020-07-03  2:50 UTC 

[PATCH v3 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-07-03  2:35 UTC  (22+ messages)
` [PATCH v3 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
` [PATCH v3 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
` [PATCH v3 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH v3 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
` [PATCH v3 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH v3 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
` [PATCH v3 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
` [PATCH v3 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
` [PATCH v3 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [PATCH v3 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH v3 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
` [PATCH v3 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
` [PATCH v3 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
` [PATCH v3 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
` [PATCH v3 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
` [PATCH v3 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
` [PATCH v3 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
` [PATCH v3 18/21] KVM: arm64: Use common KVM implementation of MMU "
` [PATCH v3 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
` [PATCH v3 20/21] KVM: MIPS: Account pages used for GPA page tables
` [PATCH v3 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches

[PATCH] vfio-ccw: Fix a build error due to missing include of linux/slab.h
 2020-07-03  2:26 UTC 

[kvm-unit-tests PATCH] x86: access: Add test for illegal toggling of CR4.LA57 in 64-bit mode
 2020-07-03  2:19 UTC 

[PATCH] KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit mode
 2020-07-03  2:17 UTC 

[PATCH v10 00/14] KVM: Dirty ring interface
 2020-07-03  0:05 UTC  (5+ messages)
` [PATCH v10 02/14] KVM: Cache as_id in kvm_memory_slot
` [PATCH v10 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]

[PATCH 0/4] KVM: nSVM: Check reserved bits in DR6, DR7 and EFER on vmrun of nested guests
 2020-07-02 22:33 UTC  (2+ messages)

[PATCH 0/3 v3] KVM: nSVM: Check MBZ bits in CR3 and CR4 on vmrun of nested guests
 2020-07-02 22:33 UTC  (2+ messages)

[PATCH v2 0/7] Refactor handling flow of SET_CPUID*
 2020-07-02 22:30 UTC  (11+ messages)
` [PATCH v2 2/7] KVM: X86: Go on updating other CPUID leaves when leaf 1 is absent
` [PATCH v2 6/7] KVM: X86: Move kvm_x86_ops.update_vcpu_model() into kvm_update_vcpu_model()
` [PATCH v2 7/7] KVM: X86: Move kvm_apic_set_version() to kvm_update_vcpu_model()

[PATCH v2] x86/speculation/l1tf: Add KConfig for setting the L1D cache flush mode
 2020-07-02 22:14 UTC  (3+ messages)

[PATCH v5 00/21] virtio-mem: Paravirtualized memory hot(un)plug
 2020-07-02 19:08 UTC  (3+ messages)
` [PATCH v5 19/21] virtio-mem: Add trace events

[PATCH] kvm: x86: rewrite kvm_spec_ctrl_valid_bits
 2020-07-02 18:16 UTC  (2+ messages)

[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  (3+ messages)
` [PATCH v13 03/11] KVM: VMX: Set guest CET MSRs per KVM and host configuration

[PATCH v12 00/11] Guest Last Branch Recording Enabling
 2020-07-02 13:58 UTC  (4+ 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

[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  (10+ messages)
` [kvm-unit-tests PATCH v9 08/12] s390x: retrieve decimal and hexadecimal kernel parameters
` [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)


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