kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-07 19:56:42 to 2019-10-10 05:17:04 UTC [more...]

[PATCH v6 0/2] x86: Enable user wait instructions
 2019-10-10  5:16 UTC  (2+ messages)
` [PATCH v6 1/2] x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE

[PATCH] kvm/x86 : Replace BUG_ON(1) with BUG()
 2019-10-10  2:52 UTC 

[PATCH v7 0/7] Introduce support for Guest CET feature
 2019-10-10  1:30 UTC  (25+ messages)
` [PATCH v7 1/7] KVM: CPUID: Fix IA32_XSS support in CPUID(0xd,i) enumeration
` [PATCH v7 2/7] kvm: vmx: Define CET VMCS fields and CPUID flags
` [PATCH v7 3/7] KVM: VMX: Pass through CET related MSRs to Guest
` [PATCH v7 4/7] KVM: VMX: Load Guest CET via VMCS when CET is enabled in Guest
` [PATCH v7 6/7] KVM: x86: Load Guest fpu state when accessing MSRs managed by XSAVES
` [PATCH v7 7/7] KVM: x86: Add user-space access interface for CET MSRs

[Patch 1/6] KVM: VMX: Remove unneeded check for X86_FEATURE_XSAVE
 2019-10-10  0:42 UTC  (22+ messages)
` [Patch 2/6] KVM: VMX: Use wrmsr for switching between guest and host IA32_XSS
` [Patch 3/6] kvm: svm: Add support for XSAVES on AMD
` [Patch 4/6] kvm: svm: Enumerate XSAVES in guest CPUID when it is available to the guest
` [Patch 5/6] kvm: x86: Add IA32_XSS to the emulated_msrs list
` [Patch 6/6] kvm: tests: Add test to verify MSR_IA32_XSS

[Bug 205151] New: "user requested TSC rate below hardware speed" warning
 2019-10-09 23:01 UTC 

[PATCH AUTOSEL 5.3 01/68] KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATH
 2019-10-09 22:50 UTC  (8+ messages)
` [PATCH AUTOSEL 5.3 25/68] kvm: x86: Fix a spurious -E2BIG in __do_cpuid_func
` [PATCH AUTOSEL 5.3 26/68] kvm: x86: Improve emulation of CPUID leaves 0BH and 1FH
` [PATCH AUTOSEL 5.3 27/68] kvm: x86: Use AMD CPUID semantics for AMD vCPUs
` [PATCH AUTOSEL 5.3 28/68] KVM: x86: Expose XSAVEERPTR to the guest

[PATCH AUTOSEL 4.19 08/26] kvm: x86: Improve emulation of CPUID leaves 0BH and 1FH
 2019-10-09 22:49 UTC  (6+ messages)
` [PATCH AUTOSEL 4.19 09/26] kvm: x86: Use AMD CPUID semantics for AMD vCPUs
` [PATCH AUTOSEL 4.19 15/26] kvm: vmx: Limit guest PMCs to those supported on the host

[PATCH v2 0/8] KVM: x86: nVMX GUEST_CR3 bug fix, and then some
 2019-10-09 21:30 UTC  (18+ messages)
` [PATCH v2 4/8] KVM: VMX: Optimize vmx_set_rflags() for unrestricted guest
` [PATCH v2 5/8] KVM: x86: Add WARNs to detect out-of-bounds register indices
` [PATCH v2 6/8] KVM: x86: Fold 'enum kvm_ex_reg' definitions into 'enum kvm_reg'
` [PATCH v2 7/8] KVM: x86: Add helpers to test/mark reg availability and dirtiness
` [PATCH v2 8/8] KVM: x86: Fold decache_cr3() into cache_reg()

[PATCH 00/16] x86/cpu: Clean up handling of VMX features
 2019-10-09 21:13 UTC  (12+ messages)
` [PATCH 10/16] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [PATCH 11/16] x86/cpu: Print VMX features as separate line item in /proc/cpuinfo

[RFC PATCH v3 0/6] Enable ptp_kvm for arm64
 2019-10-09 20:56 UTC  (15+ messages)
