messages from 2025-12-18 09:11:44 to 2025-12-20 13:47:01 UTC [more...]
[PATCH v12 19/46] KVM: arm64: Expose support for private memory
2025-12-20 13:46 UTC (2+ messages)
[PATCH v2] irqchip/riscv-imsic: Adjust vs irq files num according to MMIO resources
2025-12-20 9:08 UTC
[PATCH] irqchip/riscv-imsic: Adjust vs irq files num according to MMIO resources
2025-12-20 9:03 UTC (2+ messages)
[PATCH] KVM: selftests: Fix sign extension bug in get_desc64_base()
2025-12-20 2:10 UTC
[PATCH 0/2] vfio: selftests: Clean up <uapi/linux/types.h> includes
2025-12-19 23:38 UTC (3+ messages)
` [PATCH 1/2] tools include: Add definitions for __aligned_{l,b}e64
` [PATCH 2/2] vfio: selftests: Drop <uapi/linux/types.h> includes
[kvm-unit-tests PATCH] x86: nSVM: Add test for EPT A/D bits
2025-12-19 23:02 UTC (4+ messages)
[kvm-unit-tests PATCH] x86: nSVM: Add tests for instruction interrupts
2025-12-19 23:01 UTC (2+ messages)
[kvm-unit-tests PATCH 0/9] Improve test parity between SVM and VMX
2025-12-19 22:59 UTC (10+ messages)
` [kvm-unit-tests PATCH 1/9] x86/svm: Fix virq_inject SVM test failure
` [kvm-unit-tests PATCH 2/9] x86/nSVM: Add test for NPT A/D bits
` [kvm-unit-tests PATCH 3/9] x86/svm: Add tests for APIC passthrough
` [kvm-unit-tests PATCH 4/9] x86/nSVM: Add tests for instruction interrupts
` [kvm-unit-tests PATCH 5/9] x86/svm: Add tests for PF exception testing
` [kvm-unit-tests PATCH 6/9] x86/svm: Extend NPT test coverage for different page table levels
` [kvm-unit-tests PATCH 7/9] x86/svm: Add NPT ignored bits test
` [kvm-unit-tests PATCH 8/9] x86/svm: Add testing for NPT permissions on guest page tables
` [kvm-unit-tests PATCH 9/9] x86/svm: Add event injection check tests
[PATCH v2 0/7] KVM: x86/tdx: Have TDX handle VMXON during bringup
2025-12-19 21:12 UTC (12+ messages)
` [PATCH v2 2/7] KVM: x86: Extract VMXON and EFER.SVME enablement to kernel
[PATCH v3 0/4] KVM: selftests: arm64: Improve diagnostics from set_id_regs
2025-12-19 19:28 UTC (5+ 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
Status of "Drop nested support for CPUs without NRIPS" patch
2025-12-19 18:44 UTC (2+ messages)
[PATCH v2 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
2025-12-19 16:17 UTC (38+ messages)
` [PATCH v2 01/36] KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co
` [PATCH v2 02/36] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2
` [PATCH v2 03/36] arm64/sysreg: Drop ICH_HFGRTR_EL2.ICC_HAPR_EL1 and make RES1
` [PATCH v2 06/36] KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headers
` [PATCH v2 04/36] arm64/sysreg: Add remaining GICv5 ICC_ & ICH_ sysregs for KVM support
` [PATCH v2 05/36] arm64/sysreg: Add GICR CDNMIA encoding
` [PATCH v2 08/36] KVM: arm64: Introduce kvm_call_hyp_nvhe_res()
` [PATCH v2 09/36] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v2 07/36] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH v2 10/36] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v2 11/36] KVM: arm64: gic-v5: Support GICv5 FGTs & FGUs
` [PATCH v2 12/36] KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
` [PATCH v2 14/36] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH v2 13/36] KVM: arm64: gic: Set vgic_model before initing private IRQs
` [PATCH v2 15/36] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v2 16/36] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH v2 17/36] KVM: arm64: gic: Introduce irq_queue and set_pending_state to irq_ops
` [PATCH v2 20/36] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH v2 18/36] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v2 19/36] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v2 21/36] KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate mask
` [PATCH v2 23/36] KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINE
` [PATCH v2 22/36] KVM: arm64: gic-v5: Trap and mask guest PPI register accesses
` [PATCH v2 25/36] KVM: arm64: gic-v5: Reset vcpu state
` [PATCH v2 24/36] KVM: arm64: gic-v5: Create, init vgic_v5
` [PATCH v2 27/36] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
` [PATCH v2 26/36] KVM: arm64: gic-v5: Bump arch timer for GICv5
` [PATCH v2 28/36] KVM: arm64: gic: Hide GICv5 for protected guests
` [PATCH v2 31/36] KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on boot
` [PATCH v2 30/36] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH v2 29/36] KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guests
` [PATCH v2 32/36] irqchip/gic-v5: Check if impl is virt capable
` [PATCH v2 34/36] Documentation: KVM: Introduce documentation for VGICv5
` [PATCH v2 33/36] KVM: arm64: gic-v5: Probe for GICv5 device
` [PATCH v2 35/36] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest
` [PATCH v2 36/36] KVM: arm64: gic-v5: Communicate userspace-drivable PPIs via a UAPI
[PATCH kvmtool 00/17] arm64: Support GICv5-based guests
2025-12-19 16:12 UTC (18+ messages)
` [PATCH 02/17] arm64: Add basic support for creating a VM with GICv5
` [PATCH 01/17] Sync kernel UAPI headers with v6.19-rc1 with WIP KVM GICv5 PPI support
` [PATCH 05/17] arm64: Update PMU IRQ/FDT code for GICv5
` [PATCH 04/17] arm64: Generate main GICv5 FDT node
` [PATCH 03/17] arm64: Introduce GICv5 FDT IRQ types
` [PATCH 06/17] arm64: Update timer FDT for GICv5
` [PATCH 08/17] arm64: Add phandle for CPUs
` [PATCH 07/17] irq: Add interface to override default irq offset
` [PATCH 11/17] arm64: Add GICv5 IRS support
` [PATCH 09/17] arm64: Simplify GIC type checks by adding gic__is_v5()
` [PATCH 10/17] Sync kernel headers to add WIP GICv5 IRS and ITS support in KVM
` [PATCH 13/17] arm64: Update generic FDT interrupt desc generator for GICv5
` [PATCH 14/17] arm64: Bump PCI FDT code "
` [PATCH 12/17] arm64: Generate FDT nodes for GICv5's IRS
` [PATCH 16/17] arm64: Add GICv5 ITS node to FDT
` [PATCH 15/17] arm64: Introduce gicv5-its irqchip
` [PATCH 17/17] arm64: Update PCI FDT generation for GICv5 ITS MSIs
[PATCH v2 0/4] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
2025-12-19 15:53 UTC (14+ messages)
` [PATCH v2 2/4] mm: Add file_operations.get_mapping_order()
[PATCH v6 04/44] perf: Add APIs to create/release mediated guest vPMUs
2025-12-19 14:57 UTC (6+ messages)
` [tip: perf/core] perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIs
[PATCH v2 0/6] KVM: arm64: VTCR_EL2 conversion to feature dependency framework
2025-12-19 14:13 UTC (4+ messages)
` [PATCH v2 1/6] KVM: arm64: Fix EL2 S1 XN handling for hVHE setups
[kvm-unit-tests PATCH v2 0/4] Better backtraces for leaf functions
2025-12-19 13:19 UTC (11+ messages)
[GIT PULL] KVM changes for Linux 6.19-rc2
2025-12-19 13:11 UTC
[PATCH v2 0/3] igvm: Supply MADT via IGVM parameter
2025-12-19 13:09 UTC (2+ messages)
[PATCH v4 0/3] LongArch: KVM: Add DMSINTC support irqchip in kernel
2025-12-19 12:55 UTC (7+ messages)
` [PATCH v4 1/3] LongArch: KVM: Add DMSINTC device support
` [PATCH v4 2/3] LongArch: KVM: Add irqfd set dmsintc msg irq
` [PATCH v4 3/3] LongArch: KVM: Add dmsintc inject msi to the dest vcpu
[PATCH 0/2] LoongArch: KVM: fix "unreliable stack" issue
2025-12-19 12:47 UTC (5+ messages)
` [PATCH 1/2] LoongArch: KVM: Compile the switch.S file directly into the kernel
[PATCH v1 00/26] PCI/TSM: TDX Connect: SPDM Session and IDE Establishment
2025-12-19 12:06 UTC (22+ messages)
` [PATCH v1 01/26] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v1 03/26] coco/tdx-host: Support Link TSM for TDX host
` [PATCH v1 05/26] mm: Add __free() support for __free_page()
` [PATCH v1 06/26] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects
` [PATCH v1 10/26] acpi: Add KEYP support to fw_table parsing
` [PATCH v1 11/26] iommu/vt-d: Cache max domain ID to avoid redundant calculation
` [PATCH v1 12/26] iommu/vt-d: Reserve the MSB domain ID bit for the TDX module
` [PATCH v1 14/26] mm: Add __free() support for folio_put()
` [PATCH v1 23/26] coco/tdx-host: Parse ACPI KEYP table to init IDE for PCI host bridges
` [PATCH v1 26/26] coco/tdx-host: Finally enable SPDM session and IDE Establishment
[PATCH 0/6] KVM: SEV: use mutex guards for simpler error handling
2025-12-19 11:42 UTC (7+ 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 3/6] KVM: SEV: use mutex guard in sev_mem_enc_register_region()
` [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 6/6] KVM: SEV: use scoped mutex guard in sev_asid_new()
[RFC PATCH] KVM: optionally commit write on ioeventfd write
2025-12-19 10:36 UTC (7+ messages)
[PATCH] vfio/xe: Add default handler for .get_region_info_caps
2025-12-19 9:35 UTC (2+ messages)
[PATCH net-next ] vdpa: fix caching attributes of MMIO regions by setting them explicitly
2025-12-19 9:06 UTC (2+ messages)
[kvm-unit-tests PATCH] x86/cstart: Delete "local" version of save_id() to fix x2APIC SMP bug
2025-12-19 8:47 UTC (2+ messages)
[PATCH v5 00/28] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
2025-12-19 8:44 UTC (20+ messages)
` [PATCH v5 16/28] hw/i386: Remove linuxboot.bin
` [PATCH v5 17/28] hw/i386/pc: Remove pc_compat_2_6[] array
` [PATCH v5 19/28] hw/core/machine: Remove hw_compat_2_6[] array
` [PATCH v5 20/28] hw/virtio/virtio-mmio: Remove VirtIOMMIOProxy::format_transport_address field
` [PATCH v5 22/28] hw/i386/pc: Remove pc_compat_2_7[] array
` [PATCH v5 23/28] target/i386/cpu: Remove CPUX86State::full_cpuid_auto_level field
` [PATCH v5 25/28] hw/core/machine: Remove hw_compat_2_7[] array
` [PATCH v5 28/28] hw/char/virtio-serial: Do not expose the 'emergency-write' property
[PATCH v3] RISC-V: KVM: Fix guest page fault within HLV* instructions
2025-12-19 8:10 UTC (2+ messages)
[GIT PULL] KVM/riscv changes for 6.19
2025-12-19 8:09 UTC (2+ messages)
[PATCH v4 0/2] LoongArch: KVM: Add paravirt preempt support
2025-12-19 6:30 UTC (3+ messages)
` [PATCH v4 1/2] LoongArch: KVM: Add paravirt preempt feature in hypervisor side
` [PATCH v4 2/2] LoongArch: Add paravirt support with vcpu_is_preempted() in guest side
[PATCH v1 04/28] accel/kvm: add changes required to support KVM VM file descriptor change
2025-12-19 5:52 UTC (2+ messages)
[PATCH v2 0/9] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
2025-12-19 3:53 UTC (10+ messages)
` [PATCH v2 1/9] sched: Add vCPU debooster infrastructure
` [PATCH v2 2/9] sched/fair: Add rate-limiting and validation helpers
` [PATCH v2 3/9] sched/fair: Add cgroup LCA finder for hierarchical yield
` [PATCH v2 4/9] sched/fair: Add penalty calculation and application logic
` [PATCH v2 5/9] sched/fair: Wire up yield deboost in yield_to_task_fair()
` [PATCH v2 6/9] KVM: x86: Add IPI tracking infrastructure
` [PATCH v2 7/9] KVM: x86/lapic: Integrate IPI tracking with interrupt delivery
` [PATCH v2 8/9] KVM: Implement IPI-aware directed yield candidate selection
` [PATCH v2 9/9] KVM: Relaxed boost as safety net
Implement initial driver for virtio-RDMA device(kernel)
2025-12-19 2:27 UTC (7+ messages)
` [PATCH 01/10] drivers/infiniband/hw/virtio: Initial driver for virtio RDMA devices
` [PATCH 03/10] drivers/infiniband/hw/virtio: Implement core device and key resource management
` [PATCH 05/10] drivers/infiniband/hw/virtio: Implement memory mapping and MR scatter-gather support
` [PATCH 10/10] drivers/infiniband/hw/virtio: Add completion queue notification support
` Re:Re: Implement initial driver for virtio-RDMA device(kernel)
[PATCH v2 0/6] vfio: selftest: Add SR-IOV UAPI test
2025-12-18 23:26 UTC (6+ messages)
` [PATCH v2 2/6] vfio: selftests: Introduce a sysfs lib
` [PATCH v2 6/6] vfio: selftests: Add tests to validate SR-IOV UAPI
[PATCH v2 0/5] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
2025-12-18 22:55 UTC (6+ messages)
` [PATCH v2 2/5] KVM: guest_memfd: Remove preparation tracking
` [PATCH v2 5/5] KVM: guest_memfd: GUP source pages prior to populating guest memory
[GIT PULL] Please pull IOMMUFD subsystem changes
2025-12-18 20:39 UTC (2+ messages)
[GIT PULL] KVM: x86 and guest_memfd fixes for 6.19
2025-12-18 18:05 UTC (2+ messages)
[PATCH 0/4] KVM: x86: Advertise new instruction CPUIDs for Intel Diamond Rapids
2025-12-18 17:54 UTC (2+ messages)
[PATCH v4] page_alloc: allow migration of smaller hugepages during contig_alloc
2025-12-18 15:40 UTC (6+ messages)
[PATCH v2 0/9] KVM: x86: Improve the handling of debug exceptions during instruction emulation
2025-12-18 14:00 UTC (10+ messages)
` [PATCH v2 1/9] KVM: x86: Capture "struct x86_exception" in inject_emulated_exception()
` [PATCH v2 2/9] KVM: x86: Set guest DR6 by kvm_queue_exception_p() in instruction emulation
` [PATCH v2 3/9] KVM: x86: Check guest debug in DR access "
` [PATCH v2 4/9] KVM: x86: Only check effective code breakpoint in emulation
` [PATCH v2 5/9] KVM: x86: Consolidate KVM_GUESTDBG_SINGLESTEP check into the kvm_inject_emulated_db()
` [PATCH v2 6/9] KVM: x86: Move kvm_set_rflags() up before kvm_vcpu_do_singlestep()
` [PATCH v2 7/9] KVM: VMX: Refresh 'PENDING_DBG_EXCEPTIONS.BS' bit during instruction emulation
` [PATCH v2 8/9] KVM: selftests: Verify guest debug DR7.GD checking "
` [PATCH v2 9/9] KVM: selftests: Verify 'BS' bit checking in pending debug exception state during VM-Entry
[PATCH 0/7] KVM: x86: Improve the handling of debug exceptions during instruction emulation
2025-12-18 13:40 UTC (4+ messages)
` [PATCH 7/7] KVM: selftests: Verify 'BS' bit checking in pending debug exception during VM entry
[PATCH v3 0/2] LoongArch: KVM: Add paravirt preempt support
2025-12-18 12:10 UTC (4+ messages)
` [PATCH v3 2/2] LoongArch: Add paravirt support with vcpu_is_preempted() in guest side
[PATCH v4 0/3] LongArch: KVM: Add DMSINTC support irqchip in kernel
2025-12-18 11:16 UTC
[PATCH v4 0/2] arm: add kvm-psci-version vcpu property
2025-12-18 10:47 UTC (2+ messages)
[PATCH net v4 0/4] vsock/virtio: fix TX credit handling
2025-12-18 9:45 UTC (10+ messages)
` [PATCH net v4 1/4] vsock/virtio: fix potential underflow in virtio_transport_get_credit()
` [PATCH net v4 2/4] vsock/virtio: cap TX credit to local buffer size
` [PATCH net v4 3/4] vsock/test: fix seqpacket message bounds test
` [PATCH net v4 4/4] vsock/test: add stream TX credit "
[PATCH v2 0/2] vfio/pci: Fix issues with qword access
2025-12-18 9:20 UTC (3+ messages)
` [PATCH v2 1/2] vfio/pci: Disable qword access to the PCI ROM bar
[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
2025-12-18 9:19 UTC (3+ 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