kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-11 09:39:04 to 2023-04-13 01:07:37 UTC [more...]

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-04-13  1:07 UTC  (14+ messages)

[PATCH 00/12] iommufd: Add nesting infrastructure
 2023-04-13  0:44 UTC  (4+ messages)
` [PATCH 01/12] iommu: Add new iommu op to create domains owned by userspace

[PATCH 0/3] KVM: x86: SGX vs. XCR0 cleanups
 2023-04-13  0:20 UTC  (15+ messages)
` [PATCH 1/3] KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATE

[PATCH v2 0/5] KVM: arm64: Synchronise speculative page table walks on translation regime change
 2023-04-13  0:15 UTC  (11+ messages)
` [PATCH v2 1/5] KVM: arm64: nvhe: Synchronise with page table walker on vcpu run
` [PATCH v2 2/5] KVM: arm64: nvhe: Synchronise with page table walker on TLBI
` [PATCH v2 3/5] KVM: arm64: pkvm: Document the side effects of kvm_flush_dcache_to_poc()
` [PATCH v2 4/5] KVM: arm64: vhe: Synchronise with page table walker on MMU update
` [PATCH v2 5/5] KVM: arm64: vhe: Drop extra isb() on guest exit

[PATCH v2 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
 2023-04-13  0:07 UTC  (10+ messages)
` [PATCH v2 2/2] KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded

[PATCH v4 0/6] KVM: selftests: Add "instructions required" testcase
 2023-04-12 23:06 UTC  (2+ messages)

[PATCH 0/2] KVM: VMX: Fixes for faults on ENCLS emulation
 2023-04-12 22:28 UTC  (7+ messages)
` [PATCH 2/2] KVM: VMX: Inject #GP, not #UD, if SGX2 ENCLS leafs are unsupported

[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-04-12 21:35 UTC  (23+ messages)
` [PATCH v3 01/22] KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging test
` [PATCH v3 02/22] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [PATCH v3 03/22] KVM: Allow hva_pfn_fast() to resolve read-only faults
` [PATCH v3 04/22] KVM: x86: Set vCPU exit reason to KVM_EXIT_UNKNOWN at the start of KVM_RUN
` [PATCH v3 05/22] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v3 06/22] KVM: Add docstrings to __kvm_write_guest_page() and __kvm_read_guest_page()
` [PATCH v3 07/22] KVM: Annotate -EFAULTs from kvm_vcpu_write_guest_page()
` [PATCH v3 08/22] KVM: Annotate -EFAULTs from kvm_vcpu_read_guest_page()
` [PATCH v3 09/22] KVM: Annotate -EFAULTs from kvm_vcpu_map()
` [PATCH v3 10/22] KVM: x86: Annotate -EFAULTs from kvm_mmu_page_fault()
` [PATCH v3 11/22] KVM: x86: Annotate -EFAULTs from setup_vmgexit_scratch()
` [PATCH v3 12/22] KVM: x86: Annotate -EFAULTs from kvm_handle_page_fault()
` [PATCH v3 13/22] KVM: x86: Annotate -EFAULTs from kvm_hv_get_assist_page()
` [PATCH v3 14/22] KVM: x86: Annotate -EFAULTs from kvm_pv_clock_pairing()
` [PATCH v3 15/22] KVM: x86: Annotate -EFAULTs from direct_map()
` [PATCH v3 16/22] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
` [PATCH v3 17/22] KVM: Introduce KVM_CAP_ABSENT_MAPPING_FAULT without implementation
` [PATCH v3 18/22] KVM: x86: Implement KVM_CAP_ABSENT_MAPPING_FAULT
` [PATCH v3 19/22] KVM: arm64: Annotate (some) -EFAULTs from user_mem_abort()
` [PATCH v3 20/22] KVM: arm64: Implement KVM_CAP_ABSENT_MAPPING_FAULT
` [PATCH v3 21/22] KVM: selftests: Add memslot_flags parameter to memstress_create_vm()
` [PATCH v3 22/22] KVM: selftests: Handle memory fault exits in demand_paging_test

[PATCH 0/6] bus: fsl-mc: Make remove function return void
 2023-04-12 21:30 UTC  (3+ messages)

[Bug 217304] New: KVM does not handle NMI blocking correctly in nested virtualization
 2023-04-12 20:50 UTC  (5+ messages)
` [Bug 217304] "

