kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-18 12:08:13 to 2021-08-19 21:12:45 UTC [more...]

[PATCH V2 00/12] Introduce vfio_pci_core subsystem
 2021-08-19 21:12 UTC  (18+ messages)
` [PATCH V2 01/12] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V2 02/12] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V2 03/12] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V2 04/12] vfio/pci: Rename ops functions to fit core namings
` [PATCH V2 05/12] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V2 06/12] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V2 07/12] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V2 08/12] vfio/pci: Move module parameters "
` [PATCH V2 09/12] PCI: Add 'override_only' bitmap to struct pci_device_id
` [PATCH V2 10/12] vfio: Use select for eventfd
` [PATCH V2 11/12] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V2 12/12] vfio/pci: Introduce vfio_pci_core.ko

[PATCH 0/2 V4] Add AMD SEV and SEV-ES intra host migration support
 2021-08-19 21:00 UTC  (5+ messages)
` [PATCH 1/2 V4] KVM, SEV: Add support for SEV intra host migration
` [PATCH 2/2 V4] KVM, SEV: Add support for SEV-ES "

[PATCH v3 0/5] Add Guest API & Guest Kernel support for SEV live migration
 2021-08-19 20:45 UTC  (3+ messages)
` [PATCH v3 2/5] KVM: x86: invert KVM_HYPERCALL to default to VMMCALL

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-19 19:57 UTC  (12+ messages)
` [PATCH v2 02/12] mm: Introduce a function to check for virtualization protection features
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH v2 04/12] powerpc/pseries/svm: Add a powerpc "

[PATCH] KVM: stats: x86: vmx: add exit reason stats to vt-x instructions
 2021-08-19 19:01 UTC  (3+ messages)

[PATCH v7 0/6] KVM: x86: Add idempotent controls for migrating system counter state
 2021-08-19 18:24 UTC  (3+ messages)
` [PATCH v7 1/6] KVM: x86: Fix potential race in KVM_GET_CLOCK

[PATCH] KVM: stats: add stats to detect if vcpu is currently halted
 2021-08-19 18:09 UTC  (6+ messages)

[PATCH v2] KVM: arm64: vgic: Resample HW pending state on deactivation
 2021-08-19 18:03 UTC 

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-19 17:09 UTC  (15+ messages)
` [PATCH Part1 RFC v4 21/36] x86/head/64: set up a startup %gs for stack protector
` [PATCH Part1 RFC v4 22/36] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH Part1 RFC v4 23/36] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH Part1 RFC v4 24/36] x86/compressed/acpi: move EFI config table access to common code
` [PATCH Part1 RFC v4 25/36] x86/boot: Add Confidential Computing type to setup_data

[RFC PATCH 0/6] Pass memslot around during page fault handling
 2021-08-19 16:47 UTC  (8+ messages)
` [RFC PATCH 3/6] KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
` [RFC PATCH 5/6] KVM: x86/mmu: Avoid memslot lookup in rmap_add

[PATCH v3 0/3] SVM 5-level page table support
 2021-08-19 16:43 UTC  (10+ messages)
` [PATCH v3 1/3] KVM: x86: Allow CPU to force vendor-specific TDP level
` [PATCH v3 2/3] KVM: x86: Handle the case of 5-level shadow page table
` [PATCH v3 3/3] KVM: SVM: Add 5-level page table support for SVM

[PATCH v4 00/15] KVM: arm64: Fixed features for protected VMs
 2021-08-19 14:35 UTC  (17+ messages)
` [PATCH v4 03/15] KVM: arm64: MDCR_EL2 is a 64-bit register
` [PATCH v4 06/15] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v4 07/15] KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debug
` [PATCH v4 09/15] KVM: arm64: Add feature register flag definitions
` [PATCH v4 10/15] KVM: arm64: Add config register bit definitions
` [PATCH v4 11/15] KVM: arm64: Guest exit handlers for nVHE hyp
` [PATCH v4 15/15] KVM: arm64: Handle protected guests at 32 bits

[RFC PATCH 00/13] Add support for Mirror VM
 2021-08-19 14:28 UTC  (29+ messages)

