kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-16 00:10:04 to 2021-01-19 15:30:13 UTC [more...]

[PATCH v7 00/17] follow_pfn and other iomap races
 2021-01-19 15:20 UTC  (8+ messages)
` [PATCH v7 12/17] PCI: Revoke mappings like devmem
` [PATCH v7 14/17] media/videobuf1|2: Mark follow_pfn usage as unsafe

[PATCH 0/2] s390: uv: small UV fixes
 2021-01-19 13:09 UTC  (9+ messages)
` [PATCH 1/2] s390: uv: Fix sysfs max number of VCPUs reporting
` [PATCH 2/2] s390: mm: Fix secure storage access exception handling

[kvm-unit-tests PATCH v2 00/11] Fix and improve the page allocator
 2021-01-19 15:26 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 01/11] lib/x86: fix page.h to include the generic header
` [kvm-unit-tests PATCH v2 02/11] lib/list.h: add list_add_tail
` [kvm-unit-tests PATCH v2 03/11] lib/vmalloc: add some asserts and improvements

[PATCH v1 0/4] s390/kvm: fix MVPG when in VSIE
 2021-01-19 14:23 UTC  (3+ messages)
` [PATCH v1 1/4] s390/kvm: VSIE: stop leaking host addresses

[PATCH v2 0/9] Alpine Linux build fix and CI pipeline
 2021-01-19 13:41 UTC  (27+ messages)
` [PATCH v2 1/9] configure: Add sys/timex.h to probe clock_adjtime
` [PATCH v2 2/9] libvhost-user: Include poll.h instead of sys/poll.h
` [PATCH v2 3/9] osdep.h: Remove <sys/signal.h> include
` [PATCH v2 4/9] hw/block/nand: Rename PAGE_SIZE to NAND_PAGE_SIZE
` [PATCH v2 5/9] elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZE
` [PATCH v2 6/9] tests: Rename PAGE_SIZE definitions
` [PATCH v2 7/9] accel/kvm: avoid using predefined PAGE_SIZE
` [PATCH v2 8/9] tests/docker: Add dockerfile for Alpine Linux
` [PATCH v2 9/9] gitlab-ci: Add alpine to pipeline

[PATCH v3 00/15] x86: major paravirt cleanup
 2021-01-19 11:33 UTC  (4+ messages)
` [PATCH v3 06/15] x86/paravirt: switch time pvops functions to use static_call()

[PATCH v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
 2021-01-19 10:03 UTC  (7+ messages)
` [PATCH v7 02/16] iommu/smmu: Report empty domain nesting info

[for-6.0 v5 11/13] spapr: PEF: prevent migration
 2021-01-19  9:59 UTC  (20+ messages)
`  "
  ` [EXTERNAL] "

[RFC v3 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-01-19  5:07 UTC  (12+ messages)
` [RFC v3 01/11] eventfd: track eventfd_signal() recursion depth separately in different cases
` [RFC v3 02/11] eventfd: Increase the recursion depth of eventfd_signal()
` [RFC v3 03/11] vdpa: Remove the restriction that only supports virtio-net devices
` [RFC v3 04/11] vhost-vdpa: protect concurrent access to vhost device iotlb
` [RFC v3 05/11] vdpa: shared virtual addressing support
` [RFC v3 06/11] vhost-vdpa: Add an opaque pointer for vhost IOTLB
` [RFC v3 07/11] vdpa: Pass the netlink attributes to ops.dev_add()
  ` [RFC v3 08/11] vduse: Introduce VDUSE - vDPA Device in Userspace
  ` [RFC v3 09/11] vduse: Add VDUSE_GET_DEV ioctl
  ` [RFC v3 10/11] vduse: grab the module's references until there is no vduse device
  ` [RFC v3 11/11] vduse: Introduce a workqueue for irq injection

[RFC PATCH v2 00/26] KVM SGX virtualization support
 2021-01-19  8:32 UTC  (29+ messages)
` [RFC PATCH v2 01/26] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [RFC PATCH v2 02/26] x86/sgx: Remove a warn from sgx_free_epc_page()
` [RFC PATCH v2 03/26] x86/sgx: Wipe out EREMOVE "
` [RFC PATCH v2 04/26] x86/sgx: Add SGX_CHILD_PRESENT hardware error code
` [RFC PATCH v2 05/26] x86/sgx: Introduce virtual EPC for use by KVM guests
` [RFC PATCH v2 06/26] x86/cpu/intel: Allow SGX virtualization without Launch Control support
` [RFC PATCH v2 07/26] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [RFC PATCH v2 08/26] x86/sgx: Expose SGX architectural definitions to the kernel
` [RFC PATCH v2 09/26] x86/sgx: Move ENCLS leaf definitions to sgx_arch.h
` [RFC PATCH v2 10/26] x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT)
` [RFC PATCH v2 11/26] x86/sgx: Add encls_faulted() helper
` [RFC PATCH v2 12/26] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
` [RFC PATCH v2 13/26] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [RFC PATCH v2 14/26] x86/sgx: Move provisioning device creation out of SGX driver
` [RFC PATCH v2 15/26] KVM: VMX: Convert vcpu_vmx.exit_reason to a union
` [RFC PATCH v2 16/26] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
` [RFC PATCH v2 17/26] KVM: x86: Define new #PF SGX error code bit
` [RFC PATCH v2 18/26] KVM: x86: Add support for reverse CPUID lookup of scattered features
` [RFC PATCH v2 19/26] KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
` [RFC PATCH v2 20/26] KVM: VMX: Add basic handling of VM-Exit from SGX enclave
` [RFC PATCH v2 21/26] KVM: VMX: Frame in ENCLS handler for SGX virtualization
` [RFC PATCH v2 22/26] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
` [RFC PATCH v2 23/26] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
` [RFC PATCH v2 24/26] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)
` [RFC PATCH v2 25/26] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
` [RFC PATCH v2 26/26] KVM: x86: Add capability to grant VM access to privileged SGX attribute

