KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-12 07:03:30 to 2024-04-13 03:30:02 UTC [more...]

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-04-13  3:29 UTC  (32+ messages)
` [RFC PATCH 02/41] perf: Support guest enter/exit interfaces
` [RFC PATCH 04/41] perf: core/x86: Add support to register a new vector for PMI handling
` [RFC PATCH 15/41] KVM: x86/pmu: Manage MSR interception for IA32_PERF_GLOBAL_CTRL
` [RFC PATCH 18/41] KVM: x86/pmu: Intercept full-width GP counter MSRs by checking with perf capabilities
` [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
` [RFC PATCH 27/41] KVM: x86/pmu: Clear PERF_METRICS MSR for guest

[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
 2024-04-12 10:34 UTC  (35+ messages)
` [kvm-unit-tests PATCH 01/33] arm: Add necessary header files in asm/pgtable.h
` [kvm-unit-tests PATCH 02/33] arm: Detect FDT overlap with uninitialised data
` [kvm-unit-tests PATCH 03/33] arm64: Expand SMCCC arguments and return values
` [kvm-unit-tests PATCH 04/33] arm: Make physical address mask dynamic
` [kvm-unit-tests PATCH 05/33] arm64: Introduce NS_SHARED PTE attribute
` [kvm-unit-tests PATCH 06/33] arm: Move io_init after vm initialization
` [kvm-unit-tests PATCH 07/33] arm: realm: Add RSI interface header
` [kvm-unit-tests PATCH 08/33] arm: realm: Make uart available before MMU is enabled
` [kvm-unit-tests PATCH 09/33] arm: realm: Realm initialisation
` [kvm-unit-tests PATCH 10/33] arm: realm: Add support for changing the state of memory
` [kvm-unit-tests PATCH 11/33] arm: realm: Set RIPAS state for RAM
` [kvm-unit-tests PATCH 12/33] arm: realm: Early memory setup
` [kvm-unit-tests PATCH 13/33] arm: realm: Add RSI version test
` [kvm-unit-tests PATCH 14/33] arm: selftest: realm: skip pabt test when running in a realm
` [kvm-unit-tests PATCH 15/33] arm: realm: add hvc and RSI_HOST_CALL tests
` [kvm-unit-tests PATCH 16/33] arm64: add ESR_ELx EC.SVE
` [kvm-unit-tests PATCH 17/33] arm64: enable SVE at startup
` [kvm-unit-tests PATCH 18/33] arm: realm: Add test for FPU/SIMD context save/restore
` [kvm-unit-tests PATCH 19/33] arm64: selftest: add realm SVE VL test
` [kvm-unit-tests PATCH 20/33] arm: realm: Add tests for in realm SEA
` [kvm-unit-tests PATCH 21/33] lib/alloc_page: Add shared page allocation support
` [kvm-unit-tests PATCH 22/33] arm: gic-v3-its: Use shared pages wherever needed
` [kvm-unit-tests PATCH 23/33] arm: realm: Enable memory encryption
` [kvm-unit-tests PATCH 24/33] qcbor: Add QCBOR as a submodule
` [kvm-unit-tests PATCH 25/33] arm: Add build steps for QCBOR library
` [kvm-unit-tests PATCH 26/33] arm: Add a library to verify tokens using the "
` [kvm-unit-tests PATCH 27/33] arm: realm: add RSI interface for attestation measurements
` [kvm-unit-tests PATCH 28/33] arm: realm: Add helpers to decode RSI return codes
` [kvm-unit-tests PATCH 29/33] arm: realm: Add Realm attestation tests
` [kvm-unit-tests PATCH 30/33] "
` [kvm-unit-tests PATCH 31/33] arm: realm: Add a test for shared memory
` [kvm-unit-tests PATCH 32/33] arm: Add memtest support
` [kvm-unit-tests PATCH 33/33] NOT-FOR-MERGING: add run-realm-tests

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-13  0:40 UTC  (29+ messages)
` [PATCH v19 076/130] KVM: TDX: Finalize VM initialization
` [PATCH v19 079/130] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v19 080/130] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v19 081/130] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v19 082/130] KVM: TDX: restore user ret MSRs
` [PATCH v19 083/130] KVM: TDX: Add TSX_CTRL msr into uret_msrs list
` [PATCH v19 087/130] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v19 088/130] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior

[PATCH v5 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-04-12 22:59 UTC  (6+ messages)

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-12 20:44 UTC  (8+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young
` [PATCH v3 3/7] KVM: Add basic bitmap support into kvm_mmu_notifier_test/clear_young
` [PATCH v3 5/7] KVM: x86: Participate in bitmap-based PTE aging

[ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming Strategy
 2024-04-12 20:05 UTC  (15+ messages)

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-12 20:01 UTC  (9+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback

[PATCH] KVM: loongarch: Add vcpu id check before create vcpu
 2024-04-12 18:41 UTC  (3+ messages)

[PATCH v2 00/13] Coalesced Interrupt Delivery with posted MSI
 2024-04-12 18:23 UTC  (17+ messages)
` [PATCH v2 05/13] x86/irq: Reserve a per CPU IDT vector for posted MSIs
` [PATCH v2 06/13] x86/irq: Set up per host CPU posted interrupt descriptors
` [PATCH v2 07/13] x86/irq: Factor out calling ISR from common_interrupt
` [PATCH v2 10/13] x86/irq: Extend checks for pending vectors to posted interrupts
` [PATCH v2 11/13] iommu/vt-d: Make posted MSI an opt-in cmdline option
` [PATCH v2 12/13] iommu/vt-d: Add an irq_chip for posted MSIs

[PATCH 00/10] KVM: MMU changes for confidential computing
 2024-04-12 17:35 UTC  (11+ messages)
` [PATCH 01/10] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
` [PATCH 02/10] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH 03/10] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH 04/10] KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
` [PATCH 05/10] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH 06/10] KVM, x86: add architectural support code for #VE
` [PATCH 07/10] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH 08/10] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
` [PATCH 09/10] KVM: x86/mmu: Use PFERR_GUEST_ENC_MASK to indicate fault is private
` [PATCH 10/10] KVM: x86/mmu: check for invalid async page faults involving private memory

[v2] Support for Arm CCA VMs on Linux
 2024-04-12 16:52 UTC  (61+ messages)
` [PATCH v2 00/14] arm64: Support for running as a guest in Arm CCA
  ` [PATCH v2 01/14] arm64: rsi: Add RSI definitions
  ` [PATCH v2 02/14] arm64: Detect if in a realm and set RIPAS RAM
  ` [PATCH v2 03/14] arm64: realm: Query IPA size from the RMM
  ` [PATCH v2 04/14] arm64: Mark all I/O as non-secure shared
  ` [PATCH v2 05/14] fixmap: Allow architecture overriding set_fixmap_io
  ` [PATCH v2 06/14] arm64: Override set_fixmap_io
  ` [PATCH v2 07/14] arm64: Make the PHYS_MASK_SHIFT dynamic
  ` [PATCH v2 08/14] arm64: Enforce bounce buffers for realm DMA
  ` [PATCH v2 09/14] arm64: Enable memory encrypt for Realms
  ` [PATCH v2 10/14] arm64: Force device mappings to be non-secure shared
  ` [PATCH v2 11/14] efi: arm64: Map Device with Prot Shared
  ` [PATCH v2 12/14] arm64: realm: Support nonsecure ITS emulation shared
  ` [PATCH v2 13/14] arm64: rsi: Interfaces to query attestation token
  ` [PATCH v2 14/14] virt: arm-cca-guest: TSM_REPORT support for realms
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [PATCH v2 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
  ` [PATCH v2 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
  ` [PATCH v2 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
  ` [PATCH v2 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
  ` [PATCH v2 05/43] arm64: RME: Add SMC definitions for calling the RMM
  ` [PATCH v2 06/43] arm64: RME: Add wrappers for RMI calls
  ` [PATCH v2 07/43] arm64: RME: Check for RME support at KVM init
  ` [PATCH v2 08/43] arm64: RME: Define the user ABI
  ` [PATCH v2 09/43] arm64: RME: ioctls to create and configure realms
  ` [PATCH v2 10/43] kvm: arm64: Expose debug HW register numbers for Realm
  ` [PATCH v2 11/43] arm64: kvm: Allow passing machine type in KVM creation
  ` [PATCH v2 12/43] arm64: RME: Keep a spare page delegated to the RMM
  ` [PATCH v2 13/43] arm64: RME: RTT handling
  ` [PATCH v2 14/43] arm64: RME: Allocate/free RECs to match vCPUs
  ` [PATCH v2 15/43] arm64: RME: Support for the VGIC in realms
  ` [PATCH v2 16/43] KVM: arm64: Support timers in realm RECs
  ` [PATCH v2 17/43] arm64: RME: Allow VMM to set RIPAS
  ` [PATCH v2 18/43] arm64: RME: Handle realm enter/exit
  ` [PATCH v2 19/43] KVM: arm64: Handle realm MMIO emulation
  ` [PATCH v2 20/43] arm64: RME: Allow populating initial contents
  ` [PATCH v2 21/43] arm64: RME: Runtime faulting of memory
  ` [PATCH v2 22/43] KVM: arm64: Handle realm VCPU load
  ` [PATCH v2 23/43] KVM: arm64: Validate register access for a Realm VM
  ` [PATCH v2 24/43] KVM: arm64: Handle Realm PSCI requests
  ` [PATCH v2 25/43] KVM: arm64: WARN on injected undef exceptions
  ` [PATCH v2 26/43] arm64: Don't expose stolen time for realm guests
  ` [PATCH v2 27/43] arm64: rme: allow userspace to inject aborts
  ` [PATCH v2 28/43] arm64: rme: support RSI_HOST_CALL
  ` [PATCH v2 29/43] arm64: rme: Allow checking SVE on VM instance
  ` [PATCH v2 30/43] arm64: RME: Always use 4k pages for realms
  ` [PATCH v2 31/43] arm64: rme: Prevent Device mappings for Realms
  ` [PATCH v2 32/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
  ` [PATCH v2 33/43] arm64: rme: Enable PMU support with a realm guest
  ` [PATCH v2 34/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
  ` [PATCH v2 35/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
  ` [PATCH v2 36/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
  ` [PATCH v2 37/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
  ` [PATCH v2 38/43] arm64: RME: Propagate max SVE vector length from RMM
  ` [PATCH v2 39/43] arm64: RME: Configure max SVE vector length for a Realm
  ` [PATCH v2 40/43] arm64: RME: Provide register list for unfinalized RME RECs
  ` [PATCH v2 41/43] arm64: RME: Provide accurate register list
  ` [PATCH v2 42/43] arm64: kvm: Expose support for private memory
  ` [PATCH v2 43/43] KVM: arm64: Allow activating realms

[PATCH] KVM: x86: Set BHI_NO in guest when host is not affected by BHI
 2024-04-12 16:33 UTC  (11+ messages)

[PATCH v2] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG
 2024-04-12 16:14 UTC  (9+ messages)

[PATCH v4 0/2] kvm/cpuid: set proper GuestPhysBits in CPUID.0x80000008
 2024-04-12 15:48 UTC  (4+ messages)

[PATCH v2 00/10] s390: PG_arch_1+folio cleanups for uv+hugetlb
 2024-04-12 14:21 UTC  (11+ messages)
` [PATCH v2 01/10] s390/uv: don't call folio_wait_writeback() without a folio reference
` [PATCH v2 02/10] s390/uv: gmap_make_secure() cleanups for further changes
` [PATCH v2 03/10] s390/uv: split large folios in gmap_make_secure()
` [PATCH v2 04/10] s390/uv: convert PG_arch_1 users to only work on small folios
` [PATCH v2 05/10] s390/uv: update PG_arch_1 comment
` [PATCH v2 06/10] s390/uv: make uv_convert_from_secure() a static function
` [PATCH v2 07/10] s390/uv: convert uv_destroy_owned_page() to uv_destroy_(folio|pte)()
` [PATCH v2 08/10] s390/uv: convert uv_convert_owned_from_secure() to uv_convert_from_secure_(folio|pte)()
` [PATCH v2 09/10] s390/uv: implement HAVE_ARCH_MAKE_FOLIO_ACCESSIBLE
` [PATCH v2 10/10] s390/hugetlb: convert PG_arch_1 code to work on folio->flags

[PATCH] vfio: change the description of VFIO_IOMMU_SPAPR_REGISTER_MEMORY
 2024-04-12 14:20 UTC 

[PATCH v3 0/2] s390/mm: shared zeropage + KVM fixes
 2024-04-12 13:25 UTC  (2+ messages)

linux-next: build failure after merge of the kvm tree
 2024-04-12 12:14 UTC  (3+ messages)

[RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
 2024-04-12 11:57 UTC  (3+ messages)

[RFC 0/3] Export APICv-related state via binary stats interface
 2024-04-12 10:45 UTC  (5+ messages)
` [RFC 3/3] x86: KVM: stats: Add a stat counter for GALog events

[RFC PATCH v3 00/10] Virtualize Intel IA32_SPEC_CTRL
 2024-04-12 10:18 UTC  (4+ messages)
` [RFC PATCH v3 01/10] KVM: VMX: "

[PATCH v2 0/2] Two enhancements to iommu_at[de]tach_device_pasid()
 2024-04-12 10:13 UTC  (2+ messages)

[PATCH v1] KVM: s390x: selftests: Add shared zeropage test
 2024-04-12  8:43 UTC 

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-04-12  8:21 UTC  (5+ messages)
` [PATCH v2 1/4] ida: Add ida_get_lowest()
` [PATCH v2 2/4] vfio-iommufd: Support pasid [at|de]tach for physical VFIO devices
` [PATCH v2 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v2 4/4] vfio: Report PASID capability via VFIO_DEVICE_FEATURE ioctl

[PATCH 0/2] Add API to correct KVM/PV clock drift
 2024-04-12  8:19 UTC  (4+ messages)
` [PATCH v2 0/2] Add API for accurate KVM/PV clock migration
  ` [PATCH v2 2/2] KVM: selftests: Add KVM/PV clock selftest to prove timer correction

[PATCH v4 0/4] add debugfs to hisilicon migration driver
 2024-04-12  8:15 UTC  (4+ messages)
` [PATCH v4 3/4] hisi_acc_vfio_pci: register debugfs for "

[PATCH v2 00/12] iommufd support pasid attach/replace
 2024-04-12  8:15 UTC  (13+ messages)
` [PATCH v2 01/12] iommu: Pass old domain to set_dev_pasid op
` [PATCH v2 02/12] iommu: Introduce a replace API for device pasid
` [PATCH v2 03/12] iommufd: replace attach_fn with a structure
` [PATCH v2 04/12] iommufd: Support attach/replace hwpt per pasid
` [PATCH v2 05/12] iommu: Allow iommu driver to populate the max_pasids
` [PATCH v2 06/12] iommufd/selftest: Add set_dev_pasid and remove_dev_pasid in mock iommu
` [PATCH v2 07/12] iommufd/selftest: Add a helper to get test device
` [PATCH v2 08/12] iommufd/selftest: Add test ops to test pasid attach/detach
` [PATCH v2 09/12] iommufd/selftest: Add coverage for iommufd "
` [PATCH v2 10/12] iommu/vt-d: Return if no dev_pasid is found in domain
` [PATCH v2 11/12] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH v2 12/12] iommu/vt-d: Add set_dev_pasid callback for nested domain


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 read-only IMAP folder(s) and NNTP newsgroup(s).