public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-25 13:50:45 to 2025-04-28 06:31:51 UTC [more...]

[PATCH v5 0/7] Introduce CET supervisor state support
 2025-04-28  6:31 UTC  (10+ messages)
` [PATCH v5 3/7] x86/fpu/xstate: Differentiate default features for host and guest FPUs

[PATCH] x86/sev: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variables
 2025-04-28  6:30 UTC 

[PATCH] KVM: x86/mmu: Prevent installing hugepages when mem attributes are changing
 2025-04-28  1:32 UTC  (2+ messages)

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-04-28  1:05 UTC  (13+ messages)
` [RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page

[Bug 220057] New: Kernel regression. Linux VMs crashing (I did not test Windows guest VMs)
 2025-04-28  0:00 UTC  (5+ messages)
` [Bug 220057] "

[PATCH 0/3] Enable x86 mediated vPMU
 2025-04-27  9:42 UTC  (4+ messages)
` [PATCH 3/3] target/i386: Support VMX_VM_EXIT_SAVE_IA32_PERF_GLOBAL_CTRL

[PATCH v3 00/14] MSR code cleanup part one
 2025-04-27  9:26 UTC  (11+ messages)
` [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v3 10/14] x86/xen/msr: Remove pmu_msr_{read,write}()

[PATCH v4 00/15] MSR code cleanup part one
 2025-04-27  9:20 UTC  (16+ messages)
` [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
` [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v4 03/15] x86/msr: Remove rdpmc()
` [PATCH v4 04/15] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v4 05/15] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v4 06/15] x86/xen/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v4 07/15] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v4 08/15] x86/msr: Add the native_rdmsrq() helper
` [PATCH v4 09/15] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v4 10/15] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v4 11/15] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v4 12/15] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v4 13/15] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v4 14/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v4 15/15] x86/msr: Change the function type of native_read_msr_safe()

[PATCH 0/5] accel/kvm: Support KVM PMU filter
 2025-04-27  8:34 UTC  (19+ messages)
` [PATCH 1/5] qapi/qom: Introduce kvm-pmu-filter object
` [PATCH 2/5] i386/kvm: Support basic KVM PMU filter
` [PATCH 3/5] i386/kvm: Support event with select & umask format in "
` [PATCH 5/5] i386/kvm: Support fixed counter "

[PATCH v9 00/24] Provide a new two step DMA mapping API
 2025-04-27  8:13 UTC  (24+ messages)
` [PATCH v9 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v9 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v9 03/24] iommu: generalize the batched sync after map interface
` [PATCH v9 04/24] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v9 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v9 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v9 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v9 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v9 23/24] nvme-pci: convert to blk_rq_dma_map

[PATCH v11 0/5] KVM: selftests: Add LoongArch support
 2025-04-27  6:45 UTC  (6+ messages)
` [PATCH v11 1/5] KVM: selftests: Add VM_MODE_P47V47_16K VM mode
` [PATCH v11 2/5] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v11 3/5] KVM: selftests: Add core KVM selftests support "
` [PATCH v11 4/5] KVM: selftests: Add ucall test "
` [PATCH v11 5/5] KVM: selftests: Add test cases "

[kvm:queue 9/13] arch/x86/kvm/svm/avic.c:807: warning: Function parameter or struct member 'pi->prev_ga_tag' not described in 'if'
 2025-04-27  6:15 UTC 

[PATCH 0/6] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-04-27  3:58 UTC  (15+ messages)
` [PATCH 3/6] x86/kvm/emulate: Avoid RET for fastops
` [PATCH 4/6] x86,hyperv: Clean up hv_do_hypercall()
` [PATCH 5/6] x86_64,hyperv: Use direct call to hypercall-page

[PATCH v10 0/5] KVM: selftests: Add LoongArch support
 2025-04-27  3:42 UTC  (4+ messages)
