KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-12 08:44:43 to 2024-04-15 14:44:02 UTC [more...]

[PATCH] KVM: selftests: Avoid assuming "sudo" exists
 2024-04-15 14:43 UTC 

[kvm-unit-tests PATCH v8 00/35] migration, powerpc improvements
 2024-04-15 14:29 UTC  (3+ messages)
` [kvm-unit-tests PATCH v8 05/35] arch-run: Add a "continuous" migration option for tests

[PATCH v1] KVM: s390x: selftests: Add shared zeropage test
 2024-04-15 14:27 UTC  (4+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-15 13:49 UTC  (32+ messages)
` [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
` [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

[kvm-unit-tests PATCH] gitlab-ci: Fix the cirrus pipelines
 2024-04-15 13:44 UTC  (3+ messages)

[PATCH v6 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-15 13:43 UTC  (19+ messages)
` [PATCH v6 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v6 07/24] RISC-V: Use the minor version mask while computing sbi version
` [PATCH v6 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v6 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v6 14/24] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v6 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v6 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v6 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [PATCH v6 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH gmem 0/6] gmem fix-ups and interfaces for populating gmem pages
 2024-04-15 13:36 UTC  (7+ messages)
` [PATCH gmem 4/6] mm: Introduce AS_INACCESSIBLE for encrypted/confidential memory
` [PATCH gmem 5/6] KVM: guest_memfd: Use AS_INACCESSIBLE when creating guest_memfd inode
` [PATCH gmem 6/6] KVM: guest_memfd: Add interface for populating gmem pages with user data

[PATCH net-next v2 07/15] mm: page_frag: add '_va' suffix to page_frag API
 2024-04-15 13:19 UTC 

[PATCH 00/10] KVM: MMU changes for confidential computing
 2024-04-15 13:21 UTC  (14+ 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

[PATCH v3 0/2] s390/mm: shared zeropage + KVM fixes
 2024-04-15 13:14 UTC  (7+ messages)
` [PATCH v3 2/2] s390/mm: re-enable the shared zeropage for !PV and !skeys KVM guests

[PATCH v2] KVM: PPC: Book3S HV nestedv2: Cancel pending DEC exception
 2024-04-15 12:27 UTC  (2+ messages)

[RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
 2024-04-15 11:59 UTC  (2+ messages)

[PATCH v2 00/12] iommufd support pasid attach/replace
 2024-04-15 11:54 UTC  (8+ messages)
` [PATCH v2 01/12] iommu: Pass old domain to set_dev_pasid op
` [PATCH v2 05/12] iommu: Allow iommu driver to populate the max_pasids
` [PATCH v2 10/12] iommu/vt-d: Return if no dev_pasid is found in domain

[RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
 2024-04-15 10:09 UTC  (5+ messages)

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-04-15 10:04 UTC  (40+ 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
` [RFC PATCH 37/41] KVM: x86/pmu: Allow writing to fixed counter selector if counter is exposed

[PATCH v2 0/3] Add a test case for KVM_X86_DISABLE_EXIT
 2024-04-15  9:49 UTC  (4+ messages)
` [PATCH v2 3/3] KVM: selftests: Add a test case for KVM_X86_DISABLE_EXITS_HLT

[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
 2024-04-15  9:36 UTC  (5+ messages)
` [PATCH v11 8/8] KVM: x86/mmu: Handle "

[PATCH 00/10] Add support for a few Zc* extensions as well as Zcmop
 2024-04-15  9:10 UTC  (11+ messages)
` [PATCH 07/10] riscv: add ISA extension parsing for Zcmop

[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
 2024-04-15  8:59 UTC  (36+ 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

[v2] Support for Arm CCA VMs on Linux
 2024-04-15  8:14 UTC  (13+ messages)
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [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

[Bug 218257] New: [Nested VM] Failed to boot L2 Windows guest on L1 Windows guest
 2024-04-15  8:09 UTC  (2+ messages)
` [Bug 218257] "

[PATCH 0/2] Add API to correct KVM/PV clock drift
 2024-04-15  7:16 UTC  (4+ messages)
` [PATCH v2 0/2] Add API for accurate KVM/PV clock migration
  ` [PATCH v2 1/2] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM "

[PATCH v2] vhost-vdpa: Remove usage of the deprecated ida_simple_xx() API
 2024-04-15  6:58 UTC  (2+ messages)

[kvmtool PATCH 1/1] riscv: Fix the hart bit setting of AIA
 2024-04-15  6:51 UTC 

[PATCH 1/1] RISC-V: KVM: No need to use mask when hart-index-bit is 0
 2024-04-15  6:49 UTC 

[PATCH] kvm_host: bump KVM_MAX_IRQ_ROUTE to 128k
 2024-04-15  6:36 UTC  (2+ messages)

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

[PATCH v2 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-15  3:11 UTC  (3+ messages)
` [PATCH v2 1/2] RISCV: KVM: add tracepoints for entry and exit events
` [PATCH v2 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V

[PATCH v2 09/14] arm64: Enable memory encrypt for Realms
 2024-04-15  3:13 UTC  (2+ messages)

[PATCH] KVM: loongarch: Add vcpu id check before create vcpu
 2024-04-15  2:04 UTC  (4+ messages)

[PATCH] vfio/pci: fix potential memory leak in vfio_intx_enable()
 2024-04-15  1:50 UTC 

[PATCH v2] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG
 2024-04-15  1:21 UTC  (10+ messages)

[GIT PULL] virtio: bugfixes
 2024-04-14 17:12 UTC  (2+ messages)

[PATCH] vhost-vdpa: Remove usage of the deprecated ida_simple_xx() API
 2024-04-14  9:09 UTC  (6+ messages)

[linus:master] [x86/bugs] 6613d82e61: general_protection_fault:#[##]
 2024-04-14  6:41 UTC  (3+ messages)

[PATCH v2 33/43] arm64: rme: Enable PMU support with a realm guest
 2024-04-13 23:44 UTC  (2+ messages)

[PATCH v2 00/13] Coalesced Interrupt Delivery with posted MSI
 2024-04-13 10:59 UTC  (20+ 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 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-13  9:56 UTC  (10+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback

[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  (12+ messages)

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

linux-next: build failure after merge of the kvm tree
 2024-04-12 12:14 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)


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