kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-21 16:26:14 to 2024-11-25 22:51:54 UTC [more...]

[PATCH 0/7] KVM: TDX: TD vcpu enter/exit
 2024-11-25 22:51 UTC  (26+ messages)
` [PATCH RFC 1/7] x86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX guest
` [PATCH 2/7] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH 3/7] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH 4/7] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH 5/7] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH 6/7] KVM: TDX: restore user ret MSRs
` [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list

drivers/pci: (and/or KVM): Slow PCI initialization during VM boot with passthrough of large BAR Nvidia GPUs on DGX H100
 2024-11-25 22:46 UTC 

[PATCH v3] vfio/pci: Properly hide first-in-list PCIe extended capability
 2024-11-25 19:18 UTC  (2+ messages)

[PATCH v5 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2024-11-25 18:04 UTC  (6+ messages)
` [PATCH v5 1/2] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v5 2/2] mm: guestmem: Convert address_space operations to guestmem library

[PATCH] KVM: make uevents configurable
 2024-11-25 17:31 UTC  (2+ messages)

Using the ldp instruction to access the I/O address space in KVM mode causes an exception
 2024-11-25 17:16 UTC  (2+ messages)

[kvm-unit-tests PATCH v4 0/5] riscv: add SBI SSE extension tests
 2024-11-25 16:21 UTC  (6+ messages)
` [kvm-unit-tests PATCH v4 1/5] kbuild: allow multiple asm-offsets file to be generated
` [kvm-unit-tests PATCH v4 2/5] riscv: use asm-offsets to generate SBI_EXT_HSM values
` [kvm-unit-tests PATCH v4 3/5] riscv: Add "-deps" handling for tests
` [kvm-unit-tests PATCH v4 4/5] riscv: lib: Add SBI SSE extension definitions
` [kvm-unit-tests PATCH v4 5/5] riscv: sbi: Add SSE extension tests

[PATCH 0/3] KVM: s390: Couple of small cmpxchg() optimizations
 2024-11-25 16:20 UTC  (11+ messages)
` [PATCH 1/3] KVM: s390: Use try_cmpxchg() instead of cmpxchg() loops
` [PATCH 2/3] KVM: s390: Remove one byte cmpxchg() usage
` [PATCH 3/3] KVM: s390: Increase size of union sca_utility to four bytes

[PATCH] KVM: x86: async_pf: check earlier if can deliver async pf
 2024-11-25 15:50 UTC  (9+ messages)

[RFC PATCH 0/6] SEAMCALL Wrappers
 2024-11-25 15:46 UTC  (9+ messages)
` [RFC PATCH 1/6] x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID management

[RFC PATCH 00/15] iommu/riscv: Add irqbypass support
 2024-11-25 15:07 UTC  (11+ messages)
` [RFC PATCH 08/15] iommu/riscv: Add IRQ domain for interrupt remapping

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-11-25 14:41 UTC  (15+ messages)
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened
` [PATCH v1 07/11] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel

[kvm-unit-tests PATCH v3 0/4] riscv: add SBI SSE extension tests
 2024-11-25 14:41 UTC  (13+ messages)
` [kvm-unit-tests PATCH v3 1/4] riscv: Add "-deps" handling for tests
` [kvm-unit-tests PATCH v3 2/4] riscv: lib: Add SBI SSE extension definitions
` [kvm-unit-tests PATCH v3 3/4] riscv: lib: Add SSE assembly entry handling
` [kvm-unit-tests PATCH v3 4/4] riscv: sbi: Add SSE extension tests

[RFC RESEND 0/6] hugetlbfs largepage RAS project
 2024-11-25 14:27 UTC  (9+ messages)
` [PATCH v3 0/7] hugetlbfs memory HW error fixes
  ` [PATCH v3 1/7] hwpoison_page_list and qemu_ram_remap are based of pages
  ` [PATCH v3 2/7] system/physmem: poisoned memory discard on reboot
  ` [PATCH v3 3/7] accel/kvm: Report the loss of a large memory page
  ` [PATCH v3 4/7] numa: Introduce and use ram_block_notify_remap()
  ` [PATCH v3 5/7] hostmem: Factor out applying settings
  ` [PATCH v3 6/7] hostmem: Handle remapping of RAM
  ` [PATCH v3 7/7] system/physmem: Memory settings applied on remap notification

[PATCH v3 1/2] KVM: x86: Check hypercall's exit to userspace generically
 2024-11-25 12:08 UTC  (13+ messages)

[PATCH RFC v3 0/3] riscv: add Svukte extension
 2024-11-25 12:08 UTC  (3+ messages)
` [PATCH RFC v3 3/3] riscv: KVM: Add Svukte extension support for Guest/VM

