kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-15 08:51:10 to 2021-07-16 21:42:57 UTC [more...]

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-16 21:42 UTC  (75+ messages)
` [PATCH Part2 RFC v4 01/40] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH Part2 RFC v4 05/40] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 RFC v4 06/40] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 RFC v4 07/40] x86/sev: Split the physmap when adding the page in RMP table
` [PATCH Part2 RFC v4 08/40] x86/traps: Define RMP violation #PF error code
` [PATCH Part2 RFC v4 10/40] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 RFC v4 15/40] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 RFC v4 21/40] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 RFC v4 22/40] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 RFC v4 23/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 RFC v4 24/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 RFC v4 25/40] KVM: SVM: Reclaim the guest pages when SEV-SNP VM terminates
` [PATCH Part2 RFC v4 26/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 RFC v4 27/40] KVM: X86: Add kvm_x86_ops to get the max page level for the TDP
` [PATCH Part2 RFC v4 28/40] KVM: X86: Introduce kvm_mmu_map_tdp_page() for use by SEV
` [PATCH Part2 RFC v4 30/40] KVM: X86: Define new RMP check related #NPF error bits
` [PATCH Part2 RFC v4 31/40] KVM: X86: update page-fault trace to log the 64-bit error code
` [PATCH Part2 RFC v4 32/40] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH Part2 RFC v4 33/40] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 RFC v4 34/40] KVM: SVM: Add support to handle "

[PATCH v2 00/12] KVM: Add idempotent controls for migrating system counter state
 2021-07-16 21:29 UTC  (14+ messages)
` [PATCH v2 01/12] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
` [PATCH v2 02/12] KVM: x86: Refactor tsc synchronization code
` [PATCH v2 03/12] KVM: x86: Expose TSC offset controls to userspace
` [PATCH v2 04/12] tools: arch: x86: pull in pvclock headers
` [PATCH v2 05/12] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
` [PATCH v2 06/12] selftests: KVM: Add helpers for vCPU device attributes
` [PATCH v2 07/12] selftests: KVM: Introduce system counter offset test
` [PATCH v2 08/12] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v2 09/12] selftests: KVM: Add support for aarch64 to system_counter_offset_test
` [PATCH v2 10/12] KVM: arm64: Provide userspace access to the physical counter offset
` [PATCH v2 11/12] selftests: KVM: Test physical counter offsetting
` [PATCH v2 12/12] selftests: KVM: Add counter emulation benchmark

[PATCH V8 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-07-16 21:07 UTC  (22+ messages)
` [PATCH V8 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH V8 02/18] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
` [PATCH V8 03/18] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
` [PATCH V8 04/18] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
` [PATCH V8 05/18] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
` [PATCH V8 06/18] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
` [PATCH V8 07/18] x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value
` [PATCH V8 08/18] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
` [PATCH V8 09/18] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
` [PATCH V8 10/18] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
` [PATCH V8 11/18] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
` [PATCH V8 12/18] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
` [PATCH V8 13/18] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
` [PATCH V8 14/18] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
` [PATCH V8 15/18] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
` [PATCH V8 16/18] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
` [PATCH V8 17/18] KVM: x86/cpuid: Refactor host/guest CPU model consistency check
` [PATCH V8 18/18] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64

[PATCH] vfio: Use config not menuconfig for VFIO_NOIOMMU
 2021-07-16 18:39 UTC 

[RFC v2] /dev/iommu uAPI proposal
 2021-07-16 18:30 UTC  (17+ messages)

[PATCH] KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()
 2021-07-16 17:01 UTC  (2+ messages)

[PATCH v3 kvmtool 0/4] arm/arm64: PCI Express 1.1 support
 2021-07-16 15:14 UTC  (5+ messages)
` [PATCH v3 kvmtool 3/4] arm/arm64: Add "

[PATCH] KVM: x86: accept userspace interrupt only if no event is injected
 2021-07-16 14:41 UTC  (3+ messages)

[kvm-unit-tests PATCH] s390x: Fix out-of-tree builds
 2021-07-16 11:56 UTC  (2+ messages)

misc vgaarb cleanups
 2021-07-16 11:40 UTC  (10+ messages)
` [PATCH 1/7] vgaarb: remove VGA_DEFAULT_DEVICE
` [PATCH 2/7] vgaarb: remove vga_conflicts
` [PATCH 3/7] vgaarb: move the kerneldoc for vga_set_legacy_decoding to vgaarb.c
` [PATCH 4/7] vgaarb: cleanup vgaarb.h
` [PATCH 5/7] vgaarb: provide a vga_client_unregister wrapper
` [PATCH 6/7] vgaarb: remove the unused irq_set_state argument to vga_client_register
` [PATCH 7/7] vgaarb: don't pass a cookie "

[PATCH 1/2] vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()
 2021-07-16 10:22 UTC  (2+ messages)
