virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-07 14:28:25 to 2025-12-16 00:19:23 UTC [more...]

[PATCH 00/14] Assorted kernel-doc fixes
 2025-12-16  0:19 UTC  (20+ messages)
` [PATCH 01/14] genalloc: Describe @start_addr parameter in genpool_algo_t
` [PATCH 02/14] mm: Describe @flags parameter in memalloc_flags_save()
` [PATCH 03/14] textsearch: Describe @list member in ts_ops search
` [PATCH 04/14] mm: vmalloc: Fix up vrealloc_node_align() kernel-doc macro name
` [PATCH 05/14] mm, kfence: Describe @slab parameter in __kfence_obj_info()
` [PATCH 06/14] virtio: Describe @map and @vmap members in virtio_device struct
` [PATCH 07/14] fs: Describe @isnew parameter in ilookup5_nowait()
` [PATCH 08/14] VFS: fix __start_dirop() kernel-doc warnings
` [PATCH 09/14] drm/amd/display: Don't use kernel-doc comment in dc_register_software_state struct
` [PATCH 10/14] drm/amdgpu: Describe @AMD_IP_BLOCK_TYPE_RAS in amd_ip_block_type enum
` [PATCH 11/14] drm/gem/shmem: Describe @shmem and @size parameters
` [PATCH 12/14] drm/scheduler: Describe @result in drm_sched_job_done()
` [PATCH 13/14] drm/gpusvm: Fix drm_gpusvm_pages_valid_unlocked() kernel-doc comment
` [PATCH 14/14] net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group struct

kernel-doc comment with anonymous macro?
 2025-12-16  0:13 UTC 

[PATCH] virtiofs: fix NULL dereference in virtio_fs_add_queues_sysfs()
 2025-12-15 14:32 UTC  (2+ messages)

[PATCH net v3] vsock/virtio: cap TX credit to local buffer size
 2025-12-15 14:15 UTC  (13+ messages)

[PATCH net-next v12 00/12] vsock: add namespace support to vhost-vsock and loopback
 2025-12-15 14:11 UTC  (8+ messages)
` [PATCH net-next v12 04/12] vsock: add netns support to virtio transports

[PATCH] spi: virtio: Fix confusing cleanup.h syntax
 2025-12-15 13:59 UTC  (2+ messages)

[PATCH] virtio: console: fix lost wakeup when device is written and polled
 2025-12-15 11:25 UTC  (3+ messages)

virtio_console: lost wakeup due to race between port_fops_poll() and vring_interrupt()
 2025-12-15  9:51 UTC  (3+ messages)

[PATCH v4 00/21] paravirt: cleanup and reorg
 2025-12-15  8:27 UTC  (2+ messages)

[PATCH v1 0/7] introduce virtnet_mon for monitor virtio_net
 2025-12-15  8:12 UTC  (10+ messages)
` [PATCH v1 3/7] tools/virtio/virtnet_mon: add kprobe start_xmit
  ` Re:Re: [PATCH v1 0/7] introduce virtnet_mon for monitor virtio_net
    `  "
      `  "
        `  "
          `  "

[PATCH 0/5] x86: Cleanups around slow_down_io()
 2025-12-15  6:36 UTC  (3+ messages)

[PATCH v6] can: virtio: Add virtio CAN driver
 2025-12-14 15:25 UTC  (7+ messages)

[PATCH net-next v4] net: restore the iterator to its original state when an error occurs
 2025-12-14  2:49 UTC  (3+ messages)

[PATCH net v2] virtio-net: enable all napis before scheduling refill work
 2025-12-12 15:27 UTC 

[PATCH net] virtio-net: enable all napis before scheduling refill work
 2025-12-12 14:55 UTC  (10+ messages)

[PATCH] vsock/virtio: cap TX credit to local buffer size
 2025-12-11 12:55 UTC  (4+ messages)

[RFC][PATCH 00/13] drm: Introduce GEM-UMA memory management
 2025-12-11 12:04 UTC  (26+ messages)
` [PATCH 01/13] drm/gem-shmem: Fix typos in documentation
` [PATCH 02/13] drm/gem-shmem: Fix the MODULE_LICENSE() string
` [PATCH 03/13] drm: Add GEM-UMA helpers for memory management
` [PATCH 04/13] drm/gem-uma: Remove unused interfaces
` [PATCH 05/13] drm/imagination: Use GEM-UMA helpers for memory management
` [PATCH 06/13] drm/lima: "
` [PATCH 07/13] drm/panfrost: "
` [PATCH 08/13] drm/panthor: "
` [PATCH 09/13] drm/v3d: "
` [PATCH 10/13] drm/virtgpu: "
` [PATCH 11/13] accel/amdxdna: "
` [PATCH 12/13] accel/ivpu: "
` [PATCH 13/13] accel/rocket: "

