KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-17 21:14:00 to 2024-04-19 08:59:33 UTC [more...]

[PATCH v4 0/6] KVM: Guest Memory Pre-Population API
 2024-04-19  8:59 UTC  (3+ messages)
` [PATCH 1/6] KVM: Document KVM_PRE_FAULT_MEMORY ioctl
` [PATCH 4/6] KVM: x86/mmu: Make __kvm_mmu_do_page_fault() return mapped level

[kvm-unit-tests PATCH v2] test_migrate_unmapped_collection test fails during skip
 2024-04-19  8:13 UTC 

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-19  8:31 UTC  (47+ messages)
` [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
` [PATCH v19 010/130] KVM: x86: Pass is_private to gmem hook of gmem_max_level
` [PATCH v19 079/130] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v19 087/130] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v19 102/130] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v19 110/130] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v19 111/130] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v19 116/130] KVM: TDX: Silently discard SMI request
` [PATCH v19 117/130] KVM: TDX: Silently ignore INIT/SIPI

[kvm-unit-tests PATCH] test_migrate_unmapped_collection test fails during skip
 2024-04-19  8:28 UTC  (3+ messages)

[PATCH v2 00/10] KVM: MMU changes for confidential computing
 2024-04-19  7:38 UTC  (12+ messages)
` [PATCH v2 06/10] KVM, x86: add architectural support code for #VE
` [PATCH v2 07/10] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v2 08/10] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
` [PATCH v2 09/10] KVM: x86/mmu: Use PFERR_GUEST_ENC_MASK to indicate fault is private
` [PATCH v2 10/10] KVM: x86/mmu: check for invalid async page faults involving private memory

[PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
 2024-04-19  6:47 UTC  (4+ messages)

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-04-19  5:52 UTC  (27+ 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 4/4] vfio: Report PASID capability via VFIO_DEVICE_FEATURE ioctl

[PATCH v6 0/1] vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF device
 2024-04-19  5:23 UTC  (5+ messages)
` [PATCH v6 1/1] vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devices

[PATCH v2 05/13] x86/irq: Reserve a per CPU IDT vector for posted MSIs
 2024-04-19  4:00 UTC  (2+ messages)

[kvm-unit-tests Patch v4 00/17] pmu test bugs fix and improvements
 2024-04-19  3:52 UTC  (18+ messages)
` [kvm-unit-tests Patch v4 01/17] x86: pmu: Remove duplicate code in pmu_init()
` [kvm-unit-tests Patch v4 02/17] x86: pmu: Remove blank line and redundant space
` [kvm-unit-tests Patch v4 03/17] x86: pmu: Refine fixed_events[] names
` [kvm-unit-tests Patch v4 04/17] x86: pmu: Fix the issue that pmu_counter_t.config crosses cache line
` [kvm-unit-tests Patch v4 05/17] x86: pmu: Enlarge cnt[] length to 48 in check_counters_many()
` [kvm-unit-tests Patch v4 06/17] x86: pmu: Add asserts to warn inconsistent fixed events and counters
` [kvm-unit-tests Patch v4 07/17] x86: pmu: Fix cycles event validation failure
` [kvm-unit-tests Patch v4 08/17] x86: pmu: Use macro to replace hard-coded branches event index
` [kvm-unit-tests Patch v4 09/17] x86: pmu: Use macro to replace hard-coded ref-cycles "
` [kvm-unit-tests Patch v4 10/17] x86: pmu: Use macro to replace hard-coded instructions "
` [kvm-unit-tests Patch v4 11/17] x86: pmu: Enable and disable PMCs in loop() asm blob
` [kvm-unit-tests Patch v4 12/17] x86: pmu: Improve instruction and branches events verification
` [kvm-unit-tests Patch v4 13/17] x86: pmu: Improve LLC misses event verification
` [kvm-unit-tests Patch v4 14/17] x86: pmu: Adjust lower boundary of llc-misses event to 0 for legacy CPUs
` [kvm-unit-tests Patch v4 15/17] x86: pmu: Add IBPB indirect jump asm blob
` [kvm-unit-tests Patch v4 16/17] x86: pmu: Adjust lower boundary of branch-misses event
` [kvm-unit-tests Patch v4 17/17] x86: pmu: Optimize emulated instruction validation

[PATCH] LoongArch: KVM: Add mmio trace support
 2024-04-19  2:36 UTC  (2+ messages)

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-04-19  1:37 UTC  (30+ messages)
` [RFC PATCH 02/41] perf: Support guest enter/exit interfaces
` [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
` [RFC PATCH 40/41] KVM: x86/pmu: Separate passthrough PMU logic in set/get_msr() from non-passthrough vPMU

[PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
 2024-04-18 23:09 UTC  (16+ messages)

[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-18 19:57 UTC  (4+ messages)
` [PATCH v12 22/29] KVM: SEV: Implement gmem hook for invalidating private pages

[PATCH v7 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-18 20:01 UTC  (5+ messages)
` [PATCH v7 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function

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

[PATCH v13 00/26] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-18 19:41 UTC  (27+ messages)
` [PATCH v13 01/26] [TEMP] x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM
` [PATCH v13 02/26] [TEMP] x86/cc: Add cc_platform_set/_clear() helpers
` [PATCH v13 03/26] [TEMP] x86/CPU/AMD: Track SNP host status with cc_platform_*()
` [PATCH v13 04/26] KVM: guest_memfd: Fix PTR_ERR() handling in __kvm_gmem_get_pfn()
` [PATCH v13 05/26] KVM: SEV: Select KVM_GENERIC_PRIVATE_MEM when CONFIG_KVM_AMD_SEV=y
` [PATCH v13 06/26] KVM: SEV: Add support to handle AP reset MSR protocol
` [PATCH v13 07/26] KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH v13 08/26] KVM: SEV: Add initial SEV-SNP support
` [PATCH v13 09/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH v13 10/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v13 11/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH v13 12/26] KVM: SEV: Add support to handle GHCB GPA register VMGEXIT
` [PATCH v13 13/26] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v13 14/26] KVM: SEV: Add support to handle "
` [PATCH v13 15/26] KVM: SEV: Add support to handle RMP nested page faults
` [PATCH v13 16/26] KVM: SEV: Support SEV-SNP AP Creation NAE event
` [PATCH v13 17/26] KVM: SEV: Add support for GHCB-based termination requests
` [PATCH v13 18/26] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH v13 19/26] KVM: SEV: Implement gmem hook for invalidating "
` [PATCH v13 20/26] KVM: x86: Implement gmem hook for determining max NPT mapping level
` [PATCH v13 21/26] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
` [PATCH v13 22/26] KVM: SVM: Add module parameter to enable SEV-SNP
` [PATCH v13 23/26] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v13 24/26] crypto: ccp: Add the SNP_VLEK_LOAD command
` [PATCH v13 25/26] crypto: ccp: Add the SNP_{PAUSE,RESUME}_ATTESTATION commands
` [PATCH v13 26/26] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[RFC PATCH 0/10] Cleaning up the KVM clock mess
 2024-04-18 19:34 UTC  (11+ messages)