` [PATCH v10 2/5] KVM: selftests: Add KVM selftests header files for LoongArch

[PATCH] LoongArch: KVM: Fully clear some registers when VM reboot
 2025-04-27  2:49 UTC  (5+ messages)

[PATCH v2 0/2] LoongArch: KVM: Do not flush tlb if HW PTW supported
 2025-04-27  2:45 UTC  (3+ messages)
` [PATCH v2 1/2] LoongArch: KVM: Add parameter exception code with exception handler
` [PATCH v2 2/2] LoongArch: KVM: Do not flush tlb if HW PTW supported

[PATCH v4 00/13] Enable shared device assignment
 2025-04-27  2:26 UTC  (13+ messages)
` [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 10/13] memory: Change NotifyStateClear() definition to return the result

[RFC PATCH 0/2] vfio/pci: Block and audit accesses to unassigned config regions
 2025-04-26 21:22 UTC  (3+ messages)
` [RFC PATCH 1/2] block accesses to unassigned PCI "
` [RFC PATCH 2/2] audit "

[PATCH net-next v2] vhost/net: Defer TX queue re-enable until after sendmsg
 2025-04-26 19:21 UTC  (5+ messages)

[PATCH net-next v12 0/9] Device memory TCP TX
 2025-04-26 15:12 UTC  (12+ messages)
` [PATCH net-next v12 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v12 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v12 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v12 4/9] net: devmem: Implement TX path
` [PATCH net-next v12 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v12 6/9] net: enable driver support for netmem TX
` [PATCH net-next v12 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v12 8/9] net: check for driver support in netmem TX
` [PATCH net-next v12 9/9] selftests: ncdevmem: Implement devmem TCP TX

[PATCH 0/5] Provide SEV-ES/SEV-SNP support for decrypting the VMSA
 2025-04-26 14:53 UTC  (3+ messages)

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

[PATCH v3 00/42] KVM: arm64: Revamp Fine Grained Trap handling
 2025-04-26 12:28 UTC  (43+ messages)
` [PATCH v3 01/42] arm64: sysreg: Add ID_AA64ISAR1_EL1.LS64 encoding for FEAT_LS64WB
` [PATCH v3 02/42] arm64: sysreg: Update ID_AA64MMFR4_EL1 description
` [PATCH v3 03/42] arm64: sysreg: Add layout for HCR_EL2
` [PATCH v3 04/42] arm64: sysreg: Replace HGFxTR_EL2 with HFG{R,W}TR_EL2
` [PATCH v3 05/42] arm64: sysreg: Update ID_AA64PFR0_EL1 description
` [PATCH v3 06/42] arm64: sysreg: Update PMSIDR_EL1 description
` [PATCH v3 07/42] arm64: sysreg: Update TRBIDR_EL1 description
` [PATCH v3 08/42] arm64: sysreg: Add registers trapped by HFG{R,W}TR2_EL2
` [PATCH v3 09/42] arm64: sysreg: Add registers trapped by HDFG{R,W}TR2_EL2
` [PATCH v3 10/42] arm64: sysreg: Add system instructions trapped by HFGIRT2_EL2
` [PATCH v3 11/42] arm64: Remove duplicated sysreg encodings
` [PATCH v3 12/42] arm64: tools: Resync sysreg.h
` [PATCH v3 13/42] arm64: Add syndrome information for trapped LD64B/ST64B{,V,V0}
` [PATCH v3 14/42] arm64: Add FEAT_FGT2 capability
` [PATCH v3 15/42] KVM: arm64: Tighten handling of unknown FGT groups
` [PATCH v3 16/42] KVM: arm64: Simplify handling of negative FGT bits
` [PATCH v3 17/42] KVM: arm64: Handle trapping of FEAT_LS64* instructions
` [PATCH v3 18/42] KVM: arm64: Restrict ACCDATA_EL1 undef to FEAT_ST64_ACCDATA being disabled
` [PATCH v3 19/42] KVM: arm64: Don't treat HCRX_EL2 as a FGT register
` [PATCH v3 20/42] KVM: arm64: Plug FEAT_GCS handling
` [PATCH v3 21/42] KVM: arm64: Compute FGT masks from KVM's own FGT tables
` [PATCH v3 22/42] KVM: arm64: Add description of FGT bits leading to EC!=0x18
` [PATCH v3 23/42] KVM: arm64: Use computed masks as sanitisers for FGT registers
` [PATCH v3 24/42] KVM: arm64: Unconditionally configure fine-grain traps
` [PATCH v3 25/42] KVM: arm64: Propagate FGT masks to the nVHE hypervisor
` [PATCH v3 26/42] KVM: arm64: Use computed FGT masks to setup FGT registers
` [PATCH v3 27/42] KVM: arm64: Remove hand-crafted masks for "
` [PATCH v3 28/42] KVM: arm64: Use KVM-specific HCRX_EL2 RES0 mask
` [PATCH v3 29/42] KVM: arm64: Handle PSB CSYNC traps
` [PATCH v3 30/42] KVM: arm64: Switch to table-driven FGU configuration
` [PATCH v3 31/42] KVM: arm64: Validate FGT register descriptions against RES0 masks
` [PATCH v3 32/42] KVM: arm64: Use FGT feature maps to drive RES0 bits
` [PATCH v3 33/42] KVM: arm64: Allow kvm_has_feat() to take variable arguments
` [PATCH v3 34/42] KVM: arm64: Use HCRX_EL2 feature map to drive fixed-value bits
` [PATCH v3 35/42] KVM: arm64: Use HCR_EL2 "
` [PATCH v3 36/42] KVM: arm64: Add FEAT_FGT2 registers to the VNCR page
` [PATCH v3 37/42] KVM: arm64: Add sanitisation for FEAT_FGT2 registers
` [PATCH v3 38/42] KVM: arm64: Add trap routing "
` [PATCH v3 39/42] KVM: arm64: Add context-switch "
` [PATCH v3 40/42] KVM: arm64: Allow sysreg ranges for FGT descriptors
` [PATCH v3 41/42] KVM: arm64: Add FGT descriptors for FEAT_FGT2
` [PATCH v3 42/42] KVM: arm64: Handle TSB CSYNC traps

