KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-02 13:39:22 to 2024-04-04 13:42:18 UTC [more...]

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

[PATCH 00/15] Coalesced Interrupt Delivery with posted MSI
 2024-04-04 13:38 UTC  (6+ messages)
` [PATCH 05/15] x86/irq: Reserve a per CPU IDT vector for posted MSIs
` [PATCH 09/15] x86/irq: Install posted MSI notification handler

REGRESSION: RIP: 0010:skb_release_data+0xb8/0x1e0 in vhost/tun
 2024-04-04 13:37 UTC  (12+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-04 13:22 UTC  (64+ messages)
` [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
` [PATCH v19 027/130] KVM: TDX: Define TDX architectural definitions
` [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
` [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v19 067/130] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v19 070/130] KVM: TDX: TDP MMU TDX support
` [PATCH v19 078/130] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v19 097/130] KVM: x86: Split core of hypercall emulation to helper function
` [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 v19 106/130] KVM: TDX: Add KVM Exit for TDX TDG.VP.VMCALL
` [PATCH v19 108/130] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v19 111/130] KVM: TDX: Implement callbacks for MSR operations for TDX

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-04 13:19 UTC  (10+ 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

[ANNOUNCE] KVM Microconference at LPC 2024
 2024-04-04 13:10 UTC  (7+ messages)

[PATCH v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-04 12:19 UTC  (34+ messages)
` [PATCH v5 01/22] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v5 02/22] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v5 03/22] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v5 04/22] drivers/perf: riscv: Use BIT macro for shifting operations
` [PATCH v5 05/22] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v5 07/22] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v5 08/22] RISC-V: KVM: Fix the initial sample period value
` [PATCH v5 09/22] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
` [PATCH v5 10/22] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v5 11/22] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v5 12/22] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v5 13/22] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v5 14/22] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v5 15/22] RISC-V: KVM: Improve firmware counter read function
` [PATCH v5 16/22] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v5 17/22] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v5 18/22] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v5 19/22] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v5 20/22] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v5 22/22] KVM: riscv: selftests: Add a test for counter overflow

[PATCH] KVM: SEV: use u64_to_user_ptr throughout
 2024-04-04 12:14 UTC 

[PATCH v5 00/17] KVM: SEV: allow customizing VMSA features
 2024-04-04 12:13 UTC  (18+ messages)
` [PATCH v5 01/17] KVM: SVM: Invert handling of SEV and SEV_ES feature flags
` [PATCH v5 02/17] KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=y
` [PATCH v5 03/17] KVM: x86: use u64_to_user_ptr()
` [PATCH v5 04/17] KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
` [PATCH v5 05/17] KVM: SEV: publish supported VMSA features
` [PATCH v5 06/17] KVM: SEV: store VMSA features in kvm_sev_info
` [PATCH v5 07/17] KVM: x86: add fields to struct kvm_arch for CoCo features
` [PATCH v5 08/17] KVM: x86: Add supported_vm_types to kvm_caps
` [PATCH v5 09/17] KVM: SEV: introduce to_kvm_sev_info
` [PATCH v5 10/17] KVM: SEV: define VM types for SEV and SEV-ES
` [PATCH v5 11/17] KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA time
` [PATCH v5 12/17] KVM: SEV: introduce KVM_SEV_INIT2 operation
` [PATCH v5 13/17] KVM: SEV: allow SEV-ES DebugSwap again
` [PATCH v5 14/17] selftests: kvm: add tests for KVM_SEV_INIT2
` [PATCH v5 15/17] selftests: kvm: switch to using KVM_X86_*_VM
` [PATCH v5 16/17] selftests: kvm: split "launch" phase of SEV VM creation
` [PATCH v5 17/17] selftests: kvm: add test for transferring FPU state into VMSA

[PATCH v4 00/15] KVM: SEV: allow customizing VMSA features
 2024-04-04 11:53 UTC  (7+ messages)
` [PATCH v4 05/15] KVM: SEV: publish supported "
` [PATCH v4 09/15] KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA time

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-04 11:41 UTC  (13+ messages)
` [PATCH v2 06/25] virtio_blk: drop owner assignment
` [PATCH v2 12/25] gpio: virtio: "
` [PATCH v2 19/25] vsock/virtio: "
` [PATCH v2 21/25] nvdimm: virtio_pmem: "
` [PATCH v2 23/25] scsi: virtio: "
` [PATCH v2 24/25] fuse: "

[PATCH v2 0/3] Add a test case for KVM_X86_DISABLE_EXIT
 2024-04-04 10:38 UTC  (4+ messages)
` [PATCH v2 2/3] KVM: selftests: Extend @shape to allow creation of VM without in-kernel APIC

