kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-26 03:12:05 to 2021-08-27 03:12:57 UTC [more...]

[kvm-unit-tests PATCH v2 00/17] x86_64 UEFI and AMD SEV/SEV-ES support
 2021-08-27  3:12 UTC  (18+ 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

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

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-08-27  2:31 UTC  (8+ messages)

cleanup vfio iommu_group creation v4
 2021-08-27  2:17 UTC  (25+ messages)
` [PATCH 01/14] vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()
` [PATCH 02/14] vfio: factor out a vfio_iommu_driver_allowed helper
` [PATCH 03/14] vfio: remove the iommudata check in vfio_noiommu_attach_group
` [PATCH 04/14] vfio: factor out a vfio_group_find_or_alloc helper
` [PATCH 05/14] vfio: refactor noiommu group creation
` [PATCH 06/14] vfio: remove the iommudata hack for noiommu groups
` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices
` [PATCH 08/14] vfio: remove unused method from vfio_iommu_driver_ops
` [PATCH 09/14] vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>
` [PATCH 10/14] vfio: remove the unused mdev iommu hook
` [PATCH 11/14] vfio: clean up the check for mediated device in vfio_iommu_type1
` [PATCH 12/14] vfio/spapr_tce: reject mediated devices
` [PATCH 13/14] vfio/iommu_type1: remove the "external" domain
` [PATCH 14/14] vfio/iommu_type1: remove IS_IOMMU_CAP_DOMAIN_IN_CONTAINER

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

[PATCH 00/15] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-27  0:57 UTC  (16+ 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

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

[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  (15+ messages)
` [PATCH V5 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V5 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V5 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V5 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V5 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V5 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V5 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V5 08/13] vfio/pci: Move module parameters "
` [PATCH V5 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V5 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V5 11/13] vfio: Use select for eventfd
` [PATCH V5 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V5 13/13] vfio/pci: Introduce vfio_pci_core.ko

[PATCH v3] vfio/type1: Fix vfio_find_dma_valid return
 2021-08-26 22:21 UTC  (2+ messages)

[PATCH v4] vfio/ap_ops: Convert to use vfio_register_group_dev()
 2021-08-26 22:20 UTC  (2+ messages)

[PATCH v2] vfio-pci/zdev: Remove repeated verbose license text
 2021-08-26 22:20 UTC  (2+ messages)

[PATCH] vfio: platform: reset: Convert to SPDX identifier
 2021-08-26 22:20 UTC  (2+ messages)

[PATCH v2 00/10] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-08-26 21:54 UTC  (3+ messages)
` [PATCH v2 10/10] KVM: arm64: selftests: Add arch_timer test

[PATCH] KVM: x86/mmu: Complete prefetch for trailing SPTEs for direct, legacy MMU
 2021-08-26 21:35 UTC  (3+ messages)

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-26 21:09 UTC  (7+ messages)
` [PATCH 11/17] find: micro-optimize for_each_{set,clear}_bit()
` [PATCH 17/17] vsprintf: rework bitmap_list_string

[PATCH 0/4] Prevent inlining for asm blocks with labels
 2021-08-26 21:05 UTC  (3+ messages)

[PATCH] libcflag: define the "noinline" macro
 2021-08-26 21:04 UTC 

[PATCH v7 0/6] KVM: x86: Add idempotent controls for migrating system counter state
 2021-08-26 20:27 UTC  (5+ messages)
` [PATCH v7 6/6] KVM: x86: Expose TSC offset controls to userspace

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

[PATCH v2 0/4] KVM: Various fixes and improvements around kicking vCPUs
 2021-08-26 19:27 UTC  (16+ messages)
` [PATCH v2 4/4] KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()

KVM/arm64: Guest ABI changes do not appear rollback-safe
 2021-08-26 18:49 UTC  (11+ messages)

[PATCH 0/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-08-26 18:37 UTC  (4+ messages)

[PATCH v1 0/3] nitro_enclaves: Add support for Arm64
 2021-08-26 18:22 UTC  (6+ 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

[PATCH][kvmtool] virtio/pci: Correctly handle MSI-X masking while MSI-X is disabled
 2021-08-26 17:50 UTC  (7+ messages)

[PATCH 0/2] KVM: SMM fixes for nVMX
 2021-08-26 16:23 UTC  (5+ messages)
` [PATCH 1/2] KVM: VMX: avoid running vmx_handle_exit_irqoff in case of emulation
` [PATCH 2/2] VMX: nSVM: enter protected mode prior to returning to nested guest from SMM

[PATCH v3 0/4] KVM: Various fixes and improvements around kicking vCPUs
 2021-08-26 16:17 UTC  (8+ messages)
` [PATCH v3 1/4] KVM: Clean up benign vcpu->cpu data races when "
` [PATCH v3 2/4] KVM: KVM: Use cpumask_available() to check for NULL cpumask "
` [PATCH v3 3/4] KVM: Optimize kvm_make_vcpus_request_mask() a bit
` [PATCH v3 4/4] KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()

[RFC PATCH v2 00/44] TDX support
 2021-08-26 15:21 UTC  (39+ messages)
` [RFC PATCH v2 04/44] vl: Introduce machine_init_done_late notifier
` [RFC PATCH v2 06/44] hw/i386: Introduce kvm-type for TDX guest
` [RFC PATCH v2 07/44] i386/kvm: Squash getting/putting guest state for TDX VMs
` [RFC PATCH v2 10/44] hw/i386: Initialize TDX via KVM ioctl() when kvm_type is TDX
` [RFC PATCH v2 15/44] i386/tdx: Add hook to require generic device loader
` [RFC PATCH v2 16/44] hw/i386: Add definitions from UEFI spec for volumes, resources, etc
` [RFC PATCH v2 18/44] hw/i386: refactor e820_add_entry()
` [RFC PATCH v2 19/44] hw/i386/e820: introduce a helper function to change type of e820
` [RFC PATCH v2 20/44] i386/tdx: Parse tdx metadata and store the result into TdxGuestState
` [RFC PATCH v2 21/44] i386/tdx: Create the TD HOB list upon machine init done
` [RFC PATCH v2 24/44] i386/tdx: Add MMIO HOB entries
` [RFC PATCH v2 27/44] q35: Introduce smm_ranges property for q35-pci-host
` [RFC PATCH v2 28/44] i386/tdx: Force x2apic mode and routing for TDs
` [RFC PATCH v2 29/44] target/i386: Add machine option to disable PIC/8259
` [RFC PATCH v2 31/44] target/i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [RFC PATCH v2 33/44] qmp: add query-tdx-capabilities query-tdx command
` [RFC PATCH v2 34/44] target/i386/tdx: set reboot action to shutdown when tdx
` [RFC PATCH v2 42/44] hw/i386: add a flag to disable init/sipi delivery mode of interrupt

[PATCH] kvm: selftests: Fix spelling mistake "missmatch" -> "mismatch"
 2021-08-26 12:07 UTC 

[GIT PULL] KVM/arm64 updates for 5.15
 2021-08-26 11:56 UTC 

[PATCH 0/2] VM: Fix a benign race in kicking vCPUs
 2021-08-26 10:24 UTC  (5+ messages)
` [PATCH 2/2] KVM: Guard cpusmask NULL check with CONFIG_CPUMASK_OFFSTACK

[PATCH net-next] sock: remove one redundant SKB_FRAG_PAGE_ORDER macro
 2021-08-26 10:10 UTC  (3+ messages)

[PATCH V4 00/13] Introduce vfio_pci_core subsystem
 2021-08-26  9:36 UTC  (23+ messages)
` [PATCH V4 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V4 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V4 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V4 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V4 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V4 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V4 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V4 08/13] vfio/pci: Move module parameters "
` [PATCH V4 11/13] vfio: Use select for eventfd
` [PATCH V4 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V4 13/13] vfio/pci: Introduce vfio_pci_core.ko

[PATCH v4 1/2] qdev-properties: Add a new macro with bitmask check for uint64_t property
 2021-08-26  9:19 UTC  (2+ messages)

[Bug 201753] AMD-Vi: Unable to write to IOMMU perf counter
 2021-08-26  8:43 UTC  (2+ messages)

[PATCH v4 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-08-26  8:33 UTC  (5+ messages)
` [PATCH v4 10/14] KVM: s390: pv: usage counter instead of flag
` [PATCH v4 13/14] KVM: s390: pv: lazy destroy for reboot

cleanup vfio iommu_group creation v3
 2021-08-26  8:21 UTC  (18+ messages)
` [PATCH 01/14] vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()
` [PATCH 08/14] vfio: remove unused method from vfio_iommu_driver_ops
` [PATCH 09/14] vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>
` [PATCH 10/14] vfio: remove the unused mdev iommu hook
` [PATCH 11/14] vfio: clean up the check for mediated device in vfio_iommu_type1
` [PATCH 12/14] vfio/spapr_tce: reject mediated devices
` [PATCH 13/14] vfio/iommu_type1: remove the "external" domain
` [PATCH 14/14] vfio/iommu_type1: remove IS_IOMMU_CAP_DOMAIN_IN_CONTAINER

[PATCH] KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust tests
 2021-08-26  7:49 UTC 

[kvm-unit-tests PATCH v2] x86: vpmu: Add tests for Arch LBR support
 2021-08-26  7:13 UTC 

[kvm-unit-tests PATCH 0/2] Two fixes for KVM unit tests
 2021-08-26  5:07 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] Makefile: Fix cscope


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