Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2025-06-11 20:45:36 to 2025-06-12 18:50:52 UTC [more...]

[PATCH] KVM: x86/mmu: Embed direct bits into gpa for KVM_PRE_FAULT_MEMORY
 2025-06-12 18:50 UTC  (15+ messages)

[kvm-unit-tests PATCH v5] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-06-12 18:17 UTC 

[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-12 17:38 UTC  (10+ messages)
` [PATCH v12 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v12 14/18] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v12 17/18] KVM: selftests: Don't use hardcoded page sizes in guest_memfd test
` [PATCH v12 18/18] KVM: selftests: guest_memfd mmap() test when mapping is allowed

[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
 2025-06-12 15:32 UTC  (4+ messages)
` [PATCH v9 41/43] KVM: arm64: Expose support for private memory

[RFC PATCH 0/4] TDX attestation support and GHCI fixup
 2025-06-12 15:26 UTC  (12+ messages)
` [RFC PATCH 3/4] KVM: TDX: Exit to userspace for GetTdVmCallInfo

[PATCH v10 (RESEND) 00/20] Change ghes to use HEST-based offsets and add support for error inject
 2025-06-12 15:17 UTC  (21+ messages)
` [PATCH v10 (RESEND) 01/20] tests/acpi: virt: add an empty HEST file
` [PATCH v10 (RESEND) 02/20] tests/qtest/bios-tables-test: extend to also check HEST table
` [PATCH v10 (RESEND) 03/20] tests/acpi: virt: update HEST file with its current data
` [PATCH v10 (RESEND) 04/20] Revert "hw/acpi/ghes: Make ghes_record_cper_errors() static"
` [PATCH v10 (RESEND) 05/20] acpi/ghes: Cleanup the code which gets ghes ged state
` [PATCH v10 (RESEND) 06/20] acpi/ghes: prepare to change the way HEST offsets are calculated
` [PATCH v10 (RESEND) 07/20] acpi/ghes: add a firmware file with HEST address
` [PATCH v10 (RESEND) 08/20] acpi/ghes: Use HEST table offsets when preparing GHES records
` [PATCH v10 (RESEND) 09/20] acpi/ghes: don't hard-code the number of sources for HEST table
` [PATCH v10 (RESEND) 10/20] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v10 (RESEND) 11/20] acpi/generic_event_device: Update GHES migration to cover hest addr
` [PATCH v10 (RESEND) 12/20] acpi/generic_event_device: add logic to detect if HEST addr is available
` [PATCH v10 (RESEND) 13/20] acpi/generic_event_device: add an APEI error device
` [PATCH v10 (RESEND) 14/20] tests/acpi: virt: allow acpi table changes at DSDT and HEST tables
` [PATCH v10 (RESEND) 15/20] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH v10 (RESEND) 16/20] qapi/acpi-hest: add an interface to do generic CPER error injection
` [PATCH v10 (RESEND) 17/20] acpi/generic_event_device.c: enable use_hest_addr for QEMU 10.x
` [PATCH v10 (RESEND) 18/20] tests/acpi: virt: update HEST and DSDT tables
` [PATCH v10 (RESEND) 19/20] docs: hest: add new "etc/acpi_table_hest_addr" and update workflow
` [PATCH v10 (RESEND) 20/20] scripts/ghes_inject: add a script to generate GHES error inject