[PATCH 0/2] KVM: s390: Some gaccess cleanup
 2021-08-19 14:11 UTC  (9+ messages)
` [PATCH 1/2] KVM: s390: gaccess: Cleanup access to guest frames
` [PATCH 2/2] KVM: s390: gaccess: Refactor access address range check

[PATCH] x86: kvm: Demote level of already loaded message from error to info
 2021-08-19 14:05 UTC  (5+ messages)

[PATCH v3] vfio/ap_ops: Convert to use vfio_register_group_dev()
 2021-08-19 13:55 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/6] Initial x86_64 UEFI support
 2021-08-19 11:36 UTC  (9+ messages)

[kvm-unit-tests PATCH v2 0/6] Initial x86_64 UEFI support
 2021-08-19 11:34 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/6] x86: Build tests as PE objects for the EFI loader
` [kvm-unit-tests PATCH v2 2/6] x86: Call efi_main from _efi_pe_entry
` [kvm-unit-tests PATCH v2 3/6] x86: efi_main: Get EFI memory map and exit boot services
` [kvm-unit-tests PATCH v2 4/6] x86: efi_main: Self-relocate ELF .dynamic addresses
` [kvm-unit-tests PATCH v2 5/6] cstart64.S: x86_64 bootstrapping after exiting EFI
` [kvm-unit-tests PATCH v2 6/6] x86 UEFI: Convert x86 test cases to PIC

[PATCH] KVM: arm64: vgic: drop WARN from vgic_get_irq
 2021-08-19 10:47 UTC  (7+ messages)

[PATCH] selftests: KVM: Gracefully handle missing vCPU features
 2021-08-19 10:32 UTC  (2+ messages)

[PATCH v3 0/3] KVM: arm64: Use generic guest entry infrastructure
 2021-08-19 10:28 UTC  (2+ messages)

[PATCH v7 0/7] KVM: arm64: Add idempotent controls to migrate guest counter
 2021-08-19 10:20 UTC  (6+ messages)
` [PATCH v7 3/7] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v7 5/7] KVM: arm64: Allow userspace to configure a guest's counter-timer offset

[PATCH v1 0/5] KVM/x86/nVMX: Add field existence support in VMCS12
 2021-08-19  9:58 UTC  (8+ messages)
` [PATCH v1 3/5] KVM: x86: nVMX: VMCS12 field's read/write respects field existence bitmap

[PATCH v2 0/4] KVM: arm64: Fix some races in CPU_ON PSCI call
 2021-08-19  8:18 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: arm64: Fix read-side race on updates to vcpu reset state
` [PATCH v2 2/4] KVM: arm64: Handle PSCI resets before userspace touches vCPU state
` [PATCH v2 3/4] KVM: arm64: Enforce reserved bits for PSCI target affinities
` [PATCH v2 4/4] selftests: KVM: Introduce psci_cpu_on_test

[PATCH 0/2] vDPA/ifcvf: enable multiqueue and control vq
 2021-08-19  7:15 UTC  (8+ messages)
` [PATCH 1/2] vDPA/ifcvf: detect and use the onboard number of queues directly
` [PATCH 2/2] vDPA/ifcvf: enable multiqueue and control vq

[PATCH RFC v6 00/12] Add riscv kvm accel support
 2021-08-19  6:13 UTC  (3+ messages)
` [PATCH RFC v6 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit

[PATCH] KVM: x86/mmu: Complete prefetch for trailing SPTEs for direct, legacy MMU
 2021-08-19  4:15 UTC  (2+ messages)

cleanup vfio iommu_group creation
 2021-08-18 23:32 UTC  (7+ messages)
` [PATCH 05/14] vfio: refactor noiommu group creation

[PATCH v2 53/63] KVM: x86: Use struct_group() to zero decode cache
 2021-08-18 23:06 UTC  (5+ messages)

[PATCH v4 00/13] KVM: Scalable memslots implementation
 2021-08-18 21:43 UTC  (9+ messages)
