kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-08 17:24:58 to 2021-07-13 10:16:20 UTC [more...]

[PATCH v5 00/13] Introduce Architectural LBR for vPMU
 2021-07-13 10:16 UTC  (35+ messages)
` [PATCH v5 01/13] perf/x86/intel: Fix the comment about guest LBR support on KVM
` [PATCH v5 02/13] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers
` [PATCH v5 03/13] KVM: x86: Add arch LBR MSRs to msrs_to_save_all list
` [PATCH v5 04/13] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_DEPTH for guest Arch LBR
` [PATCH v5 05/13] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_CTL "
` [PATCH v5 06/13] KVM: x86/vmx: Save/Restore host MSR_ARCH_LBR_CTL state
` [PATCH v5 07/13] KVM: x86/pmu: Refactor code to support guest Arch LBR
` [PATCH v5 08/13] KVM: x86: Refresh CPUID on writes to MSR_IA32_XSS
` [PATCH v5 09/13] KVM: x86: Report XSS as an MSR to be saved if there are supported features
` [PATCH v5 10/13] KVM: x86: Refine the matching and clearing logic for supported_xss
` [PATCH v5 11/13] KVM: x86: Add XSAVE Support for Architectural LBR
` [PATCH v5 12/13] KVM: x86/vmx: Check Arch LBR config when return perf capabilities
` [PATCH v5 13/13] KVM: x86/cpuid: Advise Arch LBR feature in CPUID

[PATCH v2 1/1] tools: Rename bitmap_alloc() to bitmap_zalloc()
 2021-07-13  9:37 UTC  (2+ messages)

[PATCH 0/3] kvm: svm: Add initial GHCB protocol version 2 support
 2021-07-13  9:35 UTC  (4+ messages)
` [PATCH 1/3] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH 2/3] KVM: SVM: Add support for Hypervisor Feature support "
` [PATCH 3/3] KVM: SVM: Increase supported GHCB protocol version

[PATCH v9 00/17] Introduce VDUSE - vDPA Device in Userspace
 2021-07-13  8:46 UTC  (18+ messages)
` [PATCH v9 01/17] iova: Export alloc_iova_fast() and free_iova_fast()
` [PATCH v9 02/17] file: Export receive_fd() to modules
` [PATCH v9 03/17] vdpa: Fix code indentation
` [PATCH v9 04/17] vdpa: Fail the vdpa_reset() if fail to set device status to zero
` [PATCH v9 05/17] vhost-vdpa: Fail the vhost_vdpa_set_status() on reset failure
` [PATCH v9 06/17] vhost-vdpa: Handle the failure of vdpa_reset()
` [PATCH v9 07/17] virtio: Don't set FAILED status bit on device index allocation failure
` [PATCH v9 08/17] virtio_config: Add a return value to reset function
` [PATCH v9 09/17] virtio-vdpa: Handle the failure of vdpa_reset()
` [PATCH v9 10/17] virtio: Handle device reset failure in register_virtio_device()
` [PATCH v9 11/17] vhost-iotlb: Add an opaque pointer for vhost IOTLB
` [PATCH v9 12/17] vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
` [PATCH v9 13/17] vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()
` [PATCH v9 14/17] vdpa: Support transferring virtual addressing during DMA mapping
` [PATCH v9 15/17] vduse: Implement an MMU-based IOMMU driver
` [PATCH v9 16/17] vduse: Introduce VDUSE - vDPA Device in Userspace
` [PATCH v9 17/17] Documentation: Add documentation for VDUSE

[RFC PATCH 0/6] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-07-13  8:31 UTC  (19+ messages)
` [RFC PATCH 1/6] linux-header: add the SNP specific command
` [RFC PATCH 2/6] i386/sev: extend sev-guest property to include SEV-SNP
` [RFC PATCH 3/6] i386/sev: initialize SNP context
` [RFC PATCH 4/6] i386/sev: add the SNP launch start context
` [RFC PATCH 5/6] i386/sev: add support to encrypt BIOS when SEV-SNP is enabled
` [RFC PATCH 6/6] i386/sev: populate secrets and cpuid page and finalize the SNP launch

[kvm-unit-tests RFC PATCH 0/5] arm: Add kvmtool to the runner script
 2021-07-13  7:45 UTC  (11+ messages)
` [kvm-unit-tests RFC PATCH 1/5] lib: arm: Print test exit status on exit if chr-testdev is not available
` [kvm-unit-tests RFC PATCH 2/5] scripts: Rename run_qemu_status -> run_test_status
` [kvm-unit-tests RFC PATCH 3/5] run_tests.sh: Add kvmtool support

[PATCH v3 0/5] bus: Make remove callback return void
 2021-07-13  7:40 UTC  (3+ messages)
` [PATCH v3 2/5] s390/cio: Make struct css_driver::remove "
` [PATCH v3 5/5] bus: Make remove callback "

[PATCH] Revert "KVM: x86: WARN and reject loading KVM if NX is supported but not enabled"
 2021-07-13  3:59 UTC  (7+ messages)

[PATCH] KVM: const-ify all relevant uses of struct kvm_memory_slot
 2021-07-13  2:33 UTC 

[PATCH] KVM: kvm_vcpu_kick: Do not read potentially-stale vcpu->cpu
 2021-07-13  1:45 UTC  (4+ messages)

[syzbot] general protection fault in try_grab_compound_head
 2021-07-13  1:08 UTC  (4+ messages)

[RFC v2] /dev/iommu uAPI proposal
 2021-07-12 23:56 UTC  (6+ messages)

[PATCH v2 0/6] KVM: x86/mmu: Fast page fault support for the TDP MMU
 2021-07-12 21:24 UTC  (19+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: Rename cr2_or_gpa to gpa in fast_page_fault
` [PATCH v2 2/6] KVM: x86/mmu: Fix use of enums in trace_fast_page_fault
` [PATCH v2 3/6] KVM: x86/mmu: Make walk_shadow_page_lockless_{begin,end} interoperate with the TDP MMU
` [PATCH v2 4/6] KVM: x86/mmu: fast_page_fault support for "