[kvm-unit-tests PATCH] scripts: Search the entire string for the correct accelerator
 2025-04-26 12:00 UTC  (2+ messages)

[kvmtool PATCH v3 00/10] Add SBI system suspend and cpu-type option
 2025-04-26 11:03 UTC  (11+ messages)
` [kvmtool PATCH v3 01/10] Sync-up headers with Linux-6.14 kernel
` [kvmtool PATCH v3 02/10] riscv: Add Svvptc extension support
` [kvmtool PATCH v3 03/10] riscv: Add Zabha "
` [kvmtool PATCH v3 04/10] riscv: Add Ziccrse "
` [kvmtool PATCH v3 05/10] riscv: Add SBI system suspend support
` [kvmtool PATCH v3 06/10] riscv: Make system suspend time configurable
` [kvmtool PATCH v3 07/10] riscv: Fix no params with nodefault segfault
` [kvmtool PATCH v3 08/10] riscv: Include single-letter extensions in isa_info_arr[]
` [kvmtool PATCH v3 09/10] riscv: Add cpu-type command-line option
` [kvmtool PATCH v3 10/10] riscv: Allow including extensions in the min CPU type using command-line

[PATCH] LoongArch: KVM: Fix PMU pass-through issue if VM exits to host finally
 2025-04-26 10:19 UTC  (2+ messages)

[PATCH] vhost: vringh: Use matching allocation type in resize_iovec()
 2025-04-26  6:22 UTC 

[kvmtool PATCH v2 00/10] Add SBI system suspend and cpu-type option
 2025-04-26  6:20 UTC  (4+ messages)
` [kvmtool PATCH v2 10/10] riscv: Allow including extensions in the min CPU type using command-line

[PATCH v3 0/5] KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU
 2025-04-26  0:31 UTC  (3+ messages)
` [PATCH v3 5/5] KVM: selftests: access_tracking_perf_test: Use MGLRU for access tracking

[PATCH v3 0/4] Add SEV-SNP CipherTextHiding feature support
 2025-04-26  0:00 UTC  (5+ messages)
