kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-15 18:37:36 to 2021-07-19 12:40:00 UTC [more...]

[PATCH v2 0/4] kvm-arm64: Fix PMU reset values (and more)
 2021-07-19 12:39 UTC  (3+ messages)
` [PATCH v2 1/4] KVM: arm64: Narrow PMU sysreg reset values to architectural requirements
` [PATCH v2 2/4] KVM: arm64: Drop unnecessary masking of PMU registers

[PATCH 0/5] IPI virtualization support for VM
 2021-07-19 12:38 UTC  (15+ 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

[RFC PATCH 0/6] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-07-19 12:34 UTC  (7+ messages)
` [RFC PATCH 1/6] linux-header: add the SNP specific command
` [RFC PATCH 4/6] i386/sev: add the SNP launch start context
` [RFC PATCH 6/6] i386/sev: populate secrets and cpuid page and finalize the SNP launch

[PATCH 02/13] vfio: Introduce a vfio_uninit_group_dev() API call
 2021-07-19 12:17 UTC  (3+ messages)

[PATCH 01/13] vfio/samples: Remove module get/put
 2021-07-19 11:42 UTC  (2+ messages)

[Bug 213781] New: KVM: x86/svm: The guest (#vcpu>1) can't boot up with QEMU "-overcommit cpu-pm=on"
 2021-07-19 10:57 UTC  (2+ messages)
` [Bug 213781] "

[PATCH v2 0/8] My AVIC patch queue
 2021-07-19  9:58 UTC  (7+ messages)
` [PATCH v2 8/8] KVM: x86: hyper-v: Deactivate APICv only when AutoEOI feature is in use

[PATCH 0/5] KVM: Remove kvm_is_transparent_hugepage() and friends
 2021-07-19  9:31 UTC  (10+ messages)
` [PATCH 1/5] KVM: arm64: Walk userspace page tables to compute the THP mapping size
` [PATCH 2/5] KVM: arm64: Avoid mapping size adjustment on permission fault
` [PATCH 3/5] KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()
` [PATCH 4/5] KVM: arm64: Use get_page() instead of kvm_get_pfn()
` [PATCH 5/5] KVM: Get rid "

[PATCH] KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()
 2021-07-19  9:03 UTC  (3+ messages)
` [PATCH 2/1] KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloadsave_state()

[PATCH v4 1/2] qdev-properties: Add a new macro with bitmask check for uint64_t property
 2021-07-19  7:35 UTC  (2+ messages)

[PATCH v6 00/12] Introduce Architectural LBR for vPMU
 2021-07-19  7:27 UTC  (15+ 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] vfio: Use config not menuconfig for VFIO_NOIOMMU
 2021-07-19  6:19 UTC  (2+ messages)

[PATCH 1/2] vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()
 2021-07-19  3:30 UTC  (4+ messages)
` [PATCH 2/2] vhost: Fix the calculation in vhost_overflow()

[PATCH v2 00/12] KVM: Add idempotent controls for migrating system counter state
 2021-07-19  0:48 UTC  (19+ 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-19  0:41 UTC  (23+ 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] vhost_net: Convert from atomic_t to refcount_t on vhost_net_ubuf_ref->refcount
 2021-07-18 22:38 UTC  (3+ messages)

[GIT PULL] KVM/arm64 fixes for 5.14, take #1
 2021-07-18 10:55 UTC 

wiki: Mistake at page/Memory
 2021-07-17 16:47 UTC 

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

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-17  0:46 UTC  (77+ messages)
` [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 "

[RFC PATCH] x86/kvm: do not touch watchdogs in pvclock
 2021-07-17  0:24 UTC  (2+ messages)

[RFC v2] /dev/iommu uAPI proposal
 2021-07-16 18:30 UTC  (14+ 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 "

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

[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 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  (7+ messages)
` [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)

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


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