[RFC PATCH 0/4] KVM: ioctl for populating guest_memfd
 2024-11-25 11:46 UTC  (13+ messages)
` [PATCH 1/4] KVM: guest_memfd: add generic post_populate callback

[PATCH] vfio/mlx5: Align the page tracking max message size with the device capability
 2024-11-25 11:32 UTC 

[PATCH] KVM: x86: switch hugepage recovery thread to vhost_task
 2024-11-25 11:22 UTC  (5+ messages)

[RFC 00/14] AMD: Add Secure AVIC Guest Support
 2024-11-25 11:16 UTC  (10+ messages)
` [RFC 01/14] x86/apic: Add new driver for Secure AVIC

[kvm-unit-tests PATCH v2 0/3] riscv: add SBI SSE extension tests
 2024-11-25 10:29 UTC  (12+ messages)
` [kvm-unit-tests PATCH v2 1/3] riscv: lib: Add SBI SSE extension definitions
` [kvm-unit-tests PATCH v2 2/3] riscv: lib: Add SSE assembly entry handling
` [kvm-unit-tests PATCH v2 3/3] riscv: sbi: Add SSE extension tests

[PATCH v6 00/60] QEMU TDX support
 2024-11-25  7:27 UTC  (4+ messages)
` [PATCH v6 07/60] kvm: Introduce kvm_arch_pre_create_vcpu()

[PATCH v2] vfio/pci: Properly hide first-in-list PCIe extended capability
 2024-11-25  4:53 UTC  (8+ messages)

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-11-24 21:46 UTC  (24+ messages)
` [RFC PATCH v3 04/15] rcu: Add a small-width RCU watching counter debug option
` [RFC PATCH v3 05/15] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [RFC PATCH v3 06/15] jump_label: Add forceful jump label type
` [RFC PATCH v3 11/15] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v3 13/15] context_tracking,x86: Add infrastructure to defer kernel TLBI

[GIT PULL] First batch of KVM changes for Linux 6.13 merge window
 2024-11-24  0:34 UTC  (8+ messages)

[syzbot] [kvm?] WARNING: locking bug in kvm_xen_set_evtchn_fast
 2024-11-23 23:32 UTC  (3+ messages)

[PATCH v3 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
 2024-11-23  9:49 UTC  (7+ messages)

[Bug 219009] New: Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected)
 2024-11-23  1:06 UTC  (2+ messages)
` [Bug 219009] "

[RFC PATCH 0/1] KVM selftests runner for running more than just default
 2024-11-22 22:37 UTC  (9+ messages)

[PATCH v4 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2024-11-22 11:03 UTC  (5+ messages)
` [PATCH v4 2/2] mm: guestmem: Convert address_space operations to "

[PATCH v4 00/15] Prepare GHES driver to support error injection
 2024-11-22  9:11 UTC  (2+ messages)
` [PATCH v4 09/15] acpi/ghes: better name GHES memory error function

vmx_pmu_caps_test fails on Skylake based CPUS due to read only LBRs
 2024-11-22  3:35 UTC  (4+ messages)

[PATCH v3 0/4] Allow AVIC's IPI virtualization to be optional
 2024-11-22  3:34 UTC  (6+ messages)

[PATCH v2 00/49] KVM: x86: CPUID overhaul, fixes, and caching
 2024-11-22  3:28 UTC  (32+ messages)
` [PATCH v2 05/49] KVM: selftests: Assert that the @cpuid passed to get_cpuid_entry() is non-NULL
` [PATCH v2 22/49] KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features
` [PATCH v2 26/49] KVM: x86: Add a macro to init CPUID features that KVM emulates in software
` [PATCH v2 44/49] KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features

[kvm-unit-tests PATCH] pmu_lbr: drop check for MSR_LBR_TOS != 0
 2024-11-22  1:33 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/5] Collection of tests for canonical checks on LA57 enabled CPUs
 2024-11-22  1:31 UTC  (3+ messages)