` [PATCH v3 4/4] KVM: SVM: Add SEV-SNP CipherTextHiding support

[PATCH 1/2] KVM: x86: Use asm_inline() instead of asm() in kvm_hypercall[0-4]()
 2025-04-25 23:23 UTC  (2+ messages)

[PATCH] KVM: nVMX: Check MSR load/store list counts during VM-Enter consistency checks
 2025-04-25 23:23 UTC  (2+ messages)

[PATCH v2] KVM: SVM: Fix SNP AP destroy race with VMRUN
 2025-04-25 23:23 UTC  (2+ messages)

[PATCH v5 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
 2025-04-25 23:23 UTC  (2+ messages)

[PATCH] KVM: SVM: avoid frequency indirect calls
 2025-04-25 23:23 UTC  (2+ messages)

[PATCH] x86/cpufeatures: Define X86_FEATURE_PREFETCHI (AMD)
 2025-04-25 23:23 UTC  (2+ messages)

[PATCH v2 0/8] x86/irq: KVM: Optimize KVM's PIR harvesting
 2025-04-25 23:11 UTC  (2+ messages)

[PATCH 0/3] Unify IBRS virtualization
 2025-04-25 22:37 UTC  (2+ messages)

[PATCH v5 0/3] KVM: x86: Optimize "stale" EOI bitmap exiting
 2025-04-25 22:09 UTC  (2+ messages)

[PATCH v3 0/3] KVM: x86: Add a module param for device posted IRQs
 2025-04-25 22:09 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Advertise support for WRMSRNS
 2025-04-25 22:09 UTC  (2+ messages)

[PATCH] KVM: x86: clean up a return
 2025-04-25 22:09 UTC  (2+ messages)

[PATCH] KVM: x86: Sort CPUID_8000_0021_EAX leaf bits properly
 2025-04-25 22:09 UTC  (2+ messages)

[PATCH v3] KVM: SVM: forcibly leave SMM mode on vCPU reset
 2025-04-25 22:08 UTC  (2+ messages)

[PATCH next] KVM: x86: Check that the high 32bits are clear in kvm_arch_vcpu_ioctl_run()
 2025-04-25 22:08 UTC  (2+ messages)

[PATCH v5 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-04-25 21:30 UTC  (11+ messages)
` [PATCH v5 01/10] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH v5 02/10] target/i386: disable PERFCORE when "-pmu" is configured
` [PATCH v5 03/10] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v5 04/10] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "-pmu" is configured
` [PATCH v5 05/10] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v5 06/10] target/i386/kvm: rename architectural PMU variables
` [PATCH v5 07/10] target/i386/kvm: query kvm.enable_pmu parameter
` [PATCH v5 08/10] target/i386/kvm: reset AMD PMU registers during VM reset
` [PATCH v5 09/10] target/i386/kvm: support perfmon-v2 for reset
` [PATCH v5 10/10] target/i386/kvm: don't stop Intel PMU counters

[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
 2025-04-25 20:12 UTC  (15+ messages)
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR

[GIT PULL] KVM fixes for Linux 6.15-rc4
 2025-04-25 19:45 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix IRQ map warnings with XICS on pSeries KVM Guest
 2025-04-25 18:56 UTC 

[PATCH v2 0/3] KVM: x86: Dynamically allocate hashed page list
 2025-04-25 17:45 UTC  (6+ messages)
` [PATCH v2 3/3] KVM: x86/mmu: Defer allocation of shadow MMU's "

[PATCH 0/5] KVM: RISC-V: VCPU reset fixes
 2025-04-25 16:04 UTC  (4+ messages)
` [PATCH 4/5] KVM: RISC-V: reset VCPU state when becoming runnable

[PATCH v4 00/11] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-04-25 15:45 UTC  (4+ messages)
` [PATCH v4 01/11] [DO NOT MERGE] i386/cpu: Consolidate the helper to get Host's vendor

[PATCH 0/3] RISC-V KVM selftests improvements
 2025-04-25 14:20 UTC  (3+ messages)
` [PATCH 3/3] KVM: riscv: selftests: Add vector extension tests

[PATCH v4 00/38] Mediated vPMU 4.0 for x86
 2025-04-25 13:56 UTC  (6+ messages)
` [PATCH v4 10/38] perf/x86: Support switch_guest_ctx interface


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