[PATCH 0/3] Add AMD SEV and SEV-ES local migration support
 2021-07-12 21:09 UTC  (5+ messages)
` [PATCH 1/3] KVM, SEV: Refactor out function for unregistering encrypted regions
` [PATCH 2/3] KVM, SEV: Add support for SEV local migration

[Kvmtool] Some thoughts on using kvmtool Virtio for Xen
 2021-07-12 20:52 UTC  (3+ messages)

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-12 19:00 UTC  (17+ messages)
` [PATCH Part2 RFC v4 06/40] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 RFC v4 10/40] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 RFC v4 14/40] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 RFC v4 23/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command

[PATCH v1 0/4] Linear and Logarithmic histogram statistics
 2021-07-12 18:53 UTC  (18+ messages)
` [PATCH v1 1/4] KVM: stats: Support linear and logarithmic "
` [PATCH v1 2/4] KVM: stats: Update doc for "
` [PATCH v1 3/4] KVM: selftests: Add checks for histogram stats parameters
` [PATCH v1 4/4] KVM: stats: Add halt polling related histogram stats

[PATCH v3] KVM: arm64: Disabling disabled PMU counters wastes a lot of time
 2021-07-12 17:03 UTC 

[kvm-unit-tests PATCH 0/6] Initial x86_64 UEFI support
 2021-07-12 16:29 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Disabling disabled PMU counters wastes a lot of time
 2021-07-12 16:02 UTC  (5+ messages)

[PATCH v2 0/2] kvm: x86: Convey the exit reason to user-space on emulation failure
 2021-07-12 15:34 UTC  (10+ messages)
` [PATCH v2 2/2] KVM: x86: On emulation failure, convey the exit reason to userspace

About two-dimensional page translation (e.g., Intel EPT) and shadow page table in Linux QEMU/KVM
 2021-07-12 14:56 UTC  (5+ messages)

[RFC PATCH V2 0/7] Do not read from descripto ring
 2021-07-12 12:58 UTC  (9+ messages)

[PATCH v2 0/4] bus: Make remove callback return void
 2021-07-12 12:13 UTC  (7+ messages)
` [PATCH v2 1/4] s390/cio: Make struct css_driver::remove "

[PATCH V7 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-07-12 10:34 UTC  (3+ messages)

[PATCH 0/7] Do not read from descriptor ring
 2021-07-11 16:08 UTC  (2+ messages)

[PATCH v7 01/26] x86/fpu/xstate: Modify the initialization helper to handle both static and dynamic buffers
 2021-07-10 13:02 UTC  (5+ messages)
` [PATCH v7 03/26] x86/fpu/xstate: Modify address finders "
` [PATCH v7 05/26] x86/fpu/xstate: Add new variables to indicate dynamic XSTATE buffer size
` [PATCH v7 07/26] x86/fpu/xstate: Convert the struct fpu 'state' field to a pointer
` [PATCH v7 09/26] x86/fpu/xstate: Update the XSTATE save function to support dynamic states

[syzbot] possible deadlock in loop_add
 2021-07-10 11:01 UTC 

[PATCH 0/2] KVM: x86: Convey the exit reason to user-space on emulation failure
 2021-07-09 21:58 UTC  (5+ messages)
` [PATCH 2/2] KVM: x86: On emulation failure, convey the exit reason to userspace

[GIT PULL] virtio,vhost,vdpa: features, fixes
 2021-07-09 19:20 UTC  (2+ messages)

[PATCH] KVM: X86: Also reload the debug registers before kvm_x86->run() when the host is using them
 2021-07-09 17:01 UTC  (10+ messages)

[kvm-unit-tests PATCH] s390x: Add specification exception test
 2021-07-09 14:22 UTC  (3+ messages)

[PATCH -next 1/2] selftests: Fix vm_handle_exception undefined error
 2021-07-09  6:37 UTC  (2+ messages)
` [PATCH -next 2/2] selftests: Fix fscanf warning

[PATCH 0/6] KVM: nSVM: Fix issues when SMM is entered from L2
 2021-07-09  6:08 UTC  (6+ messages)
` [PATCH 1/6] KVM: nSVM: Check the value written to MSR_VM_HSAVE_PA

[PATCH V3 0/2] vDPA/ifcvf: implement management netlink framework
 2021-07-09  2:37 UTC  (5+ messages)
` [PATCH V3 1/2] vDPA/ifcvf: introduce get_dev_type() which returns virtio dev id
` [PATCH V3 2/2] vDPA/ifcvf: implement management netlink framework for ifcvf

[PATCH 0/5] KVM: x86: Use kernel x86 cpuid utilities in KVM selftests
 2021-07-08 19:46 UTC  (8+ messages)

[PATCH 0/2] KVM: SVM: Fix error handling bugs in SEV migration
 2021-07-08 17:24 UTC  (3+ 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).