kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-05 09:33:28 to 2025-04-09 01:42:18 UTC [more...]

[PATCH v2 0/4] KVM: extract lock_all_vcpus/unlock_all_vcpus
 2025-04-09  1:41 UTC  (5+ messages)
` [PATCH v2 1/4] locking/mutex: implement mutex_trylock_nested
` [PATCH v2 2/4] KVM: x86: move sev_lock/unlock_vcpus_for_migration to kvm_main.c
` [PATCH v2 3/4] KVM: arm64: switch to using kvm_lock/unlock_all_vcpus
` [PATCH v2 4/4] RISC-V: KVM: switch to kvm_lock/unlock_all_vcpus

[GIT PULL] KVM fixes for Linux 6.15-rc2
 2025-04-09  0:24 UTC  (2+ messages)

[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
 2025-04-09  0:13 UTC  (29+ messages)
` [PATCH v7 12/45] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v7 17/45] arm64: RME: Handle realm enter/exit
` [PATCH v7 18/45] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v7 28/45] arm64: rme: support RSI_HOST_CALL
` [PATCH v7 30/45] arm64: RME: Always use 4k pages for realms
` [PATCH v7 34/45] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v7 35/45] arm64: RME: Propagate number of breakpoints and watchpoints to userspace

[PATCH] x86/cpufeatures: Define X86_FEATURE_PREFETCHI (AMD)
 2025-04-08 22:57 UTC 

[PATCH v3 0/6] KVM: SVM: Fix DEBUGCTL bugs
 2025-04-08 22:43 UTC  (4+ messages)

[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
 2025-04-08 22:25 UTC  (21+ messages)
` [PATCH 26/67] iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fields
` [PATCH 29/67] KVM: SVM: Stop walking list of routing table entries when updating IRTE
` [PATCH 30/67] KVM: VMX: "
` [PATCH 33/67] KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU
` [PATCH 44/67] iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destination
` [PATCH 62/67] KVM: SVM: Don't check vCPU's blocking status when toggling AVIC on/off
` [PATCH 65/67] KVM: SVM: Generate GA log IRQs only if the associated vCPUs is blocking

[PATCH v4 0/6] x86/bugs: RSB mitigation fixes and documentation
 2025-04-08 21:47 UTC  (7+ messages)
` [PATCH v4 1/6] x86/bugs: Rename entry_ibpb() to write_ibpb()
` [PATCH v4 2/6] x86/bugs: Use SBPB in write_ibpb() if applicable
` [PATCH v4 3/6] x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier()
` [PATCH v4 4/6] x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline
` [PATCH v4 5/6] x86/bugs: Don't fill RSB on context switch with eIBRS
` [PATCH v4 6/6] x86/bugs: Add RSB mitigation document

[PATCH] vfio/type1: Remove Fine Grained Superpages detection
 2025-04-08 19:23 UTC  (2+ messages)

[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
 2025-04-08 17:34 UTC  (8+ messages)
` [RFC PATCH v1 01/15] x86/msr: Replace __wrmsr() with native_wrmsrl()

[PATCH v7 0/9] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-04-08 16:58 UTC  (5+ messages)
` [PATCH v7 3/9] KVM: guest_memfd: Allow host to map guest_memfd() pages

kvm guests crash when running "perf kvm top"
 2025-04-08 16:54 UTC 

[kvm-unit-tests PATCH v4 0/5] arm64: Change the default QEMU CPU type to "max
 2025-04-08 15:16 UTC  (7+ messages)
` [kvm-unit-tests PATCH v4 1/5] configure: arm64: Don't display 'aarch64' as the default architecture
` [kvm-unit-tests PATCH v4 2/5] configure: arm/arm64: Display the correct default processor
` [kvm-unit-tests PATCH v4 3/5] arm64: Implement the ./configure --processor option
` [kvm-unit-tests PATCH v4 4/5] configure: Add --target-cpu option
` [kvm-unit-tests PATCH v4 5/5] arm64: Use -cpu max as the default for TCG

[kvm-unit-tests PATCH v2] Makefile: Use CFLAGS in cc-option
 2025-04-08 15:15 UTC  (2+ messages)

[PATCH] Add I/O port filtering for AMDs sev module
 2025-04-08 14:52 UTC 

[PATCH v3 0/6] x86/bugs: RSB mitigation fixes and documentation
 2025-04-08 13:51 UTC  (11+ messages)
` [PATCH v3 3/6] x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier()
` [PATCH v3 4/6] x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline
` [PATCH v3 5/6] x86/bugs: Don't fill RSB on context switch with eIBRS

[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
 2025-04-08 13:15 UTC  (11+ messages)

[RFC] PCI: add CONFIG_MMU dependency
 2025-04-08 12:37 UTC  (7+ messages)

[PATCH v7 0/7] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-04-08 11:53 UTC  (10+ messages)
` [PATCH v7 1/7] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [PATCH v7 5/7] KVM: guest_memfd: Restore folio state after final folio_put()

[PATCH 0/7] irqbypass: Cleanups and a perf improvement
 2025-04-08 11:49 UTC  (4+ messages)
` [PATCH 7/7] irqbypass: Use xarray to track producers and consumers

[PATCH RFC v7 0/8] Add NUMA mempolicy support for KVM guest-memfd
 2025-04-08 11:24 UTC  (9+ messages)
` [PATCH RFC v7 1/8] mm/filemap: Add mempolicy support to the filemap layer
` [PATCH RFC v7 2/8] mm/mempolicy: Export memory policy symbols
` [PATCH RFC v7 3/8] security: Export security_inode_init_security_anon for KVM guest_memfd
` [PATCH RFC v7 4/8] KVM: Add kvm_gmem_exit() cleanup function
` [PATCH RFC v7 5/8] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [PATCH RFC v7 6/8] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH RFC v7 7/8] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH RFC v7 8/8] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH v2 00/17] KVM: arm64: Recursive NV support
 2025-04-08 10:52 UTC  (18+ messages)
