kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-06 08:27:10 to 2025-02-08 02:43:11 UTC [more...]

[RFC PATCH 3/3] drm/virtio: implement blob userptr resource object
 2025-02-08  2:43 UTC  (7+ messages)

[PATCH 0/4] Small changes related to prefetch and spurious faults
 2025-02-08  2:37 UTC  (10+ messages)
` [PATCH 1/4] KVM: x86/mmu: Further check old SPTE is leaf for spurious prefetch fault
` [PATCH 2/4] KVM: x86/tdp_mmu: Merge the prefetch into the is_access_allowed() check
` [PATCH 3/4] KVM: x86/mmu: Make sure pfn is not changed for spurious fault
` [PATCH 4/4] KVM: x86/mmu: Free obsolete roots when pre-faulting SPTEs

[RFC PATCH v2 0/4] PMU partitioning driver support
 2025-02-08  2:01 UTC  (5+ messages)
` [RFC PATCH v2 1/4] perf: arm_pmuv3: Generalize counter bitmasks
` [RFC PATCH v2 2/4] perf: arm_pmuv3: Introduce module param to partition the PMU
` [RFC PATCH v2 3/4] perf: arm_pmuv3: Keep out of guest counter partition
` [RFC PATCH v2 4/4] KVM: arm64: Make guests see only counters they can access

Problem with vmrun in an interrupt shadow
 2025-02-07 23:54 UTC  (2+ messages)

[PATCH v3 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
 2025-02-07 23:34 UTC  (3+ messages)
` [PATCH v3 1/2] x86/cpufeatures: Add "Allowed SEV Features" Feature
` [PATCH v3 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field

[RFC] target/i386: sev: Add cmdline option to enable the Allowed SEV Features feature
 2025-02-07 23:33 UTC 

[PATCH v3 0/3] Fix broken SNP support with KVM module built-in
 2025-02-07 21:46 UTC  (13+ messages)
` [PATCH v3 1/3] crypto: ccp: Add external API interface for PSP module initialization
` [PATCH v3 2/3] KVM: SVM: Ensure PSP module is initialized if KVM module is built-in
` [PATCH v3 3/3] x86/sev: Fix broken SNP support with KVM module built-in

[PATCH 1/2] i386/xen: Move KVM_XEN_HVM_CONFIG ioctl to kvm_xen_init_vcpu()
 2025-02-07 21:06 UTC  (4+ messages)
` [PATCH 2/2] hw/xen: Add "mode" parameter to xen-block devices

[PATCH v2] PCI: account for sysfs-disabled reset in pci_{slot,bus}_resettable()
 2025-02-07 20:56 UTC  (2+ messages)
` [PATCH v3] "

[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-02-07 18:59 UTC  (10+ messages)
` [PATCH RFCv2 09/13] iommufd: Add IOMMU_OPTION_SW_MSI_START/SIZE ioctls

[PATCH 0/9] vhost-scsi: log write descriptors for live migration (and two bugfix)
 2025-02-07 18:41 UTC  (10+ messages)
` [PATCH 1/9] vhost: modify vhost_log_write() for broader users
` [PATCH 2/9] vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptors
` [PATCH 3/9] vhost-scsi: cache log buffer in I/O queue vhost_scsi_cmd
` [PATCH 4/9] vhost-scsi: log I/O queue write descriptors
` [PATCH 5/9] vhost-scsi: log control "
` [PATCH 6/9] vhost-scsi: log event "
` [PATCH 7/9] vhost: add WARNING if log_num is more than limit
` [PATCH 8/9] vhost-scsi: protect vq->log_used with vq->mutex
` [PATCH 9/9] vhost-scsi: Fix vhost_scsi_send_bad_target()

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-07 18:37 UTC  (6+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry

[PATCH v7 0/6] Poisoned memory recovery on reboot
 2025-02-07 18:02 UTC  (6+ messages)
` [PATCH v7 3/6] accel/kvm: Report the loss of a large memory page

[PATCH v2] KVM: arm64: Remove cyclical dependency in arm_pmuv3.h
 2025-02-07 17:40 UTC  (6+ messages)

[PATCH 00/16] x86/tsc: Try to wrangle PV clocks vs. TSC
 2025-02-07 17:23 UTC  (3+ messages)
` [PATCH 16/16] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop

[PATCH net-next v6 0/7] tun: Unify vnet implementation
 2025-02-07 17:21 UTC  (10+ messages)
` [PATCH net-next v6 1/7] tun: Refactor CONFIG_TUN_VNET_CROSS_LE
` [PATCH net-next v6 2/7] tun: Keep hdr_len in tun_get_user()
` [PATCH net-next v6 3/7] tun: Decouple vnet from tun_struct
` [PATCH net-next v6 4/7] tun: Decouple vnet handling
` [PATCH net-next v6 5/7] tun: Extract the vnet handling code
` [PATCH net-next v6 6/7] tap: Keep hdr_len in tap_get_user()
` [PATCH net-next v6 7/7] tap: Use tun's vnet-related code

[PATCH 0/5] KVM: x86/xen: Restrict hypercall MSR index
 2025-02-07 17:18 UTC  (22+ messages)
` [PATCH 1/5] KVM: x86/xen: Restrict hypercall MSR to unofficial synthetic range
` [PATCH 2/5] KVM: x86/xen: Add an #ifdef'd helper to detect writes to Xen MSR
` [PATCH 3/5] KVM: x86/xen: Consult kvm_xen_enabled when checking for Xen MSR writes
` [PATCH 4/5] KVM: x86/xen: Bury xen_hvm_config behind CONFIG_KVM_XEN=y
` [PATCH 5/5] KVM: x86/xen: Move kvm_xen_hvm_config field into kvm_xen
` [PATCH] KVM: x86/xen: Only write Xen hypercall page for guest writes to MSR

[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
 2025-02-07 17:08 UTC  (22+ messages)
` [PATCH v6 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v6 22/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v6 25/43] arm64: Don't expose stolen time for realm guests
` [PATCH v6 27/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v6 28/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v6 29/43] arm64: RME: Always use 4k pages for realms
` [PATCH v6 30/43] arm64: rme: Prevent Device mappings for Realms

[PATCH v4 00/21] Add Counter delegation ISA extension support
 2025-02-07 16:53 UTC  (18+ messages)
` [PATCH v4 02/21] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v4 06/21] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v4 08/21] RISC-V: Add Sscfg extension CSR definition
` [PATCH v4 09/21] RISC-V: Add Ssccfg ISA extension definition and parsing
` [PATCH v4 10/21] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v4 11/21] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v4 12/21] RISC-V: perf: Modify the counter discovery mechanism