[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
 2025-06-12 14:43 UTC  (8+ messages)

[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
 2025-06-12 14:34 UTC  (65+ messages)
` [PATCH v3 01/62] KVM: arm64: Explicitly treat routing entry type changes as changes
` [PATCH v3 02/62] KVM: arm64: WARN if unmapping vLPI fails
` [PATCH v3 03/62] KVM: Pass new routing entries and irqfd when updating IRTEs
` [PATCH v3 04/62] KVM: SVM: Track per-vCPU IRTEs using kvm_kernel_irqfd structure
` [PATCH v3 05/62] KVM: SVM: Delete IRTE link from previous vCPU before setting new IRTE
` [PATCH v3 06/62] iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fields
` [PATCH v3 07/62] KVM: SVM: Delete IRTE link from previous vCPU irrespective of new routing
` [PATCH v3 08/62] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH v3 09/62] KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masks
` [PATCH v3 10/62] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH v3 11/62] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH v3 12/62] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH v3 13/62] KVM: SVM: Drop redundant check in AVIC code on ID during "
` [PATCH v3 14/62] KVM: SVM: Track AVIC tables as natively sized pointers, not "struct pages"
` [PATCH v3 15/62] KVM: SVM: Drop superfluous "cache" of AVIC Physical ID entry pointer
` [PATCH v3 16/62] KVM: VMX: Move enable_ipiv knob to common x86
` [PATCH v3 17/62] KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled
` [PATCH v3 18/62] KVM: SVM: Disable (x2)AVIC IPI virtualization if CPU has erratum #1235
` [PATCH v3 19/62] KVM: VMX: Suppress PI notifications whenever the vCPU is put
` [PATCH v3 20/62] KVM: SVM: Add a comment to explain why avic_vcpu_blocking() ignores IRQ blocking
` [PATCH v3 21/62] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
` [PATCH v3 22/62] iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"
` [PATCH v3 23/62] KVM: SVM: Stop walking list of routing table entries when updating IRTE
` [PATCH v3 24/62] KVM: VMX: "
` [PATCH v3 25/62] KVM: SVM: Extract SVM specific code out of get_pi_vcpu_info()
` [PATCH v3 26/62] KVM: x86: Move IRQ routing/delivery APIs from x86.c => irq.c
` [PATCH v3 27/62] KVM: x86: Nullify irqfd->producer after updating IRTEs
` [PATCH v3 28/62] KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU
` [PATCH v3 29/62] KVM: x86: Move posted interrupt tracepoint to common code
` [PATCH v3 30/62] KVM: SVM: Clean up return handling in avic_pi_update_irte()
` [PATCH v3 31/62] iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structs
` [PATCH v3 32/62] KVM: Don't WARN if updating IRQ bypass route fails
` [PATCH v3 33/62] KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()
` [PATCH v3 34/62] KVM: x86: Track irq_bypass_vcpu in common x86 code
` [PATCH v3 35/62] KVM: x86: Skip IOMMU IRTE updates if there's no old or new vCPU being targeted
` [PATCH v3 36/62] KVM: x86: Don't update IRTE entries when old and new routes were !MSI
` [PATCH v3 37/62] KVM: SVM: Revert IRTE to legacy mode if IOMMU doesn't provide IR metadata
` [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU
` [PATCH v3 39/62] iommu/amd: Document which IRTE fields amd_iommu_update_ga() can modify
` [PATCH v3 40/62] iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destination
` [PATCH v3 41/62] iommu/amd: Factor out helper for manipulating IRTE GA/CPU info
` [PATCH v3 42/62] iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinity
` [PATCH v3 43/62] iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhibited
` [PATCH v3 44/62] KVM: SVM: Don't check for assigned device(s) when updating affinity
` [PATCH v3 45/62] KVM: SVM: Don't check for assigned device(s) when activating AVIC
` [PATCH v3 46/62] KVM: SVM: WARN if (de)activating guest mode in IOMMU fails
` [PATCH v3 47/62] KVM: SVM: Process all IRTEs on affinity change even if one update fails
` [PATCH v3 48/62] KVM: SVM: WARN if updating IRTE GA fields in IOMMU fails
` [PATCH v3 49/62] KVM: x86: Drop superfluous "has assigned device" check in kvm_pi_update_irte()
` [PATCH v3 50/62] KVM: x86: WARN if IRQ bypass isn't supported "
` [PATCH v3 51/62] KVM: x86: WARN if IRQ bypass routing is updated without in-kernel local APIC
` [PATCH v3 52/62] KVM: SVM: WARN if ir_list is non-empty at vCPU free
` [PATCH v3 53/62] KVM: x86: Decouple device assignment from IRQ bypass
` [PATCH v3 54/62] KVM: VMX: WARN if VT-d Posted IRQs aren't possible when starting "
` [PATCH v3 55/62] KVM: SVM: Use vcpu_idx, not vcpu_id, for GA log tag/metadata
` [PATCH v3 56/62] iommu/amd: WARN if KVM calls GA IRTE helpers without virtual APIC support
` [PATCH v3 57/62] KVM: SVM: Fold avic_set_pi_irte_mode() into its sole caller
` [PATCH v3 58/62] KVM: SVM: Don't check vCPU's blocking status when toggling AVIC on/off
` [PATCH v3 59/62] KVM: SVM: Consolidate IRTE update "
` [PATCH v3 60/62] iommu/amd: KVM: SVM: Allow KVM to control need for GA log interrupts
` [PATCH v3 61/62] KVM: SVM: Generate GA log IRQs only if the associated vCPUs is blocking
` [PATCH v3 62/62] KVM: x86: Rename kvm_set_msi_irq() => kvm_msi_to_lapic_irq()

[kvm-unit-tests PATCH] x86/emulator64: Extend non-canonical memory access tests with CR2 coverage
 2025-06-12 14:16 UTC 

[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
 2025-06-12 13:26 UTC  (9+ messages)
` [PATCH v8 11/14] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v8 12/14] RISC-V: KVM: add SBI extension reset callback
` [PATCH v8 13/14] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v8 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCHv2 00/12] TDX: Enable Dynamic PAMT
 2025-06-12 13:05 UTC  (4+ messages)
` [PATCHv2 08/12] KVM: TDX: Handle PAMT allocation in fault path
    ` [PATCHv2.1 "

[PATCH 0/8] KVM: Remove include/kvm, standardize includes
 2025-06-12 13:01 UTC  (4+ messages)
` [PATCH 7/8] KVM: s390: Stop adding virt/kvm to the arch include path

[PATCH] target/i386: KVM: add hack for Windows vCPU hotplug with SGX
 2025-06-12 12:23 UTC  (7+ messages)

[PATCH 0/2] More cleanups to MSR interception code
 2025-06-12 12:04 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86: Deduplicate MSR interception enabling and disabling
` [PATCH 2/2] KVM: SVM: Simplify MSR interception logic for IA32_XSS MSR

[PATCH] x86: Fix build warnings about export.h
 2025-06-12 11:10 UTC  (3+ messages)

[PATCH v2 00/59] KVM: iommu: Overhaul device posted IRQs support
 2025-06-12 11:03 UTC  (4+ messages)
`  "

[PATCH V4 0/2] arm64/debug: Drop redundant DBG_MDSCR_* macros
 2025-06-12 10:51 UTC  (6+ messages)
` [PATCH V4 1/2] "
` [PATCH V4 2/2] KVM: selftests: Change MDSCR_EL1 register holding variables as uint64_t

[PATCH] RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()
 2025-06-12  9:42 UTC  (4+ messages)

[PATCH net] vsock/virtio: fix `rx_bytes` accounting for stream sockets
 2025-06-12  9:30 UTC  (9+ messages)

[PATCH net-next 1/2] tun: remove unnecessary tun_xdp_hdr structure
 2025-06-12  8:32 UTC  (2+ messages)
` [PATCH net-next 2/2] vhost-net: reduce one userspace copy when building XDP buff

[PATCH v7 0/5] Enable shared device assignment
 2025-06-12  8:27 UTC  (6+ messages)
` [PATCH v7 1/5] memory: Export a helper to get intersection of a MemoryRegionSection with a given range
` [PATCH v7 2/5] memory: Change memory_region_set_ram_discard_manager() to return the result
` [PATCH v7 3/5] memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
` [PATCH v7 4/5] ram-block-attributes: Introduce RamBlockAttributes to manage RAMBlock with guest_memfd
` [PATCH v7 5/5] physmem: Support coordinated discarding of RAM "

[RFC PATCH] PCI: Add quirk to always map ivshmem as write-back
 2025-06-12  8:27 UTC 

[kvm-unit-tests PATCH] x86/pmu: Verify all available GP counters in check_counters_many()
 2025-06-12  7:35 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Reject direct bits in gpa passed to KVM_PRE_FAULT_MEMORY
 2025-06-12  5:41 UTC  (4+ messages)

[PATCH 0/6] Fix warning for missing export.h in Hyper-V drivers
 2025-06-12  4:04 UTC  (4+ messages)
` [PATCH 3/6] KVM: x86: hyper-v: Fix warnings for missing export.h header inclusion

[PATCH v4] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-06-12  3:28 UTC  (2+ messages)

[PATCH v2 00/18] KVM: x86: Add I/O APIC kconfig, delete irq_comm.c
 2025-06-12  2:38 UTC  (24+ messages)
` [PATCH v2 01/18] KVM: x86: Trigger I/O APIC route rescan in kvm_arch_irq_routing_update()
` [PATCH v2 02/18] KVM: x86: Drop superfluous kvm_set_pic_irq() => kvm_pic_set_irq() wrapper
` [PATCH v2 03/18] KVM: x86: Drop superfluous kvm_set_ioapic_irq() => kvm_ioapic_set_irq() wrapper
` [PATCH v2 04/18] KVM: x86: Drop superfluous kvm_hv_set_sint() => kvm_hv_synic_set_irq() wrapper
` [PATCH v2 05/18] KVM: x86: Move PIT ioctl helpers to i8254.c
` [PATCH v2 06/18] KVM: x86: Move KVM_{GET,SET}_IRQCHIP ioctl helpers to irq.c
` [PATCH v2 07/18] KVM: x86: Rename irqchip_kernel() to irqchip_full()
` [PATCH v2 08/18] KVM: x86: Move kvm_setup_default_irq_routing() into irq.c
` [PATCH v2 09/18] KVM: x86: Move kvm_{request,free}_irq_source_id() to i8254.c (PIT)
` [PATCH v2 10/18] KVM: x86: Hardcode the PIT IRQ source ID to '2'
` [PATCH v2 11/18] KVM: x86: Don't clear PIT's IRQ line status when destroying PIT
` [PATCH v2 12/18] KVM: x86: Explicitly check for in-kernel PIC when getting ExtINT
` [PATCH v2 13/18] KVM: Move x86-only tracepoints to x86's trace.h
` [PATCH v2 14/18] KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC
` [PATCH v2 15/18] KVM: Squash two CONFIG_HAVE_KVM_IRQCHIP #ifdefs into one
` [PATCH v2 16/18] KVM: selftests: Fall back to split IRQ chip if full in-kernel chip is unsupported
` [PATCH v2 17/18] KVM: x86: Move IRQ mask notifier infrastructure to I/O APIC emulation
` [PATCH v2 18/18] KVM: x86: Fold irq_comm.c into irq.c

[PATCH 1/2] vhost-scsi: Fix typos and formatting in comments and logs
 2025-06-12  2:30 UTC  (4+ messages)
` [PATCH 2/2] vhost-scsi: Improve error handling in vhost_scsi_make_nexus and tpg

[RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
 2025-06-11 22:10 UTC  (3+ messages)

[PATCH v2] PCI: Explicitly put devices into D0 when initializing - Bug report
 2025-06-11 22:07 UTC  (6+ messages)

[PATCH v6 0/9] x86: Add support for NMI-source reporting with FRED
 2025-06-11 21:39 UTC  (10+ messages)
` [PATCH v6 4/9] x86/nmi: Assign and register NMI-source vectors
` [PATCH v6 9/9] x86/nmi: Print source information with the unknown NMI console message

[RFC PATCH v2 00/10] Add TDX intra-host migration support
 2025-06-11 21:16 UTC  (11+ messages)
` [RFC PATCH v2 01/10] KVM: Split tdp_mmu_pages to mirror and direct counters
` [RFC PATCH v2 02/10] KVM: x86: Adjust locking order in move_enc_context_from
` [RFC PATCH v2 03/10] KVM: TDX: Add base implementation for tdx_vm_move_enc_context_from
` [RFC PATCH v2 04/10] KVM: TDX: Implement moving mirror pages between 2 TDs
` [RFC PATCH v2 05/10] KVM: TDX: Allow vCPUs to be created for migration
` [RFC PATCH v2 06/10] KVM: TDX: Add core logic for TDX intra-host migration
` [RFC PATCH v2 07/10] KVM: selftests: Refactor userspace_mem_region creation out of vm_mem_add
` [RFC PATCH v2 08/10] KVM: selftests: TDX: Add tests for TDX in-place migration
` [RFC PATCH v2 09/10] KVM: selftests: Add TDX support for ucalls
` [RFC PATCH v2 10/10] KVM: selftests: Add irqfd/interrupts test for TDX with migration


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