KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-19 23:48:12 to 2024-04-23 03:18:47 UTC [more...]

[1/1] KVM: restrict kvm_gfn_to_hva_cache_init() to only accept address ranges within one page
 2024-04-23  2:49 UTC 

[RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
 2024-04-23  3:13 UTC  (17+ messages)

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

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

[PATCH io_uring-next/net-next v2 0/4] implement io_uring notification (ubuf_info) stacking
 2024-04-23  1:36 UTC  (7+ messages)
` [PATCH io_uring-next/net-next v2 1/4] net: extend ubuf_info callback to ops structure
` [PATCH io_uring-next/net-next v2 2/4] net: add callback for setting a ubuf_info to skb
` (subset) [PATCH io_uring-next/net-next v2 0/4] implement io_uring notification (ubuf_info) stacking

[PATCH] KVM: SVM: Consider NUMA affinity when allocating per-CPU save_area
 2024-04-23  0:29 UTC  (2+ messages)

[PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
 2024-04-23  0:28 UTC  (14+ messages)

[Bug 218739] New: pmu_counters_test kvm-selftest fails with (count != NUM_INSNS_RETIRED)
 2024-04-23  0:21 UTC  (2+ messages)
` [Bug 218739] "

[PATCH v3 00/19] KVM: arm64: Transition to a per-ITS translation cache
 2024-04-23  0:15 UTC  (21+ messages)
` [PATCH v3 01/19] KVM: Treat the device list as an rculist
` [PATCH v3 02/19] KVM: arm64: vgic-its: Walk LPI xarray in its_sync_lpi_pending_table()
` [PATCH v3 03/19] KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()
` [PATCH v3 04/19] KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_cmd_handle_movall()
` [PATCH v3 05/19] KVM: arm64: vgic-debug: Use an xarray mark for debug iterator
` [PATCH v3 06/19] KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()
` [PATCH v3 07/19] KVM: arm64: vgic-its: Scope translation cache invalidations to an ITS
` [PATCH v3 08/19] KVM: arm64: vgic-its: Maintain a translation cache per ITS
` [PATCH v3 09/19] KVM: arm64: vgic-its: Spin off helper for finding ITS by doorbell addr
` [PATCH v3 10/19] KVM: arm64: vgic-its: Use the per-ITS translation cache for injection
` [PATCH v3 11/19] KVM: arm64: vgic-its: Rip out the global translation cache
` [PATCH v3 12/19] KVM: arm64: vgic-its: Get rid of the lpi_list_lock
` [PATCH v3 13/19] KVM: selftests: Align with kernel's GIC definitions
` [PATCH v3 14/19] KVM: selftests: Standardise layout of GIC frames
` [PATCH v3 15/19] KVM: selftests: Add quadword MMIO accessors
` [PATCH v3 16/19] KVM: selftests: Add a minimal library for interacting with an ITS
` [PATCH v3 17/19] KVM: selftests: Add helper for enabling LPIs on a redistributor
` [PATCH v3 18/19] KVM: selftests: Use MPIDR_HWID_BITMASK from cputype.h
` [PATCH v3 19/19] KVM: selftests: Add stress test for LPI injection

[PATCH v2] vfio/pci: Support 8-byte PCI loads and stores
 2024-04-22 22:48 UTC  (4+ messages)

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

[PATCH 0/2] Add API to correct KVM/PV clock drift
 2024-04-22 22:02 UTC  (10+ messages)
` [PATCH 2/2] KVM: selftests: Add KVM/PV clock selftest to prove timer drift correction

[PATCH v4] KVM: arm64: Add early_param to control WFx trapping
 2024-04-22 21:43 UTC  (2+ messages)

[RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
 2024-04-22 21:23 UTC  (6+ messages)

[PATCH v1] KVM: x86: Validate values set to guest's MSR_IA32_ARCH_CAPABILITIES
 2024-04-22 19:43 UTC  (2+ messages)

[PATCH] selftests: kvm: fix undeclared function error
 2024-04-22 18:25 UTC  (3+ messages)

[PATCH v4 0/6] KVM: Guest Memory Pre-Population API
 2024-04-22 18:00 UTC  (13+ messages)
` [PATCH 1/6] KVM: Document KVM_PRE_FAULT_MEMORY ioctl
` [PATCH 2/6] KVM: Add KVM_PRE_FAULT_MEMORY vcpu ioctl to pre-populate guest memory
` [PATCH 3/6] KVM: x86/mmu: Extract __kvm_mmu_do_page_fault()
` [PATCH 5/6] KVM: x86: Implement kvm_arch_vcpu_pre_fault_memory()
` [PATCH 6/6] KVM: selftests: x86: Add test for KVM_PRE_FAULT_MEMORY

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-22 17:34 UTC  (14+ messages)
` [PATCH v19 056/130] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v19 058/130] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v19 059/130] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v19 062/130] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v19 125/130] KVM: TDX: Add methods to ignore virtual apic related operation

[RFC PATCH 0/10] Cleaning up the KVM clock mess
 2024-04-22 16:44 UTC  (9+ messages)
` [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 v2 0/5] KVM/x86: Enhancements to static calls
 2024-04-22 16:43 UTC  (9+ messages)
` [PATCH v2 2/5] KVM: x86: Introduce KVM_X86_CALL() to simplify static calls of kvm_x86_ops
` [RFC PATCH v2 4/5] KVM: x86: Remove KVM_X86_OP_OPTIONAL

[v2] Support for Arm CCA VMs on Linux
 2024-04-22 16:33 UTC  (8+ messages)
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [PATCH v2 07/43] arm64: RME: Check for RME support at KVM init
  ` [PATCH v2 09/43] arm64: RME: ioctls to create and configure realms