[PATCH] selftests/kvm: touch all pages of args on each memstress iteration
 2023-04-12 20:09 UTC 

[PATCH v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO
 2023-04-12 20:06 UTC  (22+ messages)

[PATCH 0/6] KVM: x86: Unhost the *_CMD MSR mess
 2023-04-12 20:00 UTC  (3+ messages)

[PATCH v8 00/33] x86: enable FRED for x86-64
 2023-04-12 19:37 UTC  (8+ messages)
` [PATCH v8 33/33] KVM: x86/vmx: refactor VMX_DO_EVENT_IRQOFF to generate FRED stack frames

[kvm-unit-tests PATCH 0/3] x86/msr: Add tests for command MSRs
 2023-04-12 19:26 UTC  (3+ messages)
` [kvm-unit-tests PATCH 2/3] x86/msr: Add testcases for MSR_IA32_PRED_CMD and its IBPB command

[RFC PATCH V4 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-04-12 15:53 UTC  (16+ messages)
` [RFC PATCH V4 02/17] Drivers: hv: vmbus: Decrypt vmbus ring buffer
` [RFC PATCH V4 03/17] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [RFC PATCH V4 06/17] x86/hyperv: decrypt VMBus pages for sev-snp enlightened guest
` [RFC PATCH V4 07/17] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V4 08/17] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V4 10/17] x86/hyperv: Add smp support for sev-snp guest
` [RFC PATCH V4 14/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv

[PATCH v4 0/6] KVM: x86: Fix unpermitted XTILE CPUID reporting
 2023-04-12 15:49 UTC  (4+ messages)

[PATCH v3 0/2] Documentation/process: Add a maintainer handbook for KVM x86
 2023-04-12 15:47 UTC  (5+ messages)
` [PATCH v3 1/2] Documentation/process: Add a label for the tip tree handbook's coding style
` [PATCH v3 2/2] Documentation/process: Add a maintainer handbook for KVM x86

[PATCH 0/2] KVM: VMX: Clean up of vmx_set_cr4()
 2023-04-12 15:03 UTC  (5+ messages)
` [PATCH 1/2] KVM: VMX: Use kvm_read_cr4() to get cr4 value

[PATCH 0/2] KVM: SVM: small tweaks for sev_hardware_setup
 2023-04-12 14:55 UTC  (7+ messages)
` [PATCH 1/2] KVM: SVM: free sev_*asid_bitmap init if SEV init fails
` [PATCH 2/2] KVM: SVM: add some info prints to SEV init

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-04-12 13:01 UTC  (9+ messages)
` [PATCH v3 1/6] kvm: determine memory type from VMA

[PATCH v7 0/5] Linear Address Masking (LAM) KVM Enabling
 2023-04-12 11:58 UTC  (6+ messages)
` [PATCH v7 2/5] KVM: x86: Virtualize CR3.LAM_{U48,U57}

[PATCH v3 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-04-12 11:17 UTC  (6+ messages)
` [PATCH v3 03/17] iommufd: Replace the hwpt->devices list with iommufd_group

[PATCH v2 0/4] x86: Add test cases for LAM
 2023-04-12 10:08 UTC  (4+ messages)

[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-04-12  9:59 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-04-12  8:55 UTC  (6+ messages)

[PATCH v6 00/30] Add KVM LoongArch support
 2023-04-12  8:30 UTC  (31+ messages)
` [PATCH v6 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v6 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v6 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v6 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v6 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v6 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v6 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v6 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v6 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v6 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v6 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v6 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v6 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v6 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v6 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v6 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v6 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v6 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v6 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v6 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v6 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v6 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v6 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v6 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v6 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v6 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v6 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v6 28/30] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v6 29/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v6 30/30] LoongArch: KVM: Supplement kvm document about loongarch-specific part

[kvm-unit-tests v3 0/4] x86: Add test cases for LAM
 2023-04-12  7:51 UTC  (5+ messages)
` [kvm-unit-tests v3 1/4] x86: Allow setting of CR3 LAM bits if LAM supported
` [kvm-unit-tests v3 2/4] x86: Add test case for LAM_SUP
` [kvm-unit-tests v3 3/4] x86: Add test cases for LAM_{U48,U57}
` [kvm-unit-tests v3 4/4] x86: Add test case for INVVPID with LAM

[PATCH] vhost_vdpa: fix unmap process in no-batch mode
 2023-04-12  6:37 UTC  (6+ messages)

[ANNOUNCEMENT] COCONUT Secure VM Service Module for SEV-SNP
 2023-04-11 20:01 UTC  (3+ messages)

[PATCH vfio] vfio: correct kdoc for ops structures
 2023-04-11 19:28 UTC  (2+ messages)

[PATCH v2] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD
 2023-04-11 19:28 UTC  (2+ messages)

[PATCH v2] vfio/pci: Add DVSEC PCI Extended Config Capability to user visible list
 2023-04-11 19:28 UTC  (2+ messages)

[GIT PULL] KVM changes for Linux 6.3-rc7
 2023-04-11 18:52 UTC  (5+ messages)

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-04-11 18:27 UTC  (5+ messages)
` [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address

[PATCH v8 vfio 0/7] pds_vfio driver
 2023-04-11 17:21 UTC  (7+ messages)
` [PATCH v8 vfio 3/7] vfio/pds: register with the pds_core PF
` [PATCH v8 vfio 4/7] vfio/pds: Add VFIO live migration support

[PATCH v5 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-04-11 16:43 UTC  (18+ messages)
` [PATCH v5 01/17] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH v5 02/17] iommufd: Add iommufd_group
` [PATCH v5 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v5 04/17] iommu: Export iommu_get_resv_regions()
` [PATCH v5 05/17] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v5 06/17] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v5 07/17] iommufd: Make sw_msi_start a group global
` [PATCH v5 08/17] iommufd: Move putting a hwpt to a helper function
` [PATCH v5 09/17] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH v5 10/17] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v5 11/17] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v5 12/17] iommufd: Add iommufd_device_replace()
` [PATCH v5 13/17] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH v5 14/17] iommufd/selftest: Test iommufd_device_replace()
` [PATCH v5 15/17] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH v5 16/17] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH v5 17/17] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC

[PATCH] KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted
 2023-04-11 16:07 UTC  (3+ messages)

[PATCH] KVM: SVM: Disable TDP MMU when running on Hyper-V
 2023-04-11 16:02 UTC  (6+ messages)

[PATCH V5 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-04-11 14:58 UTC  (7+ messages)
` [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met

[PATCH] target/arm: Initialize debug capabilities only once
 2023-04-11 14:43 UTC  (2+ messages)

[PATCH] target/arm: Check if debug is already initialized
 2023-04-11 14:42 UTC  (2+ messages)

[PATCH 0/2] target/arm: KVM Aarch32 spring cleaning
 2023-04-11 14:35 UTC  (3+ messages)

[PATCH v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO
 2023-04-11 13:34 UTC  (16+ messages)

[PATCH v2 00/11] more misc fixes for 8.0 (tests, gdbstub, meta, docs)
 2023-04-11 13:03 UTC  (8+ messages)
` [PATCH v2 05/11] qemu-options: finesse the recommendations around -blockdev

[PATCH] KVM: x86/pmu: Remove redundant check for MSR_IA32_DS_AREA set handler
 2023-04-11 13:03 UTC 

[PATCH kernel v5 0/6] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-04-11 12:57 UTC  (7+ messages)
` [PATCH kernel v5 1/6] KVM: SEV: move set_dr_intercepts/clr_dr_intercepts from the header
` [PATCH kernel v5 2/6] KVM: SEV: Move SEV's GP_VECTOR intercept setup to SEV
` [PATCH kernel v5 3/6] KVM: SEV-ES: explicitly disable debug
` [PATCH kernel v5 4/6] KVM: SVM/SEV/SEV-ES: Rework intercepts
` [PATCH kernel v5 5/6] KVM: SEV: Enable data breakpoints in SEV-ES
` [PATCH kernel v5 6/6] x86/sev: Do not handle #VC for DR7 read/write

[PATCH v13 000/113] KVM TDX basic feature support
 2023-04-11 12:49 UTC  (3+ messages)
` [PATCH v13 064/113] KVM: TDX: Implement TDX vcpu enter/exit path

[PATCH v19 00/21] s390x: CPU Topology
 2023-04-11 12:27 UTC  (7+ messages)
` [PATCH v19 01/21] s390x/cpu topology: add s390 specifics to CPU topology

[PATCH v12 1/6] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
 2023-04-11 10:09 UTC  (3+ messages)
` [PATCH v12 5/6] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs

[PATCH] KVM: PPC: Fix documentation for ppc mmu caps
 2023-04-11  9:37 UTC  (2+ 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).