kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-26 22:21:06 to 2021-08-27 21:58:39 UTC [more...]

[PATCH 0/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-08-27 21:58 UTC  (4+ messages)
` [RFC kvmtool PATCH 0/2] "
  ` [RFC kvmtool PATCH 1/2] TESTONLY: KVM: Update KVM headers
  ` [RFC kvmtool PATCH 2/2] arm64: Add support for KVM_CAP_ARM_SYSTEM_SUSPEND

[PATCH 1/1] KVM: s390: index kvm->arch.idle_mask by vcpu_idx
 2021-08-27 21:23 UTC  (6+ messages)

[PATCH] libcflag: define the "noinline" macro
 2021-08-27 21:00 UTC  (2+ messages)

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-27 20:31 UTC  (24+ messages)
` [PATCH Part1 v5 17/38] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 v5 29/38] x86/boot: add a pointer to Confidential Computing blob in bootparams
` [PATCH Part1 v5 30/38] x86/compressed/64: store Confidential Computing blob address "
` [PATCH Part1 v5 31/38] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH Part1 v5 32/38] x86/sev: enable SEV-SNP-validated CPUID in #VC handlers
` [PATCH Part1 v5 33/38] x86/sev: Provide support for SNP guest request NAEs
` [PATCH Part1 v5 34/38] x86/sev: Add snp_msg_seqno() helper

[PATCH 1/2] KVM: stats: Add counters for VMX all/L2/nested exit reasons
 2021-08-27 20:12 UTC  (3+ messages)