` [PATCH 01/10] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
` [PATCH 02/10] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH 03/10] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH 04/10] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH 05/10] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH 06/10] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH 07/10] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH 08/10] KVM: x86: Remove periodic global clock updates
` [PATCH 09/10] KVM: x86: Kill KVM_REQ_GLOBAL_CLOCK_UPDATE
` [PATCH 10/10] KVM: x86: Fix KVM clock precision in __get_kvmclock()

[PATCH v2] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG
 2024-04-18 19:39 UTC  (11+ messages)

[PATCH 1/2] KVM: nVMX: fix CR4_READ_SHADOW when L0 updates CR4 during a signal
 2024-04-18 18:36 UTC  (13+ messages)

[PATCH v2 00/13] Coalesced Interrupt Delivery with posted MSI
 2024-04-18 18:10 UTC  (6+ messages)
` [PATCH v2 03/13] x86/irq: Remove bitfields in posted interrupt descriptor

[PATCH v2 33/43] arm64: rme: Enable PMU support with a realm guest
 2024-04-18 16:06 UTC  (3+ messages)

[v2] Support for Arm CCA VMs on Linux
 2024-04-18 16:04 UTC  (14+ messages)
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [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 09/43] arm64: RME: ioctls to create and configure realms
  ` [PATCH v2 14/43] arm64: RME: Allocate/free RECs to match vCPUs
  ` [PATCH v2 16/43] KVM: arm64: Support timers in realm RECs

[RFC PATCH v1] KVM: x86: Introduce macros to simplify KVM_X86_OPS static calls
 2024-04-18 15:22 UTC  (6+ messages)

[RFC PATCH 0/7] riscv: Add support for Ssdbltrp extension
 2024-04-18 14:26 UTC  (8+ messages)
` [RFC PATCH 1/7] riscv: kvm: add support for FWFT SBI extension
` [RFC PATCH 2/7] dt-bindings: riscv: add Ssdbltrp ISA extension description
` [RFC PATCH 3/7] riscv: add Ssdbltrp ISA extension parsing
` [RFC PATCH 4/7] riscv: handle Ssdbltrp mstatus SDT bit
` [RFC PATCH 5/7] riscv: add double trap driver
` [RFC PATCH 6/7] riscv: kvm: add SBI FWFT support for SBI_FWFT_DOUBLE_TRAP_ENABLE
` [RFC PATCH 7/7] RISC-V: KVM: add support for double trap exception

