Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2025-05-30 12:08:48 to 2025-06-03 13:40:45 UTC [more...]

[PATCH] i386/kvm: Prefault memory on page state change
 2025-06-03 13:40 UTC  (5+ messages)

[PATCH 00/28] KVM: x86: Clean up MSR interception code
 2025-06-03 13:26 UTC  (22+ messages)
` [PATCH 01/28] KVM: SVM: Don't BUG if setting up the MSR intercept bitmaps fails
` [PATCH 02/28] KVM: SVM: Tag MSR bitmap initialization helpers with __init
` [PATCH 03/28] KVM: SVM: Use ARRAY_SIZE() to iterate over direct_access_msrs
` [PATCH 04/28] KVM: SVM: Kill the VM instead of the host if MSR interception is buggy
` [PATCH 05/28] KVM: x86: Use non-atomic bit ops to manipulate "shadow" MSR intercepts
` [PATCH 06/28] KVM: SVM: Massage name and param of helper that merges vmcb01 and vmcb12 MSRPMs
` [PATCH 16/28] KVM: VMX: Manually recalc all MSR intercepts on userspace MSR filter change
` [PATCH 18/28] KVM: x86: Rename msr_filter_changed() => recalc_msr_intercepts()
` [PATCH 28/28] KVM: selftests: Verify KVM disable interception (for userspace) on filter change

[RFC PATCH 00/20] TD-Preserving updates
 2025-06-03 12:36 UTC  (13+ messages)
` [RFC PATCH 01/20] x86/virt/tdx: Print SEAMCALL leaf numbers in decimal
` [RFC PATCH 03/20] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [RFC PATCH 04/20] x86/virt/tdx: Introduce a "tdx" subsystem and "tsm" device
` [RFC PATCH 05/20] x86/virt/tdx: Export tdx module attributes via sysfs
` [RFC PATCH 11/20] x86/virt/seamldr: Abort updates if errors occurred midway
` [RFC PATCH 12/20] x86/virt/seamldr: Shut down the current TDX module