` [PATCH v2 01/17] arm64: sysreg: Add layout for VNCR_EL2
` [PATCH v2 02/17] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v2 03/17] KVM: arm64: nv: Extract translation helper from the AT code
` [PATCH v2 04/17] KVM: arm64: nv: Snapshot S1 ASID tagging information during walk
` [PATCH v2 05/17] KVM: arm64: nv: Move TLBI range decoding to a helper
` [PATCH v2 06/17] KVM: arm64: nv: Don't adjust PSTATE.M when L2 is nesting
` [PATCH v2 07/17] KVM: arm64: nv: Add pseudo-TLB backing VNCR_EL2
` [PATCH v2 08/17] KVM: arm64: nv: Add userspace and guest handling of VNCR_EL2
` [PATCH v2 09/17] KVM: arm64: nv: Handle VNCR_EL2-triggered faults
` [PATCH v2 10/17] KVM: arm64: nv: Handle mapping of VNCR_EL2 at EL2
` [PATCH v2 11/17] KVM: arm64: nv: Handle VNCR_EL2 invalidation from MMU notifiers
` [PATCH v2 12/17] KVM: arm64: nv: Program host's VNCR_EL2 to the fixmap address
` [PATCH v2 13/17] KVM: arm64: nv: Add S1 TLB invalidation primitive for VNCR_EL2
` [PATCH v2 14/17] KVM: arm64: nv: Plumb TLBI S1E2 into system instruction dispatch
` [PATCH v2 15/17] KVM: arm64: nv: Remove dead code from ERET handling
` [PATCH v2 16/17] KVM: arm64: Allow userspace to request KVM_ARM_VCPU_EL2*
` [PATCH v2 17/17] KVM: arm64: Document NV caps and vcpu flags

[GIT PULL] KVM/arm64: First batch of fixes for 6.15
 2025-04-08 10:01 UTC  (2+ messages)

[PATCH v6 0/4] Enable Secure TSC for SEV-SNP
 2025-04-08  9:32 UTC  (5+ messages)
` [PATCH v6 1/4] x86/cpufeatures: Add SNP Secure TSC
` [PATCH v6 2/4] KVM: SVM: Add missing member in SNP_LAUNCH_START command structure
` [PATCH v6 3/4] KVM: SVM: Add GUEST_TSC_FREQ MSR for Secure TSC enabled guests
` [PATCH v6 4/4] KVM: SVM: Enable Secure TSC for SNP guests

[PATCH v7 0/8] Move initializing SEV/SNP functionality to KVM
 2025-04-08  8:10 UTC  (5+ messages)

[PATCH] vhost/net: remove zerocopy support
 2025-04-08  6:27 UTC  (4+ messages)

[RFC v2 0/5] accel/kvm: Support KVM PMU filter
 2025-04-08  5:51 UTC  (9+ messages)
