messages from 2022-04-18 09:04:44 to 2022-04-27 12:45:39 UTC [more...]
[PATCH 0/2] kernel: add new infrastructure for platform_has() support
2022-04-27 12:45 UTC (13+ messages)
` [PATCH 1/2] kernel: add platform_has() infrastructure
` [PATCH 2/2] virtio: replace arch_has_restricted_virtio_memory_access()
[PATCH V3 0/9] rework on the IRQ hardening of virtio
2022-04-27 9:27 UTC (34+ messages)
` [PATCH V3 1/9] virtio: use virtio_device_ready() in virtio_device_restore()
` [PATCH V3 2/9] virtio: use virtio_reset_device() when possible
` [PATCH V3 3/9] virtio: introduce config op to synchronize vring callbacks
` [PATCH V3 4/9] virtio-pci: implement synchronize_cbs()
` [PATCH V3 5/9] virtio-mmio: "
` [PATCH V3 6/9] virtio-ccw: "
` [PATCH V3 7/9] virtio: allow to unbreak virtqueue
` [PATCH V3 8/9] virtio: harden vring IRQ
` [PATCH V3 9/9] virtio: use WARN_ON() to warning illegal status value
[PATCH V2] vDPA/ifcvf: allow userspace to suspend a queue
2022-04-27 5:56 UTC
[PATCH] vDPA/ifcvf: fix uninitialized config_vector warning
2022-04-27 4:22 UTC
[PATCH v2 2/2] vdpa/vp_vdpa : add vdpa tool support in vp_vdpa
2022-04-27 4:05 UTC (2+ messages)
[PATCH v2 1/2] vdpa: add the check for id_table in struct vdpa_mgmt_dev
2022-04-27 4:03 UTC (2+ messages)
[PATCH v2] vduse: Fix NULL pointer dereference on sysfs access
2022-04-26 14:38 UTC (7+ messages)
[PATCH v4 0/8] Introduce akcipher service for virtio-crypto
2022-04-26 11:57 UTC (15+ messages)
` [PATCH v4 2/8] crypto-akcipher: Introduce akcipher types to qapi
` [PATCH v4 3/8] crypto: Introduce akcipher crypto class
` [PATCH v4 4/8] crypto: add ASN.1 decoder
` [PATCH v4 5/8] crypto: Implement RSA algorithm by hogweed
` [PATCH v4 6/8] crypto: Implement RSA algorithm by gcrypt
` [PATCH v4 7/8] tests/crypto: Add test suite for crypto akcipher
` PING: [PATCH v4 0/8] Introduce akcipher service for virtio-crypto
[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
2022-04-26 9:59 UTC (3+ messages)
[PATCH v4 0/5] virtio-crypto: Improve performance
2022-04-26 6:29 UTC (9+ messages)
` [PATCH v4 1/5] virtio-crypto: change code style
` "
` [PATCH v4 2/5] virtio-crypto: use private buffer for control request
` [PATCH v4 3/5] virtio-crypto: wait ctrl queue instead of busy polling
` [PATCH v4 4/5] virtio-crypto: adjust dst_len at ops callback
` [PATCH v4 5/5] virtio-crypto: enable retry for virtio-crypto-dev
[PATCH] vduse: Fix NULL pointer dereference on sysfs access
2022-04-26 6:31 UTC (2+ messages)
[proc/sysctl] 1dd38979b2: BUG:kernel_NULL_pointer_dereference,address
2022-04-26 4:24 UTC
fix and cleanup discard_alignment handling
2022-04-26 4:16 UTC (2+ messages)
[PATCH net v3] virtio_net: fix wrong buf address calculation when using xdp
2022-04-26 2:22 UTC (5+ messages)
[PATCH V2 03/11] perf/x86: Add support for TSC in nanoseconds as a perf event clock
2022-04-25 17:05 UTC (4+ messages)
[PATCH v2] drm/cirrus: fix a NULL vs IS_ERR() checks
2022-04-25 14:48 UTC
[PATCH 5.10.y] drm/cirrus: fix a NULL vs IS_ERR() checks
2022-04-25 10:36 UTC
[PATCH 1/4] virtio-blk: remove additional check in fast path
2022-04-22 14:56 UTC (5+ messages)
` [PATCH 2/4] virtio-blk: don't add a new line
` [PATCH 3/4] virtio-blk: avoid function call in the fast path
` [PATCH 4/4] virtio-blk: remove deprecated ida_simple_XXX()
` [PATCH 0/4] virtio-blk: small cleanup
network hangs after 'virtio: fix up virtio_disable_cb'
2022-04-24 23:05 UTC
[PATCH net] virtio_net: fix wrong buf address calculation when using xdp
2022-04-24 14:53 UTC (18+ messages)
` [PATCH net v2] "
[PATCH net-next] net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO
2022-04-24 13:46 UTC (4+ messages)
[PATCH v3 0/5] virtio-crypto: Improve performance
2022-04-24 10:42 UTC (13+ messages)
` [PATCH v3 1/5] virtio-crypto: use private buffer for control request
` "
` "
` [PATCH v3 2/5] virtio-crypto: wait ctrl queue instead of busy polling
` "
` [PATCH v3 3/5] virtio-crypto: move helpers into virtio_crypto_common.c
` [PATCH v3 4/5] virtio-crypto: adjust dst_len at ops callback
` [PATCH v3 5/5] virtio-crypto: enable retry for virtio-crypto-dev
[RFC PATCH 00/16] virtio_ring: resize support re-use the old buffers
2022-04-24 2:40 UTC (17+ messages)
` [RFC PATCH 01/16] virtio_ring: split: vring_unmap_one_split() get extra by arg
` [RFC PATCH 02/16] virtio_ring: split: introduce vring_virtqueue_detach_split()
` [RFC PATCH 03/16] virtio_ring: split: extract virtqueue_update_split()
` [RFC PATCH 04/16] virtio_ring: split: extract detach_from_vring_split()
` [RFC PATCH 05/16] virtio_ring: split: support copy from vring
` [RFC PATCH 06/16] virtio_ring: split: introduce vring_reuse_bufs_split()
` [RFC PATCH 07/16] virtio_ring: split: resize support re-use buffers
` [RFC PATCH 08/16] virtio_ring: packed: extract next_idx()
` [RFC PATCH 09/16] virtio_ring: packed: always update desc_extra
` [RFC PATCH 10/16] virtio_ring: packed: introduce vring_virtqueue_detach_packed()
` [RFC PATCH 11/16] virtio_ring: packed: extract virtqueue_update_packed()
` [RFC PATCH 12/16] virtio_ring: packed: extract detach_from_vring_packed()
` [RFC PATCH 13/16] virtio_ring: packed: support copy from vring
` [RFC PATCH 14/16] virtio_ring: packed: introduce vring_reuse_bufs_packed()
` [RFC PATCH 15/16] virtio_ring: packed: resize support re-use buffers
` [RFC PATCH 16/16] virtio_ring: virtqueue_resize() no longer call recycle() directly
[PATCH V1 4/6] dt-bindings: Add xen, dev-domid property description for xen-grant DMA ops
2022-04-22 23:00 UTC
[PATCH] drm/virtio: Add execbuf flag to request no fence-event
2022-04-22 21:06 UTC (3+ messages)
[PATCH v7 01/12] driver: platform: Add helper for safer setting of driver_override
2022-04-22 14:54 UTC (2+ messages)
` [PATCH v7 00/12] Fix broken usage of driver_override (and kfree of static memory)
[PATCH v1] vdpa/vp_vdpa : add vdpa tool support in vp_vdpa
2022-04-22 6:22 UTC (2+ messages)
[PATCH v3 1/4] PCI: Clean up pci_scan_slot()
2022-04-21 17:09 UTC
[PATCH 3/5] hv_sock: Add validation for untrusted Hyper-V values
2022-04-21 16:14 UTC (9+ messages)
` [PATCH 4/5] Drivers: hv: vmbus: Accept hv_sock offers in isolated guests
` [PATCH 5/5] Drivers: hv: vmbus: Refactor the ring-buffer iterator functions
` [PATCH 1/5] hv_sock: Check hv_pkt_iter_first_raw()'s return value
` [PATCH 2/5] hv_sock: Copy packets sent by Hyper-V out of the ring buffer
[PATCH] arm64: paravirt: Disable IRQs during stolen_time_cpu_down_prepare
2022-04-21 9:10 UTC (2+ messages)
[PATCH 1/3] sched/headers: Fix compilation error with GCC 12
2022-04-21 7:32 UTC (5+ messages)
[PATCH v2 0/4] virtio-crypto: Improve performance
2022-04-21 3:39 UTC (7+ messages)
` [PATCH v2 1/4] virtio-crypto: wait ctrl queue instead of busy polling
` "
` [PATCH v2 2/4] virtio-crypto: move helpers into virtio_crypto_common.c
` [PATCH v2 3/4] virtio-crypto: adjust dst_len at ops callback
` [PATCH v2 4/4] virtio-crypto: enable retry for virtio-crypto-dev
virtio-net: Unpermitted usage of virtqueue before virtio driver initialization
2022-04-21 2:47 UTC (9+ messages)
[PATCH v3 1/4] PCI: Clean up pci_scan_slot()
2022-04-21 2:14 UTC
[PATCH net 1/2] net/af_packet: adjust network header position for VLAN tagged packets
2022-04-20 13:12 UTC (7+ messages)
` [PATCH net 2/2] virtio_net: check L3 protocol for VLAN packets
use block_device based APIs in block layer consumers v3
2022-04-19 12:55 UTC (4+ messages)
` [PATCH 27/27] direct-io: remove random prefetches
[PATCH v4 09/15] drm/shmem-helper: Correct doc-comment of drm_gem_shmem_get_sg_table()
2022-04-19 7:22 UTC (3+ messages)
` [PATCH v4 10/15] drm/shmem-helper: Take reservation lock instead of drm_gem_shmem locks
` [PATCH v4 11/15] drm/shmem-helper: Add generic memory shrinker
[PATCH v2 2/2] vdpa/mlx5: Add support for reading descriptor statistics
2022-04-18 19:03 UTC
[PATCH 4.9 185/218] virtio_console: eliminate anonymous module_init & module_exit
2022-04-18 12:14 UTC
[PATCH 4.14 233/284] virtio_console: eliminate anonymous module_init & module_exit
2022-04-18 12:13 UTC
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).