kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-23 04:52:14 to 2021-08-24 22:48:48 UTC [more...]

[PATCH V3 00/13] Introduce vfio_pci_core subsystem
 2021-08-24 22:48 UTC  (8+ messages)
` [PATCH V3 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V3 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system

[kvm-unit-tests PATCH v2 0/6] Initial x86_64 UEFI support
 2021-08-24 22:12 UTC  (11+ messages)
` [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

Fw: [EXTERNAL] Re: [RFC PATCH 00/13] Add support for Mirror VM
 2021-08-24 22:00 UTC 

KVM/arm64: Guest ABI changes do not appear rollback-safe
 2021-08-24 21:34 UTC  (2+ messages)
` [RFC PATCH] KVM: arm64: Allow VMMs to opt-out of KVM_CAP_PTP_KVM

[PATCH v4] vfio/ap_ops: Convert to use vfio_register_group_dev()
 2021-08-24 20:30 UTC  (4+ messages)

cleanup vfio iommu_group creation v2
 2021-08-24 20:25 UTC  (16+ messages)
` [PATCH 01/14] vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()
` [PATCH 02/14] vfio: factor out a vfio_iommu_driver_allowed helper
` [PATCH 03/14] vfio: remove the iommudata check in vfio_noiommu_attach_group
` [PATCH 04/14] vfio: factor out a vfio_group_find_or_alloc helper
` [PATCH 05/14] vfio: refactor noiommu group creation
` [PATCH 06/14] vfio: remove the iommudata hack for noiommu groups
` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices
` [PATCH 08/14] vfio: remove unused method from vfio_iommu_driver_ops
` [PATCH 09/14] vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>
` [PATCH 10/14] vfio: remove the unused mdev iommu hook
` [PATCH 11/14] vfio: clean up the check for mediated device in vfio_iommu_type1
` [PATCH 12/14] vfio/spapr_tce: reject mediated devices
` [PATCH 13/14] vfio/iommu_type1: remove the "external" domain
` [PATCH 14/14] vfio/iommu_type1: remove IS_IOMMU_CAP_DOMAIN_IN_CONTAINER

[PATCH v11 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-08-24 18:10 UTC  (19+ messages)
` [PATCH v11 01/12] iova: Export alloc_iova_fast() and free_iova_fast()
` [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 11/12] vduse: Introduce VDUSE - vDPA Device in Userspace
` [PATCH v11 12/12] Documentation: Add documentation for VDUSE

[PATCH 0/5] KVM: VMX: PT (processor trace) optimizations and fixes
 2021-08-24 17:54 UTC  (12+ messages)
` [PATCH 1/5] KVM: VMX: Restore host's MSR_IA32_RTIT_CTL when it's not zero
` [PATCH 2/5] KVM: VMX: Use cached vmx->pt_desc.addr_range
` [PATCH 3/5] KVM: VMX: RTIT_CTL_BRANCH_EN has no dependency on other CPUID bit
` [PATCH 4/5] KVM: VMX: Disallow PT MSRs accessing if PT is not exposed to guest
` [PATCH 5/5] KVM: VMX: Check Intel PT related CPUID leaves

[PATCH 1/7] KVM: X86: Fix missed remote tlb flush in rmap_write_protect()
 2021-08-24  7:55 UTC  (7+ messages)
` [PATCH 2/7] KVM: X86: Synchronize the shadow pagetable before link it
` [PATCH 3/7] KVM: X86: Zap the invalid list after remote tlb flushing
` [PATCH 4/7] KVM: X86: Remove FNAME(update_pte)
` [PATCH 5/7] KVM: X86: Don't unsync pagetables when speculative
` [PATCH 6/7] KVM: X86: Don't check unsync if the original spte is writible
` [PATCH 7/7] KVM: X86: Also prefetch the last range in __direct_pte_prefetch()

[PATCH v2 0/4] KVM: Various fixes and improvements around kicking vCPUs
 2021-08-24 17:40 UTC  (11+ messages)
` [PATCH v2 1/4] KVM: Clean up benign vcpu->cpu data races when "
` [PATCH v2 2/4] KVM: Guard cpusmask NULL check with CONFIG_CPUMASK_OFFSTACK
` [PATCH v2 3/4] KVM: Optimize kvm_make_vcpus_request_mask() a bit
` [PATCH v2 4/4] KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-24 16:42 UTC  (6+ messages)
` [PATCH Part2 v5 08/45] x86/fault: Add support to handle the RMP fault for user address

[PATCH v2] vfio-pci/zdev: Remove repeated verbose license text
 2021-08-24 16:18 UTC  (3+ messages)

[PATCH linux-next] tools: remove unneeded semicolon
 2021-08-24 14:41 UTC  (2+ messages)

[PATCH][kvmtool] virtio/pci: Correctly handle MSI-X masking while MSI-X is disabled
 2021-08-24 14:32 UTC  (3+ messages)

[PATCH 0/3] perf/x86/intel: KVM: PT intr handler fix and cleanup
 2021-08-24 14:11 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH 2/3] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH 3/3] perf/x86/intel: Fold current_vcpu check into KVM's PT intr handler

