messages from 2023-12-19 09:34:23 to 2023-12-25 13:28:01 UTC [more...]
[GIT PULL] virtio: bugfixes
2023-12-25 13:27 UTC
[PATCH V12 00/14] riscv: Add Native/Paravirt qspinlock support
2023-12-25 12:58 UTC (15+ 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
[PATCH net-next] virtio-net: switch napi_tx without downing nic
2023-12-25 8:03 UTC (17+ messages)
[PATCH net-next 0/6] virtio-net: support device stats
2023-12-25 8:01 UTC (13+ messages)
` [PATCH net-next 1/6] virtio_net: introduce device stats feature and structures
` [PATCH net-next 2/6] virtio_net: virtnet_send_command supports command-specific-result
` [PATCH net-next 3/6] virtio_net: support device stats
` [PATCH net-next 4/6] virtio_net: stats map include driver stats
` [PATCH net-next 5/6] virtio_net: add the total stats field
` [PATCH net-next 6/6] virtio_net: rename stat tx_timeout to timeout
[PATCH vhost v4 00/15] vdpa/mlx5: Add support for resumable vqs
2023-12-25 4:11 UTC (47+ messages)
` [PATCH mlx5-vhost v4 01/15] vdpa/mlx5: Expose resumable vq capability
` [PATCH vhost v4 02/15] vdpa: Add VHOST_BACKEND_F_CHANGEABLE_VQ_ADDR_IN_SUSPEND flag
` [PATCH vhost v4 03/15] vdpa: Add VHOST_BACKEND_F_CHANGEABLE_VQ_STATE_IN_SUSPEND flag
` [PATCH vhost v4 04/15] vdpa: Accept VHOST_BACKEND_F_CHANGEABLE_VQ_ADDR_IN_SUSPEND backend feature
` [PATCH vhost v4 05/15] vdpa: Accept VHOST_BACKEND_F_CHANGEABLE_VQ_STATE_IN_SUSPEND "
` [PATCH vhost v4 06/15] vdpa: Track device suspended state
` [PATCH vhost v4 07/15] vdpa: Block vq address change in DRIVER_OK unless device supports it
` [PATCH vhost v4 08/15] vdpa: Block vq state "
` [PATCH vhost v4 09/15] vdpa/mlx5: Allow modifying multiple vq fields in one modify command
` [PATCH vhost v4 10/15] vdpa/mlx5: Introduce per vq and device resume
` [PATCH vhost v4 11/15] vdpa/mlx5: Mark vq addrs for modification in hw vq
` [PATCH vhost v4 12/15] vdpa/mlx5: Mark vq state "
` [PATCH vhost v4 13/15] vdpa/mlx5: Use vq suspend/resume during .set_map
` [PATCH vhost v4 14/15] vdpa/mlx5: Introduce reference counting to mrs
` [PATCH vhost v4 15/15] vdpa/mlx5: Add mkey leak detection
[PATCH v2 0/1] Implementation of resource_query_layout
2023-12-25 0:19 UTC (3+ messages)
` [PATCH 1/1] drm/virtio: Implement RESOURCE_GET_LAYOUT ioctl
[PATCH] crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() after error detection
2023-12-24 19:55 UTC
[PATCH net-next v3 0/3] Abstract page from net stack
2023-12-23 11:16 UTC (14+ messages)
` [PATCH net-next v3 1/3] vsock/virtio: use skb_frag_*() helpers
` [PATCH net-next v3 2/3] net: introduce abstraction for network memory
` [PATCH net-next v3 3/3] net: add netmem_ref to skb_frag_t
[RFC v2 0/5] virtio helper: collect dma info from virtio core
2023-12-22 7:11 UTC (10+ messages)
` [PATCH v2 1/5] virtio_ring: introduce virtqueue_get_buf_ctx_dma()
` [PATCH v2 3/5] virtio_ring: introduce virtqueue_detach_unused_buf_dma()
` [PATCH v2 4/5] virtio_ring: introduce virtqueue_get_dma_premapped()
` [PATCH v2 5/5] virtio_net: sq support premapped mode
[PATCH 0/2] crypto: virtio-crypto: Wait for tasklet to complete on device remove and fix warnings
2023-12-22 4:35 UTC (5+ messages)
` [PATCH 1/2] crypto: virtio-crypto: Wait for tasklet to complete on device remove
` [PATCH 2/2] crypto: virtio-crypto: Fix gcc check warnings
[PATCH v2 00/11] Avoid unprivileged splice(file->)/(->socket) pipe exclusion
2023-12-21 3:09 UTC (2+ messages)
` [PATCH v2 09/11] fuse: file: limit splice_read to virtiofs
[PATCH net-next 6/6] tools: virtio: introduce vhost_net_test
2023-12-21 2:56 UTC (8+ messages)
[PATCH] virtio_pmem: support feature SHMEM_REGION
2023-12-20 20:49 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH v4 00/13] RISC-V: Add steal-time support
2023-12-20 16:11 UTC (15+ messages)
` [PATCH v4 01/13] RISC-V: paravirt: Add skeleton for pv-time support
` [PATCH v4 02/13] RISC-V: Add SBI STA extension definitions
` [PATCH v4 03/13] RISC-V: paravirt: Implement steal-time support
` [PATCH v4 04/13] RISC-V: KVM: Add SBI STA extension skeleton
` [PATCH v4 05/13] RISC-V: KVM: Add steal-update vcpu request
` [PATCH v4 06/13] RISC-V: KVM: Add SBI STA info to vcpu_arch
` [PATCH v4 07/13] RISC-V: KVM: Add support for SBI extension registers
` [PATCH v4 08/13] RISC-V: KVM: Add support for SBI STA registers
` [PATCH v4 09/13] RISC-V: KVM: Implement SBI STA extension
` [PATCH v4 10/13] RISC-V: KVM: selftests: Move sbi_ecall to processor.c
` [PATCH v4 11/13] RISC-V: KVM: selftests: Add guest_sbi_probe_extension
` [PATCH v4 12/13] RISC-V: KVM: selftests: Add steal_time test support
` [PATCH v4 13/13] RISC-V: KVM: selftests: Add get-reg-list test for STA registers
[PATCH v3 0/6] VMware hypercalls enhancements
2023-12-20 13:09 UTC (16+ messages)
` [PATCH v3 1/6] x86/vmware: Move common macros to vmware.h
` [PATCH v3 2/6] x86/vmware: Introduce vmware_hypercall API
` [PATCH v3 3/6] ptp/vmware: Use "
` [PATCH v3 4/6] input/vmmouse: "
` [PATCH v3 5/6] drm/vmwgfx: "
` [PATCH v3 6/6] x86/vmware: Add TDX hypercall support
Performance drop due to alloc_workqueue() misuse and recent change
2023-12-20 7:14 UTC (2+ messages)
[PATCH v3 00/13] RISC-V: Add steal-time support
2023-12-20 6:41 UTC (20+ messages)
` [PATCH v3 01/13] RISC-V: paravirt: Add skeleton for pv-time support
` [PATCH v3 03/13] RISC-V: paravirt: Implement steal-time support
` [PATCH v3 07/13] RISC-V: KVM: Add support for SBI extension registers
` [PATCH v3 09/13] RISC-V: KVM: Implement SBI STA extension
` [PATCH v3 11/13] RISC-V: KVM: selftests: Add guest_sbi_probe_extension
` [PATCH v3 12/13] RISC-V: KVM: selftests: Add steal_time test support
` [PATCH v3 13/13] RISC-V: KVM: selftests: Add get-reg-list test for STA registers
[PATCH RFC 0/4] virtio-net: add tx-hash, rx-tstamp, tx-tstamp and tx-time
2023-12-20 4:25 UTC (6+ messages)
` [PATCH RFC 1/4] virtio-net: support transmit hash report
[PATCH] vdpa: Fix an error handling path in eni_vdpa_probe()
2023-12-20 4:01 UTC (2+ messages)
[PATCH] vdpa: Remove usage of the deprecated ida_simple_xx() API
2023-12-20 3:52 UTC (2+ messages)
[PATCH v5 0/4] vduse: add support for networking devices
2023-12-20 3:50 UTC (10+ messages)
` [PATCH v5 2/4] vduse: Temporarily disable control queue features
` [PATCH v5 4/4] vduse: Add LSM hook to check Virtio device type
remove support for the host aware zoned model
2023-12-20 3:18 UTC (8+ messages)
` [PATCH 3/5] block: remove support for the host aware zone model
[PATCH v2 00/13] RISC-V: Add steal-time support
2023-12-19 21:53 UTC (5+ messages)
` [PATCH v2 08/13] RISC-V: KVM: Add support for SBI STA registers
` [PATCH v2 10/13] RISC-V: KVM: selftests: Move sbi_ecall to processor.c
[PATCH V10 vfio 0/9] Introduce a vfio driver over virtio devices
2023-12-19 20:49 UTC (9+ messages)
` [PATCH V10 vfio 5/9] virtio-pci: Initialize the supported admin commands
` [PATCH V10 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO "
` [PATCH V10 vfio 7/9] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH V10 vfio 8/9] vfio/pci: Expose vfio_pci_core_iowrite/read##size()
` [PATCH V10 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices
[PATCH v2] virtio_balloon: stay awake while adjusting balloon
2023-12-19 15:39 UTC (4+ messages)
[PATCH v1 1/1] drm/virtio: Spelling fixes
2023-12-19 15:19 UTC
[PATCH vhost v2 0/8] vdpa/mlx5: Add support for resumable vqs
2023-12-19 15:11 UTC (20+ messages)
` [PATCH vhost v2 4/8] vdpa/mlx5: Mark vq addrs for modification in hw vq
Should I add BPF kfuncs for userspace apps? And how?
2023-12-19 12:16 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;
as well as URLs for NNTP newsgroup(s).