messages from 2024-02-01 01:41:10 to 2024-02-02 09:40:19 UTC [more...]
[PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq
2024-02-02 9:39 UTC (14+ messages)
` [PATCH vhost v1 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v1 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v1 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v1 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v1 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v1 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v1 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v1 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v1 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v1 10/19] virtio_ring: reuse the parameter struct of find_vqs()
` [PATCH vhost v1 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v1 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v1 14/19] virtio_ring: remove api of setting vq premapped
[kvm-unit-tests PATCH v2 0/9] Multi-migration support
2024-02-02 9:30 UTC (11+ messages)
` [kvm-unit-tests PATCH v2 1/9] (arm|powerpc|s390x): Makefile: Fix .aux.o generation
` [kvm-unit-tests PATCH v2 2/9] arch-run: Clean up temporary files properly
` [kvm-unit-tests PATCH v2 3/9] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v2 4/9] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v2 5/9] migration: Support multiple migrations
` [kvm-unit-tests PATCH v2 6/9] arch-run: rename migration variables
` [kvm-unit-tests PATCH v2 7/9] migration: Add quiet migration support
` [kvm-unit-tests PATCH v2 8/9] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v2 9/9] migration: add a migration selftest
[PATCH net-next v4 2/5] page_frag: unify gfp bits for order 3 page allocation
2024-02-02 8:36 UTC (4+ messages)
[PATCH v4 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
2024-02-02 8:34 UTC (9+ messages)
` [PATCH v4 1/5] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() public
` [PATCH v4 2/5] KVM: selftests: aarch64: Move pmu helper functions into vpmu.h
` [PATCH v4 3/5] KVM: selftests: aarch64: Fix the buggy [enable|disable]_counter
` [PATCH v4 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v4 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test
[PATCH v18 000/121] KVM TDX basic feature support
2024-02-02 8:04 UTC (28+ messages)
` [PATCH v18 001/121] x86/virt/tdx: Export TDX KeyID information
` [PATCH v18 006/121] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v18 007/121] KVM: VMX: Reorder vmx initialization with kvm vendor initialization
` [PATCH v18 008/121] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v18 009/121] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v18 012/121] KVM: TDX: Define TDX architectural definitions
` [PATCH v18 013/121] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v18 016/121] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v18 020/121] x86/virt/tdx: Get system-wide info about TDX module on initialization
` [PATCH v18 023/121] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v18 024/121] KVM: TDX: create/destroy VM structure
` [PATCH v18 064/121] KVM: TDX: Create initial guest memory
[PATCH v3] KVM: selftests: Fix the dirty_log_test semaphore imbalance
2024-02-02 6:43 UTC
[PATCH 00/17] vfio/pci: Remove duplicate code and logic from VFIO PCI interrupt management
2024-02-02 4:57 UTC (18+ messages)
` [PATCH 01/17] vfio/pci: Use unsigned int instead of unsigned
` [PATCH 02/17] vfio/pci: Remove duplicate check from vfio_pci_set_ctx_trigger_single() wrappers
` [PATCH 03/17] vfio/pci: Consistently acquire mutex for interrupt management
` [PATCH 04/17] vfio/pci: Remove duplicate interrupt management from core VFIO PCI
` [PATCH 05/17] vfio/pci: Limit eventfd signaling to interrupt management code
` [PATCH 06/17] vfio/pci: Remove interrupt index interpretation from wrappers
` [PATCH 07/17] vfio/pci: Preserve per-interrupt contexts
` [PATCH 08/17] vfio/pci: Extract MSI/MSI-X specific code from common flow
` [PATCH 09/17] vfio/pci: Converge similar code flows
` [PATCH 10/17] vfio/pci: Extract INTx specific code from vfio_intx_set_signal()
` [PATCH 11/17] vfio/pci: Perform MSI/MSI-X interrupt management via callbacks
` [PATCH 12/17] vfio/pci: Remove msi term from generic code
` [PATCH 13/17] vfio/pci: Remove vfio_intx_set_signal()
` [PATCH 14/17] vfio/pci: Add utility to trigger INTx eventfd knowing interrupt context
` [PATCH 15/17] vfio/pci: Let enable and disable of interrupt types use same signature
` [PATCH 16/17] vfio/pci: Move vfio_msi_disable() to be with other MSI/MSI-X management code
` [PATCH 17/17] vfio/pci: Remove duplicate interrupt management flow
[PATCH v7 0/4] KVM: selftests: Add LoongArch support
2024-02-02 4:10 UTC (5+ messages)
` [PATCH v7 1/4] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v7 2/4] KVM: selftests: Add core KVM selftests support "
` [PATCH v7 3/4] KVM: selftests: Add ucall test "
` [PATCH v7 4/4] KVM: selftests: Add test cases "
[PATCH v7 00/16] Add Secure TSC support for SNP guests
2024-02-02 3:50 UTC (11+ messages)
` [PATCH v7 03/16] virt: sev-guest: Add SNP guest request structure
` [PATCH v7 10/16] x86/sev: Add Secure TSC support for SNP guests
[PATCH v6 0/6] Delay VERW
2024-02-02 3:29 UTC (3+ messages)
` [PATCH v6 1/6] x86/bugs: Add asm helpers for executing VERW
[PATCH] KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrl
2024-02-02 3:25 UTC (11+ messages)
[PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
2024-02-02 3:06 UTC (27+ messages)
` [PATCH vhost 04/17] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost 06/17] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost 08/17] virtio: vring_new_virtqueue(): "
` [PATCH vhost 11/17] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost 17/17] virtio_net: sq support premapped mode
[PATCH] KVM: selftests: Test top-down slots event
2024-02-02 1:38 UTC (3+ messages)
[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
2024-02-02 1:03 UTC (12+ messages)
` [PATCH v6 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings
[PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
2024-02-01 23:08 UTC (10+ messages)
` [PATCH v2 1/2] x86/cpu: allow reducing x86_phys_bits during early_identify_cpu()
` [PATCH v2 2/2] x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers
[Bug 199727] CPU freezes in KVM guests during high IO load on host
2024-02-01 19:56 UTC (5+ messages)
[PATCH, RESEND] x86/sev: Fix SEV check in sev_map_percpu_data()
2024-02-01 19:38 UTC (2+ messages)
Call for GSoC/Outreachy internship project ideas
2024-02-01 19:06 UTC (5+ messages)
Pre-populate TDP table to avoid page faults at VM boot
2024-02-01 18:11 UTC (4+ messages)
[kvm-unit-tests RFC 0/2] lib: s390x: Inline asm cleanup
2024-02-01 17:52 UTC (4+ messages)
` [kvm-unit-tests RFC 1/2] lib: s390x: sigp: Name inline assembly arguments
` [kvm-unit-tests RFC 2/2] lib: s390x: css: Name inline assembly arguments and clean them up
[kvm-unit-tests PATCH v2 0/5] s390x: Dirty cc before executing tested instructions
2024-02-01 17:49 UTC (2+ messages)
[kvm-unit-tests PATCH v2 00/24] Introduce RISC-V
2024-02-01 17:46 UTC (24+ messages)
` [kvm-unit-tests PATCH v2 01/24] configure: Add ARCH_LIBDIR
` [kvm-unit-tests PATCH v2 02/24] riscv: Initial port, hello world
` "
` [kvm-unit-tests PATCH v2 03/24] arm/arm64: Move cpumask.h to common lib
` [kvm-unit-tests PATCH v2 04/24] arm/arm64: Share cpu online, present and idle masks
` [kvm-unit-tests PATCH v2 08/24] riscv: Add riscv32 support
` [kvm-unit-tests PATCH v2 11/24] arm/arm64: Generalize wfe/sev names in smp.c
` [kvm-unit-tests PATCH v2 12/24] arm/arm64: Remove spinlocks from on_cpu_async
` [kvm-unit-tests PATCH v2 13/24] arm/arm64: Share on_cpus
` [kvm-unit-tests PATCH v2 16/24] arm/arm64: Share memregions
` "
` [kvm-unit-tests PATCH v2 21/24] lib: Add strcasecmp and strncasecmp
[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
2024-02-01 17:32 UTC (4+ messages)
[PATCH v4 0/4] Add support for allowing zero SEV ASIDs
2024-02-01 17:02 UTC (8+ messages)
` [PATCH v4 1/4] KVM: SVM: Set sev->asid in sev_asid_new() instead of overloading the return
` [PATCH v4 2/4] KVM: SVM: Use unsigned integers when dealing with ASIDs
` [PATCH v4 4/4] KVM: SVM: Return -EINVAL instead of -EBUSY on attempt to re-init SEV/SEV-ES
[PATCH] KVM: selftests: Compare wall time from xen shinfo against KVM_GET_CLOCK
2024-02-01 17:01 UTC (6+ messages)
[PATCH 0/5] KVM: selftests: Fix clocksource requirements in tests
2024-02-01 17:00 UTC (3+ messages)
[RFC PATCH] KVM: s390: remove extra copy of access registers into KVM_RUN
2024-02-01 16:56 UTC (3+ messages)
[PATCH] virtio: uapi: Drop __packed attribute in linux/virtio_pci.h:
2024-02-01 16:03 UTC (3+ messages)
` [PATCH v2] virtio: uapi: Drop __packed attribute in linux/virtio_pci.h
[PATCH v8 00/21] Introduce smp.modules for x86 in QEMU
2024-02-01 16:10 UTC (5+ messages)
[PATCH 00/10] crypto: qat - enable SRIOV VF live migration for
2024-02-01 15:33 UTC (11+ messages)
` [PATCH 01/10] crypto: qat - adf_get_etr_base() helper
` [PATCH 02/10] crypto: qat - relocate and rename 4xxx PF2VM definitions
` [PATCH 03/10] crypto: qat - move PFVF compat checker to a function
` [PATCH 04/10] crypto: qat - relocate CSR access code
` [PATCH 05/10] crypto: qat - rename get_sla_arr_of_type()
` [PATCH 06/10] crypto: qat - expand CSR operations for QAT GEN4 devices
` [PATCH 07/10] crypto: qat - add bank save and restore flows
` [PATCH 08/10] crypto: qat - add interface for live migration
` [PATCH 09/10] crypto: qat - implement "
` [PATCH 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices
[RFC PATCH v7] ppc: Enable 2nd DAWR support on p10
2024-02-01 14:53 UTC (3+ messages)
[PATCH v8 0/2] ppc: Enable 2nd DAWR support on Power10
2024-02-01 14:46 UTC (3+ messages)
` [PATCH v8 1/2] ppc: Enable 2nd DAWR support on Power10 PowerNV machine
` [PATCH v8 2/2] ppc: spapr: Enable 2nd DAWR on Power10 pSeries machine
[kvm-unit-tests PATCH] (arm|powerpc|s390x): Makefile: add `%.aux.o` target
2024-02-01 14:16 UTC (4+ messages)
` "
[PATCH v3 0/8] treewide: Use clocksource ID for get_device_system_crosststamp()
2024-02-01 14:04 UTC (4+ messages)
` [PATCH v3 5/8] ptp/kvm, arm_arch_timer: Set system_counterval_t.cs_id to constant
[PATCH v3 00/21] plugin updates (register access) for 9.0 (pre-PR?)
2024-02-01 12:13 UTC (2+ messages)
Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
2024-02-01 12:08 UTC (11+ messages)
[kvm-unit-tests PATCH v1] s390x: add pv-attest to unittests.cfg
2024-02-01 10:09 UTC (2+ messages)
[PATCH v6] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2024-02-01 8:51 UTC
[Bug 218297] New: Kernel Panic and crash
2024-02-01 4:36 UTC (2+ messages)
` [Bug 218297] "
[PATCH] LoongArch: KVM: Remove unnecessary CSR register saving during enter guest
2024-02-01 3:29 UTC (3+ messages)
[PATCH v4 0/6] LoongArch: Add pv ipi support on LoongArch VM
2024-02-01 3:19 UTC (7+ messages)
` [PATCH v4 1/6] LoongArch/smp: Refine ipi ops on LoongArch platform
` [PATCH v4 2/6] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v4 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v4 4/6] LoongArch: Add paravirt interface for guest kernel
` [PATCH v4 5/6] LoongArch: KVM: Add vcpu search support from physical cpuid
` [PATCH v4 6/6] LoongArch: Add pv ipi support on LoongArch system
[PATCH v10 00/29] KVM: x86/pmu: selftests: Fixes and new tests
2024-02-01 1:51 UTC (9+ messages)
` [PATCH v10 16/29] KVM: selftests: Test Intel PMU architectural events on gp counters
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).