public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-07 07:57:52 to 2025-02-11 01:04:02 UTC [more...]

[PATCH] KVM: selftests: Wait mprotect_ro_done before write to RO in mmu_stress_test
 2025-02-11  1:03 UTC  (2+ messages)

[PATCH 0/3] KVM: extract lock_all_vcpus/unlock_all_vcpus
 2025-02-11  0:09 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: move sev_lock/unlock_vcpus_for_migration to kvm_main.c
` [PATCH 2/3] KVM: arm64: switch to using kvm_lock/unlock_all_vcpus
` [PATCH 3/3] RISC-V: KVM: switch to kvm_lock/unlock_all_vcpus

Question about lock_all_vcpus
 2025-02-10 23:52 UTC  (4+ messages)

[PATCH 0/5] KVM: selftests: Fix PMC checks in PMU counters test
 2025-02-10 23:38 UTC  (3+ messages)

[RFC] target/i386: sev: Add cmdline option to enable the Allowed SEV Features feature
 2025-02-10 23:27 UTC  (4+ messages)

[RFC PATCH v2 0/4] PMU partitioning driver support
 2025-02-10 23:08 UTC  (9+ 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

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

[PATCH 0/4] Small changes related to prefetch and spurious faults
 2025-02-10 22:41 UTC  (13+ messages)
` [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

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-10 22:08 UTC  (13+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH V3] KVM: SEV: fix wrong pinning of pages
 2025-02-10 21:37 UTC  (2+ messages)

[PATCH v2 00/15] riscv: add SBI FWFT misaligned exception delegation support
 2025-02-10 21:35 UTC  (16+ messages)
` [PATCH v2 01/15] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v2 02/15] riscv: misaligned: request misaligned exception from SBI
` [PATCH v2 03/15] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v2 04/15] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v2 05/15] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v2 06/15] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v2 07/15] riscv: misaligned: factorize trap handling
` [PATCH v2 08/15] riscv: misaligned: enable IRQs while handling misaligned accesses
` [PATCH v2 09/15] riscv: misaligned: use get_user() instead of __get_user()
` [PATCH v2 10/15] Documentation/sysctl: add riscv to unaligned-trap supported archs
` [PATCH v2 11/15] selftests: riscv: add misaligned access testing
` [PATCH v2 12/15] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v2 13/15] RISC-V: KVM: add SBI extension reset callback
` [PATCH v2 14/15] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v2 15/15] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH RFC net-next v1 0/5] Device memory TCP TX
 2025-02-10 21:14 UTC  (10+ messages)
` [PATCH RFC net-next v1 5/5] net: devmem: Implement TX path

[PATCH net-next v3 0/6] Device memory TCP TX
 2025-02-10 21:09 UTC  (4+ messages)