Outreachy Dec-Mar open source internships
 2021-08-24 12:51 UTC 

[Bug 214165] New: Missing clflush before RECEIVE_UPDATE_DATA
 2021-08-24 11:52 UTC 

[RFC PATCH v3 0/6] virtio/vsock: introduce MSG_EOR flag for SEQPACKET
 2021-08-24 11:35 UTC  (12+ messages)
` [RFC PATCH v3 1/6] virtio/vsock: rename 'EOR' to 'EOM' bit
` [RFC PATCH v3 2/6] virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOR' bit
` [RFC PATCH v3 3/6] vhost/vsock: support MSG_EOR bit processing

[PATCH v6 0/5] Add Guest API & Guest Kernel support for SEV live migration
 2021-08-24 11:07 UTC  (6+ messages)
` [PATCH v6 1/5] x86/kvm: Add AMD SEV specific Hypercall3
` [PATCH v6 2/5] mm: x86: Invoke hypercall when page encryption status is changed
` [PATCH v6 3/5] EFI: Introduce the new AMD Memory Encryption GUID
` [PATCH v6 4/5] x86/kvm: Add guest support for detecting and enabling SEV Live Migration feature
` [PATCH v6 5/5] x86/kvm: Add kexec support for SEV Live Migration

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-08-24 10:48 UTC  (2+ messages)

[PATCH 1/2] KVM: X86: Check pte present first in __shadow_walk_next()
 2021-08-24  8:30 UTC  (3+ messages)
