kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-15 12:23:58 to 2021-01-18 13:17:24 UTC [more...]

[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

[RFC PATCH kvm-unit-tests 0/4] add generic stress test
 2021-01-18 11:09 UTC  (10+ messages)

[PATCH v2 0/9] Alpine Linux build fix and CI pipeline
 2021-01-18 10:26 UTC  (20+ 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] 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  (12+ messages)
` [PATCH RFC 1/4] KVM: x86: Drop redundant KVM_MEM_SLOTS_NUM definition
` [PATCH RFC 2/4] KVM: mips: Drop KVM_PRIVATE_MEM_SLOTS definition
` [PATCH RFC 3/4] KVM: Define KVM_USER_MEM_SLOTS in arch-neutral include/linux/kvm_host.h
` [PATCH RFC 4/4] KVM: x86: Stop limiting KVM_USER_MEM_SLOTS

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

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

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

[PATCH] KVM: x86: get smi pending status correctly
 2021-01-18  8:47 UTC 

[PATCH v7 00/13] Generalize memory encryption models
 2021-01-18  8:03 UTC  (20+ messages)
` [PATCH v7 03/13] sev: Remove false abstraction of flash encryption
` [PATCH v7 04/13] confidential guest support: Move side effect out of machine_set_memory_encryption()
` [PATCH v7 05/13] confidential guest support: Rework the "memory-encryption" property
` [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 09/13] confidential guest support: Update documentation
` [PATCH v7 10/13] spapr: Add PEF based confidential guest support
` [PATCH v7 13/13] s390: Recognize confidential-guest-support option

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

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

[RFC PATCH v2 00/26] KVM SGX virtualization support
 2021-01-18  3:29 UTC  (27+ 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 v2] KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()
 2021-01-18  2:58 UTC 

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

[PATCH RFC v1 0/3] Introduce vfio-pci-core subsystem
 2021-01-17 18:15 UTC  (4+ 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

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

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

[RFC PATCH 00/23] KVM SGX virtualization support
 2021-01-16  9:50 UTC  (17+ messages)
` [RFC PATCH 03/23] x86/sgx: Introduce virtual EPC for use by KVM guests

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

[PATCH] x86/sev: Add AMD_SEV_ES_GUEST Kconfig for including SEV-ES support
 2021-01-16  5:40 UTC  (2+ messages)

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

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

[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: tracing: Fix unmatched kvm_entry and kvm_exit events
 2021-01-16  1:25 UTC  (2+ messages)

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

[PATCH 0/6] KVM: selftests: Perf test cleanups and memslot modification test
 2021-01-16  0:10 UTC  (7+ messages)
` [PATCH 2/6] KVM: selftests: Avoid flooding debug log while populating memory
` [PATCH 4/6] KVM: selftests: Fix population stage in dirty_log_perf_test
` [PATCH 6/6] KVM: selftests: Add memslot modification stress test

[PATCH 0/6] vfio/iommu_type1: Some optimizations about dirty tracking
 2021-01-15 23:44 UTC  (13+ messages)
` [PATCH 1/6] vfio/iommu_type1: Make an explicit "promote" semantic
` [PATCH 2/6] vfio/iommu_type1: Ignore external domain when promote pinned_scope
` [PATCH 3/6] vfio/iommu_type1: Initially set the pinned_page_dirty_scope
` [PATCH 4/6] vfio/iommu_type1: Drop parameter "pgsize" of vfio_dma_bitmap_alloc_all
` [PATCH 5/6] vfio/iommu_type1: Drop parameter "pgsize" of vfio_iova_dirty_bitmap
` [PATCH 6/6] vfio/iommu_type1: Drop parameter "pgsize" of update_user_bitmap

[PATCH] KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VM
 2021-01-15 22:31 UTC  (4+ messages)

[kvm-unit-tests PATCH] gitlab-ci.yml: Run test with KVM and macOS via cirrus-run
 2021-01-15 22:30 UTC 

[PATCH 0/2] KVM: VMX: Avoid RDMSRs in PI x2APIC checks
 2021-01-15 22:03 UTC  (3+ messages)
` [PATCH 1/2] x86/apic: Export x2apic_mode for use by KVM in "warm" path
` [PATCH 2/2] KVM: VMX: Use x2apic_mode to avoid RDMSR when querying PI state

[PATCH v3 0/9] KVM: Support guest MAXPHYADDR < host MAXPHYADDR
 2021-01-15 19:35 UTC  (11+ messages)
` [PATCH v3 7/9] KVM: VMX: Add guest physical address check in EPT violation and misconfig

[PATCH 0/3] x86/KVM/VMX: Introduce and use try_cmpxchg64()
 2021-01-15 19:28 UTC  (4+ messages)
` [PATCH 3/3] KVM/VMX: Use try_cmpxchg64() in posted_intr.c

[PATCH v3 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-01-15 19:11 UTC  (23+ messages)
` [PATCH v3 04/17] perf: x86/ds: Handle guest PEBS overflow PMI and inject it to guest
` [PATCH v3 05/17] KVM: x86/pmu: Reprogram guest PEBS event to emulate guest PEBS counter
` [PATCH v3 06/17] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS

[for-6.0 v5 11/13] spapr: PEF: prevent migration
 2021-01-15 18:55 UTC  (16+ messages)
`  "
  ` [EXTERNAL] "

[PATCH 0/6] KVM: arm64: More PMU/debug ID register fixes
 2021-01-15 17:26 UTC  (15+ messages)
` [PATCH 1/6] KVM: arm64: Fix missing RES1 in emulation of DBGBIDR
` [PATCH 2/6] KVM: arm64: Fix AArch32 PMUv3 capping
` [PATCH 3/6] KVM: arm64: Add handling of AArch32 PCMEID{2,3} PMUv3 registers
` [PATCH 4/6] KVM: arm64: Refactor filtering of ID registers
` [PATCH 5/6] KVM: arm64: Limit the debug architecture to ARMv8.0
` [PATCH 6/6] KVM: arm64: Upgrade PMU support to ARMv8.4

[PATCH v3 0/2] x86: Add the feature Virtual SPEC_CTRL
 2021-01-15 17:21 UTC  (3+ messages)
` [PATCH v3 1/2] x86/cpufeatures: Add the Virtual SPEC_CTRL feature
` [PATCH v3 2/2] KVM: SVM: Add support for Virtual SPEC_CTRL

[PATCH v2 00/14] KVM: SVM: Misc SEV cleanups
 2021-01-15 17:19 UTC  (4+ messages)
` [PATCH v2 14/14] KVM: SVM: Skip SEV cache flush if no ASIDs have been used

[PATCH] KVM: x86/MMU: Do not check unsync status for root SP
 2021-01-16  0:21 UTC 

[PATCH v2 0/3] VMX: more nested fixes
 2021-01-15 16:30 UTC  (5+ messages)
` [PATCH v2 2/3] KVM: nVMX: add kvm_nested_vmlaunch_resume tracepoint

[PATCH v2 0/3] Use static_call for kvm_x86_ops
 2021-01-15 15:05 UTC  (11+ messages)
` [PATCH v2 1/3] KVM: X86: append vmx/svm prefix to additional kvm_x86_ops functions
` [PATCH v2 2/3] KVM: x86: introduce definitions to support static calls for kvm_x86_ops
` [PATCH v2 3/3] KVM: x86: use static calls to reduce kvm_x86_ops overhead

[PATCH v3 01/21] x86/fpu/xstate: Modify initialization helper to handle both static and dynamic buffers
 2021-01-15 13:18 UTC  (6+ messages)
` [PATCH v3 03/21] x86/fpu/xstate: Modify address finders "
` [PATCH v3 04/21] x86/fpu/xstate: Modify context switch helpers "

[kvm-unit-tests PATCH v2 00/11] Fix and improve the page allocator
 2021-01-15 12:37 UTC  (12+ 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
` [kvm-unit-tests PATCH v2 04/11] lib/asm: Fix definitions of memory areas
` [kvm-unit-tests PATCH v2 05/11] lib/alloc_page: fix and improve the page allocator
` [kvm-unit-tests PATCH v2 06/11] lib/alloc.h: remove align_min from struct alloc_ops
` [kvm-unit-tests PATCH v2 07/11] lib/alloc_page: Optimization to skip known empty freelists
` [kvm-unit-tests PATCH v2 08/11] lib/alloc_page: rework metadata format
` [kvm-unit-tests PATCH v2 09/11] lib/alloc: replace areas with more generic flags
` [kvm-unit-tests PATCH v2 10/11] lib/alloc_page: Wire up FLAG_DONTZERO
` [kvm-unit-tests PATCH v2 11/11] lib/alloc_page: Properly handle requests for fresh blocks

[PATCH v6 0/8] KVMTOOL RISC-V Support
 2021-01-15 12:22 UTC  (4+ messages)
` [PATCH v6 5/8] riscv: Add PLIC device emulation
` [PATCH v6 7/8] riscv: Handle SBI calls forwarded to user space
` [PATCH v6 8/8] riscv: Generate PCI host DT node


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