virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-12 04:35:21 to 2023-12-18 07:41:01 UTC [more...]

[RFC PATCH v3 0/7] Add virtio_rtc module and related changes
 2023-12-18  7:38 UTC 

remove support for the host aware zoned model
 2023-12-18  6:53 UTC  (7+ messages)
` [PATCH 1/5] virtio_blk: cleanup zoned device probing
` [PATCH 2/5] virtio_blk: remove the broken zone revalidation support
` [PATCH 3/5] block: remove support for the host aware zone model
` [PATCH 4/5] block: simplify disk_set_zoned
` [PATCH 5/5] sd: only call disk_clear_zoned when needed

[PATCH] drm/virtio: add definition for venus capset
 2023-12-18  5:29 UTC  (3+ messages)

[PATCH v5 0/4] vduse: add support for networking devices
 2023-12-18  2:50 UTC  (12+ messages)
` [PATCH v5 1/4] vduse: validate block features only with block devices
` [PATCH v5 2/4] vduse: Temporarily disable control queue features
` [PATCH v5 3/4] vduse: enable Virtio-net device type
` [PATCH v5 4/4] vduse: Add LSM hook to check Virtio "

[PATCH v3 00/13] RISC-V: Add steal-time support
 2023-12-17 20:40 UTC  (14+ messages)
` [PATCH v3 01/13] RISC-V: paravirt: Add skeleton for pv-time support
` [PATCH v3 02/13] RISC-V: Add SBI STA extension definitions
` [PATCH v3 03/13] RISC-V: paravirt: Implement steal-time support
` [PATCH v3 04/13] RISC-V: KVM: Add SBI STA extension skeleton
` [PATCH v3 05/13] RISC-V: KVM: Add steal-update vcpu request
` [PATCH v3 06/13] RISC-V: KVM: Add SBI STA info to vcpu_arch
` [PATCH v3 07/13] RISC-V: KVM: Add support for SBI extension registers
` [PATCH v3 08/13] RISC-V: KVM: Add support for SBI STA registers
` [PATCH v3 09/13] RISC-V: KVM: Implement SBI STA extension
` [PATCH v3 10/13] RISC-V: KVM: selftests: Move sbi_ecall to processor.c
` [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 V7 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-12-17 14:18 UTC  (28+ messages)
` [PATCH V7 vfio 7/9] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH V7 vfio 8/9] vfio/pci: Expose vfio_pci_core_iowrite/read##size()
` [PATCH V7 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices

[PATCH net-next v2 0/3] Abstract page from net stack
 2023-12-17  8:09 UTC  (4+ messages)
` [PATCH net-next v2 1/3] vsock/virtio: use skb_frag_*() helpers
` [PATCH net-next v2 2/3] net: introduce abstraction for network memory
` [PATCH net-next v2 3/3] net: add netmem_t to skb_frag_t

[PATCH vhost v2 0/8] vdpa/mlx5: Add support for resumable vqs
 2023-12-16 11:03 UTC  (19+ messages)
` [PATCH vhost v2 4/8] vdpa/mlx5: Mark vq addrs for modification in hw vq
` [PATCH vhost v2 6/8] vdpa/mlx5: Use vq suspend/resume during .set_map
` [PATCH vhost v2 7/8] vdpa/mlx5: Introduce reference counting to mrs
` [PATCH vhost v2 8/8] vdpa/mlx5: Add mkey leak detection

Should I add BPF kfuncs for userspace apps? And how?
 2023-12-16  8:15 UTC  (9+ messages)

Second Call for Papers HPDC 2024
 2023-12-15 19:36 UTC 

[PATCH net-next 16/24] net: netkit, veth, tun, virt*: Use nested-BH locking for XDP redirect
 2023-12-15 17:07 UTC 

[PATCH vhost v3 0/6] vdpa/mlx5: Add support for resumable vqs
 2023-12-15 14:10 UTC  (8+ messages)
` [PATCH mlx5-vhost v3 1/6] vdpa/mlx5: Expose resumable vq capability
` [PATCH vhost v3 2/6] vdpa/mlx5: Allow modifying multiple vq fields in one modify command
` [PATCH vhost v3 3/6] vdpa/mlx5: Introduce per vq and device resume
` [PATCH vhost v3 4/6] vdpa/mlx5: Use vq suspend/resume during .set_map
` [PATCH vhost v3 5/6] vdpa/mlx5: Introduce reference counting to mrs
` [PATCH vhost v3 6/6] vdpa/mlx5: Add mkey leak detection

[PATCH v2 00/13] RISC-V: Add steal-time support
 2023-12-15 12:52 UTC  (29+ messages)
` [PATCH v2 01/13] RISC-V: paravirt: Add skeleton for pv-time support
` [PATCH v2 02/13] RISC-V: Add SBI STA extension definitions
` [PATCH v2 03/13] RISC-V: paravirt: Implement steal-time support
` [PATCH v2 04/13] RISC-V: KVM: Add SBI STA extension skeleton
` [PATCH v2 05/13] RISC-V: KVM: Add steal-update vcpu request
` [PATCH v2 06/13] RISC-V: KVM: Add SBI STA info to vcpu_arch
` [PATCH v2 07/13] RISC-V: KVM: Add support for SBI extension registers
` [PATCH v2 08/13] RISC-V: KVM: Add support for SBI STA registers
` [PATCH v2 09/13] RISC-V: KVM: Implement SBI STA extension
` [PATCH v2 10/13] RISC-V: KVM: selftests: Move sbi_ecall to processor.c
` [PATCH v2 11/13] RISC-V: KVM: selftests: Add guest_sbi_probe_extension
` [PATCH v2 12/13] RISC-V: KVM: selftests: Add steal_time test support
` [PATCH v2 13/13] RISC-V: KVM: selftests: Add get-reg-list test for STA registers

[PATCH net-next v10 0/3] send credit update during setting SO_RCVLOWAT
 2023-12-15 10:40 UTC  (5+ messages)
` [PATCH net-next v10 1/3] virtio/vsock: fix logic which reduces credit update messages
` [PATCH net-next v10 2/3] virtio/vsock: send credit update during setting SO_RCVLOWAT
` [PATCH net-next v10 3/3] vsock/test: two tests to check credit update logic

[PATCH v2] virtio: Add support for no-reset virtio PCI PM
 2023-12-15  1:00 UTC  (6+ messages)

[PATCH v18 04/26] drm/shmem-helper: Refactor locked/unlocked functions
 2023-12-15  0:42 UTC  (12+ messages)

[PATCH V8 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-12-15  0:35 UTC  (11+ messages)
` [PATCH V8 vfio 1/9] virtio: Define feature bit for administration virtqueue
` [PATCH V8 vfio 2/9] virtio-pci: Introduce admin virtqueue
` [PATCH V8 vfio 3/9] virtio-pci: Introduce admin command sending function
` [PATCH V8 vfio 4/9] virtio-pci: Introduce admin commands
` [PATCH V8 vfio 5/9] virtio-pci: Initialize the supported "
` [PATCH V8 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO "
` [PATCH V8 vfio 7/9] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH V8 vfio 8/9] vfio/pci: Expose vfio_pci_core_iowrite/read##size()
` [PATCH V8 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices

[syzbot] [dri?] [virtualization?] upstream boot error: INFO: task hung in drm_atomic_get_plane_state (2)
 2023-12-15  0:35 UTC 

[PATCH net-next v9 0/4] send credit update during setting SO_RCVLOWAT
 2023-12-14 12:52 UTC  (12+ messages)
` [PATCH net-next v9 1/4] virtio/vsock: fix logic which reduces credit update messages
` [PATCH net-next v9 2/4] virtio/vsock: send credit update during setting SO_RCVLOWAT
` [PATCH net-next v9 3/4] vsock: update SO_RCVLOWAT setting callback
` [PATCH net-next v9 4/4] vsock/test: two tests to check credit update logic

[PATCH net-next v8 0/4] send credit update during setting SO_RCVLOWAT
 2023-12-14  8:45 UTC  (20+ messages)
` [PATCH net-next v8 3/4] virtio/vsock: fix logic which reduces credit update messages

[RFC 0/4] virtio helper: collect dma info from virtio core
 2023-12-14  8:33 UTC  (12+ messages)
` [RFC 1/4] virtio_ring: introduce virtqueue_get_buf_ctx_dma()

Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2023-12-14  7:14 UTC  (14+ messages)

[PATCH 1/1] scsi: virtio_scsi: Add mq_poll support
 2023-12-14  5:26 UTC 

[PATCH] virtio_balloon: stay awake while adjusting balloon
 2023-12-14  4:13 UTC  (3+ messages)

[PATCH v2] vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()
 2023-12-14  2:30 UTC  (2+ messages)

[PATCH v7 00/10] drm: ci: fixes
 2023-12-13 18:30 UTC  (2+ messages)

[PATCH v2 3/6] iommufd: Initializing and releasing IO page fault data
 2023-12-13 13:19 UTC  (5+ messages)

[PATCH net-next v8 0/4] virtio-net: support dynamic coalescing moderation
 2023-12-13 12:50 UTC  (2+ messages)

[PATCH v1] virtio_net: fix missing dma unmap for resize
 2023-12-12  8:26 UTC  (2+ messages)

[PATCH net-next 6/6] tools: virtio: introduce vhost_net_test
 2023-12-12  4:35 UTC  (4+ messages)


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).