[PATCH v7 00/13] Generalize memory encryption models
 2021-01-19  8:16 UTC  (16+ messages)
` [PATCH v7 02/13] confidential guest support: Introduce new confidential guest support class
` [PATCH v7 03/13] sev: Remove false abstraction of flash encryption
` [PATCH v7 07/13] confidential guest support: Introduce cgs "ready" flag
` [PATCH v7 08/13] confidential guest support: Move SEV initialization into arch specific code
` [PATCH v7 13/13] s390: Recognize confidential-guest-support option

[RFC v3 0/7] KVM: PKS Virtualization support
 2021-01-19  7:41 UTC  (5+ messages)
` [kvm-unit-tests PATCH] x86: Add tests for PKS

[PATCH] Revert "KVM: x86: Unconditionally enable irqs in guest context"
 2021-01-19  1:27 UTC  (4+ messages)

[PATCH] KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
 2021-01-19  0:28 UTC  (5+ messages)

[PATCH] x86/sev: Add AMD_SEV_ES_GUEST Kconfig for including SEV-ES support
 2021-01-18 20:47 UTC  (10+ messages)

[PATCH 0/3] x86/KVM/VMX: Introduce and use try_cmpxchg64()
 2021-01-18 18:26 UTC  (2+ messages)

[PATCH 0/2] KVM: VMX: Avoid RDMSRs in PI x2APIC checks
 2021-01-18 18:24 UTC  (2+ messages)

[RFC PATCH v2 00/13] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-01-18 15:16 UTC  (15+ messages)
` [RFC PATCH v2 01/13] af_vsock: implement 'vsock_wait_data()'
` [RFC PATCH v2 02/13] af_vsock: separate rx loops for STREAM/SEQPACKET
` [RFC PATCH v2 06/13] af_vsock: general support of SOCK_SEQPACKET type
` [RFC PATCH v2 08/13] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v2 10/13] virtio/vsock: update receive logic
` [RFC PATCH v2 11/13] virtio/vsock: rest of SOCK_SEQPACKET support

[PATCH] kvm: tracing: Fix unmatched kvm_entry and kvm_exit events
 2021-01-18 18:20 UTC  (3+ messages)

[PATCH 0/6] KVM: selftests: Perf test cleanups and memslot modification test
 2021-01-18 18:18 UTC  (4+ messages)
` [PATCH 6/6] KVM: selftests: Add memslot modification stress test

[PATCH RFC v1 0/3] Introduce vfio-pci-core subsystem
 2021-01-18 18:16 UTC  (8+ messages)
` [PATCH 1/3] vfio-pci: rename vfio_pci.c to vfio_pci_core.c
` [PATCH 2/3] vfio-pci: introduce vfio_pci_core subsystem driver
` [PATCH 3/3] mlx5-vfio-pci: add new vfio_pci driver for mlx5 devices

[PATCH v2] KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()
 2021-01-18 17:56 UTC  (2+ messages)

[kvm-unit-tests PATCH] fix a arrayIndexOutOfBounds in function init_apic_map, online_cpus[i / 8] when i in 248...254
 2021-01-18 17:53 UTC  (3+ messages)

[kvm-unit-tests PATCH] gitlab-ci.yml: Run test with KVM and macOS via cirrus-run
 2021-01-18 17:55 UTC  (2+ messages)

[PATCH] KVM: x86: get smi pending status correctly
 2021-01-18 17:57 UTC  (2+ messages)

[PATCH] KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]
 2021-01-18 17:57 UTC  (5+ messages)

[kvm-unit-tests][RFC PATCH] x86: Add a new test case for ret/iret with a nullified segment
 2021-01-18 17:54 UTC  (4+ messages)

[Patch v5 0/2] cgroup: KVM: New Encryption IDs cgroup controller
 2021-01-18 17:55 UTC  (4+ messages)
` [Patch v5 1/2] cgroup: svm: Add Encryption ID controller
` [Patch v5 2/2] cgroup: svm: Encryption IDs cgroup documentation

[RFC PATCH kvm-unit-tests 0/4] add generic stress test
 2021-01-18 17:34 UTC  (9+ messages)
` [PATCH kvm-unit-tests 1/4] libcflat: add a few more runtime functions

