messages from 2021-02-11 12:28:44 to 2021-02-16 01:16:59 UTC [more...]
[PATCH v2 0/1] s390/vfio-ap: fix circular lockdep when staring SE guest
2021-02-16 1:15 UTC (2+ messages)
` [PATCH v2 1/1] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks
[PATCH] virtio/s390: implement virtio-ccw revision 2 correctly
2021-02-15 18:51 UTC (3+ messages)
[kvm-unit-tests PATCH 0/4] x86: PCID test adjustments
2021-02-15 16:49 UTC (6+ messages)
` [kvm-unit-tests PATCH 1/4] x86: Remove PCID test that INVPCID isn't enabled without PCID
` [kvm-unit-tests PATCH 2/4] x86: Iterate over all INVPCID types in the enabled test
` [kvm-unit-tests PATCH 3/4] x86: Add a testcase for !PCID && INVPCID
` [kvm-unit-tests PATCH 4/4] x86: Add a 'pcid' group for the various PCID+INVPCID permutations
[PATCH 0/3] KVM: x86: SVM INVPCID fix, and cleanups
2021-02-15 16:45 UTC (8+ messages)
` [PATCH 1/3] KVM: SVM: Intercept INVPCID when it's disabled to inject #UD
` [PATCH 2/3] KVM: x86: Advertise INVPCID by default
` [PATCH 3/3] KVM: VMX: Allow INVPCID in guest without PCID
[PATCH] selftests: kvm: add hardware_disable test
2021-02-15 16:43 UTC (2+ messages)
[PATCH] selftests: kvm: avoid uninitialized variable warning
2021-02-15 16:42 UTC
[PATCH v3 0/1] KVM: s390: diag9c forwarding
2021-02-15 16:06 UTC (2+ messages)
` [PATCH v3 1/1] s390:kvm: "
[PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
2021-02-15 13:17 UTC (5+ messages)
[PATCH] vfio/type1: Use follow_pte()
2021-02-15 11:06 UTC (6+ messages)
[RFC PATCH v4 00/17] virtio/vsock: introduce SOCK_SEQPACKET support
2021-02-15 9:11 UTC (24+ messages)
` [RFC PATCH v4 02/17] af_vsock: separate wait data loop
` [RFC PATCH v4 07/17] af_vsock: rest of SEQPACKET support
` [RFC PATCH v4 08/17] af_vsock: update comments for stream sockets
` [RFC PATCH v4 09/17] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v4 10/17] virtio/vsock: fetch length for SEQPACKET record
` [RFC PATCH v4 12/17] virtio/vsock: rest of SOCK_SEQPACKET support
` [RFC PATCH v4 16/17] loopback/vsock: setup SEQPACKET ops for transport
` [RFC PATCH v4 17/17] virtio/vsock: simplify credit update function API
[PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c
2021-02-15 9:08 UTC (3+ messages)
[GIT PULL] First batch of KVM changes for Linux 5.12
2021-02-14 17:28 UTC
[RFC PATCH v4 00/26] KVM SGX virtualization support
2021-02-13 13:33 UTC (11+ messages)
` [RFC PATCH v4 05/26] x86/sgx: Introduce virtual EPC for use by KVM guests
` [RFC PATCH v4 05/26] x86/sgx: Introduce virtual EPC for use by KVM guests'
[RFC PATCH v5 00/26] KVM SGX virtualization support
2021-02-13 13:30 UTC (27+ messages)
` [RFC PATCH v5 01/26] x86/cpufeatures: Make SGX_LC feature bit depend on SGX bit
` [RFC PATCH v5 02/26] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [RFC PATCH v5 03/26] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
` [RFC PATCH v5 04/26] x86/sgx: Add SGX_CHILD_PRESENT hardware error code
` [RFC PATCH v5 05/26] x86/sgx: Introduce virtual EPC for use by KVM guests
` [RFC PATCH v5 06/26] x86/cpu/intel: Allow SGX virtualization without Launch Control support
` [RFC PATCH v5 07/26] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [RFC PATCH v5 08/26] x86/sgx: Expose SGX architectural definitions to the kernel
` [RFC PATCH v5 09/26] x86/sgx: Move ENCLS leaf definitions to sgx_arch.h
` [RFC PATCH v5 10/26] x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT)
` [RFC PATCH v5 11/26] x86/sgx: Add encls_faulted() helper
` [RFC PATCH v5 12/26] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
` [RFC PATCH v5 13/26] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [RFC PATCH v5 14/26] x86/sgx: Move provisioning device creation out of SGX driver
` [RFC PATCH v5 15/26] KVM: VMX: Convert vcpu_vmx.exit_reason to a union
` [RFC PATCH v5 16/26] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
` [RFC PATCH v5 17/26] KVM: x86: Define new #PF SGX error code bit
` [RFC PATCH v5 18/26] KVM: x86: Add support for reverse CPUID lookup of scattered features
` [RFC PATCH v5 19/26] KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
` [RFC PATCH v5 20/26] KVM: VMX: Add basic handling of VM-Exit from SGX enclave
` [RFC PATCH v5 21/26] KVM: VMX: Frame in ENCLS handler for SGX virtualization
` [RFC PATCH v5 22/26] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
` [RFC PATCH v5 23/26] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
` [RFC PATCH v5 24/26] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)
` [RFC PATCH v5 25/26] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
` [RFC PATCH v5 26/26] KVM: x86: Add capability to grant VM access to privileged SGX attribute
[PATCH] KVM: nVMX: Sync L2 guest CET states between L1/L2
2021-02-13 2:03 UTC (3+ messages)
[PATCH 0/9] KVM: x86: Fixes for (benign?) truncation bugs
2021-02-13 1:05 UTC (10+ messages)
` [PATCH 1/9] KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loads
` [PATCH 2/9] KVM: x86: Check CR3 GPA for validity regardless of vCPU mode
` [PATCH 3/9] KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode
` [PATCH 4/9] KVM: VMX: Truncate GPR value for DR and CR reads "
` [PATCH 5/9] KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bit
` [PATCH 6/9] KVM: nVMX: Truncate base/index GPR value on address calc "
` [PATCH 7/9] KVM: x86/xen: Drop RAX[63:32] when processing hypercall
` [PATCH 8/9] KVM: SVM: Use default rAX size for INVLPGA emulation
` [PATCH 9/9] KVM: x86: Rename GPR accessors to make mode-aware variants the defaults
[PATCH 00/14] KVM: x86/mmu: Dirty logging fixes and improvements
2021-02-13 0:50 UTC (15+ messages)
` [PATCH 01/14] KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE pages
` [PATCH 02/14] KVM: x86/mmu: Don't unnecessarily write-protect small pages in TDP MMU
` [PATCH 03/14] KVM: x86/mmu: Split out max mapping level calculation to helper
` [PATCH 04/14] KVM: x86/mmu: Pass the memslot to the rmap callbacks
` [PATCH 05/14] KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEs
` [PATCH 06/14] KVM: nVMX: Disable PML in hardware when running L2
` [PATCH 07/14] KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()
` [PATCH 08/14] KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function
` [PATCH 09/14] KVM: x86: Move MMU's PML logic to common code
` [PATCH 10/14] KVM: x86: Further clarify the logic and comments for toggling log dirty
` [PATCH 11/14] KVM: VMX: Dynamically enable/disable PML based on memslot dirty logging
` [PATCH 12/14] KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PML
` [PATCH 13/14] KVM: x86: Fold "write-protect large" use case into generic write-protect
` [PATCH 14/14] KVM: x86/mmu: Remove a variety of unnecessary exports
[PATCH 0/3] vfio: Device memory DMA mapping improvements
2021-02-12 22:47 UTC (7+ messages)
` [PATCH 1/3] vfio: Introduce vma ops registration and notifier
` [PATCH 2/3] vfio/pci: Implement vm_ops registration
` [PATCH 3/3] vfio/type1: Implement vma registration and restriction
[RESEND PATCH ] KVM: VMX: Enable/disable PML when dirty logging gets enabled/disabled
2021-02-12 22:13 UTC (10+ messages)
[PATCH 0/3] AMD invpcid exception fix
2021-02-12 21:49 UTC (15+ messages)
` [PATCH 1/3] KVM: Add a stub for invpcid in the emulator table
` [PATCH 2/3] KVM: SVM: Handle invpcid during gp interception
` [PATCH 3/3] KVM: SVM: check if we need to track GP intercept for invpcid
[PATCH v5 00/14] Add VFIO mediated device support and DEV-MSI support for the idxd driver
2021-02-12 19:14 UTC (5+ messages)
` [PATCH v5 04/14] vfio/mdev: idxd: Add auxialary device plumbing for idxd mdev support
[PATCH] KVM: arm64: Handle CMOs on Read Only memslots
2021-02-12 18:18 UTC (3+ messages)
[PATCH kvmtool 00/21] Unify I/O port and MMIO trap handling
2021-02-12 17:50 UTC (28+ messages)
` [PATCH kvmtool 01/21] ioport: Remove ioport__setup_arch()
` [PATCH kvmtool 02/21] hw/serial: Use device abstraction for FDT generator function
` [PATCH kvmtool 03/21] ioport: Retire .generate_fdt_node functionality
` [PATCH kvmtool 04/21] mmio: Extend handling to include ioport emulation
` [PATCH kvmtool 05/21] hw/i8042: Clean up data types
` [PATCH kvmtool 06/21] hw/i8042: Refactor trap handler
` [PATCH kvmtool 07/21] hw/i8042: Switch to new trap handlers
` [PATCH kvmtool 08/21] x86/ioport: Refactor "
` [PATCH kvmtool 09/21] x86/ioport: Switch to new "
` [PATCH kvmtool 10/21] hw/rtc: Refactor "
` [PATCH kvmtool 11/21] hw/rtc: Switch to new trap handler
` [PATCH kvmtool 12/21] hw/vesa: Switch trap handling to use MMIO handler
[GIT PULL] KVM/arm64 updates for 5.12
2021-02-12 16:24 UTC (2+ messages)
[kvm-unit-tests PATCH v2 0/5] CSS Mesurement Block
2021-02-12 16:04 UTC (16+ messages)
` [kvm-unit-tests PATCH v2 1/5] s390x: css: Store CSS Characteristics
` [kvm-unit-tests PATCH v2 2/5] s390x: css: simplifications of the tests
` [kvm-unit-tests PATCH v2 3/5] s390x: css: implementing Set CHannel Monitor
` [kvm-unit-tests PATCH v2 4/5] s390x: css: testing measurement block format 0
` [kvm-unit-tests PATCH v2 5/5] s390x: css: testing measurement block format 1
[PATCH v2 0/1] KVM: s390: diag9c forwarding
2021-02-12 14:20 UTC (3+ messages)
` [PATCH v2 1/1] s390:kvm: "
Call for Google Summer of Code 2021 project ideas
2021-02-12 13:51 UTC (2+ messages)
` [Rust-VMM] "
[PATCH v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
2021-02-12 11:01 UTC (12+ messages)
` [PATCH v7 02/16] iommu/smmu: Report empty domain nesting info
[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
2021-02-12 8:55 UTC (10+ messages)
` [PATCH v13 02/15] iommu: Introduce bind/unbind_guest_msi
` [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v13 06/15] iommu/smmuv3: Implement attach/detach_pasid_table
[PATCH v8 00/13] Generalize memory encryption models
2021-02-11 23:48 UTC (4+ messages)
` [PATCH v8 07/13] confidential guest support: Introduce cgs "ready" flag
[PATCH v4 0/2] x86: Add the feature Virtual SPEC_CTRL
2021-02-11 22:42 UTC (4+ messages)
` [PATCH v4 2/2] KVM: SVM: Add support for "
[PATCH v2 0/9] Introduce vfio-pci-core subsystem
2021-02-11 19:43 UTC (27+ messages)
` [PATCH 8/9] vfio/pci: use x86 naming instead of igd
[PATCH 0/1] fix circular lockdep when staring SE guest
2021-02-11 19:18 UTC (13+ messages)
` [PATCH 1/1] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks
[Bug 201753] AMD-Vi: Unable to write to IOMMU perf counter
2021-02-11 18:03 UTC
[PATCH 00/15] VM: selftests: Hugepage fixes and cleanups
2021-02-11 17:33 UTC (7+ messages)
` [PATCH 09/15] KVM: selftests: Move per-VM GPA into perf_test_args
your patch "KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit mode"
2021-02-11 16:43 UTC (2+ messages)
[PATCH 4.19 19/24] Fix unsynchronized access to sev members through svm_register_enc_region
2021-02-11 15:02 UTC
[PATCH 5.4 21/24] Fix unsynchronized access to sev members through svm_register_enc_region
2021-02-11 15:02 UTC
[RFC v2 0/4] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
2021-02-11 14:59 UTC (5+ messages)
` [RESEND RFC v2 1/4] KVM: add initial support for KVM_SET_IOREGION
[kvm-unit-tests PATCH 0/8] s390x: Cleanup exception register save/restore and implement backtrace
2021-02-11 14:47 UTC (3+ messages)
` [kvm-unit-tests PATCH 2/8] s390x: Fully commit to stack save area for exceptions
[PATCH for 5.4] Fix unsynchronized access to sev members through svm_register_enc_region
2021-02-11 14:19 UTC (2+ messages)
[PATCH v3 0/2] s390/kvm: fix MVPG when in VSIE
2021-02-11 13:15 UTC (5+ messages)
` [PATCH v3 1/2] s390/kvm: extend kvm_s390_shadow_fault to return entry pointer
[GIT PULL] Please pull my kvm-ppc-next-5.12-1 tag
2021-02-11 13:00 UTC (2+ messages)
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