messages from 2021-02-25 01:01:27 to 2021-02-26 13:28:49 UTC [more...]
[Bug 201753] AMD-Vi: Unable to write to IOMMU perf counter
2021-02-26 13:28 UTC (3+ messages)
[RFC PATCH 00/10] vfio: Device memory DMA mapping improvements
2021-02-26 13:15 UTC (20+ messages)
` [RFC PATCH 01/10] vfio: Create vfio_fs_type with inode per device
` [RFC PATCH 05/10] vfio: Create a vfio_device from vma lookup
` [RFC PATCH 10/10] vfio/type1: Register device notifier
[PATCH] KVM/SVM: Move vmenter.S exception fixups out of line
2021-02-26 12:56 UTC
[RFC PATCH v6 00/25] KVM SGX virtualization support
2021-02-26 12:16 UTC (26+ messages)
` [RFC PATCH v6 01/25] x86/cpufeatures: Make SGX_LC feature bit depend on SGX bit
` [RFC PATCH v6 02/25] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [RFC PATCH v6 03/25] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
` [RFC PATCH v6 04/25] x86/sgx: Add SGX_CHILD_PRESENT hardware error code
` [RFC PATCH v6 05/25] x86/sgx: Introduce virtual EPC for use by KVM guests
` [RFC PATCH v6 06/25] x86/cpu/intel: Allow SGX virtualization without Launch Control support
` [RFC PATCH v6 07/25] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [RFC PATCH v6 08/25] x86/sgx: Expose SGX architectural definitions to the kernel
` [RFC PATCH v6 09/25] x86/sgx: Move ENCLS leaf definitions to sgx.h
` [RFC PATCH v6 10/25] x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT)
` [RFC PATCH v6 11/25] x86/sgx: Add encls_faulted() helper
` [RFC PATCH v6 12/25] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
` [RFC PATCH v6 13/25] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [RFC PATCH v6 14/25] x86/sgx: Move provisioning device creation out of SGX driver
` [RFC PATCH v6 15/25] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
` [RFC PATCH v6 16/25] KVM: x86: Define new #PF SGX error code bit
` [RFC PATCH v6 17/25] KVM: x86: Add support for reverse CPUID lookup of scattered features
` [RFC PATCH v6 18/25] KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
` [RFC PATCH v6 19/25] KVM: VMX: Add basic handling of VM-Exit from SGX enclave
` [RFC PATCH v6 20/25] KVM: VMX: Frame in ENCLS handler for SGX virtualization
` [RFC PATCH v6 21/25] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
` [RFC PATCH v6 22/25] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
` [RFC PATCH v6 23/25] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)
` [RFC PATCH v6 24/25] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
` [RFC PATCH v6 25/25] KVM: x86: Add capability to grant VM access to privileged SGX attribute
[PATCH v2] KVM: x86: allow compiling out the Xen hypercall interface
2021-02-26 11:57 UTC
[PATCH] KVM: x86: allow compiling out the Xen hypercall interface
2021-02-26 10:41 UTC (2+ messages)
` [EXTERNAL] "
[PATCH] selftests: kvm: Mmap the entire vcpu mmap area
2021-02-26 10:18 UTC (2+ messages)
[kvm-unit-tests PATCH v2 0/2] s390x: mvpg test
2021-02-26 10:14 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 2/2] s390x: mvpg: simple test
[PATCH] KVM: Documentation: Fix index for KVM_CAP_PPC_DAWR1
2021-02-26 10:11 UTC (2+ messages)
[PATCH] KVM: flush deferred static key before checking it
2021-02-26 10:08 UTC
[kvm-unit-tests PATCH v3 0/5] CSS Mesurement Block
2021-02-26 10:02 UTC (5+ messages)
` [kvm-unit-tests PATCH v3 1/5] s390x: css: Store CSS Characteristics
` [kvm-unit-tests PATCH v3 5/5] s390x: css: testing measurement block format 1
general protection fault in synic_get
2021-02-26 9:48 UTC
[PATCH 00/24] KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs
2021-02-26 9:38 UTC (26+ 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
[PATCH 0/5] KVM: x86/mmu: Misc cleanups, mostly TDP MMU
2021-02-26 9:27 UTC (7+ 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 v3 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
2021-02-26 8:58 UTC (2+ messages)
[PATCH v2 1/1] KVM: x86: remove misplaced comment on active_mmu_pages
2021-02-26 8:03 UTC (2+ messages)
[PATCH] KVM: Documentation: rectify rst markup in kvm_run->flags
2021-02-26 8:03 UTC (2+ messages)
[PATCH] KVM: x86: hyper-v: Fix Hyper-V context null-ptr-deref
2021-02-26 7:59 UTC
general protection fault in kvm_hv_irq_routing_update
2021-02-26 7:42 UTC (2+ messages)
[RFC PATCH v2 0/7] Some improvement and a new test for kvm page table
2021-02-26 5:56 UTC (18+ 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 1/1] KVM: x86: remove incorrect comment on active_mmu_pages
2021-02-26 5:39 UTC (3+ messages)
[PATCH v7 0/6] Enable CET support for guest
2021-02-26 2:20 UTC (7+ 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 v7 3/6] target/i386: Enable CET components support for XSAVES
` [PATCH v7 4/6] target/i386: Add user-space MSR access interface for CET
` [PATCH v7 5/6] target/i386: Add CET state support for guest migration
` [PATCH v7 6/6] target/i386: Advise CET bits in CPU/MSR feature words
[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
[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 (8+ 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 (6+ messages)
` [RFC 1/2] cgroup: sev: Add "
[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
[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 (3+ messages)
` [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: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).