[PATCH 0/5] Add parsing for Zimop ISA extension
 2024-04-04 10:32 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: riscv: add Zimop ISA extension description
` [PATCH 2/5] riscv: add ISA extension parsing for Zimop
` [PATCH 3/5] riscv: hwprobe: export Zimop ISA extension
` [PATCH 4/5] RISC-V: KVM: Allow Zimop extension for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: Add Zimop extension to get-reg-list test

[PATCH v10 0/3] Per-vCPU dirty quota-based throttling
 2024-04-04  9:19 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV nestedv2: Cancel pending HDEC exception
 2024-04-04  8:35 UTC  (3+ messages)

[PATCH 00/19] amba: store owner from modules with amba_driver_register()
 2024-04-04  8:18 UTC  (3+ messages)
` [PATCH 15/19] hwrng: nomadik: drop owner assignment

[PATCH v3] Documentation: Add reconnect process for VDUSE
 2024-04-04  5:56 UTC 

[PATCH v2] Documentation: Add reconnect process for VDUSE
 2024-04-04  5:35 UTC  (3+ messages)

folio_mmapped
 2024-04-04  0:15 UTC  (11+ messages)

[RFC PATCH 0/8] KVM: Prepopulate guest memory API
 2024-04-03 23:15 UTC  (13+ messages)
` [RFC PATCH 6/8] KVM: x86: Implement kvm_arch_{, pre_}vcpu_map_memory()

[RFC PATCH 0/4] KVM: x86/mmu: Rework marking folios dirty/accessed
 2024-04-03 22:19 UTC  (7+ messages)

[PATCH v6 0/9] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-04-03 21:42 UTC  (17+ messages)
` [PATCH v6 1/9] x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, etc.)
` [PATCH v6 2/9] x86/cpu: KVM: Move macro to encode PAT value to common header
` [PATCH v6 4/9] KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.h
` [PATCH v6 8/9] KVM: VMX: Open code VMX preemption timer rate mask in its accessor

[PATCH 0/5] x86/sev: Fix SNP host late disable
 2024-04-03 17:59 UTC  (5+ messages)
` [PATCH 2/5] x86/alternatives: Catch late X86_FEATURE modifiers

[GIT PULL] KVM fixes for Linux 6.9-rc3
 2024-04-03 17:35 UTC  (2+ messages)

[PATCH v2] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG
 2024-04-03 17:20 UTC  (3+ messages)

[PATCH v2] KVM: selftests: Fix build error due to assert in dirty_log_test
 2024-04-03 17:07 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix build error due to assert in dirty_log_test
 2024-04-03 16:37 UTC 

[PATCH v3] KVM:SVM: Flush cache only on CPUs running SEV guest
 2024-04-03 15:55 UTC  (2+ messages)