[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
 2024-04-22 16:15 UTC  (12+ messages)
` [kvm-unit-tests PATCH 08/33] arm: realm: Make uart available before MMU is enabled
` [kvm-unit-tests PATCH 14/33] arm: selftest: realm: skip pabt test when running in a realm

[PATCH v8 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-22 16:06 UTC  (23+ messages)
` [PATCH v8 08/24] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v8 09/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v8 10/24] RISC-V: KVM: Fix the initial sample period value
` [PATCH v8 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v8 16/24] RISC-V: KVM: Improve firmware counter read function
` [PATCH v8 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v8 18/24] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v8 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v8 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v8 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v8 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v8 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [PATCH v8 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH v5 RESEND] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-04-22 15:45 UTC  (2+ messages)

[PATCH RFC v3 00/49] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-04-22 15:03 UTC  (12+ messages)
` [PATCH v3 21/49] i386/sev: Introduce "sev-common" type to encapsulate common SEV state
` [PATCH v3 22/49] i386/sev: Introduce 'sev-snp-guest' object
` [PATCH v3 31/49] i386/sev: Update query-sev QAPI format to handle SEV-SNP
` [PATCH v3 36/49] i386/sev: Add KVM_EXIT_VMGEXIT handling for Extended Guest Requests
` [PATCH v3 43/49] qapi, i386: Move kernel-hashes to SevCommonProperties

[PATCH 00/11] KVM: guest_memfd: New hooks and functionality for SEV-SNP and TDX
 2024-04-22 14:52 UTC  (7+ messages)
` [PATCH 06/11] KVM: guest_memfd: Add hook for initializing memory
` [PATCH 09/11] KVM: guest_memfd: Add interface for populating gmem pages with user data
` [PATCH 11/11] KVM: x86: Add gmem hook for determining max NPT mapping level

[PATCH v1 0/2] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2024-04-22 14:44 UTC  (4+ messages)
` [PATCH v1 1/2] vfio: Export vfio device get and put registration helpers
` [PATCH v1 2/2] vfio/pci: Allow MMIO regions to be exported through dma-buf

[PATCH vhost v8 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
 2024-04-22 14:26 UTC  (2+ messages)

[PATCH virt] virt: fix uninit-value in vhost_vsock_dev_open
 2024-04-22 14:20 UTC  (5+ messages)

[PATCH v8 00/16] Add Secure TSC support for SNP guests
 2024-04-22 13:50 UTC  (11+ messages)
` [PATCH v8 06/16] virt: sev-guest: Move SNP Guest command mutex
` [PATCH v8 07/16] x86/sev: Move and reorganize sev guest request api
` [PATCH v8 08/16] x86/mm: Add generic guest initialization hook
` [PATCH v8 09/16] x86/cpufeatures: Add synthetic Secure TSC bit
` [PATCH v8 10/16] x86/sev: Add Secure TSC support for SNP guests

[PATCH v1 1/1] lib: s390: fix guest length in uv_create_guest()
 2024-04-22 13:40 UTC  (2+ messages)

[PATCH v3 0/7] Handle faults in KUnit tests
 2024-04-22 13:35 UTC  (6+ messages)
` [PATCH v3 7/7] kunit: Add tests for fault

[PATCH v5 1/2] genirq/msi: add wrapper msi allocation API and export msi functions
 2024-04-22 12:51 UTC  (4+ messages)
` [PATCH v5 2/2] vfio/cdx: add interrupt support

[PATCH v6 16/19] iommufd: Add kernel support for testing iommufd
 2024-04-22 12:50 UTC  (5+ messages)

[PATCH v2 00/12] iommufd support pasid attach/replace
 2024-04-22 11:52 UTC  (6+ messages)
` [PATCH v2 05/12] iommu: Allow iommu driver to populate the max_pasids

[PATCH v2 00/12] Add support for a few Zc* extensions as well as Zcmop
 2024-04-22 11:41 UTC  (13+ messages)
` [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] vfio/pci: Support 8-byte PCI loads and stores
 2024-04-22 11:08 UTC  (6+ messages)

[kvm-unit-tests RFC 0/2] lib: s390x: Inline asm cleanup
 2024-04-22 10:57 UTC  (4+ messages)
` [kvm-unit-tests RFC 2/2] lib: s390x: css: Name inline assembly arguments and clean them up

[kvm-unit-tests PATCH v2 0/1] s390x: cmm: test no-translate bit after reset
 2024-04-22  8:51 UTC  (2+ messages)
` [kvm-unit-tests PATCH v2 1/1] "

[PATCH v2 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-22  8:27 UTC  (3+ messages)

[PATCH] KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M
 2024-04-22  8:25 UTC  (2+ messages)

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

[PATCH v2 1/2] RISCV: KVM: Introduce mp_state_lock to avoid lock inversion in SBI_EXT_HSM_HART_START
 2024-04-22  3:57 UTC  (4+ messages)
` [PATCH v2 2/2] RISCV: KVM: Introduce vcpu->reset_cntx_lock

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

[PATCH v13 00/26] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-21 18:00 UTC  (7+ messages)
` [PATCH v13 10/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-21  0:19 UTC  (8+ messages)
` [PATCH v3 5/7] KVM: x86: Participate in bitmap-based PTE aging

[GIT PULL] KVM changes for Linux 6.9-rc5
 2024-04-20 18:32 UTC  (2+ messages)

[PATCH v4 00/15] KVM/arm64: Add NV support for ERET and PAuth
 2024-04-20 12:18 UTC  (4+ 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).