messages from 2023-12-22 03:39:45 to 2023-12-29 01:44:52 UTC [more...]
[v1 05/10] drivers/perf: riscv: Implement SBI PMU snapshot function
2023-12-29 1:44 UTC (2+ messages)
[v1 04/10] RISC-V: Add SBI PMU snapshot definitions
2023-12-29 1:44 UTC (2+ messages)
[v1 03/10] drivers/perf: riscv: Read upper bits of a firmware counter
2023-12-29 1:44 UTC (2+ messages)
[PATCH v9 00/10] Add iommufd nesting (part 2/2)
2023-12-28 15:06 UTC (11+ messages)
` [PATCH v9 01/10] iommu: Add cache_invalidate_user op
` [PATCH v9 02/10] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v9 03/10] iommu: Add iommu_copy_struct_from_user_array helper
` [PATCH v9 04/10] iommufd/selftest: Add mock_domain_cache_invalidate_user support
` [PATCH v9 05/10] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH v9 06/10] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v9 07/10] iommu/vt-d: Allow qi_submit_sync() to return the QI faults
` [PATCH v9 08/10] iommu/vt-d: Convert stage-1 cache invalidation to return QI fault
` [PATCH v9 09/10] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v9 10/10] iommu/vt-d: Add iotlb flush for nested domain
[PATCH] LoongArch: KVM: Add cpucfg area for kvm hypervisor
2023-12-28 12:21 UTC
[PATCH v8 00/10] Add iommufd nesting (part 2/2)
2023-12-28 8:42 UTC (24+ messages)
` [PATCH v8 01/10] iommu: Add cache_invalidate_user op
` [PATCH v8 02/10] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v8 03/10] iommu: Add iommu_copy_struct_from_user_array helper
` [PATCH v8 04/10] iommufd/selftest: Add mock_domain_cache_invalidate_user support
` [PATCH v8 05/10] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH v8 06/10] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v8 07/10] iommu/vt-d: Allow qi_submit_sync() to return the QI faults
` [PATCH v8 08/10] iommu/vt-d: Convert stage-1 cache invalidation to return QI fault
` [PATCH v8 09/10] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v8 10/10] iommu/vt-d: Add iotlb flush for nested domain
[PATCH v7 0/9] Add iommufd nesting (part 2/2)
2023-12-28 5:39 UTC (43+ messages)
` [PATCH v7 1/9] iommu: Add cache_invalidate_user op
` [PATCH v7 2/9] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v7 4/9] iommufd/selftest: Add mock_domain_cache_invalidate_user support
` [PATCH v7 5/9] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH v7 6/9] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v7 7/9] iommu/vt-d: Allow qi_submit_sync() to return the QI faults
` [PATCH v7 8/9] iommu/vt-d: Convert pasid based cache invalidation to return QI fault
` [PATCH v7 9/9] iommu/vt-d: Add iotlb flush for nested domain
[PATCH] LoongArch: KVM: Add hypercall instruction emulation support
2023-12-27 7:09 UTC
[PATCH v2] LoongArch: KVM: add returns to SIMD stubs
2023-12-27 1:22 UTC
[PATCH] LoongArch: KVM: add a return kvm_own_lasx() stub
2023-12-27 1:15 UTC (3+ messages)
[PATCH] LoongArch: KVM: add a return kvm_own_lasx() stub
2023-12-27 1:06 UTC
[PATCH v2] vhost-vdpa: account iommu allocations
2023-12-26 20:19 UTC (2+ messages)
[PATCH 00/16] IOMMU memory observability
2023-12-26 18:23 UTC (4+ messages)
` [PATCH 15/16] vhost-vdpa: account iommu allocations
[kvm-unit-tests RFC v2 00/18] X86: TDX framework support
2023-12-26 7:50 UTC (4+ messages)
` [kvm-unit-tests RFC v2 02/18] x86 TDX: Add support functions for TDX framework
[kvm-unit-tests PATCH v2] x86/asyncpf: fix async page fault issues
2023-12-26 5:15 UTC (3+ messages)
[PATCH V12 00/14] riscv: Add Native/Paravirt qspinlock support
2023-12-26 0:35 UTC (16+ messages)
` [PATCH V12 01/14] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH V12 02/14] asm-generic: ticket-lock: Add separate ticket-lock.h
` [PATCH V12 03/14] riscv: errata: Move errata vendor func-id into vendorid_list.h
` [PATCH V12 04/14] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V12 05/14] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V12 06/14] riscv: qspinlock: Introduce combo spinlock
` [PATCH V12 07/14] riscv: qspinlock: Add virt_spin_lock() support for VM guest
` [PATCH V12 08/14] riscv: qspinlock: Force virt_spin_lock for KVM guests
` [PATCH V12 09/14] RISC-V: paravirt: Add pvqspinlock KVM backend
` [PATCH V12 10/14] RISC-V: paravirt: Add pvqspinlock frontend skeleton
` [PATCH V12 11/14] RISC-V: paravirt: pvqspinlock: Add SBI implementation
` [PATCH V12 12/14] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V12 13/14] RISC-V: paravirt: pvqspinlock: Add kconfig entry
` [PATCH V12 14/14] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait
[GIT PULL] virtio: bugfixes
2023-12-25 23:32 UTC (2+ messages)
[PATCH vhost v5 0/8] vdpa/mlx5: Add support for resumable vqs
2023-12-25 15:12 UTC (9+ messages)
` [PATCH mlx5-vhost v5 1/8] vdpa/mlx5: Expose resumable vq capability
` [PATCH vhost v5 2/8] vdpa/mlx5: Allow modifying multiple vq fields in one modify command
` [PATCH vhost v5 3/8] vdpa/mlx5: Introduce per vq and device resume
` [PATCH vhost v5 4/8] vdpa/mlx5: Mark vq addrs for modification in hw vq
` [PATCH vhost v5 5/8] vdpa/mlx5: Mark vq state "
` [PATCH vhost v5 6/8] vdpa/mlx5: Use vq suspend/resume during .set_map
` [PATCH vhost v5 7/8] vdpa/mlx5: Introduce reference counting to mrs
` [PATCH vhost v5 8/8] vdpa/mlx5: Add mkey leak detection
[PATCH 0/2] vdpa: Block vq property change in DRIVER_OK
2023-12-25 15:09 UTC (5+ messages)
` [PATCH 1/2] vdpa: Track device suspended state
` [PATCH 2/2] vdpa: Block vq property changes in DRIVER_OK
[PATCH vhost v4 00/15] vdpa/mlx5: Add support for resumable vqs
2023-12-25 15:05 UTC (23+ messages)
` [PATCH vhost v4 02/15] vdpa: Add VHOST_BACKEND_F_CHANGEABLE_VQ_ADDR_IN_SUSPEND flag
` [PATCH vhost v4 06/15] vdpa: Track device suspended state
[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
2023-12-25 12:34 UTC (6+ messages)
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
KMSAN: uninit-value in em_ret_far
2023-12-25 11:23 UTC
[v5.15] WARNING in kvm_arch_vcpu_ioctl_run
2023-12-25 8:42 UTC
[RFC PATCH 0/3] RISC-V: KVM: Guest Debug Support
2023-12-25 2:52 UTC (4+ messages)
` "
[RFC PATCH v2 0/7] treewide: Use clocksource id for get_device_system_crosststamp()
2023-12-24 16:27 UTC (3+ messages)
` [RFC PATCH v2 2/7] x86/tsc: Add clocksource ID, set system_counterval_t.cs_id
[PATCH 1/1] vfio/pci: Log/indicate devices being bound & unbound
2023-12-23 23:38 UTC (3+ messages)
[GIT PULL] LoongArch KVM changes for v6.8
2023-12-23 12:06 UTC
[PATCH net-next v3 3/3] net: add netmem_ref to skb_frag_t
2023-12-23 11:16 UTC (4+ messages)
[PATCH 00/40] testing and plugin updates for 9.0
2023-12-23 7:17 UTC (5+ messages)
` [PATCH 37/40] plugins: add an API to read registers
[kvm-unit-tests PATCH 0/9] Multi-migration support
2023-12-23 5:18 UTC (13+ messages)
` [kvm-unit-tests PATCH 1/9] s390x: clean lib/auxinfo.o
` [kvm-unit-tests PATCH 2/9] arch-run: Clean up temporary files properly
` [kvm-unit-tests PATCH 3/9] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH 4/9] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH 5/9] migration: Support multiple migrations
` [kvm-unit-tests PATCH 6/9] arch-run: rename migration variables
` [kvm-unit-tests PATCH 7/9] migration: Add quiet migration support
` [kvm-unit-tests PATCH 8/9] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH 9/9] migration: add a migration selftest
[GIT PULL] KVM fixes for Linux 6.7-rc7
2023-12-23 3:45 UTC (2+ messages)
[GIT PULL] KVM/arm64 fixes for 6.7, part #2
2023-12-22 23:25 UTC (8+ messages)
[GIT PULL] KVM/riscv fixes for 6.7, take #1
2023-12-22 23:09 UTC (2+ messages)
[PATCH v1] KVM: nVMX: Fix handling triple fault on RSM instruction
2023-12-22 16:45 UTC
[PATCH RFC v2 00/22] KVM: arm64: Implement support for SME in non-protected guests
2023-12-22 16:21 UTC (23+ messages)
` [PATCH RFC v2 01/22] KVM: arm64: Document why we trap SVE access from the host
` [PATCH RFC v2 02/22] arm64/fpsimd: Make SVE<->FPSIMD rewriting available to KVM
` [PATCH RFC v2 03/22] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH RFC v2 04/22] KVM: arm64: Store vector lengths in an array
` [PATCH RFC v2 05/22] KVM: arm64: Document the KVM ABI for SME
` [PATCH RFC v2 06/22] KVM: arm64: Make FFR restore optional in __sve_restore_state()
` [PATCH RFC v2 07/22] KVM: arm64: Define guest flags for SME
` [PATCH RFC v2 08/22] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH RFC v2 09/22] KVM: arm64: Basic SME system register descriptions
` [PATCH RFC v2 10/22] KVM: arm64: Add support for TPIDR2_EL0
` [PATCH RFC v2 11/22] KVM: arm64: Make SMPRI_EL1 RES0 for SME guests
` [PATCH RFC v2 12/22] KVM: arm64: Make SVCR a normal system register
` [PATCH RFC v2 13/22] KVM: arm64: Context switch SME state for guest
` [PATCH RFC v2 14/22] KVM: arm64: Manage and handle SME traps
` [PATCH RFC v2 15/22] KVM: arm64: Implement SME vector length configuration
` [PATCH RFC v2 16/22] KVM: arm64: Rename sve_state_reg_region
` [PATCH RFC v2 17/22] KVM: arm64: Support userspace access to streaming mode SVE registers
` [PATCH RFC v2 18/22] KVM: arm64: Expose ZA to userspace
` [PATCH RFC v2 19/22] KVM: arm64: Provide userspace access to ZT0
` [PATCH RFC v2 20/22] KVM: arm64: Support SME version configuration via ID registers
` [PATCH RFC v2 21/22] KVM: arm64: Provide userspace ABI for enabling SME
` [PATCH RFC v2 22/22] KVM: arm64: selftests: Add SME system registers to get-reg-list
[PATCH 0/3] KVM: arm64: Fix + cleanup for GICv3 ISPENDR
2023-12-22 13:03 UTC (2+ messages)
[kvm-unit-tests PATCH v5 00/29] powerpc: updates, P10, PNV support
2023-12-22 10:32 UTC (19+ messages)
` [kvm-unit-tests PATCH v5 07/29] powerpc: Add a migration stress tester
` [kvm-unit-tests PATCH v5 10/29] powerpc/sprs: Specify SPRs with data rather than code
` [kvm-unit-tests PATCH v5 12/29] powerpc/sprs: Avoid taking async interrupts caused by register fuzzing
` [kvm-unit-tests PATCH v5 13/29] powerpc: Make interrupt handler error more readable
` [kvm-unit-tests PATCH v5 18/29] powerpc: Fix stack backtrace termination
` [kvm-unit-tests PATCH v5 24/29] powerpc: interrupt tests
[PATCH v3 0/6] target/i386: add support for FRED
2023-12-22 9:26 UTC (3+ messages)
` [PATCH v3 2/6] target/i386: mark CR4.FRED not reserved
[PATCH v3 1/6] target/i386: add support for FRED in CPUID enumeration
2023-12-22 8:47 UTC (6+ messages)
` [PATCH v3A "
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