[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-03 15:37 UTC  (11+ messages)
` [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

[RFC PATCH v2 0/5] Paravirt Scheduling (Dynamic vcpu priority management)
 2024-04-03 14:01 UTC  (6+ messages)
` [RFC PATCH v2 1/5] pvsched: paravirt scheduling framework
` [RFC PATCH v2 2/5] kvm: Implement the paravirt sched framework for kvm
` [RFC PATCH v2 3/5] kvm: interface for managing pvsched driver for guest VMs
` [RFC PATCH v2 4/5] pvsched: bpf support for pvsched
` [RFC PATCH v2 5/5] selftests/bpf: sample implementation of a bpf pvsched driver

linux-next: manual merge of the kvm-x86 tree with the kvm-fixes tree
 2024-04-03 13:30 UTC  (2+ messages)

[PATCH] KVM: selftests: fix supported_flags for riscv
 2024-04-03 12:33 UTC 

[kvm-unit-tests PATCH v4 0/2] UEFI Improvements
 2024-04-03 11:27 UTC  (2+ messages)

[kvmtool PATCH v2 00/10] More ISA extensions
 2024-04-03 11:20 UTC  (2+ messages)

[PATCH] vhost-vdpa: change ioctl # for VDPA_GET_VRING_SIZE
 2024-04-03  9:57 UTC  (4+ messages)

[PATCH net-next 1/3] vsock: add support for SIOCOUTQ ioctl for all vsock socket types
 2024-04-03  9:20 UTC  (6+ messages)
` [PATCH net-next 2/3] vsock/virtio: add SIOCOUTQ support for all virtio based transports
` [PATCH net-next 3/3] test/vsock: add ioctl unsent bytes test

[PATCH v2 0/2] Two enhancements to iommu_at[de]tach_device_pasid()
 2024-04-03  4:14 UTC  (9+ messages)
` [PATCH v2 1/2] iommu: Undo pasid attachment only for the devices that have succeeded
` [PATCH v2 2/2] iommu: Pass domain to remove_dev_pasid() op

[PATCH v3] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2024-04-03  1:41 UTC  (7+ messages)
          `  "

[PATCH net v2] vsock/virtio: fix packet delivery to tap device
 2024-04-03  1:10 UTC  (2+ messages)

[ANNOUNCE] PUCK Agenda - 2024.03.13 - No topic
 2024-04-03  0:31 UTC  (6+ messages)

[ANNOUNCE] PUCK Agenda - 2024.04.03 - TDX upstreaming strategy
 2024-04-03  0:25 UTC 

[PATCH] KVM: selftests: fix max_guest_memory_test with more that 256 vCPUs
 2024-04-02 23:06 UTC  (3+ messages)

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

[PATCH vhost v7 0/6] refactor the params of find_vqs()
 2024-04-02 20:42 UTC  (7+ 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] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG
 2024-04-02 16:59 UTC  (4+ messages)

[PATCH v2] KVM: Mark a vCPU as preempted/ready iff it's scheduled out while running
 2024-04-02 16:41 UTC  (2+ messages)

[GIT PULL] KVM/riscv fixes for 6.9, take #1
 2024-04-02 16:27 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.9, part #1
 2024-04-02 16:26 UTC  (2+ messages)

[Bug 218621] New: WARNING: CPU: 5 PID: 11173 at arch/x86/kvm/x86.c:12251 kvm_vcpu_reset+0x3b0/0x610 [kvm]
 2024-04-02 15:44 UTC  (2+ messages)
` [Bug 218621] "

[PATCH v4 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
 2024-04-02 15:36 UTC  (3+ messages)
` [PATCH v4 3/3] RISC-V: KVM: selftests: Add ebreak test support

[PATCH net-next 0/3] ioctl support for AF_VSOCK and virtio-based transports
 2024-04-02 15:05 UTC 

[syzbot] [kvm?] WARNING in vmx_handle_exit
 2024-04-02 14:40 UTC 

[PATCH] LoongArch: KVM: Remove useless MODULE macro for MODULE_DEVICE_TABLE
 2024-04-02 14:39 UTC  (3+ messages)

[PATCH] KVM: riscv: selftests: Add SBI base extension test
 2024-04-02 14:12 UTC  (2+ messages)


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