` [PATCH 2/2] KVM: stats: Add counters for SVM "

[PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-27 19:09 UTC  (8+ messages)
` [PATCH v2 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-08-27 18:24 UTC  (6+ messages)

[PATCH V10 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-08-27 17:23 UTC  (5+ messages)
` [PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks

[PATCH v2 00/10] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-08-27 16:36 UTC  (4+ messages)
` [PATCH v2 10/10] KVM: arm64: selftests: Add arch_timer test

[PATCH v3 0/7] nitro_enclaves: Add support for Arm64
 2021-08-27 15:49 UTC  (8+ messages)
` [PATCH v3 1/7] nitro_enclaves: Enable Arm64 support
` [PATCH v3 2/7] nitro_enclaves: Update documentation for "
` [PATCH v3 3/7] nitro_enclaves: Add fix for the kernel-doc report
` [PATCH v3 4/7] nitro_enclaves: Update copyright statement to include 2021
` [PATCH v3 5/7] nitro_enclaves: Add fixes for checkpatch match open parenthesis reports
` [PATCH v3 6/7] nitro_enclaves: Add fixes for checkpatch spell check reports
` [PATCH v3 7/7] nitro_enclaves: Add fixes for checkpatch blank line reports

[vfio:next 33/38] drivers/gpu/drm/i915/i915_pci.c:975:2: warning: missing field 'override_only' initializer
 2021-08-27 15:34 UTC  (2+ messages)

[PATCH v2 0/7] nitro_enclaves: Add support for Arm64
 2021-08-27 15:24 UTC  (11+ messages)
` [PATCH v2 1/7] nitro_enclaves: Enable Arm64 support
` [PATCH v2 2/7] nitro_enclaves: Update documentation for "
` [PATCH v2 3/7] nitro_enclaves: Add fix for the kernel-doc report
` [PATCH v2 4/7] nitro_enclaves: Update copyright statement to include 2021
` [PATCH v2 5/7] nitro_enclaves: Add fixes for checkpatch match open parenthesis reports
` [PATCH v2 6/7] nitro_enclaves: Add fixes for checkpatch spell check reports
` [PATCH v2 7/7] nitro_enclaves: Add fixes for checkpatch blank line reports

[PATCH 00/15] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-27 15:22 UTC  (28+ messages)
` [PATCH 01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH 02/15] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH 03/15] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH 04/15] perf: Force architectures to opt-in to "
` [PATCH 05/15] perf: Track guest callbacks on a per-CPU basis
` [PATCH 06/15] KVM: x86: Register perf callbacks only when actively handling interrupt
` [PATCH 07/15] KVM: Use dedicated flag to track if KVM is handling an NMI from guest
` [PATCH 08/15] KVM: x86: Drop current_vcpu in favor of kvm_running_vcpu
` [PATCH 09/15] KVM: arm64: Register/unregister perf callbacks at vcpu load/put
` [PATCH 10/15] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH 11/15] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH 12/15] KVM: arm64: Convert to the generic perf callbacks
` [PATCH 13/15] KVM: arm64: Drop perf.c and fold its tiny bit of code into pmu.c
` [PATCH 14/15] perf: Disallow bulk unregistering of guest callbacks and do cleanup
` [PATCH 15/15] perf: KVM: Indicate "in guest" via NULL ->is_in_guest callback

[kvm-unit-tests PATCH v2 00/17] x86_64 UEFI and AMD SEV/SEV-ES support
 2021-08-27 14:55 UTC  (20+ messages)
` [kvm-unit-tests PATCH v2 01/17] x86 UEFI: Copy code from Linux
` [kvm-unit-tests PATCH v2 02/17] x86 UEFI: Implement UEFI function calls
` [kvm-unit-tests PATCH v2 03/17] x86 UEFI: Copy code from GNU-EFI
` [kvm-unit-tests PATCH v2 04/17] x86 UEFI: Boot from UEFI
` [kvm-unit-tests PATCH v2 05/17] x86 UEFI: Load IDT after UEFI boot up
` [kvm-unit-tests PATCH v2 06/17] x86 UEFI: Load GDT and TSS "
` [kvm-unit-tests PATCH v2 07/17] x86 UEFI: Set up memory allocator
` [kvm-unit-tests PATCH v2 08/17] x86 UEFI: Set up RSDP after UEFI boot up
` [kvm-unit-tests PATCH v2 09/17] x86 UEFI: Set up page tables
` [kvm-unit-tests PATCH v2 10/17] x86 UEFI: Convert x86 test cases to PIC
` [kvm-unit-tests PATCH v2 11/17] x86 AMD SEV: Initial support
` [kvm-unit-tests PATCH v2 12/17] x86 AMD SEV: Page table with c-bit
` [kvm-unit-tests PATCH v2 13/17] x86 AMD SEV-ES: Check SEV-ES status
` [kvm-unit-tests PATCH v2 14/17] x86 AMD SEV-ES: Load GDT with UEFI segments
` [kvm-unit-tests PATCH v2 15/17] x86 AMD SEV-ES: Copy UEFI #VC IDT entry
` [kvm-unit-tests PATCH v2 16/17] x86 AMD SEV-ES: Set up GHCB page
` [kvm-unit-tests PATCH v2 17/17] x86 AMD SEV-ES: Add test cases

cleanup vfio iommu_group creation v4
 2021-08-27 14:35 UTC  (17+ messages)
` [PATCH 01/14] vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()
` [PATCH 04/14] vfio: factor out a vfio_group_find_or_alloc helper
` [PATCH 05/14] vfio: refactor noiommu group creation
` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices
` [PATCH 13/14] vfio/iommu_type1: remove the "external" domain

[PATCH kvm-unit-tests v2] Makefile: Don't trust PWD
 2021-08-27 14:17 UTC  (3+ messages)

[PATCH][kvmtool] virtio/pci: Size the MSI-X bar according to the number of MSI-X
 2021-08-27 11:54 UTC 

[PATCH] KVM: nVMX: Fix nested bus lock VM exit
 2021-08-27 11:13 UTC  (2+ messages)

[PATCH 0/2] s390x: ccw: A simple test device for virtio CCW
 2021-08-27 10:50 UTC  (3+ messages)
` [PATCH 1/2] virtio: Linux: Update of virtio_ids
` [PATCH 2/2] s390x: ccw: A simple test device for virtio CCW

[PATCH kvm-unit-tests] Makefile: Don't trust PWD
 2021-08-27 10:49 UTC  (3+ messages)

[PATCH v1 0/3] nitro_enclaves: Add support for Arm64
 2021-08-27 10:22 UTC  (11+ messages)
` [PATCH v1 1/3] nitro_enclaves: Enable Arm support
` [PATCH v1 2/3] nitro_enclaves: Update documentation for "
` [PATCH v1 3/3] nitro_enclaves: Add fixes for checkpatch and docs reports

[kvm-unit-tests PATCH 0/2] Two fixes for KVM unit tests
 2021-08-27 10:22 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/2] Makefile: Fix cscope
` [kvm-unit-tests PATCH 2/2] s390x: fixing I/O memory allocation

[kvm-unit-tests PATCH 0/7] Extending VIRTIO with a data transfer test
 2021-08-27 10:17 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/7] arm: virtio: move VIRTIO transport initialization inside virtio-mmio
` [kvm-unit-tests PATCH 2/7] s390x: css: add callback for emnumeration
` [kvm-unit-tests PATCH 3/7] s390x: virtio: CCW transport implementation
` [kvm-unit-tests PATCH 4/7] s390x: css: registering IRQ
` [kvm-unit-tests PATCH 5/7] virtio: implement the virtio_add_inbuf routine
` [kvm-unit-tests PATCH 6/7] s390x: virtio tests setup
` [kvm-unit-tests PATCH 7/7] s390x: virtio data transfer

[PATCH v5 0/8] KVM: arm64: Fixed features for protected VMs
 2021-08-27 10:16 UTC  (9+ messages)
` [PATCH v5 1/8] KVM: arm64: Pass struct kvm to per-EC handlers
` [PATCH v5 2/8] KVM: arm64: Add missing field descriptor for MDCR_EL2
` [PATCH v5 3/8] KVM: arm64: Simplify masking out MTE in feature id reg
` [PATCH v5 4/8] KVM: arm64: Add trap handlers for protected VMs
` [PATCH v5 5/8] KVM: arm64: Initialize trap registers "
` [PATCH v5 6/8] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v5 7/8] KVM: arm64: Trap access to pVM restricted features
` [PATCH v5 8/8] KVM: arm64: Handle protected guests at 32 bits

[PATCH v4 0/8] KVM: Various fixes and improvements around kicking vCPUs
 2021-08-27  9:25 UTC  (9+ messages)
` [PATCH v4 1/8] KVM: Clean up benign vcpu->cpu data races when "
` [PATCH v4 2/8] KVM: KVM: Use cpumask_available() to check for NULL cpumask "
` [PATCH v4 3/8] KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask==NULL
` [PATCH v4 4/8] KVM: Optimize kvm_make_vcpus_request_mask() a bit
` [PATCH v4 5/8] KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask()
` [PATCH v4 6/8] KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()
` [PATCH v4 7/8] KVM: Pre-allocate cpumasks for kvm_make_all_cpus_request_except()
` [PATCH v4 8/8] KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask

[PATCH v11 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-08-27  9:25 UTC  (10+ messages)
` [PATCH v11 01/12] iova: Export alloc_iova_fast() and free_iova_fast()
` [PATCH v11 10/12] vduse: Implement an MMU-based software IOTLB

[PATCH] kvm: irqfd: avoid update unmodified entries of the routing
 2021-08-27  8:00 UTC 

KVM/arm64: Guest ABI changes do not appear rollback-safe
 2021-08-27  7:40 UTC  (9+ messages)

[kvm-unit-tests PATCH v2 0/3] s390x: Cleanup and maintenance
 2021-08-27  7:20 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: s390x: Print addressing related exception information
` [kvm-unit-tests PATCH v2 2/3] s390x: uv-host: Explain why we set up the home space and remove the space change
` [kvm-unit-tests PATCH v2 3/3] lib: s390x: Control register constant cleanup

[PATCH v2 0/7] KVM: VMX: PT (processor trace) optimization cleanup and fixes
 2021-08-27  7:02 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: VMX: Restore host's MSR_IA32_RTIT_CTL when it's not zero
` [PATCH v2 2/7] KVM: VMX: Use precomputed vmx->pt_desc.addr_range
` [PATCH v2 3/7] KVM: VMX: Rename pt_desc.addr_range to pt_desc.nr_addr_range
` [PATCH v2 4/7] KVM: VMX: RTIT_CTL_BRANCH_EN has no dependency on other CPUID bit
` [PATCH v2 5/7] KVM: VMX: Disallow PT MSRs accessing if PT is not exposed to guest
` [PATCH v2 6/7] KVM: VMX: Check Intel PT related CPUID leaves
` [PATCH v2 7/7] KVM: VMX: Only context switch some PT MSRs when they exist

[PATCH] vfio/pci: Add OpRegion 2.0 Extended VBT support
 2021-08-27  2:37 UTC  (7+ messages)
          ` [PATCH v2] "