[PATCH v2 00/12] Add support for a few Zc* extensions as well as Zcmop
 2024-04-18 13:28 UTC  (18+ messages)
` [PATCH v2 01/12] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
` [PATCH v2 02/12] riscv: dts: enable Zc* extensions when needed
` [PATCH v2 03/12] dt-bindings: riscv: add Zc* extension rules implied by C extension
` [PATCH v2 04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
` [PATCH v2 05/12] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
` [PATCH v2 06/12] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
` [PATCH v2 07/12] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
` [PATCH v2 08/12] dt-bindings: riscv: add Zcmop ISA extension description
` [PATCH v2 09/12] riscv: add ISA extension parsing for Zcmop
` [PATCH v2 10/12] riscv: hwprobe: export Zcmop ISA extension
` [PATCH v2 11/12] RISC-V: KVM: Allow Zcmop extension for Guest/VM
` [PATCH v2 12/12] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test

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

[PATCH v1 1/1] lib: s390: fix guest length in uv_create_guest()
 2024-04-18 12:38 UTC  (2+ messages)

[PATCH RFC v3 00/49] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-04-18 11:37 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] s390x: run script fixes for PV tests
 2024-04-18 11:10 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: Fix misspelt variable name in func.bash

[RFC PATCH v1 00/26] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
 2024-04-18 10:54 UTC  (4+ messages)
` [RFC PATCH v1 04/26] KVM: Don't allow private attribute to be set if mapped by host

[PATCH v10 0/3] Per-vCPU dirty quota-based throttling
 2024-04-18 10:46 UTC  (9+ messages)
` [PATCH v10 1/3] KVM: Implement dirty quota-based throttling of vcpus

[kvm:kvm-coco-queue 71/72] arch/x86/kvm/../../../virt/kvm/kvm_main.c:4928:2: warning: unannotated fall-through between switch labels
 2024-04-18  8:29 UTC 

[PATCH] vfio/pci: fix potential memory leak in vfio_intx_enable()
 2024-04-18  3:17 UTC  (2+ messages)

[PATCH] KVM: SVM: Consider NUMA affinity when allocating per-CPU save_area
 2024-04-18  3:07 UTC 

[PATCH v1] LoongArch/tlb: fix "error: parameter 'ptep' set but not used" due to __tlb_remove_tlb_entry()
 2024-04-18  3:03 UTC  (5+ messages)

[PATCH v2 0/2] APICv-related fixes for inhibits and tracepoint
 2024-04-18  2:18 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled
` [PATCH v2 2/2] KVM: x86: Remove VT-d mention in posted interrupt tracepoint

[PATCH 0/2] APICv-related fixes for inhibits and tracepoint
 2024-04-18  1:16 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled

[PATCH v3 0/7] KVM: Guest Memory Pre-Population API
 2024-04-18  0:33 UTC  (16+ messages)
` [PATCH 2/7] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
` [PATCH 5/7] KVM: x86/mmu: Introduce kvm_tdp_map_page() to populate "
` [PATCH 6/7] KVM: x86: Implement kvm_arch_vcpu_map_memory()

[PATCH v2 00/12] iommufd support pasid attach/replace
 2024-04-18  0:08 UTC  (5+ messages)
` [PATCH v2 02/12] iommu: Introduce a replace API for device pasid

[kvm-unit-tests PATCH v2 0/2] Fix testing failure in x86/msr
 2024-04-17 23:29 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/2] x86: Add FEP support on read/write register instructions
` [kvm-unit-tests PATCH v2 2/2] x86: msr: testing MSR_IA32_FLUSH_CMD reserved bits only in KVM emulation

[kvm-unit-tests PATCH] x86: msr: Remove the loop for testing reserved bits in MSR_IA32_FLUSH_CMD
 2024-04-17 23:11 UTC  (3+ messages)

[RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
 2024-04-17 22:41 UTC  (5+ 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).