[PATCH v5 0/3] KVM: x86: tracepoint updates
 2024-11-22  1:04 UTC  (3+ messages)

[RFC PATCH 0/5] Enable Secure TSC for SEV-SNP
 2024-11-22  0:41 UTC  (2+ messages)

[PATCH 0/2] KVM: kvm-coco-queue: Support protected TSC
 2024-11-21 23:50 UTC  (6+ messages)
` [PATCH 2/2] KVM: x86: Don't allow tsc_offset, tsc_scaling_ratio to change

[GIT PULL] Please pull IOMMUFD subsystem changes
 2024-11-21 21:20 UTC  (2+ messages)

[PATCH v2 0/3] Add SEV-SNP CipherTextHiding feature support
 2024-11-21 21:00 UTC  (13+ messages)
` [PATCH v2 3/3] x86/sev: Add SEV-SNP CipherTextHiding support

[PATCH v2 0/2] x86/bugs: RSB tweaks
 2024-11-21 20:07 UTC  (3+ messages)
` [PATCH v2 1/2] x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline
` [PATCH v2 2/2] x86/bugs: Don't fill RSB on context switch with eIBRS

[RFC PATCH 00/22] KVM: x86: Virtualize IA32_APERF and IA32_MPERF MSRs
 2024-11-21 18:53 UTC  (23+ messages)
` [RFC PATCH 01/22] x86/aperfmperf: Introduce get_host_[am]perf()
` [RFC PATCH 02/22] x86/aperfmperf: Introduce set_guest_[am]perf()
` [RFC PATCH 03/22] x86/aperfmperf: Introduce restore_host_[am]perf()
` [RFC PATCH 04/22] x86/msr: Adjust remote reads of IA32_[AM]PERF by the per-cpu host offset
` [RFC PATCH 05/22] KVM: x86: Introduce kvm_vcpu_make_runnable()
` [RFC PATCH 06/22] KVM: x86: INIT may transition from HALTED to RUNNABLE
` [RFC PATCH 07/22] KVM: nSVM: Nested #VMEXIT "
` [RFC PATCH 08/22] KVM: nVMX: Nested VM-exit "
` [RFC PATCH 09/22] KVM: x86: Introduce KVM_X86_FEATURE_APERFMPERF
` [RFC PATCH 10/22] KVM: x86: Make APERFMPERF a governed feature
` [RFC PATCH 11/22] KVM: x86: Initialize guest [am]perf at vcpu power-on
` [RFC PATCH 12/22] KVM: x86: Load guest [am]perf into hardware MSRs at vcpu_load()
` [RFC PATCH 13/22] KVM: x86: Load guest [am]perf when leaving halt state
` [RFC PATCH 14/22] KVM: x86: Introduce kvm_user_return_notifier_register()
` [RFC PATCH 15/22] KVM: x86: Restore host IA32_[AM]PERF on userspace return
` [RFC PATCH 16/22] KVM: x86: Save guest [am]perf checkpoint on HLT
` [RFC PATCH 17/22] KVM: x86: Save guest [am]perf checkpoint on vcpu_put()
` [RFC PATCH 18/22] KVM: x86: Update aperfmperf on host-initiated MP_STATE transitions
` [RFC PATCH 19/22] KVM: x86: Allow host and guest access to IA32_[AM]PERF
` [RFC PATCH 20/22] KVM: VMX: Pass through guest reads of IA32_[AM]PERF
` [RFC PATCH 21/22] KVM: SVM: "
` [RFC PATCH 22/22] KVM: x86: Enable guest usage of X86_FEATURE_APERFMPERF


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