[PATCH v8 05/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_CTL for guest Arch LBR
 2021-08-27  1:06 UTC  (2+ messages)

[RFC PATCH v2 00/12] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-08-26 22:26 UTC  (13+ messages)
` [RFC PATCH v2 01/12] i386/sev: introduce "sev-common" type to encapsulate common SEV state
` [RFC PATCH v2 02/12] linux-header: add the SNP specific command
` [RFC PATCH v2 03/12] i386/sev: introduce 'sev-snp-guest' object
` [RFC PATCH v2 04/12] i386/sev: initialize SNP context
` [RFC PATCH v2 05/12] i386/sev: add the SNP launch start context
` [RFC PATCH v2 06/12] i386/sev: add support to encrypt BIOS when SEV-SNP is enabled
` [RFC PATCH v2 07/12] i386/sev: populate secrets and cpuid page and finalize the SNP launch
` [RFC PATCH v2 08/12] target/i386: set SEV-SNP CPUID bit when SNP enabled
` [RFC PATCH v2 09/12] target/i386: allow versioned CPUs to specify new cache_info
` [RFC PATCH v2 10/12] target/i386: add new EPYC CPU versions with updated cache_info
` [RFC PATCH v2 11/12] i386/sev: sev-snp: add support for CPUID validation
` [RFC PATCH v2 12/12] i386/sev: update query-sev QAPI format to handle SEV-SNP

[PATCH V5 00/13] Introduce vfio_pci_core subsystem
 2021-08-26 22:21 UTC  (2+ messages)

[PATCH v3] vfio/type1: Fix vfio_find_dma_valid return
 2021-08-26 22:21 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).