messages from 2025-04-03 12:57:37 to 2025-04-05 07:25:08 UTC [more...]
[PATCH v2 0/2] KVM : selftests: arm64: Explicitly set the page attrs to Inner-Shareable
2025-04-05 7:24 UTC (6+ messages)
` [PATCH v2 1/2] KVM: selftests: arm64: Introduce and use hardware-definition macros
` [PATCH v2 2/2] KVM: selftests: arm64: Explicitly set the page attrs to Inner-Shareable
[PATCH v7 0/7] KVM: Restricted mapping of guest_memfd at the host and arm64 support
2025-04-05 2:45 UTC (10+ messages)
` [PATCH v7 4/7] KVM: guest_memfd: Folio sharing states and functions that manage their transition
[PATCH v3 0/6] x86/bugs: RSB mitigation fixes and documentation
2025-04-05 0:56 UTC (9+ messages)
` [PATCH v3 3/6] x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier()
` [PATCH v3 6/6] x86/bugs: Add RSB mitigation document
[PATCH 0/2] KVM : selftests: arm64: Explicitly set the page attrs to Inner-Shareable
2025-04-05 0:01 UTC (6+ messages)
` [PATCH 1/2] KVM: selftests: arm64: Introduce and use hardware-definition macros
` [PATCH 2/2] KVM: selftests: arm64: Explicitly set the page attrs to Inner-Shareable
[Bug 217379] New: Latency issues in irq_bypass_register_consumer
2025-04-04 21:26 UTC (2+ messages)
` [Bug 217379] "
[PATCH 0/7] irqbypass: Cleanups and a perf improvement
2025-04-04 21:14 UTC (8+ messages)
` [PATCH 1/7] irqbypass: Drop pointless and misleading THIS_MODULE get/put
` [PATCH 2/7] irqbypass: Drop superfluous might_sleep() annotations
` [PATCH 3/7] irqbypass: Take ownership of producer/consumer token tracking
` [PATCH 4/7] irqbypass: Explicitly track producer and consumer bindings
` [PATCH 5/7] irqbypass: Use paired consumer/producer to disconnect during unregister
` [PATCH 6/7] irqbypass: Use guard(mutex) in lieu of manual lock+unlock
` [PATCH 7/7] irqbypass: Use xarray to track producers and consumers
[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
2025-04-04 19:39 UTC (68+ messages)
` [PATCH 01/67] KVM: SVM: Allocate IR data using atomic allocation
` [PATCH 02/67] KVM: x86: Reset IRTE to host control if *new* route isn't postable
` [PATCH 03/67] KVM: x86: Explicitly treat routing entry type changes as changes
` [PATCH 04/67] KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass producer
` [PATCH 05/67] iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTE
` [PATCH 06/67] iommu/amd: WARN if KVM attempts to set vCPU affinity without posted intrrupts
` [PATCH 07/67] KVM: SVM: WARN if an invalid posted interrupt IRTE entry is added
` [PATCH 08/67] KVM: x86: Pass new routing entries and irqfd when updating IRTEs
` [PATCH 09/67] KVM: SVM: Track per-vCPU IRTEs using kvm_kernel_irqfd structure
` [PATCH 10/67] KVM: SVM: Delete IRTE link from previous vCPU before setting new IRTE
` [PATCH 11/67] KVM: SVM: Delete IRTE link from previous vCPU irrespective of new routing
` [PATCH 12/67] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH 13/67] KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masks
` [PATCH 14/67] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH 15/67] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH 16/67] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH 17/67] KVM: SVM: Drop redundant check in AVIC code on ID during "
` [PATCH 18/67] KVM: SVM: Track AVIC tables as natively sized pointers, not "struct pages"
` [PATCH 19/67] KVM: SVM: Drop superfluous "cache" of AVIC Physical ID entry pointer
` [PATCH 20/67] KVM: VMX: Move enable_ipiv knob to common x86
` [PATCH 21/67] KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled
` [PATCH 22/67] KVM: SVM: Disable (x2)AVIC IPI virtualization if CPU has erratum #1235
` [PATCH 23/67] KVM: VMX: Suppress PI notifications whenever the vCPU is put
` [PATCH 24/67] KVM: SVM: Add a comment to explain why avic_vcpu_blocking() ignores IRQ blocking
` [PATCH 25/67] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
` [PATCH 26/67] iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fields
` [PATCH 27/67] iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"
` [PATCH 28/67] KVM: SVM: Get vCPU info for IRTE using new routing entry
` [PATCH 29/67] KVM: SVM: Stop walking list of routing table entries when updating IRTE
` [PATCH 30/67] KVM: VMX: "
` [PATCH 31/67] KVM: SVM: Extract SVM specific code out of get_pi_vcpu_info()
` [PATCH 32/67] KVM: x86: Nullify irqfd->producer after updating IRTEs
` [PATCH 33/67] KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU
` [PATCH 34/67] KVM: x86: Move posted interrupt tracepoint to common code
` [PATCH 35/67] KVM: SVM: Clean up return handling in avic_pi_update_irte()
` [PATCH 36/67] iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structs
` [PATCH 37/67] KVM: Don't WARN if updating IRQ bypass route fails
` [PATCH 38/67] KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()
` [PATCH 39/67] KVM: x86: Track irq_bypass_vcpu in common x86 code
` [PATCH 40/67] KVM: x86: Skip IOMMU IRTE updates if there's no old or new vCPU being targeted
` [PATCH 41/67] KVM: x86: Don't update IRTE entries when old and new routes were !MSI
` [PATCH 42/67] KVM: SVM: Revert IRTE to legacy mode if IOMMU doesn't provide IR metadata
` [PATCH 43/67] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU
` [PATCH 44/67] iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destination
` [PATCH 45/67] iommu/amd: Factor out helper for manipulating IRTE GA/CPU info
` [PATCH 46/67] iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinity
` [PATCH 47/67] iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhibited
` [PATCH 48/67] KVM: SVM: Don't check for assigned device(s) when updating affinity
` [PATCH 49/67] KVM: SVM: Don't check for assigned device(s) when activating AVIC
` [PATCH 50/67] KVM: SVM: WARN if (de)activating guest mode in IOMMU fails
` [PATCH 51/67] KVM: SVM: Process all IRTEs on affinity change even if one update fails
` [PATCH 52/67] KVM: SVM: WARN if updating IRTE GA fields in IOMMU fails
` [PATCH 53/67] KVM: x86: Drop superfluous "has assigned device" check in kvm_pi_update_irte()
` [PATCH 54/67] KVM: x86: WARN if IRQ bypass isn't supported "
` [PATCH 55/67] KVM: x86: WARN if IRQ bypass routing is updated without in-kernel local APIC
` [PATCH 56/67] KVM: SVM: WARN if ir_list is non-empty at vCPU free
` [PATCH 57/67] KVM: x86: Decouple device assignment from IRQ bypass
` [PATCH 58/67] KVM: VMX: WARN if VT-d Posted IRQs aren't possible when starting "
` [PATCH 59/67] KVM: SVM: Use vcpu_idx, not vcpu_id, for GA log tag/metadata
` [PATCH 60/67] iommu/amd: WARN if KVM calls GA IRTE helpers without virtual APIC support
` [PATCH 61/67] KVM: SVM: Fold avic_set_pi_irte_mode() into its sole caller
` [PATCH 62/67] KVM: SVM: Don't check vCPU's blocking status when toggling AVIC on/off
` [PATCH 63/67] KVM: SVM: Consolidate IRTE update "
` [PATCH 64/67] iommu/amd: KVM: SVM: Allow KVM to control need for GA log interrupts
` [PATCH 65/67] KVM: SVM: Generate GA log IRQs only if the associated vCPUs is blocking
` [PATCH 66/67] *** DO NOT MERGE *** iommu/amd: Hack to fake IRQ posting support
` [PATCH 67/67] *** DO NOT MERGE *** KVM: selftests: WIP posted interrupts test
[PATCH v1] s390/virtio_ccw: don't allocate/assign airqs for non-existing queues
2025-04-04 17:36 UTC (19+ messages)
[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
2025-04-04 17:12 UTC (11+ messages)
` [PATCH v3 1/6] mm: userfaultfd: generic continue for non hugetlbfs
` [PATCH v3 2/6] mm: provide can_userfault vma operation
` [PATCH v3 3/6] mm: userfaultfd: use "
` [PATCH v3 4/6] KVM: guest_memfd: add support for userfaultfd minor
` [PATCH v3 5/6] mm: userfaultfd: add UFFD_FEATURE_MINOR_GUEST_MEMFD
` [PATCH v3 6/6] KVM: selftests: test userfaultfd minor for guest_memfd
[PATCH kvmtool v2 0/9] arm: Drop support for 32-bit kvmtool
2025-04-04 16:55 UTC (12+ messages)
` [PATCH kvmtool v2 1/9] Drop support for 32-bit arm
` [PATCH kvmtool v2 2/9] arm64: Move arm64-only features into main directory
` [PATCH kvmtool v2 3/9] arm64: Combine kvm.c
` [PATCH kvmtool v2 4/9] arm64: Merge kvm-cpu.c
` [PATCH kvmtool v2 5/9] arm64: Combine kvm-config-arch.h
` [PATCH kvmtool v2 6/9] arm64: Move remaining kvm/* headers
` [PATCH kvmtool v2 7/9] arm64: Move asm headers
` [PATCH kvmtool v2 8/9] arm64: Rename top-level directory
` [PATCH kvmtool v2 9/9] arm64: Get rid of the 'arm-common' include directory
` [PATCH v4 00/19] KVM: arm64: Debug cleanups
[PATCH] KVM: x86:Cancel hrtimer in the process of saving PIT state to reduce the performance overhead caused by hrtimer during guest stop
2025-04-04 14:48 UTC (4+ messages)
[PATCH] vhost/net: remove zerocopy support
2025-04-04 14:52 UTC
[PATCH v5 00/21] Add Counter delegation ISA extension support
2025-04-04 13:49 UTC (3+ messages)
` [PATCH v5 11/21] RISC-V: perf: Restructure the SBI PMU code
[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
2025-04-04 13:05 UTC (11+ messages)
[PATCH] KVM: x86: Explicitly zero-initialize on-stack CPUID unions
2025-04-04 10:42 UTC (2+ messages)
[PATCH] KVM: Allow building irqbypass.ko as as module when kvm.ko is a module
2025-04-04 10:41 UTC (2+ messages)
[PATCH] KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages with KVM_PROVE_MMU
2025-04-04 10:38 UTC (2+ messages)
[PATCH] KVM: selftests: Add option to rseq test to override /dev/cpu_dma_latency
2025-04-04 10:36 UTC (2+ messages)
[PATCH] KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accesses
2025-04-04 10:35 UTC (2+ messages)
[PATCH 0/2] KVM: VMX: Fix lockdep false positive on PI wakeup
2025-04-04 10:34 UTC (2+ messages)
[PATCH 0/5] Documentation: kvm: fixes for capability section
2025-04-04 10:29 UTC (6+ messages)
` [PATCH 1/5] Documentation: kvm: give correct name for KVM_CAP_SPAPR_MULTITCE
` [PATCH 2/5] Documentation: kvm: drop "Capability" heading from capabilities
` [PATCH 3/5] Documentation: kvm: fix some definition lists
` [PATCH 4/5] Documentation: kvm: organize capabilities in the right section
` [PATCH 5/5] Documentation: kvm: remove KVM_CAP_MIPS_TE
[PATCH] KVM: x86: Forbid the use of kvm_load_host_xsave_state() with guest_state_protected
2025-04-04 10:26 UTC (2+ messages)
[PATCH] selftests: kvm: list once tests that are valid on all architectures
2025-04-04 10:23 UTC (2+ messages)
[PATCH] selftests: kvm: bring list of exit reasons up to date
2025-04-04 10:22 UTC (2+ messages)
[PATCH] selftests: kvm: revamp MONITOR/MWAIT tests
2025-04-04 10:19 UTC (2+ messages)
[PATCH v2] vsock/virtio: Remove queued_replies pushback logic
2025-04-04 8:37 UTC (7+ messages)
[PATCH v7 7/7] KVM: guest_memfd: Add a guest_memfd() flag to initialize it as shared
2025-04-04 7:39 UTC (3+ messages)
[PATCH v7 3/7] KVM: guest_memfd: Track folio sharing within a struct kvm_gmem_private
2025-04-04 6:43 UTC (6+ messages)
[PATCH v4 0/8] Introduce CET supervisor state support
2025-04-04 1:06 UTC (11+ messages)
` [PATCH v4 3/8] x86/fpu/xstate: Add CET supervisor xfeature support
` [PATCH v4 8/8] x86/fpu/xstate: Warn if guest-only supervisor states are detected in normal fpstate
[PATCH v6 41/60] hw/i386: add option to forcibly report edge trigger in acpi tables
2025-04-03 23:20 UTC
[RFC PATCH 00/24] KVM: SVM: Rework ASID management
2025-04-03 20:11 UTC (36+ messages)
` [RFC PATCH 02/24] KVM: SVM: Use cached local variable in init_vmcb()
` [RFC PATCH 03/24] KVM: SVM: Add helpers to set/clear ASID flush in VMCB
` [RFC PATCH 04/24] KVM: SVM: Flush everything if FLUSHBYASID is not available
` [RFC PATCH 05/24] KVM: SVM: Flush the ASID when running on a new CPU
` [RFC PATCH 06/24] KVM: SEV: Track ASID->vCPU instead of ASID->VMCB
` [RFC PATCH 07/24] KVM: SEV: Track ASID->vCPU on vCPU load
` [RFC PATCH 08/24] KVM: SEV: Drop pre_sev_run()
` [RFC PATCH 09/24] KVM: SEV: Generalize tracking ASID->vCPU with xarrays
` [RFC PATCH 10/24] KVM: SVM: Use a single ASID per VM
` [RFC PATCH 11/24] KVM: nSVM: Use a separate ASID for nested guests
` [RFC PATCH 12/24] KVM: x86: hyper-v: Pass is_guest_mode to kvm_hv_vcpu_purge_flush_tlb()
` [RFC PATCH 13/24] KVM: nSVM: Parameterize svm_flush_tlb_asid() by is_guest_mode
` [RFC PATCH 15/24] KVM: x86/mmu: rename __kvm_mmu_invalidate_addr()
` [RFC PATCH 16/24] KVM: x86/mmu: Allow skipping the gva flush in kvm_mmu_invalidate_addr()
` [RFC PATCH 17/24] KVM: nSVM: Flush both L1 and L2 ASIDs on KVM_REQ_TLB_FLUSH
` [RFC PATCH 20/24] KVM: nSVM: Do not reset TLB_CONTROL in VMCB02 on nested entry
` [RFC PATCH 22/24] KVM: nSVM: Handle INVLPGA interception correctly
` [RFC PATCH 23/24] KVM: nSVM: Allocate a new ASID for nested guests
[PATCH v8 00/10] Basic SEV-SNP Selftests
2025-04-03 18:35 UTC (2+ messages)
[PATCH v2 0/5] KVM: guest_memfd: support for uffd minor
2025-04-03 17:02 UTC (10+ messages)
` [PATCH v2 1/5] mm: userfaultfd: generic continue for non hugetlbfs
` [PATCH v2 3/5] mm: userfaultfd: allow to register continue for guest_memfd
` [PATCH v2 5/5] KVM: selftests: test userfaultfd minor "
[PATCH v3 00/29] single-binary: start make hw/arm/ common
2025-04-03 16:18 UTC (6+ messages)
` [PATCH v3 03/29] include/exec/cpu-all: move compile time check for CPUArchState to cpu-target.c
[PATCH v5 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
2025-04-03 14:48 UTC (4+ messages)
` [PATCH v5 2/2] mm: guestmem: Convert address_space operations to "
[PATCH] tools/kvm_stat: fix termination behavior when not on a terminal
2025-04-03 14:24 UTC (5+ messages)
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