KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-30 12:18:34 to 2024-04-02 10:15:56 UTC [more...]

[BUG net-next] arch/x86/kernel/cpu/bugs.c:2935: "Unpatched return thunk in use. This should not happen!" [STACKTRACE]
 2024-04-02 10:15 UTC  (7+ messages)

[PATCH 00/19] amba: store owner from modules with amba_driver_register()
 2024-04-02 10:15 UTC  (18+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-02  9:13 UTC  (49+ messages)
` [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
` [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v19 062/130] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v19 067/130] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v19 069/130] KVM: TDX: Require TDP MMU and mmio caching "
` [PATCH v19 070/130] KVM: TDX: TDP MMU TDX support
` [PATCH v19 093/130] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v19 094/130] KVM: TDX: Implement methods to inject NMI
` [PATCH v19 101/130] KVM: TDX: handle ept violation/misconfig exit
` [PATCH v19 102/130] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v19 103/130] KVM: TDX: Handle EXIT_REASON_OTHER_SMI with MSMI
` [PATCH v19 104/130] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v19 105/130] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-02  8:43 UTC  (25+ messages)
` [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v4 08/15] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v4 10/15] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v4 12/15] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v4 14/15] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v4 15/15] KVM: riscv: selftests: Add a test for counter overflow

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-02  7:33 UTC  (11+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young
` [PATCH v3 2/7] KVM: Move MMU notifier function declarations
` [PATCH v3 3/7] KVM: Add basic bitmap support into kvm_mmu_notifier_test/clear_young
` [PATCH v3 4/7] KVM: x86: Move tdp_mmu_enabled and shadow_accessed_mask
` [PATCH v3 5/7] KVM: x86: Participate in bitmap-based PTE aging
` [PATCH v3 6/7] KVM: arm64: "
` [PATCH v3 7/7] mm: multi-gen LRU: use mmu_notifier_test_clear_young()

[PATCH v5 RESEND] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-04-02  7:06 UTC 

[PATCH for-9.0] Fix some typos in documentation (found by codespell)
 2024-04-02  6:42 UTC  (3+ messages)

[GIT PULL] KVM/arm64 fixes for 6.9, part #1
 2024-04-02  6:45 UTC 

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-02  6:30 UTC  (28+ messages)
` [PATCH v2 01/25] "
` [PATCH v2 02/25] virtio: balloon: drop owner assignment
` [PATCH v2 03/25] virtio: input: "
` [PATCH v2 04/25] virtio: mem: "
` [PATCH v2 05/25] um: virt-pci: "
` [PATCH v2 06/25] virtio_blk: "
` [PATCH v2 07/25] bluetooth: virtio: "
` [PATCH v2 08/25] hwrng: "
` [PATCH v2 09/25] virtio_console: "
` [PATCH v2 10/25] crypto: virtio - "
` [PATCH v2 11/25] firmware: arm_scmi: virtio: "
` [PATCH v2 12/25] gpio: "
` [PATCH v2 13/25] drm/virtio: "
` [PATCH v2 14/25] iommu: virtio: "
` [PATCH v2 15/25] misc: nsm: "
` [PATCH v2 16/25] net: caif: virtio: "
` [PATCH v2 17/25] net: "
` [PATCH v2 18/25] net: 9p: "
` [PATCH v2 19/25] vsock/virtio: "
` [PATCH v2 20/25] wifi: mac80211_hwsim: "
` [PATCH v2 21/25] nvdimm: virtio_pmem: "
` [PATCH v2 22/25] rpmsg: virtio: "
` [PATCH v2 23/25] scsi: "
` [PATCH v2 24/25] fuse: "
` [PATCH v2 25/25] sound: "

[PATCH v4 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
 2024-04-02  6:26 UTC  (4+ messages)
` [PATCH v4 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
` [PATCH v4 2/3] RISC-V: KVM: Handle breakpoint exits for VCPU
` [PATCH v4 3/3] RISC-V: KVM: selftests: Add ebreak test support

[PATCH v7 0/7] LoongArch: Add pv ipi support on LoongArch VM
 2024-04-02  5:34 UTC  (11+ messages)
` [PATCH v7 3/7] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v7 7/7] Documentation: KVM: Add hypercall for LoongArch

[PATCH v6 0/9] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-04-02  5:01 UTC  (18+ messages)
` [PATCH v6 2/9] x86/cpu: KVM: Move macro to encode PAT value to common header
` [PATCH v6 3/9] KVM: x86: Stuff vCPU's PAT with default value at RESET, not creation
` [PATCH v6 4/9] KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.h
` [PATCH v6 5/9] KVM: VMX: Track CPU's MSR_IA32_VMX_BASIC as a single 64-bit value
` [PATCH v6 6/9] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_basic()
` [PATCH v6 8/9] KVM: VMX: Open code VMX preemption timer rate mask in its accessor
` [PATCH v6 9/9] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_misc()

[PATCH v3 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
 2024-04-02  3:58 UTC  (6+ messages)
` [PATCH v3 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
` [PATCH v3 2/3] RISC-V: KVM: Handle breakpoint exits for VCPU

[PATCH 1/1] RISC-V: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START
 2024-04-02  3:48 UTC  (2+ messages)

[PATCH v4 0/4] add debugfs to hisilicon migration driver
 2024-04-02  3:24 UTC  (5+ messages)
` [PATCH v4 1/4] hisi_acc_vfio_pci: extract public functions for container_of
` [PATCH v4 2/4] hisi_acc_vfio_pci: Create subfunction for data reading
` [PATCH v4 3/4] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
` [PATCH v4 4/4] Documentation: add debugfs description for hisi migration

[PATCH 0/2] vfio/pci: Improve INTx opaque data use
 2024-04-02  2:56 UTC  (5+ messages)
` [PATCH 1/2] vfio/pci: Pass eventfd context to IRQ handler
` [PATCH 2/2] vfio/pci: Pass eventfd context object through irqfd

[PATCH] MAINTAINERS: Orphan vfio fsl-mc bus driver
 2024-04-02  2:53 UTC  (2+ messages)

[PATCH v5 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-04-02  2:52 UTC  (4+ messages)

[syzbot] [kvm?] WARNING in mmu_free_root_page
 2024-04-01 23:51 UTC  (4+ messages)

[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-01 23:17 UTC  (77+ messages)
` [PATCH v12 02/29] [TEMP] x86/cc: Add cc_platform_set/_clear() helpers
` [PATCH v12 03/29] [TEMP] x86/CPU/AMD: Track SNP host status with cc_platform_*()
` [PATCH v12 05/29] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH v12 07/29] KVM: SEV: Add support to handle AP reset MSR protocol
` [PATCH v12 08/29] KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH v12 09/29] KVM: SEV: Add initial SEV-SNP support
` [PATCH v12 10/29] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH v12 11/29] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v12 12/29] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH v12 13/29] KVM: SEV: Add support to handle GHCB GPA register VMGEXIT
` [PATCH v12 16/29] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH v12 17/29] KVM: SEV: Add support to handle RMP nested page faults
` [PATCH v12 18/29] KVM: SEV: Use a VMSA physical address variable for populating VMCB
` [PATCH v12 19/29] KVM: SEV: Support SEV-SNP AP Creation NAE event
` [PATCH v12 20/29] KVM: SEV: Add support for GHCB-based termination requests
` [PATCH v12 21/29] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH v12 22/29] KVM: SEV: Implement gmem hook for invalidating "
` [PATCH v12 23/29] KVM: x86: Implement gmem hook for determining max NPT mapping level
` [PATCH v12 24/29] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
` [PATCH v12 25/29] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH v12 26/29] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v12 27/29] crypto: ccp: Add the SNP_VLEK_LOAD command
` [PATCH v12 28/29] crypto: ccp: Add the SNP_{PAUSE,RESUME}_ATTESTATION commands
` [PATCH v12 29/29] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
 2024-04-01 22:29 UTC  (4+ messages)
` [PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop

Timer Signals vs KVM
 2024-04-01 22:22 UTC  (2+ messages)

Hosts got stuck with vmx: unexpected exit reason 0x3
 2024-04-01 20:48 UTC  (2+ messages)

[RFC PATCH v1 0/2] Avoid rcu_core() if CPU just left guest vcpu
 2024-04-01 20:21 UTC  (4+ messages)
` [RFC PATCH v1 2/2] rcu: Ignore RCU in nohz_full cpus if it was running a guest recently

[PATCH vhost v7 0/6] refactor the params of find_vqs()
 2024-04-01 19:57 UTC  (8+ messages)
` [PATCH vhost v7 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v7 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v7 4/6] virtio: vring_create_virtqueue: "

[PATCH v2 0/3] Add a test case for KVM_X86_DISABLE_EXIT
 2024-04-01 17:15 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: selftests: Add safe_halt() and cli() helpers to common code
` [PATCH v2 2/3] KVM: selftests: Extend @shape to allow creation of VM without in-kernel APIC
` [PATCH v2 3/3] KVM: selftests: Add a test case for KVM_X86_DISABLE_EXITS_HLT

[PATCH v1 0/3] Add a test case for KVM_X86_DISABLE_EXIT
 2024-04-01 12:31 UTC  (7+ messages)
` [PATCH v1 3/3] KVM: selftests: Add a test case for KVM_X86_DISABLE_EXITS_HLT

[PATCH v5] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-04-01 11:25 UTC 

[PATCH] KVM: riscv: selftests: Add SBI base extension test
 2024-04-01  8:20 UTC 

[PATCH gmem 0/6] gmem fix-ups and interfaces for populating gmem pages
 2024-04-01  5:06 UTC  (3+ messages)
` [PATCH gmem 2/6] KVM: guest_memfd: Only call kvm_arch_gmem_prepare hook if necessary

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-03-29 20:18 UTC  (4+ messages)
` [PATCH v2 25/25] KVM: selftests: Add fred exception tests

[ANNOUNCE] PUCK Agenda - 2024.03.13 - No topic
 2024-03-31 13:01 UTC  (2+ messages)

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-31 11:20 UTC  (3+ messages)
` [PATCH 01/22] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).