` [RFC v2 1/5] qapi/qom: Introduce kvm-pmu-filter object

[PATCH 0/2] TDX attestation support
 2025-04-08  2:35 UTC  (8+ messages)
` [PATCH 1/2] KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2025-04-08  2:00 UTC  (8+ messages)
` [PATCH v5 49/65] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[PATCH v5 0/2] KVM: x86: Include host suspended time in steal time
 2025-04-08  1:36 UTC  (2+ messages)

[PATCH v4 00/13] Enable shared device assignment
 2025-04-08  0:50 UTC  (16+ messages)
` [PATCH v4 01/13] memory: Export a helper to get intersection of a MemoryRegionSection with a given range
` [PATCH v4 02/13] memory: Change memory_region_set_ram_discard_manager() to return the result
` [PATCH v4 03/13] memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
` [PATCH v4 04/13] memory: Introduce generic state change parent class for RamDiscardManager
` [PATCH v4 05/13] memory: Introduce PrivateSharedManager Interface as child of GenericStateManager
` [PATCH v4 06/13] vfio: Add the support for PrivateSharedManager Interface
` [PATCH v4 07/13] ram-block-attribute: Introduce RamBlockAttribute to manage RAMBLock with guest_memfd
` [PATCH v4 08/13] ram-block-attribute: Introduce a callback to notify shared/private state changes
` [PATCH v4 09/13] memory: Attach RamBlockAttribute to guest_memfd-backed RAMBlocks
` [PATCH v4 10/13] memory: Change NotifyStateClear() definition to return the result
` [PATCH v4 11/13] KVM: Introduce CVMPrivateSharedListener for attribute changes during page conversions
` [PATCH v4 12/13] ram-block-attribute: Add priority listener support for PrivateSharedListener
` [PATCH v4 13/13] RAMBlock: Make guest_memfd require coordinate discard

[PATCH v2 0/5] KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU
 2025-04-08  0:17 UTC  (3+ messages)
` [PATCH v2 3/5] cgroup: selftests: Move cgroup_util into its own library

[PATCH v1] s390/virtio_ccw: don't allocate/assign airqs for non-existing queues
 2025-04-07 21:20 UTC  (41+ messages)

[PATCH net-next 0/2] vsock: SOCK_LINGER rework
 2025-04-07 18:41 UTC  (3+ messages)
` [PATCH net-next 1/2] vsock: Linger on unsent data
` [PATCH net-next 2/2] vsock/test: Expand linger test to ensure close() does not misbehave

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-04-07 16:40 UTC  (6+ messages)
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[PATCH v3 00/17] AMD: Add Secure AVIC Guest Support
 2025-04-07 16:19 UTC  (4+ messages)
` [PATCH v3 13/17] x86/apic: Handle EOI writes for SAVIC guests

[RFC v2 00/17] AMD: Add Secure AVIC Guest Support
 2025-04-07 16:17 UTC  (12+ messages)
` [RFC v2 01/17] x86/apic: Add new driver for Secure AVIC

[RFC PATCH v2 18/22] coco/sev-guest: Implement the guest support for SEV TIO
 2025-04-07 11:05 UTC  (2+ messages)

[PATCH] tools/kvm_stat: fix termination behavior when not on a terminal
 2025-04-07 11:03 UTC  (2+ messages)

[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-04-07  9:33 UTC  (9+ messages)
` [PATCH v2 08/10] target/i386/kvm: reset AMD PMU registers during VM reset

[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
 2025-04-07  8:25 UTC  (4+ messages)
` [PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios

[PATCH] KVM: x86:Cancel hrtimer in the process of saving PIT state to reduce the performance overhead caused by hrtimer during guest stop
 2025-04-07  2:19 UTC  (5+ messages)

[RFC PATCH] vfio/pci: add PCIe TPH to device feature ioctl
 2025-04-07  5:22 UTC  (10+ messages)

[PATCH] vhost/net: Defer TX queue re-enable until after sendmsg
 2025-04-07  2:54 UTC  (2+ messages)

[PATCH v3 0/9] vhost-scsi: log write descriptors for live migration (and three bugfix)
 2025-04-06 21:43 UTC  (5+ messages)
` [PATCH v3 6/9] vhost-scsi: log I/O queue write descriptors
` [PATCH v3 7/9] vhost-scsi: log control "

[PATCH v2 0/2] KVM : selftests: arm64: Explicitly set the page attrs to Inner-Shareable
 2025-04-06 18:16 UTC  (7+ messages)
` [PATCH v2 2/2] KVM: "

[RFC PATCH v2 17/22] resource: Mark encrypted MMIO resource on validation
 2025-04-05 18:19 UTC  (2+ messages)

[RFC PATCH v2 16/22] coco/tsm: Add tsm-guest module
 2025-04-05 17:15 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 NNTP newsgroup(s).