[RFC PATCH 0/2] Add NV Selftest cases
 2025-02-07 16:46 UTC  (9+ messages)
` [RFC PATCH 1/2] KVM: arm64: nv: selftests: Add guest hypervisor test
` [RFC PATCH 2/2] KVM: arm64: nv: selftests: Access VNCR mapped registers

[RFC PATCH v2 00/11] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-02-07 16:45 UTC  (3+ messages)
` [RFC PATCH v2 03/11] KVM: guest_memfd: Allow host to map guest_memfd() pages

[PATCH v2 09/10] accel/kvm: Assert vCPU is created when calling kvm_dirty_ring_reap*()
 2025-02-07 16:20 UTC  (2+ messages)
` [PATCH v2 10/10] accel/kvm: Remove unreachable assertion in kvm_dirty_ring_reap*()

[RFC PATCH 0/9] accel: Only include qdev-realized vCPUs in global &cpus_queue
 2025-02-07 15:45 UTC  (2+ messages)

Call for GSoC internship project ideas
 2025-02-07 13:58 UTC  (10+ messages)

[RFC v2 0/5] accel/kvm: Support KVM PMU filter
 2025-02-07 13:06 UTC  (17+ messages)
` [RFC v2 1/5] qapi/qom: Introduce kvm-pmu-filter object
` [RFC v2 3/5] i386/kvm: Support event with select & umask format in KVM PMU filter

[RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages
 2025-02-07 10:46 UTC  (2+ messages)

[PATCH v3 00/18] vDSO: Introduce generic data storage
 2025-02-07 10:15 UTC  (3+ messages)

[PATCH 0/7] target/i386/kvm/pmu: Enhancement, Bugfix and Cleanup
 2025-02-07  9:52 UTC  (6+ messages)
` [PATCH 2/7] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-02-07  6:25 UTC  (3+ messages)

[PATCH 1/2] vsock/virtio: Move rx_buf_nr and rx_buf_max_nr initialization position
 2025-02-07  5:20 UTC  (2+ messages)
  ` [PATCH 2/2] vsock/virtio: Don't reset the created SOCKET during s2r

[PATCH 0/3] LoongArch: KVM: Some tiny code cleanup
 2025-02-07  3:26 UTC  (4+ messages)
` [PATCH 1/3] LoongArch: KVM: Fix typo issue about GCFG feature detection
` [PATCH 2/3] LoongArch: KVM: Remove duplicated cache attribute setting
` [PATCH 3/3] LoongArch: KVM: Set host with kernel mode when switch to VM mode

[PATCH 0/5] vfio: Improve DMA mapping performance for huge pfnmaps
 2025-02-07  1:39 UTC  (13+ messages)
` [PATCH 1/5] vfio/type1: Catch zero from pin_user_pages_remote()
` [PATCH 2/5] vfio/type1: Convert all vaddr_get_pfns() callers to use vfio_batch
` [PATCH 3/5] vfio/type1: Use vfio_batch for vaddr_get_pfns()
` [PATCH 4/5] mm: Provide page mask in struct follow_pfnmap_args
` [PATCH 5/5] vfio/type1: Use mapping page mask for pfnmaps

[kvm:kvm-coco-queue-20250129 43/129] arch/x86/kvm/vmx/main.c:176:13: error: 'vt_exit' undeclared; did you mean 'vmx_exit'?
 2025-02-06 23:09 UTC  (2+ messages)

[PATCH v7 0/3] KVM: SVM: Flush cache only on CPUs running SEV guest
 2025-02-06 22:05 UTC  (7+ messages)
` [PATCH v7 1/3] KVM: x86: Add a wbinvd helper
` [PATCH v7 2/3] KVM: SVM: Remove wbinvd in sev_vm_destroy()
` [PATCH v7 3/3] KVM: SVM: Flush cache only on CPUs running SEV guest

[kvm:kvm-coco-queue 39/125] WARNING: modpost: vmlinux: section mismatch in reference: vt_init+0x2f (section: .init.text) -> vmx_exit (section: .exit.text)
 2025-02-06 21:30 UTC  (4+ messages)

Question about lock_all_vcpus
 2025-02-06 20:08 UTC 

[PATCH 2/7] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager
 2025-02-06 20:03 UTC  (12+ messages)

[PATCH v5 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
 2025-02-06 19:28 UTC  (7+ messages)
` [PATCH v5 1/6] target/i386: Update EPYC CPU model for Cache property, RAS, SVM feature bits
` [PATCH v5 2/6] target/i386: Update EPYC-Rome "
` [PATCH v5 3/6] target/i386: Update EPYC-Milan "
` [PATCH v5 4/6] target/i386: Add feature that indicates WRMSR to BASE reg is non-serializing
` [PATCH v5 5/6] target/i386: Update EPYC-Genoa for Cache property, perfmon-v2, RAS and SVM feature bits
` [PATCH v5 6/6] target/i386: Add support for EPYC-Turin model

[kvm-unit-tests PATCH] lib: s390x: css: Name inline assembly arguments and clean them up
 2025-02-06 17:22 UTC  (6+ messages)

[kvm-unit-tests PATCH] lib: s390x: css: Cleanup chsc inline assembly
 2025-02-06 17:27 UTC  (2+ messages)

[PATCH net-next v5 0/7] tun: Unify vnet implementation
 2025-02-06 16:09 UTC  (5+ messages)
` [PATCH net-next v5 6/7] tap: Keep hdr_len in tap_get_user()

[PATCH v3 00/16] KVM: arm64: Add NV GICv3 support
 2025-02-06 15:49 UTC  (17+ messages)
` [PATCH v3 01/16] arm64: sysreg: Add layout for ICH_HCR_EL2
` [PATCH v3 02/16] arm64: sysreg: Add layout for ICH_VTR_EL2
` [PATCH v3 03/16] arm64: sysreg: Add layout for ICH_MISR_EL2
` [PATCH v3 04/16] KVM: arm64: nv: Load timer before the GIC
` [PATCH v3 05/16] KVM: arm64: nv: Add ICH_*_EL2 registers to vpcu_sysreg
` [PATCH v3 06/16] KVM: arm64: nv: Plumb handling of GICv3 EL2 accesses
` [PATCH v3 07/16] KVM: arm64: nv: Sanitise ICH_HCR_EL2 accesses
` [PATCH v3 08/16] KVM: arm64: nv: Nested GICv3 emulation
` [PATCH v3 09/16] KVM: arm64: nv: Handle L2->L1 transition on interrupt injection
` [PATCH v3 10/16] KVM: arm64: nv: Add Maintenance Interrupt emulation
` [PATCH v3 11/16] KVM: arm64: nv: Respect virtual HCR_EL2.TWx setting
` [PATCH v3 12/16] KVM: arm64: nv: Request vPE doorbell upon nested ERET to L2
` [PATCH v3 13/16] KVM: arm64: nv: Propagate used_lrs between L1 and L0 contexts
` [PATCH v3 14/16] KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setup
` [PATCH v3 15/16] KVM: arm64: nv: Allow userland to set VGIC maintenance IRQ
` [PATCH v3 16/16] KVM: arm64: nv: Fail KVM init if asking for NV without GICv3

[PATCH] kvm: delete unused variables iommu_noncoherent in struct kvm_arch
 2025-02-06 15:16 UTC  (2+ messages)

[PATCH v1] s390/vfio-ap: Signal eventfd when guest AP configuration is changed
 2025-02-06 14:12 UTC  (6+ messages)

[RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages
 2025-02-06  9:49 UTC  (3+ messages)

[RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages
 2025-02-06  9:47 UTC  (3+ messages)

[RFC PATCH v5 05/15] KVM: guest_memfd: Folio mappability states and functions that manage their transition
 2025-02-06  9:45 UTC  (3+ messages)

[PATCH v7 RESEND 0/5] i386: Support SMP Cache Topology
 2025-02-06  9:42 UTC  (6+ messages)
` [PATCH v7 RESEND 1/5] hw/core/machine: Reject thread level cache

[GIT PULL v2 00/20] KVM: s390: some non-trivial fixes and cleanups for 6.14
 2025-02-06  9:39 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.14, take #1
 2025-02-06  9:39 UTC  (2+ messages)

[PATCH v2 0/2] KVM: SVM: Add support for 4096 vcpus with x2AVIC
 2025-02-06  9:12 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: SVM: Limit AVIC physical max index based on configured max_vcpu_ids


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