[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
 2025-06-03 12:21 UTC  (20+ messages)
` [RFC PATCH 10/30] vfio/pci: Export vfio dma-buf specific info for importers
` [RFC PATCH 17/30] iommufd/device: Add TSM Bind/Unbind for TIO support
` [RFC PATCH 19/30] vfio/pci: Add TSM TDI bind/unbind IOCTLs for TEE-IO support
` [RFC PATCH 20/30] vfio/pci: Do TSM Unbind before zapping bars
` [RFC PATCH 27/30] PCI/TSM: Add PCI driver callbacks to handle TSM requirements

[PATCH v6 0/5] Enable shared device assignment
 2025-06-03 12:05 UTC  (21+ messages)
` [PATCH v6 1/5] memory: Export a helper to get intersection of a MemoryRegionSection with a given range
` [PATCH v6 2/5] memory: Change memory_region_set_ram_discard_manager() to return the result
` [PATCH v6 3/5] memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
` [PATCH v6 4/5] ram-block-attributes: Introduce RamBlockAttributes to manage RAMBlock with guest_memfd

[PATCH v3 0/9] Add SBI v3.0 PMU enhancements
 2025-06-03 11:40 UTC  (14+ messages)
` [PATCH v3 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0

[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
 2025-06-03 10:40 UTC  (7+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode
` [PATCH 2/2] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes

[PATCH v2 0/7] LoongArch: KVM: Enhancement about eiointc emulation
 2025-06-03  9:46 UTC  (8+ messages)
` [PATCH v2 1/7] LoongArch: KVM: Fix interrupt route update with eiointc
` [PATCH v2 2/7] LoongArch: KVM: Check interrupt route from physical cpu "
` [PATCH v2 3/7] LoongArch: KVM: Disable update property num_cpu and feature "
` [PATCH v2 4/7] LoongArch: KVM: Check validation of num_cpu from user space
` [PATCH v2 5/7] LoongArch: KVM: Use standard bitops API with eiointc
` [PATCH v2 6/7] LoongArch: KVM: Remove unused parameter len
` [PATCH v2 7/7] LoongArch: KVM: Add stat information with kernel irqchip

[PATCH 0/3] riscv: Add double trap testing
 2025-06-03  9:39 UTC  (11+ messages)
` [PATCH 1/3] lib/riscv: export FWFT functions
` [PATCH 2/3] lib/riscv: clear SDT when entering exception handling
` [PATCH 3/3] riscv: Add ISA double trap extension testing

[PATCH v4] KVM: s390: Use ESCA instead of BSCA at VM init
 2025-06-03  8:48 UTC  (2+ messages)

[RFC PATCH 00/33] vfio: Introduce selftests for VFIO
 2025-06-03  7:52 UTC  (19+ messages)
` [RFC PATCH 02/33] vfio: selftests: Add a helper library for VFIO selftests
` [RFC PATCH 04/33] vfio: selftests: Test basic VFIO and IOMMUFD integration
` [RFC PATCH 07/33] vfio: selftests: Use command line to set hugepage size for DMA mapping test
` [RFC PATCH 08/33] vfio: selftests: Validate 2M/1G HugeTLB are mapped as 2M/1G in IOMMU
` [RFC PATCH 30/33] vfio: selftests: Add a script to help with running VFIO selftests

[kvm-unit-tests PATCH] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-06-03  7:46 UTC  (3+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-06-03  7:43 UTC  (24+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
` [RFC PATCH v2 03/51] KVM: selftests: Update guest_memfd_test for INIT_PRIVATE flag
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 05/51] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v2 22/51] mm: hugetlb: Refactor hugetlb allocation functions
` [RFC PATCH v2 23/51] mm: hugetlb: Refactor out hugetlb_alloc_folio()
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from custom allocator

[PATCH v6 0/9] x86: Add support for NMI-source reporting with FRED
 2025-06-03  7:23 UTC  (8+ messages)
` [PATCH v6 1/9] x86/fred, KVM: VMX: Pass event data to the FRED entry point from KVM
` [PATCH v6 3/9] x86/nmi: Extend the registration interface to include the NMI-source vector

[PATCH v8 0/6] Introduce CET supervisor state support
 2025-06-03  6:22 UTC  (10+ messages)
` [PATCH v8 5/6] x86/fpu/xstate: Introduce "guest-only" supervisor xfeature set
` [PATCH v8 6/6] x86/fpu/xstate: Add CET supervisor xfeature support as a guest-only feature

[PATCH v2 00/13] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-06-03  5:43 UTC  (11+ messages)

[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
 2025-06-03  5:31 UTC  (6+ messages)
` [PATCH net-next v12 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v12 02/10] net: flow_dissector: Export flow_keys_dissector_symmetric

[kvm-unit-tests PATCH 1/2] x86: nSVM: Use PT_* macro for NPT tests
 2025-06-03  4:47 UTC  (2+ messages)
` [kvm-unit-tests PATCH 2/2] x86: nSVM: Use PFERR_* "

[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
 2025-06-03  1:31 UTC  (5+ messages)

[PATCH 0/5] KVM: VMX: Fix MMIO Stale Data Mitigation
 2025-06-03  1:29 UTC  (10+ messages)
` [PATCH 3/5] KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO into the guest

[PATCH] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
 2025-06-02 23:51 UTC 

[PATCH] KVM: x86/mmu: Exempt nested EPT page tables from !USER, CR0.WP=0 logic
 2025-06-02 23:48 UTC 

[PATCH v2 0/8] irqbypass: Cleanups and a perf improvement
 2025-06-02 23:30 UTC  (3+ messages)

[RFC PATCH] vfio/pci: add PCIe TPH to device feature ioctl
 2025-06-02 23:06 UTC  (3+ messages)
` [RFC PATCH v2 0/1] VFIO ioctl for TLP Processing Hints
  ` [RFC PATCH v2 1/1] vfio/pci: add PCIe TPH device ioctl

[PATCH 0/2] KVM: SVM: Fix a NULL VMSA deref with MOVE_ENC_CONTEXT
 2025-06-02 22:44 UTC  (3+ messages)
` [PATCH 1/2] KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation is in-flight
` [PATCH 2/2] KVM: SVM: Initialize vmsa_pa in VMCB to INVALID_PAGE if VMSA page is NULL

[PATCH 00/17] ARM64 PMU Partitioning
 2025-06-02 22:40 UTC  (22+ messages)
` [PATCH 01/17] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH 02/17] arm64: Generate sign macro for sysreg Enums
` [PATCH 03/17] arm64: cpufeature: Add cpucap for PMICNTR
` [PATCH 04/17] KVM: arm64: Cleanup PMU includes
` [PATCH 05/17] KVM: arm64: Reorganize PMU functions
` [PATCH 06/17] KVM: arm64: Introduce method to partition the PMU
` [PATCH 07/17] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH 08/17] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH 09/17] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH 10/17] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH 11/17] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH 12/17] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH 13/17] KVM: arm64: Context switch Partitioned PMU guest registers
` [PATCH 14/17] perf: pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH 15/17] KVM: arm64: Inject recorded guest interrupts
` [PATCH 16/17] KVM: arm64: Add ioctl to partition the PMU when supported
` [PATCH 17/17] KVM: arm64: selftests: Add test case for partitioned PMU

[PATCH v2 00/59] KVM: iommu: Overhaul device posted IRQs support
 2025-06-02 22:26 UTC  (7+ messages)
` [PATCH v2 38/59] iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destination
` [PATCH v2 41/59] iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhibited

[PATCH v4 0/5] Add SEV-SNP CipherTextHiding feature support
 2025-06-02 20:32 UTC  (4+ messages)
` [PATCH v4 5/5] KVM: SEV: Add SEV-SNP CipherTextHiding support

[GIT PULL] Second batch of KVM changes for Linux 6.16 merge window
 2025-06-02 20:15 UTC  (2+ messages)

[PATCH] KVM: guest_memfd: Remove redundant kvm_gmem_getattr implementation
 2025-06-02 19:57 UTC  (2+ messages)

[PATCH 17/28] KVM: SVM: Manually recalc all MSR intercepts on userspace MSR filter change
 2025-06-02 17:08 UTC  (3+ messages)

[PATCH] samples: vfio-mdev: mtty.c: delete MODULE_VERSION
 2025-06-02 15:43 UTC  (2+ messages)

[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
 2025-06-02 15:16 UTC  (5+ messages)
` [PATCH v8 16/43] arm64: RME: Handle realm enter/exit

[PATCH v10 00/16] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-02 11:13 UTC  (21+ messages)
` [PATCH v10 01/16] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v10 02/16] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v10 03/16] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v10 04/16] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v10 05/16] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v10 06/16] KVM: Fix comments that refer to slots_lock
` [PATCH v10 07/16] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v10 08/16] KVM: guest_memfd: Allow host to map guest_memfd pages

[PATCH v2 0/2] x86/sev: improve efi runtime code support
 2025-06-02 10:50 UTC  (3+ messages)
` [PATCH v2 1/2] x86/sev/vc: fix efi runtime instruction emulation
` [PATCH v2 2/2] x86/sev: let sev_es_efi_map_ghcbs map the caa pages too

[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-06-02 10:26 UTC  (9+ messages)
` [PATCH v4 01/27] hw/i386/pc: Remove deprecated pc-q35-2.6 and pc-i440fx-2.6 machines

[PATCH 1/2] x86/sev/vc: fix efi runtime instruction emulation
 2025-06-02 10:04 UTC  (5+ messages)

[PATCH v3 0/3] KVM: s390: Use ESCA instead of BSCA at VM init
 2025-06-02 10:01 UTC  (6+ messages)
` [PATCH v3 2/3] KVM: s390: Always allocate esca_block

[PATCH v6] target/arm: Always add pmu property for host
 2025-05-31 14:12 UTC 

[PATCH v2] rtmutex_api: provide correct extern functions
 2025-05-31  6:38 UTC  (2+ messages)

[kvm-unit-tests PATCH] travis.yml: Remove the aarch64 job
 2025-05-30 19:44 UTC  (3+ messages)

[PATCH v4 0/3] KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
 2025-05-30 18:52 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: x86: Replace growing set of *_in_guest bools with a u64
` [PATCH v4 2/3] KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
` [PATCH v4 3/3] KVM: selftests: Test behavior of KVM_X86_DISABLE_EXITS_APERFMPERF

[PATCH v1 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-05-30 17:29 UTC  (4+ messages)
` [PATCH v1 1/6] KVM: arm64: VM exit to userspace to handle SEA

[RFC PATCH 00/12] Private MMIO support for private assigned dev
 2025-05-30 16:23 UTC  (13+ messages)

[kvm-unit-tests PATCH 00/16] x86: Add CPUID properties, clean up related code
 2025-05-30 16:22 UTC  (3+ messages)
` [kvm-unit-tests PATCH 15/16] x86/sev: Use amd_sev_es_enabled() to detect if SEV-ES is enabled

[kvm-unit-tests PATCH] runtime: Skip tests if the target "kernel" file doesn't exist
 2025-05-30 15:32 UTC  (4+ messages)

[GIT PULL] KVM/arm64 fixes for 6.16, take #1
 2025-05-30 15:11 UTC  (2+ messages)

[PATCH] rtmutex_api: remove definition of mutex_lock_killable_nested
 2025-05-30 14:14 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