kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-24 10:07:46 to 2021-02-26 02:10:14 UTC [more...]

[PATCH v7 0/6] Enable CET support for guest
 2021-02-26  2:20 UTC  (3+ messages)
` [PATCH v7 1/6] target/i386: Change XSAVE related feature-word names
` [PATCH v7 2/6] target/i386: Enable XSS feature enumeration for CPUID

[PATCH 0/5] KVM: x86/mmu: Misc cleanups, mostly TDP MMU
 2021-02-26  1:03 UTC  (6+ messages)
` [PATCH 1/5] KVM: x86/mmu: Remove spurious TLB flush from TDP MMU's change_pte() hook
` [PATCH 2/5] KVM: x86/mmu: WARN if TDP MMU's set_tdp_spte() sees multiple GFNs
` [PATCH 3/5] KVM: x86/mmu: Use 'end' param in TDP MMU's test_age_gfn()
` [PATCH 4/5] KVM: x86/mmu: Add typedefs for rmap/iter handlers
` [PATCH 5/5] KVM: x86/mmu: Add convenience wrapper for acting on single hva in TDP MMU

[PATCH 1/1] KVM: x86: remove incorrect comment on active_mmu_pages
 2021-02-26  0:44 UTC  (2+ messages)

[RFC PATCH 00/10] vfio: Device memory DMA mapping improvements
 2021-02-25 23:49 UTC  (20+ messages)
` [RFC PATCH 04/10] vfio/pci: Use vfio_device_unmap_mapping_range()
` [RFC PATCH 05/10] vfio: Create a vfio_device from vma lookup
` [RFC PATCH 10/10] vfio/type1: Register device notifier

[RFC PATCH v2 0/7] Some improvement and a new test for kvm page table
 2021-02-25 23:45 UTC  (14+ messages)
` [RFC PATCH v2 1/7] tools include: sync head files of mmap flag encodings about hugetlb
` [RFC PATCH v2 2/7] KVM: selftests: Use flag CLOCK_MONOTONIC_RAW for timing
` [RFC PATCH v2 3/7] KVM: selftests: Make a generic helper to get vm guest mode strings
` [RFC PATCH v2 4/7] KVM: selftests: Add a helper to get system configured THP page size
` [RFC PATCH v2 5/7] KVM: selftests: List all hugetlb src types specified with page sizes
` [RFC PATCH v2 6/7] KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers
` [RFC PATCH v2 7/7] KVM: selftests: Add a test for kvm page table code

[PATCH v10 00/17] Add AMD SEV guest live migration support
 2021-02-25 23:24 UTC  (9+ messages)
` [PATCH v10 10/16] KVM: x86: Introduce KVM_GET_SHARED_PAGES_LIST ioctl

[GIT PULL] Second batch of KVM changes for Linux 5.12
 2021-02-25 20:59 UTC 

[PATCH 00/24] KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs
 2021-02-25 20:47 UTC  (25+ messages)
` [PATCH 01/24] KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled
` [PATCH 02/24] KVM: x86/mmu: Check for shadow-present SPTE before querying A/D status
` [PATCH 03/24] KVM: x86/mmu: Bail from fast_page_fault() if SPTE is not shadow-present
` [PATCH 04/24] KVM: x86/mmu: Disable MMIO caching if MMIO value collides with L1TF
` [PATCH 05/24] KVM: x86/mmu: Retry page faults that hit an invalid memslot
` [PATCH 06/24] KVM: x86/mmu: Don't install bogus MMIO SPTEs if MMIO caching is disabled
` [PATCH 07/24] KVM: x86/mmu: Handle MMIO SPTEs directly in mmu_set_spte()
` [PATCH 08/24] KVM: x86/mmu: Drop redundant trace_kvm_mmu_set_spte() in the TDP MMU
` [PATCH 09/24] KVM: x86/mmu: Rename 'mask' to 'spte' in MMIO SPTE helpers
` [PATCH 10/24] KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEs
` [PATCH 11/24] KVM: x86/mmu: Add module param to disable MMIO caching (for testing)
` [PATCH 12/24] KVM: x86/mmu: Rename and document A/D scheme for TDP SPTEs
` [PATCH 13/24] KVM: x86/mmu: Use MMIO SPTE bits 53 and 52 for the MMIO generation
` [PATCH 14/24] KVM: x86/mmu: Document dependency bewteen TDP A/D type and saved bits
` [PATCH 15/24] KVM: x86/mmu: Move initial kvm_mmu_set_mask_ptes() call into MMU proper
` [PATCH 16/24] KVM: x86/mmu: Co-locate code for setting various SPTE masks
` [PATCH 17/24] KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU proper
` [PATCH 18/24] KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamic
` [PATCH 19/24] KVM: x86/mmu: Use high bits for host/mmu writable masks for EPT SPTEs
` [PATCH 20/24] KVM: x86/mmu: Use a dedicated bit to track shadow/MMU-present SPTEs
` [PATCH 21/24] KVM: x86/mmu: Tweak auditing WARN for A/D bits to !PRESENT (was MMIO)
` [PATCH 22/24] KVM: x86/mmu: Use is_removed_spte() instead of open coded equivalents
` [PATCH 23/24] KVM: x86/mmu: Use low available bits for removed SPTEs
` [PATCH 24/24] KVM: x86/mmu: Dump reserved bits if they're detected on non-MMIO SPTE