[PATCH] KVM: x86: Zap the oldest MMU pages, not the newest
 2021-01-18 17:34 UTC  (2+ messages)

[PATCH] KVM: x86: Add more protection against undefined behavior in rsvd_bits()
 2021-01-18 17:34 UTC  (2+ messages)

[PATCH] KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VM
 2021-01-18 17:38 UTC  (3+ messages)

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-01-18 17:38 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Remove the defunct update_pte() paging hook
 2021-01-18 17:36 UTC  (2+ messages)

[PATCH] KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page moves
 2021-01-18 17:33 UTC  (3+ messages)

[PATCH] Add a reproducer for the AMD nested virtualization errata
 2021-01-18 17:14 UTC  (2+ messages)

[RFC PATCH 0/7] Support for virtio-net hash reporting
 2021-01-18 15:19 UTC  (15+ messages)
` [RFC PATCH 3/7] tun: allow use of BPF_PROG_TYPE_SCHED_CLS program type

[kvm-unit-tests PATCH v2] s390x: Fix uv_call() exception behavior
 2021-01-18 15:15 UTC 

[PATCH] swiotlb: Validate bounce size in the sync/unmap path
 2021-01-18 15:14 UTC  (3+ messages)

[PATCH 0/1] diag9c forwarding
 2021-01-18 14:56 UTC  (6+ messages)
` [PATCH 1/1] KVM: s390: "

[PATCH 0/6] vfio/iommu_type1: Some optimizations about dirty tracking
 2021-01-18 13:48 UTC  (10+ messages)
` [PATCH 1/6] vfio/iommu_type1: Make an explicit "promote" semantic
` [PATCH 3/6] vfio/iommu_type1: Initially set the pinned_page_dirty_scope
` [PATCH 6/6] vfio/iommu_type1: Drop parameter "pgsize" of update_user_bitmap

[PATCH v2 0/2] vfio/iommu_type1: some fixes
 2021-01-18 13:16 UTC  (7+ messages)
` [PATCH v2 1/2] vfio/iommu_type1: Populate full dirty when detach non-pinned group
` [PATCH v2 2/2] vfio/iommu_type1: Sanity check pfn_list when remove vfio_dma

[PATCH] KVM: x86: VMX: Make smaller physical guest address space support user-configurable
 2021-01-18 10:18 UTC  (3+ messages)

[PATCH RFC 0/4] KVM: x86: Drastically raise KVM_USER_MEM_SLOTS limit
 2021-01-18  9:52 UTC  (4+ messages)
` [PATCH RFC 3/4] KVM: Define KVM_USER_MEM_SLOTS in arch-neutral include/linux/kvm_host.h

[kvm-unit-tests PATCH v4 0/9] s390x: Add SIE library and simple tests
 2021-01-18  9:43 UTC  (2+ messages)

[PATCH v2] KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
 2021-01-18  9:07 UTC 

[PATCH v1] vfio/pci: Add support for opregion v2.0+
 2021-01-18 12:38 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] use pr_warn_ratelimited() for vq_err()
 2021-01-18  2:55 UTC  (2+ messages)

[PATCH] kvm: arm64: Properly align the end address of table walk
 2021-01-18  1:18 UTC  (3+ messages)

[PATCH 1/2] KVM: x86: Add emulation support for #GP triggered by VM instructions
 2021-01-17 18:20 UTC  (4+ messages)

VT-d Posted Interrupts
 2021-01-17 17:04 UTC 

[RFC PATCH v3 0/2] Add platform check for subdevice irq domain
 2021-01-17  5:30 UTC  (9+ messages)
` [RFC PATCH v3 1/2] iommu: Add capability IOMMU_CAP_VIOMMU

[RFC PATCH 00/23] KVM SGX virtualization support
 2021-01-16  9:50 UTC  (8+ messages)

[PATCH] KVM: update depracated jump label API
 2021-01-16  5:50 UTC  (3+ messages)
` [PATCH] KVM: update depracated and inappropriate "

[Patch v4 0/2] cgroup: KVM: New Encryption IDs cgroup controller
 2021-01-16  4:32 UTC  (6+ messages)
` [Patch v4 1/2] cgroup: svm: Add Encryption ID controller

[PATCH 0/3 v2] KVM: nSVM: Check addresses of MSR bitmap and IO bitmap tables on vmrun of nested guests
 2021-01-16  2:20 UTC  (4+ messages)
` [PATCH 1/3 v2] nSVM: Check addresses of MSR and IO bitmap
` [PATCH 2/3 v2] Test: nSVM: Test MSR and IO bitmap address
` [PATCH 3/3 v2] Test: SVM: Use ALIGN macro when aligning 'io_bitmap_area'

[PATCH] KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()
 2021-01-16  0:16 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).