` [RFC PATCH v3 4/6] psci: Add hvc call service for ptp_kvm

[PATCH v11 0/6] mm / virtio: Provide support for unused page reporting
 2019-10-09 19:46 UTC  (20+ messages)

KVM-unit-tests on AMD
 2019-10-09 19:00 UTC  (12+ messages)

[kvm-unit-tests PATCH] x86: vmx: Fix the check whether CMCI is supported
 2019-10-09 11:27 UTC 

[PATCH AUTOSEL 4.14 06/21] kvm: x86: Improve emulation of CPUID leaves 0BH and 1FH
 2019-10-09 17:06 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 07/21] kvm: x86: Use AMD CPUID semantics for AMD vCPUs
` [PATCH AUTOSEL 4.14 13/21] kvm: vmx: Limit guest PMCs to those supported on the host

[PATCH AUTOSEL 4.4 06/11] kvm: vmx: Limit guest PMCs to those supported on the host
 2019-10-09 17:06 UTC 

[PATCH AUTOSEL 4.9 07/13] kvm: vmx: Limit guest PMCs to those supported on the host
 2019-10-09 17:06 UTC 

[PATCH] selftests: kvm: fix sync_regs_test with newer gccs
 2019-10-09 16:22 UTC  (9+ messages)

[PATCH v3] x86/hyperv: make vapic support x2apic mode
 2019-10-09 15:41 UTC  (3+ messages)

[PATCH v2 00/11] VSOCK: add vsock_test test suite
 2019-10-09 15:15 UTC  (4+ messages)
` [PATCH v2 07/11] VSOCK: add AF_VSOCK test cases

[RFC PATCH 00/13] vsock: add multi-transports support
 2019-10-09 13:29 UTC  (29+ messages)
` [RFC PATCH 01/13] vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT
` [RFC PATCH 02/13] vsock: remove vm_sockets_get_local_cid()
` [RFC PATCH 03/13] vsock: remove include/linux/vm_sockets.h file
` [RFC PATCH 04/13] vsock: add 'transport' member in the struct vsock_sock
` [RFC PATCH 05/13] vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
` [RFC PATCH 06/13] vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()
` [RFC PATCH 07/13] vsock: handle buffer_size sockopts in the core
` [RFC PATCH 08/13] vsock: move vsock_insert_unbound() in the vsock_create()
` [RFC PATCH 09/13] hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()
` [RFC PATCH 10/13] vsock: add multi-transports support
` [RFC PATCH 11/13] vsock: add 'transport_hg' to handle g2h\h2g transports
` [RFC PATCH 12/13] vsock: prevent transport modules unloading
` [RFC PATCH 13/13] vsock: fix bind() behaviour taking care of CID

[RFC PATCH 0/2] Add virtual SDEI support for arm64
 2019-10-09 12:33 UTC  (4+ messages)
` [RFC PATCH 1/2] kvm/arm: add capability to forward hypercall to user space

[PATCH] powerpc: Fix up RTAS invocation for new qemu versions
 2019-10-09 11:12 UTC  (3+ messages)

[kvm-unit-tests PATCH] lib: use an argument which doesn't require default argument promotion
 2019-10-09 10:13 UTC  (2+ messages)

[PATCH 0/5] SEV fixes and performance enhancements
 2019-10-09 10:08 UTC  (2+ messages)

[PATCH v3 00/16] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
 2019-10-09  9:55 UTC  (12+ messages)
` [PATCH v3 04/16] kvm: x86: Add support for activate/de-activate APICv at runtime
` [PATCH v3 06/16] kvm: x86: svm: Add support to activate/deactivate posted interrupts
` [PATCH v3 09/16] kvm: x86: hyperv: Use APICv deactivate request interface
` [PATCH v3 15/16] kvm: x86: ioapic: Lazy update IOAPIC EOI

Easy way to track Qcow2 space consumption
 2019-10-09  9:32 UTC  (2+ messages)

[PATCH 0/3] KVM: x86/vPMU: Efficiency optimization by reusing last created perf_event
 2019-10-09  9:32 UTC  (11+ messages)
` [PATCH 3/3] KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMC

[PATCH v5 0/2] x86: Enable user wait instructions
 2019-10-09  8:21 UTC  (5+ messages)
