kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-16 11:09:19 to 2021-02-18 18:29:11 UTC [more...]

[PATCH kvmtool 00/21] Unify I/O port and MMIO trap handling
 2021-02-18 16:41 UTC  (53+ messages)
` [PATCH kvmtool 01/21] ioport: Remove ioport__setup_arch()
` [PATCH kvmtool 03/21] ioport: Retire .generate_fdt_node functionality
` [PATCH kvmtool 04/21] mmio: Extend handling to include ioport emulation
` [PATCH kvmtool 05/21] hw/i8042: Clean up data types
` [PATCH kvmtool 06/21] hw/i8042: Refactor trap handler
` [PATCH kvmtool 07/21] hw/i8042: Switch to new trap handlers
` [PATCH kvmtool 09/21] x86/ioport: "
` [PATCH kvmtool 13/21] hw/serial: Refactor trap handler
` [PATCH kvmtool 14/21] hw/serial: Switch to new trap handlers
` [PATCH kvmtool 15/21] vfio: Refactor ioport trap handler
` [PATCH kvmtool 16/21] vfio: Switch to new ioport trap handlers
` [PATCH kvmtool 17/21] virtio: Switch trap handling to use MMIO handler
` [PATCH kvmtool 18/21] pci: "
` [PATCH kvmtool 19/21] Remove ioport specific routines
` [PATCH kvmtool 20/21] hw/serial: ARM/arm64: Use MMIO at higher addresses
` [PATCH kvmtool 21/21] hw/rtc: "

[PATCH] KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid
 2021-02-18 16:35 UTC  (6+ messages)

[PATCH v10 00/17] Add AMD SEV guest live migration support
 2021-02-18 16:39 UTC  (10+ messages)
` [PATCH v10 10/16] KVM: x86: Introduce KVM_GET_SHARED_PAGES_LIST ioctl
` [PATCH v10 12/16] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR

[PATCH] KVM: nSVM: prepare guest save area while is_guest_mode is true
 2021-02-18 16:28 UTC 

[PATCH 00/14] KVM: x86/mmu: Dirty logging fixes and improvements
 2021-02-18 16:23 UTC  (13+ messages)
` [PATCH 01/14] KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE pages
` [PATCH 05/14] KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEs
` [PATCH 08/14] KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function
` [PATCH 10/14] KVM: x86: Further clarify the logic and comments for toggling log dirty

[kvm-unit-tests PATCH] s390x: Remove sthyi partition number check
 2021-02-18 14:54 UTC  (4+ messages)

[PATCH kvm-unit-tests] x86: clean up EFER definitions
 2021-02-18 13:26 UTC 

[PATCH kvm-unit-tests] vmx: make !EPT error messages consistent
 2021-02-18 13:15 UTC 

Call for Google Summer of Code 2021 project ideas
 2021-02-18 11:49 UTC  (3+ messages)
  ` [Rust-VMM] "

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-02-18 10:48 UTC  (4+ messages)
` [PATCH v11 12/13] vfio/pci: Register a DMA fault response region

[PATCH 0/3] x86/sev-es: Check for trusted regs->sp in __sev_es_ist_enter()
 2021-02-18 11:25 UTC  (9+ messages)
` [PATCH 1/3] x86/sev-es: Introduce from_syscall_gap() helper
` [PATCH 2/3] x86/sev-es: Check if regs->sp is trusted before adjusting #VC IST stack
` [PATCH 3/3] x86/sev-es: Improve comments in and around __sev_es_ist_enter/exit()

[PATCH 1/1] vfio/pci: remove CONFIG_VFIO_PCI_ZDEV from Kconfig
 2021-02-18 10:44 UTC 

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-02-18 10:35 UTC  (6+ messages)
` [PATCH v13 02/15] iommu: Introduce bind/unbind_guest_msi

[PATCH 0/7] KVM: random nested fixes
 2021-02-18  9:45 UTC  (22+ messages)
` [PATCH 1/7] KVM: VMX: read idt_vectoring_info a bit earlier
` [PATCH 2/7] KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_mode
` [PATCH 3/7] KVM: x86: add .complete_mmu_init arch callback
` [PATCH 4/7] KVM: nVMX: move inject_page_fault tweak to .complete_mmu_init
` [PATCH 5/7] KVM: nSVM: fix running nested guests when npt=0
` [PATCH 6/7] KVM: nVMX: don't load PDPTRS right after nested state set
` [PATCH 7/7] KVM: nSVM: call nested_svm_load_cr3 on nested state load

[RFC PATCH v5 00/26] KVM SGX virtualization support
 2021-02-18  9:09 UTC  (32+ messages)
` [RFC PATCH v5 03/26] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
` [RFC PATCH v5 05/26] x86/sgx: Introduce virtual EPC for use by KVM guests
` [RFC PATCH v5 06/26] x86/cpu/intel: Allow SGX virtualization without Launch Control support
` [RFC PATCH v5 07/26] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [RFC PATCH v5 08/26] x86/sgx: Expose SGX architectural definitions to the kernel

[kvm-unit-tests PATCH v2 0/8] s390x: Cleanup exception register save/restore and implement backtrace
 2021-02-18  9:16 UTC  (24+ messages)
` [kvm-unit-tests PATCH v2 1/8] s390x: Fix fpc store address in RESTORE_REGS_STACK
` [kvm-unit-tests PATCH v2 2/8] s390x: Fully commit to stack save area for exceptions
` [kvm-unit-tests PATCH v2 3/8] RFC: s390x: Define STACK_FRAME_INT_SIZE macro
` [kvm-unit-tests PATCH v2 4/8] s390x: Introduce and use CALL_INT_HANDLER macro
` [kvm-unit-tests PATCH v2 5/8] s390x: Provide preliminary backtrace support
` [kvm-unit-tests PATCH v2 6/8] s390x: Print more information on program exceptions
` [kvm-unit-tests PATCH v2 7/8] s390x: Move diag308_load_reset to stack saving
` [kvm-unit-tests PATCH v2 8/8] s390x: Remove SAVE/RESTORE_stack

[PATCH v5 0/8] x86/tlb: Concurrent TLB flushes
 2021-02-18  8:14 UTC  (5+ messages)
` [PATCH v5 4/8] x86/mm/tlb: Flush remote and local TLBs concurrently

