kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-02 18:57:27 to 2021-02-03 15:04:05 UTC [more...]

[PATCH v6 00/19] KVM: Add minimal support for Xen HVM guests
 2021-02-03 15:01 UTC  (17+ messages)
` [PATCH v6 01/19] KVM: x86/xen: fix Xen hypercall page msr handling
` [PATCH v6 02/19] KVM: x86/xen: Fix __user pointer handling for hypercall page installation
` [PATCH v6 03/19] KVM: x86/xen: intercept xen hypercalls if enabled
` [PATCH v6 04/19] KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
` [PATCH v6 05/19] KVM: x86/xen: Move KVM_XEN_HVM_CONFIG handling to xen.c
` [PATCH v6 06/19] KVM: x86/xen: Add kvm_xen_enabled static key
` [PATCH v6 07/19] KVM: x86/xen: add KVM_XEN_HVM_SET_ATTR/KVM_XEN_HVM_GET_ATTR
` [PATCH v6 08/19] KVM: x86/xen: latch long_mode when hypercall page is set up
` [PATCH v6 10/19] KVM: x86/xen: register shared_info page
` [PATCH v6 11/19] xen: add wc_sec_hi to struct shared_info
` [PATCH v6 12/19] KVM: x86/xen: update wallclock region
` [PATCH v6 14/19] KVM: x86/xen: register vcpu info
` [PATCH v6 15/19] KVM: x86/xen: setup pvclock updates
` [PATCH v6 16/19] KVM: x86/xen: register vcpu time info region
` [PATCH v6 17/19] KVM: x86/xen: Add event channel interrupt vector upcall
` [PATCH v6 18/19] KVM: x86: declare Xen HVM shared info capability and add test case

[PATCH 1/2] KVM: x86/mmu: Make HVA handler retpoline-friendly
 2021-02-03 14:43 UTC  (16+ messages)
` [PATCH 2/2] KVM: Scalable memslots implementation

[PATCH v2 0/4] KVM: x86/pmu: Guest Architectural LBR Enabling
 2021-02-03 14:37 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: vmx/pmu: Add MSR_ARCH_LBR_DEPTH emulation for Arch LBR
` [PATCH v2 2/4] KVM: vmx/pmu: Add MSR_ARCH_LBR_CTL "
` [PATCH v2 3/4] KVM: vmx/pmu: Add Arch LBR emulation and its VMCS field
` [PATCH v2 4/4] KVM: x86: Expose Architectural LBR CPUID and its XSAVES bit

[RFC v2 0/4] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-02-03 14:10 UTC  (7+ messages)
` [RFC v2 2/4] KVM: x86: add support for ioregionfd signal handling
` [RFC v2 3/4] KVM: add support for ioregionfd cmds/replies serialization

[PATCH v2 0/9] Introduce vfio-pci-core subsystem
 2021-02-03 13:54 UTC  (18+ messages)
` [PATCH 8/9] vfio/pci: use x86 naming instead of igd

[PATCH v2 0/7] KVM: arm64: More PMU/debug ID register fixes
 2021-02-03 13:28 UTC  (10+ messages)
` [PATCH v2 6/7] KVM: arm64: Upgrade PMU support to ARMv8.4

[PATCH v3 0/5] amba: minor fix and various cleanups
 2021-02-03 13:18 UTC  (9+ messages)
