messages from 2025-12-29 15:24:43 to 2026-01-04 05:29:08 UTC [more...]
[Patch net] vsock: fix DMA cacheline overlap warning using coherent memory
2026-01-04 5:29 UTC (5+ messages)
[PATCH v2 0/9] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
2026-01-04 4:09 UTC (4+ messages)
` [PATCH v2 2/9] sched/fair: Add rate-limiting and validation helpers
[PATCH 0/3] riscv: Fix potential spurious timer interrupts on RV32
2026-01-03 15:27 UTC (8+ messages)
` [PATCH 1/3] riscv: clocksource: Fix stimecmp update hazard "
` [PATCH 2/3] riscv: kvm: Fix vstimecmp "
` [PATCH 3/3] riscv: suspend: Fix stimecmp "
[PATCH v2 0/3] riscv: Fix potential spurious timer interrupts on RV32
2026-01-03 15:24 UTC (4+ messages)
` [PATCH v2 1/3] riscv: clocksource: Fix stimecmp update hazard "
` [PATCH v2 2/3] riscv: kvm: Fix vstimecmp "
` [PATCH v2 3/3] riscv: suspend: Fix stimecmp "
[PATCH v2 0/4] x86, fpu/kvm: fix crash with AMX
2026-01-03 2:06 UTC (6+ messages)
` [PATCH 1/4] x86/fpu: Clear XSTATE_BV[i] in save state whenever XFD[i]=1
` [PATCH 2/4] selftests: kvm: replace numbered sync points with actions
` [PATCH 3/4] selftests: kvm: try getting XFD and XSAVE state out of sync
` [PATCH 4/4] selftests: kvm: Verify TILELOADD actually #NM faults when XFD[18]=1
[PATCH v8 0/7] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
2026-01-03 0:27 UTC (10+ messages)
` [PATCH v8 1/7] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "-pmu" is configured
` [PATCH v8 2/7] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v8 3/7] target/i386/kvm: rename architectural PMU variables
` [PATCH v8 4/7] target/i386/kvm: query kvm.enable_pmu parameter
` [PATCH v8 5/7] target/i386/kvm: reset AMD PMU registers during VM reset
` [PATCH v8 6/7] target/i386/kvm: support perfmon-v2 for reset
` [PATCH v8 7/7] target/i386/kvm: don't stop Intel PMU counters
[kvm-unit-tests PATCH] x86: Increase the timeout for vmx_pf_{vpid/no_vpid/invvpid}_test
2026-01-02 18:30 UTC
[PATCH] KVM: x86: Disallow setting CPUID and/or feature MSRs if L2 is active
2026-01-02 18:00 UTC (2+ messages)
[PATCH v4 00/21] KVM: selftests: Add Nested NPT support
2026-01-02 17:36 UTC (29+ messages)
` [PATCH v4 01/21] KVM: selftests: Make __vm_get_page_table_entry() static
` [PATCH v4 02/21] KVM: selftests: Stop passing a memslot to nested_map_memslot()
` [PATCH v4 03/21] KVM: selftests: Rename nested TDP mapping functions
` [PATCH v4 04/21] KVM: selftests: Kill eptPageTablePointer
` [PATCH v4 05/21] KVM: selftests: Stop setting A/D bits when creating EPT PTEs
` [PATCH v4 06/21] KVM: selftests: Add "struct kvm_mmu" to track a given MMU instance
` [PATCH v4 07/21] KVM: selftests: Plumb "struct kvm_mmu" into x86's MMU APIs
` [PATCH v4 08/21] KVM: selftests: Add a "struct kvm_mmu_arch arch" member to kvm_mmu
` [PATCH v4 09/21] KVM: selftests: Move PTE bitmasks "
` [PATCH v4 10/21] KVM: selftests: Use a TDP MMU to share EPT page tables between vCPUs
` [PATCH v4 11/21] KVM: selftests: Stop passing VMX metadata to TDP mapping functions
` [PATCH v4 12/21] KVM: selftests: Add a stage-2 MMU instance to kvm_vm
` [PATCH v4 13/21] KVM: selftests: Reuse virt mapping functions for nested EPTs
` [PATCH v4 14/21] KVM: selftests: Move TDP mapping functions outside of vmx.c
` [PATCH v4 15/21] KVM: selftests: Allow kvm_cpu_has_ept() to be called on AMD CPUs
` [PATCH v4 16/21] KVM: selftests: Add support for nested NPTs
` [PATCH v4 17/21] KVM: selftests: Set the user bit on nested NPT PTEs
` [PATCH v4 18/21] KVM: selftests: Extend vmx_dirty_log_test to cover SVM
` [PATCH v4 19/21] KVM: selftests: Extend memstress to run on nested SVM
` [PATCH v4 20/21] KVM: selftests: Rename vm_get_page_table_entry() to vm_get_pte()
` [PATCH v4 21/21] KVM: selftests: Test READ=>WRITE dirty logging behavior for shadow MMU
[PATCH v2 0/8] KVM: SVM: Fix exit_code bugs
2026-01-02 16:44 UTC (12+ messages)
` [PATCH v2 1/8] KVM: SVM: Add a helper to detect VMRUN failures
` [PATCH v2 2/8] KVM: SVM: Open code handling of unexpected exits in svm_invoke_exit_handler()
` [PATCH v2 3/8] KVM: SVM: Check for an unexpected VM-Exit after RETPOLINE "fast" handling
` [PATCH v2 4/8] KVM: SVM: Filter out 64-bit exit codes when invoking exit handlers on bare metal
` [PATCH v2 5/8] KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVM
` [PATCH v2 6/8] KVM: SVM: Limit incorrect check on SVM_EXIT_ERR to running as a VM
` [PATCH v2 7/8] KVM: SVM: Harden exit_code against being used in Spectre-like attacks
` [PATCH v2 8/8] KVM: SVM: Assert that Hyper-V's HV_SVM_EXITCODE_ENL == SVM_EXIT_SW
[PATCH v5 0/3] KVM: x86: Add userspace control for Suppress EOI Broadcast
2026-01-02 16:41 UTC (13+ messages)
` [PATCH v5 1/3] KVM: x86: Refactor suppress EOI broadcast logic
` [PATCH v5 2/3] KVM: x86/ioapic: Implement support for I/O APIC version 0x20 with EOIR
` [PATCH v5 3/3] KVM: x86: Add x2APIC "features" to control EOI broadcast suppression
[PATCH v4 00/10] KVM: nVMX: Improve performance for unmanaged guest memory
2026-01-02 15:40 UTC (12+ messages)
` [PATCH v4 01/10] KVM: nVMX: Implement cache for L1 MSR bitmap
` [PATCH v4 02/10] KVM: pfncache: Restore guest-uses-pfn support
` [PATCH v4 03/10] KVM: x86: Add nested state validation for pfncache support
` [PATCH v4 04/10] KVM: nVMX: Implement cache for L1 APIC pages
` [PATCH v4 05/10] KVM: selftests: Add nested VMX APIC cache invalidation test
` [PATCH v4 06/10] KVM: nVMX: Cache evmcs fields to ensure consistency during VM-entry
` [PATCH v4 07/10] KVM: nVMX: Replace evmcs kvm_host_map with pfncache
` [PATCH v4 08/10] KVM: x86: Add nested context management
` [PATCH v4 09/10] KVM: nVMX: Use nested context for pfncache persistence
` [PATCH v4 10/10] KVM: selftests: Add L2 vcpu context switch test
[PATCH v3 0/4] KVM: selftests: arm64: Improve diagnostics from set_id_regs
2026-01-02 14:50 UTC (9+ messages)
` [PATCH v3 1/4] KVM: selftests: arm64: Report set_id_reg reads of test registers as tests
` [PATCH v3 2/4] KVM: selftests: arm64: Report register reset tests individually
` [PATCH v3 3/4] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal
` [PATCH v3 4/4] KVM: selftests: arm64: Skip all 32 bit IDs when set_id_regs is aarch64 only
[PATCH RFC 00/13] fix DMA aligment issues around virtio
2026-01-02 13:27 UTC (28+ messages)
` [PATCH RFC 01/13] dma-mapping: add __dma_from_device_align_begin/end
` [PATCH RFC 02/13] docs: dma-api: document __dma_align_begin/end
` [PATCH RFC 03/13] dma-mapping: add DMA_ATTR_CPU_CACHE_CLEAN
` [PATCH RFC 04/13] docs: dma-api: document DMA_ATTR_CPU_CACHE_CLEAN
` [PATCH RFC 05/13] dma-debug: track cache clean flag in entries
` [PATCH RFC 06/13] virtio: add virtqueue_add_inbuf_cache_clean API
` [PATCH RFC 07/13] vsock/virtio: fix DMA alignment for event_list
` [PATCH RFC 08/13] vsock/virtio: use virtqueue_add_inbuf_cache_clean for events
` [PATCH RFC 09/13] virtio_input: fix DMA alignment for evts
` [PATCH RFC 10/13] virtio_scsi: fix DMA cacheline issues for events
` [PATCH RFC 11/13] virtio-rng: fix DMA alignment for data buffer
` [PATCH RFC 12/13] virtio_input: use virtqueue_add_inbuf_cache_clean for events
` [PATCH RFC 13/13] vsock/virtio: reorder fields to reduce struct padding
` [PATCH RFC 14/13] gpio: virtio: fix DMA alignment
` [PATCH RFC 15/13] gpio: virtio: reorder fields to reduce struct padding
[PATCH v2 1/3] vdpa/mlx5: update mlx_features with driver state check
2026-01-02 12:14 UTC (6+ messages)
` [PATCH v2 2/3] vdpa/mlx5: reuse common function for MAC address updates
` [PATCH v2 3/3] vdpa/mlx5: update MAC address handling in mlx5_vdpa_set_attr()
[PATCH] vhost: fix caching attributes of MMIO regions by setting them explicitly
2026-01-02 6:57 UTC
[PATCH v6 0/9] VMSCAPE optimization for BHI variant
2026-01-01 12:51 UTC (3+ messages)
` [PATCH v6 1/9] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
[GIT PULL] VFIO fixes for v6.19-rc4
2025-12-31 20:23 UTC (2+ messages)
[RFC PATCH v2 00/23] KVM: TDX huge page support for private memory
2025-12-31 19:37 UTC (7+ messages)
` [RFC PATCH v2 03/23] x86/tdx: Enhance tdh_phymem_page_wbinvd_hkid() to invalidate huge pages
[PATCH v2 0/2] KVM: nVMX: Disallow access to unsupported vmcs12 fields
2025-12-31 15:38 UTC (7+ messages)
` [PATCH v2 1/2] KVM: nVMX: Disallow access to vmcs12 fields that aren't supported by "hardware"
` [PATCH v2 2/2] KVM: nVMX: Remove explicit filtering of GUEST_INTR_STATUS from shadow VMCS fields
[PATCH v11 RESEND 0/9] support FEAT_LSUI
2025-12-31 10:07 UTC (2+ messages)
[PATCH] LoongArch: KVM: Add more CPUCFG mask bit
2025-12-31 10:01 UTC (3+ messages)
[PATCH 0/3] LoongArch: KVM: Fix kvm_device leak in kvm_{pch_pic|ipi|eiointc}_destroy
2025-12-31 6:32 UTC (2+ messages)
[PATCH v3 00/10] KVM: VMX: Fix APICv activation bugs
2025-12-31 2:17 UTC (5+ messages)
` [PATCH v3 06/10] KVM: nVMX: Switch to vmcs01 to update SVI on-demand if L2 is active
[PATCH 00/16] KVM: x86: Enable APX for guests
2025-12-31 1:38 UTC (3+ messages)
` [PATCH 07/16] KVM: nVMX: Propagate the extended instruction info field
[PATCH V3 0/2] LoongArch: KVM: fix "unreliable stack" issue
2025-12-31 1:11 UTC (16+ messages)
` [PATCH V3 2/2] "
[PATCH v2 0/7] KVM: x86/tdx: Have TDX handle VMXON during bringup
2025-12-30 22:59 UTC (8+ messages)
` [PATCH v2 2/7] KVM: x86: Extract VMXON and EFER.SVME enablement to kernel
[PATCH] KVM: x86: Return "unsupported" instead of "invalid" on access to unsupported PV MSR
2025-12-30 20:59 UTC
[kvm-unit-tests PATCH] x86/svm: Track and handle exit code as an unsigned 64-bit value
2025-12-30 19:13 UTC
[PATCH] vfio/mdev: update outdated comment
2025-12-30 16:41 UTC
[PATCH v3 00/16] Add Nested NPT support in selftests
2025-12-30 15:43 UTC (11+ messages)
` [PATCH v3 06/16] KVM: selftests: Introduce struct kvm_mmu
` [PATCH v3 10/16] KVM: selftests: Reuse virt mapping functions for nested EPTs
[PATCH 0/6] KVM: SEV: use mutex guards for simpler error handling
2025-12-30 14:30 UTC (10+ messages)
` [PATCH 1/6] KVM: SEV: use mutex guard in snp_launch_update()
` [PATCH 2/6] KVM: SEV: use mutex guard in sev_mem_enc_ioctl()
` [PATCH 4/6] KVM: SEV: use mutex guard in sev_mem_enc_unregister_region()
` [PATCH 5/6] KVM: SEV: use mutex guard in snp_handle_guest_req()
[PATCH RFC 09/13] virtio_input: fix DMA cacheline alignment for evts
2025-12-30 10:16 UTC (2+ messages)
` [PATCH RFC 11/13] virtio-rng: fix DMA cacheline alignment for data buffer
[RFC PATCH 0/2] vfio: Improve DMA mapping performance for huge pages
2025-12-30 1:12 UTC (5+ messages)
` [RFC PATCH 1/2] "
[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
2025-12-29 23:57 UTC (4+ messages)
` [PATCH v6 15/44] KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities
[PATCH 0/5] x86, fpu/kvm: fix crash with AMX
2025-12-29 23:53 UTC (13+ messages)
` [PATCH 1/5] x86, fpu: introduce fpu_load_guest_fpstate()
` [PATCH 2/5] x86, fpu: separate fpstate->xfd and guest XFD
` [PATCH 3/5] selftests: kvm: renumber some sync points in amx_test
` [PATCH 5/5] KVM: x86: kvm_fpu_get() is fpregs_lock_and_load()
[PATCH v12 00/28] WHPX support for Arm
2025-12-29 21:16 UTC (32+ messages)
` [PATCH v12 02/28] accel/system: Introduce hwaccel_enabled() helper
` [PATCH v12 04/28] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v12 05/28] tests: data: update AArch64 ACPI tables
` [PATCH v12 06/28] hw/arm: virt: cleanly fail on attempt to use the platform vGIC together with ITS
` [PATCH v12 07/28] hw: arm: virt: rework MSI-X configuration
` [PATCH v12 08/28] hw: arm: virt-acpi-build: add temporary hack to match existing behavior
` [PATCH v12 09/28] docs: arm: update virt machine model description
` [PATCH v12 11/28] whpx: reshuffle common code
` [PATCH v12 14/28] hw, target, accel: whpx: change apic_in_platform to kernel_irqchip
` [PATCH v12 17/28] whpx: change memory management logic
` [PATCH v12 26/28] whpx: arm64: check for physical address width after WHPX availability
` [PATCH v12 27/28] whpx: arm64: add partition-wide reset on the reboot path
` [PATCH v12 28/28] MAINTAINERS: update the list of maintained files for WHPX
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).