messages from 2022-07-26 07:19:02 to 2022-07-26 07:33:49 UTC [more...]
[Bug 14201] DFS mount does not pass context option to actual share mounts
2022-07-26 7:29 UTC
[PATCH v3 00/13] drm: bridge: Add Samsung MIPI DSIM bridge
2022-07-26 7:28 UTC (4+ messages)
` [PATCH v3 02/13] drm: bridge: Add Samsung DSIM bridge driver
[PATCH v12 00/13] fpga: zynqmp: Adding support of loading authenticated images
2022-07-26 7:32 UTC (15+ messages)
` [PATCH v12 01/13] fpga: add option for loading FPGA secure bitstreams
` [PATCH v12 02/13] fpga: xilinx: add missed identifier names
` [PATCH v12 03/13] fpga: xilinx: add bitstream flags to driver desc
` [PATCH v12 04/13] fpga: zynqmp: add str2flags call
` [PATCH v12 05/13] fpga: xilinx: pass compatible flags to xilinx_load()
` [PATCH v12 06/13] fpga: pass compatible flags to fpga_load()
` [PATCH v12 07/13] fpga: add fpga_compatible2flag
` [PATCH v12 08/13] spl: fit: pass real compatible flags to fpga_load()
` [PATCH v12 09/13] fpga: xilinx: pass compatible flags to load() callback
` [PATCH v12 10/13] fpga: zynqmp: reduce zynqmppl_load() code
` [PATCH v12 11/13] fpga: zynqmp: add bitstream compatible checking
` [PATCH v12 12/13] fpga: zynqmp: support loading authenticated images
[PATCH 01/20] drm/amd/display: Clean up some inconsistent indenting
2022-07-26 7:25 UTC (40+ messages)
` [PATCH 02/20] "
` [PATCH 03/20] "
` [PATCH 04/20] "
` [PATCH 05/20] "
` [PATCH 06/20] "
` [PATCH 07/20] "
` [PATCH 08/20] "
` [PATCH 09/20] "
` [PATCH 10/20] "
` [PATCH 11/20] "
` [PATCH 12/20] "
` [PATCH 13/20] "
` [PATCH 14/20] "
` [PATCH 15/20] "
` [PATCH 16/20] "
` [PATCH 17/20] "
` [PATCH 18/20] "
` [PATCH 19/20] "
` [PATCH 20/20] "
[net-next v2 2/3] net: ethernet: adi: Add ADIN1110 support
2022-07-26 7:27 UTC (2+ messages)
[PATCH v6 00/26] tcp: Initial support for RFC5925 auth option
2022-07-26 7:27 UTC (4+ messages)
` [PATCH v6 21/26] selftests: net/fcnal: Initial tcp_authopt support
Pre-computed similarity indexes
2022-07-26 7:27 UTC (2+ messages)
[Buildroot] [PATCH v3 1/1] package/pkg-meson: use meson to build/install packages
2022-07-26 7:31 UTC (5+ messages)
[PATCH v1 0/2] ECAP support on TI AM62x SoC
2022-07-26 7:25 UTC (3+ messages)
` [PATCH v1 1/2] iio: time: capture-tiecap: capture driver support for ECAP
` [PATCH v1 2/2] dt-binding: iio: time: add capture-tiecap.yaml
Why set .suppress_bind_attrs even though .remove() implemented?
2022-07-26 7:26 UTC (5+ messages)
[PATCH v3 20/32] drm/via: Add via_pll.c
2022-07-26 7:29 UTC (5+ messages)
` [PATCH v3 30/32] drm/via: Add Kconfig
` [PATCH v3 31/32] drm/via: Add Makefile
[igt-dev] [PATCH i-g-t] tests: Avoid the name "all"
2022-07-26 7:28 UTC
[PATCH v13 00/42] virtio pci support VIRTIO_F_RING_RESET
2022-07-26 7:22 UTC (129+ messages)
` [PATCH v13 01/42] virtio: record the maximum queue num supported by the device
` [PATCH v13 02/42] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v13 03/42] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v13 04/42] virtio_ring: extract the logic of freeing vring
` [PATCH v13 05/42] virtio_ring: split vring_virtqueue
` [PATCH v13 06/42] virtio_ring: introduce virtqueue_init()
` [PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol
` [PATCH v13 08/42] virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_split
` [PATCH v13 09/42] virtio_ring: split: introduce vring_free_split()
` [PATCH v13 10/42] virtio_ring: split: extract the logic of alloc queue
` [PATCH v13 11/42] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v13 12/42] virtio_ring: split: extract the logic of vring init
` [PATCH v13 13/42] virtio_ring: split: extract the logic of attach vring
` [PATCH v13 14/42] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v13 15/42] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v13 17/42] virtio_ring: packed: introduce vring_free_packed
` [PATCH v13 18/42] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v13 19/42] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v13 20/42] virtio_ring: packed: extract the logic of vring init
` [PATCH v13 21/42] virtio_ring: packed: extract the logic of attach vring
` [PATCH v13 22/42] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v13 23/42] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v13 24/42] virtio_ring: introduce virtqueue_resize()
` [PATCH v13 25/42] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v13 26/42] virtio: allow to unbreak/break virtqueue individually
` [PATCH v13 27/42] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v13 28/42] virtio_ring: struct virtqueue introduce reset
` [PATCH v13 29/42] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v13 30/42] virtio_pci: introduce helper to get/set queue reset
` [PATCH v13 31/42] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v13 32/42] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v13 33/42] virtio: find_vqs() add arg sizes
` [PATCH v13 34/42] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v13 35/42] virtio_mmio: "
` [PATCH v13 36/42] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v13 37/42] virtio_net: set the default max ring size by find_vqs()
` [PATCH v13 38/42] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v13 39/42] virtio_net: split free_unused_bufs()
` [PATCH v13 40/42] virtio_net: support rx queue resize
` [PATCH v13 41/42] virtio_net: support tx "
` [PATCH v13 42/42] virtio_net: support set_ringparam
[PATCH] fbdev: Make registered_fb[] private to fbmem.c
2022-07-26 7:22 UTC (3+ messages)
[PATCH 1/2] gpio: gpio-74x164: add support for CDx4HC4094
2022-07-26 7:23 UTC (7+ messages)
[Intel-gfx] [PATCH] drm/i915/dp: Check for Low voltage IO only for eDP
2022-07-26 7:23 UTC
[PATCH v2 00/32] New thermal OF code
2022-07-26 7:21 UTC (4+ messages)
` [PATCH v2 30/32] thermal/drivers/samsung: Switch to new of thermal API
[PATCH v3 00/32] OpenChrome DRM for Linux 5.20
2022-07-26 7:21 UTC (3+ messages)
` [PATCH v3 02/32] drm/via: Add via_3d_reg.h
[PATCH rdma-next v1 0/5] MR cache cleanup
2022-07-26 7:19 UTC (6+ messages)
` [PATCH rdma-next v1 1/5] RDMA/mlx5: Replace ent->lock with xa_lock
` [PATCH rdma-next v1 2/5] RDMA/mlx5: Replace cache list with Xarray
` [PATCH rdma-next v1 3/5] RDMA/mlx5: Store the number of in_use cache mkeys instead of total_mrs
` [PATCH rdma-next v1 4/5] RDMA/mlx5: Store in the cache mkeys instead of mrs
` [PATCH rdma-next v1 5/5] RDMA/mlx5: Rename the mkey cache variables and functions
[PATCH V2] PCI/ASPM: Save/restore L1SS Capability for suspend/resume
2022-07-26 7:20 UTC (4+ messages)
[PATCH v2] nvme: consider also host_iface when checking ip options
2022-07-26 7:18 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.