` [PATCH v3 4/5] amba: Make the remove callback return void
` [GIT PULL] immutable branch for amba changes targeting v5.12-rc1
  ` [PATCH] mailbox: arm_mhuv2: make remove callback return void

[kvm-unit-tests PATCH v3 00/11] GIC fixes and improvements
 2021-02-03 12:59 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 02/11] lib: arm/arm64: gicv2: Document existing barriers when sending IPIs
` [kvm-unit-tests PATCH v3 04/11] arm/arm64: gic: Remove unnecessary synchronization with stats_reset()
` [kvm-unit-tests PATCH v3 05/11] arm/arm64: gic: Use correct memory ordering for the IPI test

[PATCH v15 00/14] Introduce support for guest CET feature
 2021-02-03 12:59 UTC  (20+ messages)
` [PATCH v15 01/14] KVM: x86: Report XSS as an MSR to be saved if there are supported features
` [PATCH v15 02/14] KVM: x86: Refresh CPUID on writes to MSR_IA32_XSS
` [PATCH v15 03/14] KVM: x86: Load guest fpu state when accessing MSRs managed by XSAVES
` [PATCH v15 04/14] KVM: x86: Add #CP support in guest exception dispatch
` [PATCH v15 05/14] KVM: VMX: Introduce CET VMCS fields and flags
` [PATCH v15 06/14] KVM: x86: Add fault checks for CR4.CET
` [PATCH v15 07/14] KVM: VMX: Emulate reads and writes to CET MSRs
` [PATCH v15 08/14] KVM: VMX: Add a synthetic MSR to allow userspace VMM to access GUEST_SSP
` [PATCH v15 09/14] KVM: x86: Report CET MSRs as to-be-saved if CET is supported
` [PATCH v15 10/14] KVM: x86: Enable CET virtualization for VMX and advertise CET to userspace
` [PATCH v15 11/14] KVM: VMX: Pass through CET MSRs to the guest when supported
` [PATCH v15 12/14] KVM: nVMX: Add helper to check the vmcs01 MSR bitmap for MSR pass-through
` [PATCH v15 13/14] KVM: nVMX: Enable CET support for nested VMX
` [PATCH v15 14/14] KVM: x86: Save/Restore GUEST_SSP to/from SMRAM

[PATCH] swiotlb: Validate bounce size in the sync/unmap path
 2021-02-03 12:49 UTC  (8+ messages)

[PATCH v2 00/28] Allow parallel MMU operations with TDP MMU
 2021-02-03 12:39 UTC  (40+ messages)
` [PATCH v2 01/28] KVM: x86/mmu: change TDP MMU yield function returns to match cond_resched
` [PATCH v2 02/28] KVM: x86/mmu: Add comment on __tdp_mmu_set_spte
` [PATCH v2 03/28] KVM: x86/mmu: Add lockdep when setting a TDP MMU SPTE
` [PATCH v2 04/28] KVM: x86/mmu: Don't redundantly clear TDP MMU pt memory
` [PATCH v2 05/28] KVM: x86/mmu: Factor out handling of removed page tables
` [PATCH v2 06/28] locking/rwlocks: Add contention detection for rwlocks
` [PATCH v2 07/28] sched: Add needbreak "
` [PATCH v2 08/28] sched: Add cond_resched_rwlock
` [PATCH v2 09/28] KVM: x86/mmu: Fix braces in kvm_recover_nx_lpages
` [PATCH v2 10/28] KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEs
` [PATCH v2 11/28] KVM: x86/mmu: Merge flush and non-flush tdp_mmu_iter_cond_resched
` [PATCH v2 12/28] KVM: x86/mmu: Rename goal_gfn to next_last_level_gfn
` [PATCH v2 13/28] KVM: x86/mmu: Ensure forward progress when yielding in TDP MMU iter
` [PATCH v2 14/28] KVM: x86/mmu: Yield in TDU MMU iter even if no SPTES changed
` [PATCH v2 15/28] KVM: x86/mmu: Skip no-op changes in TDP MMU functions
` [PATCH v2 16/28] KVM: x86/mmu: Clear dirtied pages mask bit before early break
` [PATCH v2 17/28] KVM: x86/mmu: Protect TDP MMU page table memory with RCU
` [PATCH v2 18/28] KVM: x86/mmu: Use an rwlock for the x86 MMU
` [PATCH v2 19/28] KVM: x86/mmu: Factor out functions to add/remove TDP MMU pages
` [PATCH v2 20/28] KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map
` [PATCH v2 21/28] KVM: x86/mmu: Flush TLBs after zap in TDP MMU PF handler
` [PATCH v2 22/28] KVM: x86/mmu: Mark SPTEs in disconnected pages as removed
` [PATCH v2 23/28] KVM: x86/mmu: Allow parallel page faults for the TDP MMU
` [PATCH v2 24/28] KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock
` [PATCH v2 25/28] KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU "
` [PATCH v2 26/28] KVM: x86/mmu: Allow enabling / disabling dirty logging under "
` [PATCH v2 27/28] KVM: selftests: Add backing src parameter to dirty_log_perf_test
` [PATCH v2 28/28] KVM: selftests: Disable dirty logging with vCPUs running

[PATCH kvm-unit-tests] x86: add CR4.DE test to debug.flat
 2021-02-03 11:41 UTC 

[PATCH v8 00/13] Generalize memory encryption models
 2021-02-03 10:42 UTC  (8+ messages)
` [PATCH v8 07/13] confidential guest support: Introduce cgs "ready" flag
` [PATCH v8 12/13] confidential guest support: Alter virtio default properties for protected guests
` [PATCH v8 13/13] s390: Recognize confidential-guest-support option

[PATCH] KVM: MIPS: remove unneeded semicolon
 2021-02-03 10:37 UTC  (2+ messages)

[PATCH v2 0/2] s390/kvm: fix MVPG when in VSIE
 2021-02-03 10:36 UTC  (3+ messages)