` [PATCH v5 1/2] x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE

[PATCH 0/3] selftests: kvm: improvements to VMX support check
 2019-10-09  8:07 UTC  (5+ messages)
` [PATCH 1/3] selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twice
` [PATCH 2/3] selftests: kvm: consolidate VMX support checks
` [PATCH 3/3] selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supported

[PATCH v7 10/21] RISC-V: KVM: Handle MMIO exits for VCPU
 2019-10-09  4:58 UTC  (3+ messages)

[PATCH v5 0/9] Enable Sub-page Write Protection Support
 2019-10-09  2:17 UTC  (2+ messages)

[PATCH v2] KVM: nVMX: Don't leak L1 MMIO regions to L2
 2019-10-09  0:03 UTC 

[PATCH v2 0/5] KVM: arm64: Assorted PMU emulation fixes
 2019-10-08 22:42 UTC  (10+ messages)
` [PATCH v2 1/5] KVM: arm64: pmu: Fix cycle counter truncation
` [PATCH v2 2/5] arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systems
` [PATCH v2 3/5] KVM: arm64: pmu: Set the CHAINED attribute before creating the in-kernel event
` [PATCH v2 4/5] arm64: perf: Add reload-on-overflow capability
` [PATCH v2 5/5] KVM: arm64: pmu: Reset sample period on overflow handling

[PATCH v2] x86/hyperv: make vapic support x2apic mode
 2019-10-08 20:54 UTC  (7+ messages)

[PATCH kvm-unit-tests] x86: svm: run svm.flat unit tests with -cpu host
 2019-10-08 16:46 UTC  (2+ messages)

[PATCH RFC] selftests: kvm: fix sync_regs_test with newer gccs
 2019-10-08 15:19 UTC  (2+ messages)

[RFC PATCH] mm: set memory section offline when all its pages are offline
 2019-10-08 14:51 UTC  (2+ messages)

[PATCH v4 0/4] Retrieving zPCI specific info with VFIO
 2019-10-08 13:30 UTC  (7+ messages)
` [PATCH v4 3/4] vfio: zpci: defining the VFIO headers

[PATCH v18 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-10-08 13:25 UTC  (18+ messages)
` [PATCH v18 2/6] docs: APEI GHES generation and CPER record description
  ` [Qemu-devel] "
` [PATCH v18 3/6] ACPI: Add APEI GHES table generation support
` [PATCH v18 4/6] KVM: Move hwpoison page related functions into include/sysemu/kvm_int.h
  ` [Qemu-arm] "
` [PATCH v18 5/6] target-arm: kvm64: inject synchronous External Abort
` [PATCH v18 6/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH v6 00/10] s390: vfio-ap: dynamic configuration support
 2019-10-08 12:57 UTC  (3+ messages)

[PATCH v2] KVM: Don't shrink/grow vCPU halt_poll_ns if host side polling is disabled
 2019-10-08 12:11 UTC  (3+ messages)

[PATCH kvm-unit-tests] vmexit: measure IPI and EOI cost
 2019-10-08 12:10 UTC  (3+ messages)

[PATCH v5 0/5] Add a unified parameter "nopvspin"
 2019-10-07  9:04 UTC  (6+ messages)
` [PATCH v5 1/5] Revert "KVM: X86: Fix setup the virt_spin_lock_key before static key get initialized"
` [PATCH v5 2/5] x86/kvm: Change print code to use pr_*() format
` [PATCH v5 3/5] x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
` [PATCH v5 4/5] xen: Mark "xen_nopvspin" parameter obsolete
` [PATCH v5 5/5] x86/hyperv: Mark "hv_nopvspin" "

[RFC PATCH 0/4] Use 1st-level for DMA remapping in guest
 2019-10-08  2:20 UTC  (10+ messages)
` [RFC PATCH 2/4] iommu/vt-d: Add first level page table interfaces

[PATCH v4 0/4] Add a unified parameter "nopvspin"
 2019-10-08  2:17 UTC  (6+ messages)
` [PATCH v4 1/4] x86/kvm: Add "nopvspin" parameter to disable PV spinlocks

Determining whether LVT_CMCI is supported
 2019-10-07 20:23 UTC  (4+ 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).