[PATCH net] vsock/virtio: Fix error code in virtio_transport_recv_listen()
 2025-12-11  8:38 UTC  (4+ messages)

[PATCH 00/14] tools/virtio: cleanups, fixes
 2025-12-11  7:22 UTC  (5+ messages)

[PATCH net-next V3] net: restore the iterator to its original state when an error occurs
 2025-12-11  6:32 UTC  (5+ messages)

[PATCH] drm/virtio: fix undefined behavior in capset shift calculation
 2025-12-11  4:58 UTC  (2+ messages)

[PATCH] drm/virtio: Allow importing prime buffers when 3D is enabled
 2025-12-11  3:51 UTC  (4+ messages)

[PATCH v3 01/10] crypto: virtio: Add spinlock protection with virtqueue notification
 2025-12-11  1:45 UTC  (15+ messages)
` [PATCH v3 02/10] crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req
` [PATCH v3 03/10] crypto: virtio: Replace package id with numa node id
` [PATCH v3 04/10] crypto: virtio: Add algo pointer in virtio_crypto_skcipher_ctx
` [PATCH v3 05/10] crypto: virtio: Use generic API aes_check_keylen()
` [PATCH v3 06/10] crypto: virtio: Remove AES specified marcro AES_BLOCK_SIZE
` [PATCH v3 07/10] crypto: virtio: Add req_data with structure virtio_crypto_sym_request
` [PATCH v3 08/10] crypto: virtio: Add IV buffer in "
` [PATCH v3 09/10] crypto: virtio: Add skcipher support without IV
` [PATCH v3 10/10] crypto: virtio: Add ecb aes algo support

[PATCH 1/1] virtio_balloon: do not set pr_dev_info.report unconditionally
 2025-12-10 19:10 UTC  (3+ messages)

[PATCH 2/2] tools: virtio: Fix no definition of dma_map_page_attrs
 2025-12-10 15:40 UTC  (4+ messages)
` [PATCH v2 "
    `  "

[PATCH net] vsock/virtio: cap TX credit to local buffer size
 2025-12-10 14:22 UTC  (3+ messages)

Bug#1054514: linux-image-6.1.0-13-amd64: Debian VM with qxl graphics freezes frequently
 2025-12-10 12:36 UTC  (2+ messages)

Bug#1054514: linux-image-6.1.0-13-amd64: Debian VM with qxl graphics freezes frequently
 2025-12-10  2:06 UTC 

[PATCH v3 01/10] crypto: virtio: Add spinlock protection with virtqueue notification
 2025-12-10  1:20 UTC  (14+ messages)
` [PATCH v3 02/10] crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req
` [PATCH v3 03/10] crypto: virtio: Replace package id with numa node id
` [PATCH v3 04/10] crypto: virtio: Add algo pointer in virtio_crypto_skcipher_ctx
` [PATCH v3 05/10] crypto: virtio: Use generic API aes_check_keylen()
` [PATCH v3 06/10] crypto: virtio: Remove AES specified marcro AES_BLOCK_SIZE
` [PATCH v3 07/10] crypto: virtio: Add req_data with structure virtio_crypto_sym_request
` [PATCH v3 08/10] crypto: virtio: Add IV buffer in "
` [PATCH v3 09/10] crypto: virtio: Add skcipher support without IV
` [PATCH v3 10/10] crypto: virtio: Add ecb aes algo support

[GIT PULL] __auto_type conversion for v6.19-rc1
 2025-12-09 20:40 UTC  (13+ messages)

[PATCH v2 1/1] virtio: add driver_override support
 2025-12-09 18:24 UTC  (7+ messages)

[PATCH 1/1] virtio: add driver_override support
 2025-12-09 15:12 UTC  (6+ messages)

[PATCH] vhost/vsock: improve RCU read sections around vhost_vsock_get()
 2025-12-09 13:05 UTC  (2+ messages)

[PATCH AUTOSEL 6.18-6.12] virtio_blk: NULL out vqs to avoid double free on failed resume
 2025-12-09  0:15 UTC 

[PATCH RFC] spi: virtio: Add [new,delete]_device sysfs interface
 2025-12-08 11:46 UTC  (2+ messages)

[syzbot] [net?] [virt?] BUG: sleeping function called from invalid context in __bpf_stream_push_str
 2025-12-08 11:21 UTC 

[PATCH] drm/bochs: avoid sign extension in video memory size
 2025-12-08 11:16 UTC 

[PATCH 0/3] virtio-gpu: Add user pointer and HSAKMT support enhancements
 2025-12-08  7:53 UTC  (2+ messages)

[PATCH v9 0/6] Add multiple address spaces support to VDUSE
 2025-12-08  2:58 UTC  (15+ messages)
` [PATCH v9 5/6] vduse: add vq group asid support

[PATCH RESEND] lib/group_cpus: make group CPU cluster aware
 2025-12-08  2:47 UTC  (10+ 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).