kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-12 08:30:45 to 2023-04-13 22:53:33 UTC [more...]

[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-04-13 22:53 UTC  (8+ messages)
  ` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
    ` [PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory

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

[PATCH] tests/avocado: require netdev 'user' for kvm_xen_guest
 2023-04-13 21:45 UTC  (2+ messages)

[PATCH] KVM: SVM: Disable TDP MMU when running on Hyper-V
 2023-04-13 20:58 UTC  (12+ messages)

QEMU developers fortnightly conference call for agenda for 2023-04-18
 2023-04-13 20:54 UTC 

[kvm-unit-tests PATCH v2 00/16] x86: cleanups, fixes and new tests
 2023-04-13 18:42 UTC  (17+ messages)
` [kvm-unit-tests PATCH v2 01/16] x86: Drop types.h
` [kvm-unit-tests PATCH v2 02/16] x86: Use symbolic names in exception_mnemonic()
` [kvm-unit-tests PATCH v2 03/16] x86: Add vendor specific exception vectors
` [kvm-unit-tests PATCH v2 04/16] x86/cet: Use symbolic name for #CP
` [kvm-unit-tests PATCH v2 05/16] x86/access: Use 'bool' type as defined via libcflat.h
` [kvm-unit-tests PATCH v2 06/16] x86/run_in_user: Change type of code label
` [kvm-unit-tests PATCH v2 07/16] x86/run_in_user: Preserve exception handler
` [kvm-unit-tests PATCH v2 08/16] x86/run_in_user: Relax register constraints of inline asm
` [kvm-unit-tests PATCH v2 09/16] x86/run_in_user: Reload SS after successful return
` [kvm-unit-tests PATCH v2 10/16] x86/fault_test: Preserve exception handler
` [kvm-unit-tests PATCH v2 11/16] x86/emulator64: Relax register constraints for usr_gs_mov()
` [kvm-unit-tests PATCH v2 12/16] x86/emulator64: Switch test_sreg() to ASM_TRY()
` [kvm-unit-tests PATCH v2 13/16] x86/emulator64: Add non-null selector test
` [kvm-unit-tests PATCH v2 14/16] x86/emulator64: Switch test_jmp_noncanonical() to ASM_TRY()
` [kvm-unit-tests PATCH v2 15/16] x86/emulator64: Switch test_mmx_movq_mf() "
` [kvm-unit-tests PATCH v2 16/16] x86/emulator64: Test non-canonical memory access exceptions

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

[PATCH v2] KVM: x86: Update KVM_GET_CPUID2 to return valid entry count
 2023-04-13 17:58 UTC 

[PATCH] selftests/kvm: touch all pages of args on each memstress iteration
 2023-04-13 17:36 UTC  (2+ messages)

[PATCH kvmtool 0/2] Fix virtio/rng handling in low entropy situations
 2023-04-13 16:57 UTC  (3+ messages)
` [PATCH kvmtool 1/2] virtio/rng: switch to using /dev/urandom
` [RFC PATCH kvmtool 2/2] virtio/rng: return at least one byte of entropy

[ANNOUNCEMENT] COCONUT Secure VM Service Module for SEV-SNP
 2023-04-13 16:57 UTC  (3+ messages)

[kvm-unit-tests PATCH v1 0/4] s390x: Add support for running guests without MSO/MSL
 2023-04-13 16:33 UTC  (5+ messages)
` [kvm-unit-tests PATCH v1 4/4] s390x: add a test for SIE "

[kvm-unit-tests PATCH] x86/emulator: Test non-canonical memory access exceptions
 2023-04-13 16:07 UTC  (6+ messages)

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

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

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

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

[PATCH] vfio/cdx: add support for CDX bus
 2023-04-13 13:05 UTC  (4+ messages)

[PATCH v4 00/20] KVM: arm64: Rework timer offsetting for fun and profit
 2023-04-13 12:47 UTC  (4+ messages)
` [PATCH v4 05/20] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2

[PATCH v2] KVM: x86: Fix poll command
 2023-04-13 12:11 UTC 

[PATCH v6 00/30] Add KVM LoongArch support
 2023-04-13 11:52 UTC  (29+ messages)
` [PATCH v6 05/30] LoongArch: KVM: Add vcpu related header files
` [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

[PATCH v2 0/2] iommu/amd: Fix GAM IRTEs affinity and GALog restart
 2023-04-13 10:41 UTC  (5+ messages)
` [PATCH v2 2/2] iommu/amd: Handle GALog overflows

[PATCH net-next v1] vsock/loopback: don't disable irqs for queue access
 2023-04-13  9:17 UTC 

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

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

[PATCH 0/2] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-04-13  8:18 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] virtio-vdpa: "

[PATCH v6] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-04-13  7:45 UTC  (5+ messages)

[PATCH v2 0/5] KVM: arm64: Synchronise speculative page table walks on translation regime change
 2023-04-13  7:37 UTC  (12+ 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 0/6] bus: fsl-mc: Make remove function return void
 2023-04-13  6:00 UTC  (4+ messages)

[PATCH 0/2] KVM: SVM: small tweaks for sev_hardware_setup
 2023-04-13  5:07 UTC  (8+ 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

[RFC PATCH V4 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-04-13  3:29 UTC  (17+ 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 v3 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-04-13  2:52 UTC  (7+ messages)
` [PATCH v3 03/17] iommufd: Replace the hwpt->devices list with iommufd_group

application scenarios of vmware backdoor support in KVM
 2023-04-13  2:05 UTC 

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

[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

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

[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  (5+ 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

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

[PATCH v3 0/2] Documentation/process: Add a maintainer handbook for KVM x86
 2023-04-12 15:47 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH v2 0/4] x86: Add test cases for LAM
 2023-04-12 10:08 UTC  (4+ 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 v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-18 13:24 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).