` [PATCH V2] KVM: X86: Move PTE present check from loop body to __shadow_walk_next()

[PATCH v8 00/15] Introduce Architectural LBR for vPMU
 2021-08-24  7:56 UTC  (16+ messages)
` [PATCH v8 01/15] perf/x86/intel: Fix the comment about guest LBR support on KVM
` [PATCH v8 02/15] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers
` [PATCH v8 03/15] KVM: x86: Add Arch LBR MSRs to msrs_to_save_all list
` [PATCH v8 04/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_DEPTH for guest Arch LBR
` [PATCH v8 05/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_CTL "
` [PATCH v8 06/15] KVM: x86/pmu: Refactor code to support "
` [PATCH v8 07/15] KVM: x86: Refresh CPUID on writes to MSR_IA32_XSS
` [PATCH v8 08/15] KVM: x86: Report XSS as an MSR to be saved if there are supported features
` [PATCH v8 09/15] KVM: x86: Refine the matching and clearing logic for supported_xss
` [PATCH v8 10/15] KVM: x86: Add XSAVE Support for Architectural LBR
` [PATCH v8 11/15] KVM: x86/vmx: Check Arch LBR config when return perf capabilities
` [PATCH v8 12/15] KVM: nVMX: Add necessary Arch LBR settings for nested VM
` [PATCH v8 13/15] KVM: x86/vmx: Clear Arch LBREn bit before inject #DB to guest
` [PATCH v8 14/15] KVM: x86/vmx: Flip Arch LBREn bit on guest state change
` [PATCH v8 15/15] KVM: x86/cpuid: Advise Arch LBR feature in CPUID

[PATCH] vhost: add support for mandatory barriers
 2021-08-24  7:23 UTC  (4+ messages)

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-24  7:14 UTC  (5+ messages)
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()

[PATCH v12] qapi: introduce 'query-x86-cpuid' QMP command
 2021-08-24  6:48 UTC  (10+ messages)

[PATCH linux-next] mips:mmu: fix boolreturn.cocci warnings
 2021-08-24  6:30 UTC 

[PATCH] KVM: x86/mmu: Don't freak out if pml5_root is NULL on 4-level host
 2021-08-24  0:58 UTC 

[PATCH AUTOSEL 4.9 2/3] vringh: Use wiov->used to check for read/write desc order
 2021-08-24  0:55 UTC 

[PATCH AUTOSEL 4.4 2/2] vringh: Use wiov->used to check for read/write desc order
 2021-08-24  0:55 UTC 

[PATCH AUTOSEL 4.14 3/7] vringh: Use wiov->used to check for read/write desc order
 2021-08-24  0:55 UTC 

[PATCH AUTOSEL 4.19 04/10] vringh: Use wiov->used to check for read/write desc order
 2021-08-24  0:55 UTC 

[PATCH AUTOSEL 5.4 04/10] vringh: Use wiov->used to check for read/write desc order
 2021-08-24  0:54 UTC 

[PATCH AUTOSEL 5.10 07/18] vringh: Use wiov->used to check for read/write desc order
 2021-08-24  0:54 UTC 

[PATCH AUTOSEL 5.13 09/26] vringh: Use wiov->used to check for read/write desc order
 2021-08-24  0:53 UTC 

[PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-23 23:46 UTC  (8+ messages)
` [PATCH v2 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
` [PATCH v2 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs
` [PATCH v2 5/5] KVM: selftests: Remove __NR_userfaultfd syscall fallback

[PATCH] selftests: KVM: use dirty logging to check if page stats work correctly
 2021-08-23 21:36 UTC  (2+ messages)

[PATCH v7 0/6] KVM: x86: Add idempotent controls for migrating system counter state
 2021-08-23 20:56 UTC  (3+ messages)
` [PATCH v7 6/6] KVM: x86: Expose TSC offset controls to userspace

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-23 20:06 UTC  (13+ messages)
` [PATCH Part1 v5 07/38] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH Part1 v5 11/38] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 v5 13/38] x86/sev: Register GHCB memory when SEV-SNP is active
      ` [PATCH] x86/sev: Remove do_early_exception() forward declarations

[PATCH v3 0/3] SVM 5-level page table support
 2021-08-23 18:10 UTC  (7+ messages)

[PATCH 0/2 V5] Add AMD SEV and SEV-ES intra host migration support
 2021-08-23 17:19 UTC  (4+ messages)
` [PATCH 1/2 V5] KVM, SEV: Add support for SEV intra host migration
` [PATCH 2/2 V5] KVM, SEV: Add support for SEV-ES "

[PATCH] kvm/x86: Fix PT "host mode"
 2021-08-23 17:11 UTC  (3+ messages)

[PATCH 0/2 V4] Add AMD SEV and SEV-ES intra host migration support
 2021-08-23 16:39 UTC  (10+ 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] vfio/type1: Fix vfio_find_dma_valid return
 2021-08-23 16:35 UTC 

[RFC PATCH 00/13] Add support for Mirror VM
 2021-08-23 16:28 UTC  (12+ messages)

[PATCH v2] vfio/type1: Fix vfio_find_dma_valid return
 2021-08-23 16:27 UTC  (3+ messages)

[PATCH] vfio-pci/zdev: Remove repeated verbose license text
 2021-08-23 16:26 UTC  (4+ messages)

[PATCH v3] vfio/ap_ops: Convert to use vfio_register_group_dev()
 2021-08-23 14:18 UTC  (3+ messages)

[PATCH] kvm: x86: move architecture-specific code into kvm_arch_vcpu_fault
 2021-08-23 14:12 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: Refactor kvm_arch_vcpu_fault() to return a struct page pointer

[PATCH v2 0/3] KVM: few more SMM fixes
 2021-08-23 13:01 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: nSVM: restore the L1 host state prior to resuming a nested guest on SMM exit
` [PATCH v2 2/3] KVM: x86: force PDPTRs reload "
` [PATCH v2 3/3] KVM: nSVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM mode

[PATCH v4 00/15] KVM: arm64: Fixed features for protected VMs
 2021-08-23 12:10 UTC  (11+ messages)
` [PATCH v4 11/15] KVM: arm64: Guest exit handlers for nVHE hyp
` [PATCH v4 15/15] KVM: arm64: Handle protected guests at 32 bits

[PATCH] vhost scsi: Convert to SPDX identifier
 2021-08-23 10:04 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/4] S390x: CPU Topology Information
 2021-08-23  9:17 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 2/4] s390x: lib: Simplify stsi_get_fc and move it to library

[kvm-unit-tests PATCH 0/1] s390x: css: check the CSS is working with any ISC
 2021-08-23  9:16 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/1] "

[PATCH 0/3] target/arm: Reduced-IPA space and highmem=off fixes
 2021-08-23  9:07 UTC  (3+ messages)
` [PATCH 1/3] hw/arm/virt: KVM: Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VM

[PATCH 1/2] KVM: Optimize kvm_make_vcpus_request_mask() a bit
 2021-08-23  8:03 UTC  (3+ messages)

[PATCH 0/2] VM: Fix a benign race in kicking vCPUs
 2021-08-23  7:54 UTC  (5+ messages)
` [PATCH 1/2] KVM: Clean up benign vcpu->cpu data races when "
` [PATCH 2/2] KVM: Guard cpusmask NULL check with CONFIG_CPUMASK_OFFSTACK

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-23  4:52 UTC  (7+ messages)
` [PATCH Part1 RFC v4 24/36] x86/compressed/acpi: move EFI config table access to common code


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