[RFC v2 0/4] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-02-18  6:22 UTC  (10+ messages)
` [RESEND RFC v2 1/4] KVM: add initial support for KVM_SET_IOREGION

[RFC PATCH v5 00/19] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-02-18  5:42 UTC  (20+ messages)
` [RFC PATCH v5 01/19] af_vsock: update functions for connectible socket
` [RFC PATCH v5 02/19] af_vsock: separate wait data loop
` [RFC PATCH v5 03/19] af_vsock: separate receive "
` [RFC PATCH v5 04/19] af_vsock: implement SEQPACKET receive loop
` [RFC PATCH v5 05/19] af_vsock: separate wait space loop
` [RFC PATCH v5 06/19] af_vsock: implement send logic for SEQPACKET
` [RFC PATCH v5 07/19] af_vsock: rest of SEQPACKET support
` [RFC PATCH v5 08/19] af_vsock: update comments for stream sockets
` [RFC PATCH v5 09/19] virtio/vsock: set packet's type in send
` [RFC PATCH v5 10/19] virtio/vsock: simplify credit update function API
` [RFC PATCH v5 11/19] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v5 12/19] virtio/vsock: fetch length for SEQPACKET record
` [RFC PATCH v5 13/19] virtio/vsock: add SEQPACKET receive logic
` [RFC PATCH v5 14/19] virtio/vsock: rest of SOCK_SEQPACKET support
` [RFC PATCH v5 15/19] virtio/vsock: setup SEQPACKET ops for transport
` [RFC PATCH v5 16/19] vhost/vsock: "
` [RFC PATCH v5 17/19] vsock/loopback: "
` [RFC PATCH v5 18/19] vsock_test: add SOCK_SEQPACKET tests
` [RFC PATCH v5 19/19] virtio/vsock: update trace event for SEQPACKET

[PATCH] vfio/iommu_type1: Fix duplicate included kthread.h
 2021-02-18  2:17 UTC 

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-02-18  1:17 UTC  (6+ messages)
` [RFC PATCH 10/11] vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM

[PATCH 0/3] vfio: Device memory DMA mapping improvements
 2021-02-18  1:12 UTC  (4+ messages)
` [PATCH 1/3] vfio: Introduce vma ops registration and notifier

[kvm-unit-tests PATCH 0/6] x86: nVMX: Unrestricted guest fix and cleanups
 2021-02-18  0:22 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/6] x86: nVMX: Verify unrestricted guest is supported in segment tests
` [kvm-unit-tests PATCH 2/6] x86: nVMX: Skip unrestricted guest (URG) test if URG isn't supported
` [kvm-unit-tests PATCH 3/6] x86: nVMX: Improve report messages for segment selector tests
` [kvm-unit-tests PATCH 4/6] x86: nVMX: Improve report messages for segment base tests
` [kvm-unit-tests PATCH 5/6] x86: nVMX: Use more descriptive name for GDT/IDT limit tests
` [kvm-unit-tests PATCH 6/6] x86: nVMX: Add an equals sign to show value assoc. in test_guest_state()

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-02-17 22:10 UTC  (13+ messages)
` [PATCH v3 09/66] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v3 33/66] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v3 63/66] KVM: arm64: nv: Allocate VNCR page when required

Optimized clocksource with AMD AVIC enabled for Windows guest
 2021-02-17 20:41 UTC  (10+ messages)

[PATCH v2] selftests: kvm: Mmap the entire vcpu mmap area
 2021-02-17 17:27 UTC 

[PATCH for 5.4] Fix unsynchronized access to sev members through svm_register_enc_region
 2021-02-17 12:39 UTC  (3+ messages)

[PATCH] KVM: arm64: Handle CMOs on Read Only memslots
 2021-02-17 11:12 UTC  (7+ messages)

[PATCH v2] vfio/type1: Use follow_pte()
 2021-02-16 23:43 UTC  (2+ messages)

[PATCH v5 00/14] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2021-02-16 21:33 UTC  (7+ messages)
` [PATCH v5 05/14] vfio/mdev: idxd: add basic mdev registration and helper functions

[kvm-unit-tests PATCH v3 00/11] GIC fixes and improvements
 2021-02-16 18:33 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 08/11] arm/arm64: gic: Split check_acked() into two functions

[kvm-unit-tests PATCH v2 00/12] GIC fixes and improvements
 2021-02-16 18:04 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 08/12] arm/arm64: gic: Split check_acked() into two functions

[PATCH] selftests: kvm: Mmap the entire vcpu mmap area
 2021-02-16 16:37 UTC  (2+ messages)

[PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c
 2021-02-16 13:40 UTC  (3+ messages)

[PATCH v2] virtio/s390: implement virtio-ccw revision 2 correctly
 2021-02-16 11:06 UTC 


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