[RFC] KVM: x86: Support KVM VMs sharing SEV context
 2021-02-25 20:36 UTC  (13+ messages)

[GIT PULL] virtio: features, fixes
 2021-02-25 20:29 UTC  (2+ messages)

general protection fault in vmx_vcpu_run (2)
 2021-02-25 20:25 UTC  (9+ messages)

[PATCH v2 0/1] s390/vfio-ap: fix circular lockdep when staring SE guest
 2021-02-25 20:02 UTC  (10+ messages)
` [PATCH v2 1/1] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks

[PATCH] vfio/type1: fix unmap all on ILP32
 2021-02-25 19:25 UTC 

[RFC 0/2] cgroup: New misc cgroup controller
 2021-02-25 19:28 UTC  (11+ messages)
` [RFC 1/2] cgroup: sev: Add "
` [RFC 2/2] cgroup: sev: Miscellaneous cgroup documentation

[PATCH v4 0/2] s390/kvm: fix MVPG when in VSIE
 2021-02-25 19:12 UTC  (3+ messages)
` [PATCH v4 2/2] s390/kvm: VSIE: correctly handle "

[RFC PATCH 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-02-25 18:30 UTC  (11+ messages)
` [RFC PATCH 1/4] KVM: arm64: Move the clean of dcache to the map handler

[Bug 201753] AMD-Vi: Unable to write to IOMMU perf counter
 2021-02-25 17:54 UTC  (2+ messages)

[PATCH 0/4] RFC/WIP: KVM: separate injected and pending exception + few more fixes
 2021-02-25 17:25 UTC  (9+ messages)
` [PATCH 1/4] KVM: x86: determine if an exception has an error code only when injecting it
` [PATCH 2/4] KVM: x86: mmu: initialize fault.async_page_fault in walk_addr_generic
` [PATCH 3/4] KVM: x86: pending exception must be be injected even with an injected event
` [PATCH 4/4] kvm: WIP separation of injected and pending exception

[RFC PATCH v5 00/19] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-02-25 17:01 UTC  (7+ messages)
` [RFC PATCH v5 02/19] af_vsock: separate wait data loop
` [RFC PATCH v5 04/19] af_vsock: implement SEQPACKET receive loop

[PATCH] SVM: add two tests for exitintinto on exception
 2021-02-25 16:10 UTC 

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-02-25 16:06 UTC  (2+ messages)

[RFC v10 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2021-02-25 14:14 UTC 

[PATCH] Documentation: kvm: fix messy conversion from .txt to .rst
 2021-02-25 13:38 UTC 

[PATCH 0/7] x86/seves: Support 32-bit boot path and other updates
 2021-02-25 12:13 UTC  (5+ messages)
` [PATCH 3/7] x86/boot/compressed/64: Setup IDT in startup_32 boot path
` [PATCH 4/7] x86/boot/compressed/64: Add 32-bit boot #VC handler

Optimized clocksource with AMD AVIC enabled for Windows guest
 2021-02-25 10:25 UTC  (11+ messages)

[PATCH] KVM: SVM: Fix nested VM-Exit on #GP interception handling
 2021-02-25 10:15 UTC  (2+ messages)

[PATCH 00/15] VM: selftests: Hugepage fixes and cleanups
 2021-02-25  7:57 UTC  (5+ messages)
` [PATCH 03/15] KVM: selftests: Align HVA for HugeTLB-backed memslots
` [PATCH 04/15] KVM: selftests: Force stronger HVA alignment (1gb) for hugepages

[PATCH] KVM: nVMX: Set X86_CR4_CET in cr4_fixed1_bits if CET IBT is enabled
 2021-02-25  3:09 UTC  (2+ messages)
` [PATCH v2] KVM: nVMX: Sync L2 guest CET states between L1/L2

[PATCH v2] KVM: x86: Revise guest_fpu xcomp_bv field
 2021-02-25 10:49 UTC 

[PATCH v1] kvm: x86: Revise guest_fpu xcomp_bv field
 2021-02-25  2:02 UTC  (8+ messages)

[PATCH kvmtool v2 00/22] Unify I/O port and MMIO trap handling
 2021-02-25  0:59 UTC  (23+ messages)
` [PATCH kvmtool v2 01/22] ioport: Remove ioport__setup_arch()
` [PATCH kvmtool v2 02/22] hw/serial: Use device abstraction for FDT generator function
` [PATCH kvmtool v2 03/22] ioport: Retire .generate_fdt_node functionality
` [PATCH kvmtool v2 04/22] mmio: Extend handling to include ioport emulation
` [PATCH kvmtool v2 05/22] hw/i8042: Clean up data types
` [PATCH kvmtool v2 06/22] hw/i8042: Refactor trap handler
` [PATCH kvmtool v2 07/22] hw/i8042: Switch to new trap handlers
` [PATCH kvmtool v2 08/22] x86/ioport: Refactor "
` [PATCH kvmtool v2 09/22] x86/ioport: Switch to new "
` [PATCH kvmtool v2 10/22] hw/rtc: Refactor "
` [PATCH kvmtool v2 11/22] hw/rtc: Switch to new trap handler
` [PATCH kvmtool v2 12/22] hw/vesa: Switch trap handling to use MMIO handler
` [PATCH kvmtool v2 13/22] hw/serial: Refactor trap handler
` [PATCH kvmtool v2 14/22] hw/serial: Switch to new trap handlers
` [PATCH kvmtool v2 15/22] vfio: Refactor ioport trap handler
` [PATCH kvmtool v2 16/22] vfio: Switch to new ioport trap handlers
` [PATCH kvmtool v2 17/22] virtio: Switch trap handling to use MMIO handler
` [PATCH kvmtool v2 18/22] pci: "
` [PATCH kvmtool v2 19/22] Remove ioport specific routines
` [PATCH kvmtool v2 20/22] arm: Reorganise and document memory map
` [PATCH kvmtool v2 21/22] hw/serial: ARM/arm64: Use MMIO at higher addresses
` [PATCH kvmtool v2 22/22] hw/rtc: "

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

[PATCH v7 1/2] drivers/misc: sysgenid: add system generation id driver
 2021-02-24 23:00 UTC 

[PATCH v6 00/12] SVM cleanup and INVPCID feature support
 2021-02-24 22:17 UTC  (12+ messages)

[PATCH 0/4 v3] nSVM: Test host RFLAGS.TF on VMRUN
 2021-02-24 21:59 UTC  (5+ messages)
` [PATCH 1/4 v3] KVM: nSVM: Do not advance RIP following VMRUN completion if the latter is single-stepped

[GIT PULL] VFIO updates for v5.12-rc1
 2021-02-24 18:46 UTC  (2+ messages)

[PATCH] KVM: x86: Remove the best->function == 0x7 assignment
 2021-02-24 18:04 UTC  (2+ messages)

[PATCH kvm-unit-tests v2 0/4] x86: hyperv_stimer: test direct mode
 2021-02-24 16:35 UTC  (5+ messages)
` [PATCH kvm-unit-tests v2 1/4] x86: hyperv_stimer: keep SINT number parameter in 'struct stimer'
` [PATCH kvm-unit-tests v2 2/4] x86: hyperv_stimer: define union hv_stimer_config
` [PATCH kvm-unit-tests v2 3/4] x86: hyperv_stimer: don't require hyperv-testdev
` [PATCH kvm-unit-tests v2 4/4] x86: hyperv_stimer: add direct mode tests

[PATCH kvmtool 00/21] Unify I/O port and MMIO trap handling
 2021-02-24 14:54 UTC  (6+ messages)
` [PATCH kvmtool 13/21] hw/serial: Refactor trap handler

[PATCH v4 0/5] KVM: x86: dump_vmcs: don't assume GUEST_IA32_EFER, show MSR autoloads/autosaves
 2021-02-24 14:04 UTC  (6+ messages)
` [PATCH v4 1/5] KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid
` [PATCH v4 2/5] KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCS
` [PATCH v4 3/5] KVM: x86: dump_vmcs should consider only the load controls of EFER/PAT
` [PATCH v4 4/5] KVM: x86: dump_vmcs should show the effective EFER
` [PATCH v4 5/5] KVM: x86: dump_vmcs should include the autoload/autostore MSR lists

[PATCH v2 0/3] KVM: x86: dump_vmcs: don't assume GUEST_IA32_EFER, show MSR autoloads/autosaves
 2021-02-24 13:31 UTC  (8+ messages)
` [PATCH v2 1/3] KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid
` [PATCH v2 2/3] KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCS

[PATCH v3 0/5] KVM: x86: dump_vmcs: don't assume GUEST_IA32_EFER, show MSR autoloads/autosaves
 2021-02-24 13:33 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid
` [PATCH v3 2/5] KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCS
` [PATCH v3 3/5] KVM: x86: dump_vmcs should consider only the load controls of EFER/PAT
` [PATCH v3 4/5] KVM: x86: dump_vmcs should show the effective EFER
` [PATCH v3 5/5] KVM: x86: dump_vmcs should include the autoload/autostore MSR lists

[PATCH 2/3] vfio-platform: Add COMPILE_TEST to VFIO_PLATFORM
 2021-02-24 13:00 UTC  (3+ messages)

[PATCH] vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocation
 2021-02-24 11:48 UTC 

[RFC v3 0/5] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-02-24 11:34 UTC  (10+ messages)
` [RFC v3 1/5] KVM: add initial support for KVM_SET_IOREGION
` [RFC v3 2/5] KVM: x86: add support for ioregionfd signal handling
` [RFC v3 3/5] KVM: implement wire protocol
` [RFC v3 4/5] KVM: add ioregionfd context


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