` [PATCH v2 2/2] s390/kvm: VSIE: correctly handle "

[kvm-unit-tests PATCH v1 4/5] s390x: css: SCHM tests format 0
 2021-02-03 10:12 UTC  (8+ messages)
  ` [kvm-unit-tests PATCH v1 3/5] s390x: css: implementing Set CHannel Monitor
  ` [kvm-unit-tests PATCH v1 2/5] s390x: css: simplifications of the tests
  ` [kvm-unit-tests PATCH v1 1/5] s390x: css: Store CSS Characteristics

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-02-03 10:03 UTC  (64+ messages)
` [RFC PATCH v3 01/27] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [RFC PATCH v3 03/27] x86/sgx: Remove a warn from sgx_free_epc_page()
` [RFC PATCH v3 04/27] x86/sgx: Wipe out EREMOVE "
` [RFC PATCH v3 08/27] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [RFC PATCH v3 14/27] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [RFC PATCH v3 16/27] KVM: VMX: Convert vcpu_vmx.exit_reason to a union
` [RFC PATCH v3 23/27] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions

[PATCH] KVM: vmx/pmu: Add VMCS fields check before exposing LBR_FMT
 2021-02-03  9:42 UTC  (2+ messages)

[PATCH 0/3] use kvm_complete_insn_gp more
 2021-02-03  9:24 UTC  (4+ messages)
` [PATCH 3/3] KVM: x86: move kvm_inject_gp up from kvm_set_dr to callers

Optimized clocksource with AMD AVIC enabled for Windows guest
 2021-02-03  9:15 UTC  (3+ messages)

[RFC PATCH 00/12] KVM: Support Intel KeyLocker
 2021-02-03  8:45 UTC  (5+ messages)
` [RFC PATCH 03/12] kvm/vmx: Introduce the new tertiary processor-based VM-execution controls

[PATCH] KVM: x86: cleanup CR3 reserved bits checks
 2021-02-03  8:28 UTC  (3+ messages)

[PATCH 0/5 v3] KVM: nSVM: Check addresses of MSR bitmap and IO bitmap tables on vmrun of nested guests
 2021-02-03  8:23 UTC  (7+ messages)
` [PATCH 1/5 v3] KVM: SVM: Move IOPM_ALLOC_ORDER and MSRPM_ALLOC_ORDER #defines to svm.h
` [PATCH 2/5 v3] nSVM: Check addresses of MSR and IO bitmap
` [PATCH 3/5 v3] KVM: nSVM: Cleanup in nested_svm_vmrun()
` [PATCH 4/5 v3] Test: nSVM: Test MSR and IO bitmap address
` [PATCH 5/5 v3] Test: SVM: Use ALIGN macro when aligning 'io_bitmap_area'

[PATCH 0/3] nSVM: Test host RFLAGS.TF on VMRUN
 2021-02-03  8:15 UTC  (5+ messages)
` [PATCH 1/3] KVM: SVM: Replace hard-coded value with #define
` [PATCH 2/3] nVMX: Add helper functions to set/unset host RFLAGS.TF on the VMRUN instruction
` [PATCH 3/3] nSVM: Test effect of host RFLAGS.TF on VMRUN

[PATCH v4 0/3] KVM: SVM: Refactor vcpu_load/put to use vmload/vmsave for host state
 2021-02-03  8:10 UTC  (7+ messages)
` [PATCH v4 1/3] KVM: SVM: use vmsave/vmload for saving/restoring additional "
` [PATCH v4 2/3] KVM: SVM: remove uneeded fields from host_save_users_msrs
` [PATCH v4 3/3] KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup

[PATCH] KVM: SVM: Use 'unsigned long' for the physical address passed to VMSAVE
 2021-02-03  8:03 UTC  (3+ messages)

[PATCH] KVM: SVM: Treat SVM as unsupported when running as an SEV guest
 2021-02-03  8:02 UTC  (2+ messages)

[kvm:nested-svm 79/95] arch/x86/kvm/vmx/vmx.c:5649:12: error: conflicting types for 'handle_bus_lock'
 2021-02-03  7:41 UTC  (2+ messages)

[Announcement] Successful KVM RISC-V bring up on FPGA (Rocket core with H extension)
 2021-02-03  3:06 UTC  (2+ messages)

[PATCH v3 06/21] x86/fpu/xstate: Calculate and remember dynamic xstate buffer sizes
 2021-02-03  2:54 UTC  (5+ messages)

[PATCH v16 0/9] Enable ptp_kvm for arm/arm64
 2021-02-03  2:40 UTC  (5+ messages)
` [PATCH v16 9/9] arm64: Add kvm capability check extension for ptp_kvm

[PATCH v5 0/2] System Generation ID driver and VMGENID backend
 2021-02-02 22:58 UTC  (3+ messages)
` [PATCH v5 1/2] drivers/misc: sysgenid: add system generation id driver

[kvm:queue 75/78] include/linux/compiler-gcc.h:96:38: error: inconsistent operand constraints in an 'asm'
 2021-02-02 22:03 UTC  (2+ 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).