` [PATCH v4 05/13] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
` [PATCH v4 06/13] KVM: Move WARN on invalid memslot index to update_memslots()
` [PATCH v4 10/13] KVM: s390: Introduce kvm_s390_get_gfn_end()

[PATCH] kvm: fix wrong exception emulation in check_rdtsc
 2021-08-18 21:43 UTC  (3+ messages)

[PATCH] KVM: arm64: vgic: Resample HW pending state on deactivation
 2021-08-18 21:24 UTC  (4+ messages)

[v2 PATCH 0/4] x86/kvm: Virtual suspend time injection support
 2021-08-18 20:49 UTC  (5+ messages)
` [v2 PATCH 3/4] x86/kvm: Add host side support for virtual suspend time injection

[PATCH v2 00/10] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-08-18 18:43 UTC  (11+ messages)
` [PATCH v2 01/10] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH v2 02/10] KVM: arm64: selftests: Add write_sysreg_s and read_sysreg_s
` [PATCH v2 03/10] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH v2 04/10] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH v2 05/10] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH v2 06/10] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH v2 07/10] KVM: arm64: selftests: Add support to get the vcpuid from MPIDR_EL1
` [PATCH v2 08/10] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH v2 09/10] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v2 10/10] KVM: arm64: selftests: Add arch_timer test

KVM: arm64: vgic: Resample HW pending state on deactivation
 2021-08-18 18:42 UTC  (2+ messages)

[PATCH] KVM: stats: Add VM stat for remote tlb flush requests
 2021-08-18 16:52 UTC  (4+ messages)

[PATCH] KVM: x86: add a new field 'is_idle' to kvm_steal_time
 2021-08-18 16:28 UTC  (2+ messages)

[PATCH 0/4] KVM: arm64: Fix some races in CPU_ON PSCI call
 2021-08-18 14:42 UTC  (3+ messages)
` [PATCH 4/4] selftests: KVM: Introduce psci_cpu_on_test

[PATCH kernel v2] KVM: PPC: Use arch_get_random_seed_long instead of powernv variant
 2021-08-18 13:38 UTC  (2+ messages)

[PATCH v4 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-08-18 13:26 UTC  (15+ messages)
` [PATCH v4 01/14] KVM: s390: pv: add macros for UVC CC values
` [PATCH v4 02/14] KVM: s390: pv: avoid double free of sida page
` [PATCH v4 03/14] KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
` [PATCH v4 04/14] KVM: s390: pv: avoid stalls when making pages secure
` [PATCH v4 05/14] KVM: s390: pv: leak the ASCE page when destroy fails
` [PATCH v4 06/14] KVM: s390: pv: properly handle page flags for protected guests
` [PATCH v4 07/14] KVM: s390: pv: handle secure storage violations "
` [PATCH v4 08/14] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v4 09/14] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v4 10/14] KVM: s390: pv: usage counter instead of flag
` [PATCH v4 11/14] KVM: s390: pv: add export before import
` [PATCH v4 12/14] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v4 13/14] KVM: s390: pv: lazy destroy for reboot
` [PATCH v4 14/14] KVM: s390: pv: avoid export before import if possible

[PATCH v11 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-08-18 12:06 UTC  (13+ messages)
` [PATCH v11 01/12] iova: Export alloc_iova_fast() and free_iova_fast()
` [PATCH v11 02/12] file: Export receive_fd() to modules
` [PATCH v11 03/12] vdpa: Fix some coding style issues
` [PATCH v11 04/12] vdpa: Add reset callback in vdpa_config_ops
` [PATCH v11 05/12] vhost-vdpa: Handle the failure of vdpa_reset()
` [PATCH v11 06/12] vhost-iotlb: Add an opaque pointer for vhost IOTLB
` [PATCH v11 07/12] vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
` [PATCH v11 08/12] vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()
` [PATCH v11 09/12] vdpa: Support transferring virtual addressing during DMA mapping
` [PATCH v11 10/12] vduse: Implement an MMU-based software IOTLB
` [PATCH v11 11/12] vduse: Introduce VDUSE - vDPA Device in Userspace
` [PATCH v11 12/12] Documentation: Add documentation for VDUSE


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