` [PATCH 2/2] vhost: Fix the calculation in vhost_overflow()

[kvm-unit-tests PATCH] ci: Update the macOS CI jobs to Big Sur
 2021-07-16  9:53 UTC  (2+ messages)

[PATCH 0/5] IPI virtualization support for VM
 2021-07-16  9:52 UTC  (9+ messages)
` [PATCH 1/6] x86/feat_ctl: Add new VMX feature, Tertiary VM-Execution control
` [PATCH 2/6] KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation
` [PATCH 3/6] KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
` [PATCH 4/6] KVM: VMX: dump_vmcs() reports tertiary_exec_control field as well
` [PATCH 5/6] KVM: x86: Support interrupt dispatch in x2APIC mode with APIC-write VM exit
` [PATCH 6/6] KVM: VMX: enable IPI virtualization

[PULL 00/11] x86 queue, 2021-07-13
 2021-07-16  9:07 UTC  (4+ messages)
` [PULL 04/11] i386: expand Hyper-V features during CPU feature expansion time

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

[PATCH 0/6] IPI virtualization support for VM
 2021-07-16  6:52 UTC 

[PATCH 00/13] Provide core infrastructure for managing open/release
 2021-07-16  6:50 UTC  (12+ messages)
` [PATCH 02/13] vfio: Introduce a vfio_uninit_group_dev() API call
` [PATCH 09/13] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
` [PATCH 12/13] vfio/gvt: Fix open/close when multiple device FDs are open

[kvm-unit-tests] its-migration segmentation fault
 2021-07-16  6:35 UTC  (6+ messages)

[RFC PATCH] x86/kvm: do not touch watchdogs in pvclock
 2021-07-16  5:34 UTC 

About two-dimensional page translation (e.g., Intel EPT) and shadow page table in Linux QEMU/KVM
 2021-07-16  3:20 UTC  (10+ messages)

[PATCH v10 00/20] dlb: introduce DLB device driver
 2021-07-16  1:04 UTC  (3+ messages)

[GIT PULL] KVM fixes for Linux 5.14-rc2
 2021-07-15 19:28 UTC  (2+ messages)

[PATCH 0/2] Test: nSVM: Test the effect of guest EFLAGS.TF on VMRUN
 2021-07-15 19:05 UTC  (4+ messages)
` [PATCH 1/2] nSVM: Add a variant of svm_vmrun() for executing custom guest code
` [PATCH 2/2] Test: nSVM: Test the effect of guest EFLAGS.TF on VMRUN

[PATCH 00/16] KVM: arm64: MMIO guard PV services
 2021-07-15 16:31 UTC  (17+ messages)
` [PATCH 01/16] KVM: arm64: Generalise VM features into a set of flags
` [PATCH 02/16] KVM: arm64: Don't issue CMOs when the physical address is invalid
` [PATCH 03/16] KVM: arm64: Turn kvm_pgtable_stage2_set_owner into kvm_pgtable_stage2_annotate
` [PATCH 04/16] KVM: arm64: Add MMIO checking infrastructure
` [PATCH 05/16] KVM: arm64: Plumb MMIO checking into the fault handling
` [PATCH 06/16] KVM: arm64: Force a full unmap on vpcu reinit
` [PATCH 07/16] KVM: arm64: Wire MMIO guard hypercalls
` [PATCH 08/16] KVM: arm64: Add tracepoint for failed MMIO guard check
` [PATCH 09/16] KVM: arm64: Advertise a capability for MMIO guard
` [PATCH 10/16] KVM: arm64: Add some documentation for the MMIO guard feature
` [PATCH 11/16] firmware/smccc: Call arch-specific hook on discovering KVM services
` [PATCH 12/16] mm/ioremap: Add arch-specific callbacks on ioremap/iounmap calls
` [PATCH 13/16] arm64: Implement ioremap/iounmap hooks calling into KVM's MMIO guard
` [PATCH 14/16] arm64: Enroll into KVM's MMIO guard if required
` [PATCH 15/16] arm64: Add a helper to retrieve the PTE of a fixmap
` [PATCH 16/16] arm64: Register earlycon fixmap with the MMIO guard

[PATCH v2 0/4] bus: Make remove callback return void
 2021-07-15 13:02 UTC  (3+ messages)
` [PATCH v2 4/4] "

[RFC PATCH 0/6] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-07-15 13:24 UTC  (4+ messages)
` [RFC PATCH 3/6] i386/sev: initialize SNP context

[PATCH 0/3] kvm-arm64: Fix PMU reset values (and more)
 2021-07-15 12:25 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm64: Narrow PMU sysreg reset values to architectural requirements

[PATCH] KVM: x86/cpuid: Expose the true number of available ASIDs
 2021-07-15 11:51 UTC  (3+ messages)

[PATCH v1 0/2] s390x: KVM: CPU Topology
 2021-07-15 11:37 UTC  (13+ messages)
` [PATCH v1 1/2] s390x: KVM: accept STSI for CPU topology information
` [PATCH v1 2/2] KVM: s390: Topology expose TOPOLOGY facility

Any way to disable KVM VHE extension?
 2021-07-15 10:49 UTC  (7+ 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).