` [PATCH net-next v3 5/6] net: devmem: Implement TX path

[PATCH v2 0/4] Enable Secure TSC for SEV-SNP
 2025-02-10 20:41 UTC  (7+ messages)
` [PATCH v2 1/4] x86/cpufeatures: Add SNP Secure TSC
` [PATCH v2 2/4] KVM: SVM: Add GUEST_TSC_FREQ MSR for Secure TSC enabled guests
` [PATCH v2 3/4] KVM: SVM: Prevent writes to TSC MSR when Secure TSC is enabled
` [PATCH v2 4/4] KVM: SVM: Enable Secure TSC for SNP guests

[PATCH 0/9] vhost-scsi: log write descriptors for live migration (and two bugfix)
 2025-02-10 20:11 UTC  (11+ 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 00/18] KVM: arm64: Revamp Fine Grained Trap handling
 2025-02-10 18:41 UTC  (19+ messages)
` [PATCH 01/18] arm64: Add ID_AA64ISAR1_EL1.LS64 encoding for FEAT_LS64WB
` [PATCH 02/18] arm64: Add syndrome information for trapped LD64B/ST64B{,V,V0}
` [PATCH 03/18] KVM: arm64: Handle trapping of FEAT_LS64* instructions
` [PATCH 04/18] KVM: arm64: Restrict ACCDATA_EL1 undef to FEAT_ST64_ACCDATA being disabled
` [PATCH 05/18] KVM: arm64: Don't treat HCRX_EL2 as a FGT register
` [PATCH 06/18] KVM: arm64: Plug FEAT_GCS handling
` [PATCH 07/18] KVM: arm64: Compute FGT masks from KVM's own FGT tables
` [PATCH 08/18] KVM: arm64: Add description of FGT bits leading to EC!=0x18
` [PATCH 09/18] KVM: arm64: Use computed masks as sanitisers for FGT registers
` [PATCH 10/18] KVM: arm64: Unconditionally configure fine-grain traps
` [PATCH 11/18] KVM: arm64: Propagate FGT masks to the nVHE hypervisor
` [PATCH 12/18] KVM: arm64: Use computed FGT masks to setup FGT registers
` [PATCH 13/18] KVM: arm64: Remove most hand-crafted masks for "
` [PATCH 14/18] KVM: arm64: Use KVM-specific HCRX_EL2 RES0 mask
` [PATCH 15/18] KVM: arm64: Handle PSB CSYNC traps
` [PATCH 16/18] KVM: arm64: Switch to table-driven FGU configuration
` [PATCH 17/18] KVM: arm64: Validate FGT register descriptions against RES0 masks
` [PATCH 18/18] KVM: arm64: Use FGT feature maps to drive RES0 bits

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

[kvm-unit-tests PATCH v2 00/18] arm/arm64: Add kvmtool to the runner script
 2025-02-10 18:04 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 03/18] scripts: Refuse to run the tests if not configured for qemu

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

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

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

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

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

[PATCH 0/2] x86/kvm: Force legacy PCI hole as WB under SNP/TDX
 2025-02-10 15:29 UTC  (6+ messages)

[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
 2025-02-10 11:58 UTC  (25+ 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 v6 32/43] arm64: rme: Enable PMU support with a realm guest

[PATCH] LoongArch: KVM: remove unnecessary header include path
 2025-02-10 10:21 UTC 

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

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

[RFC PATCH v4 0/3] Add NUMA mempolicy support for KVM guest-memfd
 2025-02-10  6:32 UTC  (4+ messages)
` [RFC PATCH v4 1/3] mm/filemap: add mempolicy support to the filemap layer
` [RFC PATCH v4 2/3] mm/mempolicy: export memory policy symbols
` [RFC PATCH v4 3/3] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy

[PATCH 0/3] LoongArch: KVM: Some tiny code cleanup
 2025-02-10  6:32 UTC  (9+ messages)
` [PATCH 1/3] LoongArch: KVM: Fix typo issue about GCFG feature detection
` [PATCH 3/3] LoongArch: KVM: Set host with kernel mode when switch to VM mode

[PATCH v6 0/3] Add support for the Idle HLT intercept feature
 2025-02-10  5:06 UTC  (2+ messages)

[PATCH V2] target/loongarch: fix vcpu reset command word issue
 2025-02-10  1:17 UTC  (2+ messages)

[GIT PULL] KVM changes for Linux 6.14-rc2
 2025-02-09 18:32 UTC  (2+ messages)

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

[RFC PATCH 0/9] accel: Only include qdev-realized vCPUs in global &cpus_queue
 2025-02-09 18:02 UTC  (3+ messages)

The business loan-
 2025-02-08 21:56 UTC 

[RFC PATCH 3/3] drm/virtio: implement blob userptr resource object
 2025-02-08 19:47 UTC  (8+ messages)

[PATCH v3 0/3] Fix broken SNP support with KVM module built-in
 2025-02-08  4:52 UTC  (14+ 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

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

[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 v2] KVM: arm64: Remove cyclical dependency in arm_pmuv3.h
 2025-02-07 17:40 UTC  (4+ messages)

[PATCH net-next v6 0/7] tun: Unify vnet implementation
 2025-02-07 17:21 UTC  (5+ messages)
` [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 0/5] KVM: x86/xen: Restrict hypercall MSR index
 2025-02-07 17:18 UTC  (11+ messages)
` [PATCH 1/5] KVM: x86/xen: Restrict hypercall MSR to unofficial synthetic range

[PATCH v4 00/21] Add Counter delegation ISA extension support
 2025-02-07 16:53 UTC  (16+ 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 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  (6+ messages)
` [RFC PATCH 1/2] KVM: arm64: nv: selftests: Add guest hypervisor test

[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 v2 0/5] accel/kvm: Support KVM PMU filter
 2025-02-07 13:06 UTC  (15+ 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

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox