All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-01 06:16:45 to 2022-08-01 07:02:54 UTC [more...]

[RFC PATCH 00/16] Introduce SCMI test driver and related Kselftest
 2022-08-01  7:01 UTC  (11+ messages)
` [RFC PATCH 14/16] firmware: arm_scmi: Add testing Voltage protocol support
` [RFC PATCH 15/16] selftests: arm64: Add initial SCMI testcases

[PATCH v1 1/3] macsec: add option to pass flag list to ip link add command
 2022-08-01  6:58 UTC  (3+ messages)
` [PATCH v1 3/3] macsec: add user manual description for extended packet number feature

[PATCH 0/2] staging: r8188eu: more error code cleanups
 2022-08-01  7:00 UTC  (5+ messages)
` [PATCH 2/2] staging: r8188eu: convert rtw_set_802_11_add_wep error code semantics

[PATCH] net: skb content must be visible for lockless skb_peek() and its variations
 2022-08-01  7:00 UTC  (3+ messages)

[PATCH v2] usb: dwc3: qcom: Provide stubs for dwc3_qcom_read_usb2_speed function
 2022-08-01  7:00 UTC 

[virtio-dev] [PATCH] virtio_net: support split header
 2022-08-01  6:59 UTC 

[PATCH v12 00/30] v4l: routing and streams support
 2022-08-01  6:59 UTC  (5+ messages)
` [PATCH v12 15/30] media: subdev: add v4l2_subdev_set_routing helper()

[PATCH] engines: add engine for directory create
 2022-08-01  6:58 UTC  (3+ messages)

[dunfell][PATCH] grub2: Fix several security issue of integer underflow
 2022-08-01  6:58 UTC 

[PATCH v1] ioengines: merge filecreate, filestat, filedelete engines to fileoperations.c
 2022-08-01  6:57 UTC 

os-release change - build failure #bitbake #os-release
 2022-08-01  6:56 UTC 

[net-next PATCH] octeontx2-pf: Use only non-isolated cpus in irq affinity
 2022-08-01  6:55 UTC  (4+ messages)

[PATCH v11 0/8] mm/demotion: Memory tiers and demotion
 2022-08-01  6:55 UTC  (10+ messages)
` [PATCH v11 4/8] mm/demotion/dax/kmem: Set node's abstract distance to MEMTIER_ADISTANCE_PMEM

[PATCH 1/2] eventdev/eth_tx: add spinlock for adapter start/stop
 2022-08-01  6:54 UTC  (4+ messages)
` [PATCH 2/2] eventdev/eth_tx: fix adapter stop

[PATCH v4 0/7] NIC vhost-vdpa state restore via Shadow CVQ
 2022-08-01  6:42 UTC  (4+ messages)
` [PATCH v4 3/7] vdpa: Make vhost_vdpa_net_cvq_map_elem accept any out sg

[PATCH v2] memblock test: Add test to memblock_add() 129th region
 2022-08-01  6:48 UTC 

[PATCH v6 00/13] Add MediaTek MT6370 PMIC support
 2022-08-01  6:47 UTC  (4+ messages)
` [PATCH v6 05/13] dt-bindings: backlight: Add MediaTek MT6370 backlight

[PATCH v3 0/2] MediaTek pinctrl patch on mt8188
 2022-08-01  6:16 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: pinctrl: mediatek: add support for mt8188

drivers/net/dsa/ocelot/seville_vsc9953.c:1107:34: warning: 'seville_of_match' defined but not used
 2022-08-01  6:46 UTC 

[PATCH] Input: HID-rmi - ignore to rmi_hid_read_block after system resumes
 2022-08-01  6:46 UTC 

[PATCH v4 0/2] i2c: Add new driver for Renesas RZ/V2M controller
 2022-08-01  6:46 UTC  (4+ messages)
` [PATCH v4 2/2] i2c: Add "

[PATCH net-next V3 0/6] mlx5e use TLS TX pool to improve connection rate
 2022-08-01  6:46 UTC  (4+ messages)
` [PATCH net-next V3 2/6] net/tls: Multi-threaded calls to TX tls_dev_del

[PATCH] Input: synaptics-rmi4 - add support for F03
 2022-08-01  6:47 UTC 

[PATCH] [Draft]: media: videobuf2-dma-heap: add a vendor defined memory runtine
 2022-08-01  6:44 UTC  (3+ messages)

[PATCH v2 1/1] media: atomisp_gmin_platform: Switch to use acpi_evaluate_dsm_typed()
 2022-08-01  6:45 UTC  (2+ messages)

Regarding Virtual address split for a specific process
 2022-08-01  6:45 UTC 

[PATCH v1 1/1] media: atomisp_gmin_platform: Unexport and split camera_sensor_csi()
 2022-08-01  6:45 UTC  (2+ messages)

[Qemu-devel] [Bug 1180923] [NEW] unused memory filled with 0x00 instead of 0xFF
 2022-08-01  6:30 UTC  (6+ messages)
` [Bug 1180923] "

[PATCH v14 00/42] virtio pci support VIRTIO_F_RING_RESET
 2022-08-01  6:39 UTC  (129+ messages)
` [PATCH v14 01/42] virtio: record the maximum queue num supported by the device
` [PATCH v14 02/42] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v14 03/42] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v14 04/42] virtio_ring: extract the logic of freeing vring
` [PATCH v14 05/42] virtio_ring: split vring_virtqueue
` [PATCH v14 06/42] virtio_ring: introduce virtqueue_init()
` [PATCH v14 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol
` [PATCH v14 08/42] virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_split
` [PATCH v14 09/42] virtio_ring: split: introduce vring_free_split()
` [PATCH v14 10/42] virtio_ring: split: extract the logic of alloc queue
` [PATCH v14 11/42] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v14 12/42] virtio_ring: split: extract the logic of vring init
` [PATCH v14 13/42] virtio_ring: split: extract the logic of attach vring
` [PATCH v14 14/42] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v14 15/42] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v14 16/42] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v14 17/42] virtio_ring: packed: introduce vring_free_packed
` [PATCH v14 18/42] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v14 19/42] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v14 20/42] virtio_ring: packed: extract the logic of vring init
` [PATCH v14 21/42] virtio_ring: packed: extract the logic of attach vring
` [PATCH v14 22/42] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v14 23/42] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v14 24/42] virtio_ring: introduce virtqueue_resize()
` [PATCH v14 25/42] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v14 26/42] virtio: allow to unbreak/break virtqueue individually
` [PATCH v14 27/42] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v14 28/42] virtio_ring: struct virtqueue introduce reset
` [PATCH v14 29/42] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset
` [PATCH v14 31/42] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v14 32/42] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v14 33/42] virtio: find_vqs() add arg sizes
` [PATCH v14 34/42] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v14 35/42] virtio_mmio: "
` [PATCH v14 36/42] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v14 37/42] virtio_net: set the default max ring size by find_vqs()
` [PATCH v14 38/42] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v14 39/42] virtio_net: split free_unused_bufs()
` [PATCH v14 40/42] virtio_net: support rx queue resize
` [PATCH v14 41/42] virtio_net: support tx "
` [PATCH v14 42/42] virtio_net: support set_ringparam

[PATCH linux-next] macintosh:adb:recordmcount:use !E in conditional statements
 2022-08-01  6:36 UTC  (3+ messages)

[PATCH] RDMA/ib_srpt: unify checking rdma_cm_id condition in srpt_cm_req_recv()
 2022-08-01  6:43 UTC 

[PATCH v2] ASoC: amd: acp: Modify dai_id macros to be more generic
 2022-08-01  6:34 UTC  (2+ messages)

[PATCH 3/7] spi: realtek-rtl: allow use of chip-select other than CS0
 2022-08-01  6:32 UTC 

FAILED: patch "[PATCH] mm/hugetlb: separate path for hwpoison entry in" failed to apply to 5.18-stable tree
 2022-08-01  6:29 UTC  (2+ messages)

[WIP PATCH][CIFS] move legacy cifs (smb1) code to legacy ifdef and do not include in build when legacy disabled
 2022-08-01  6:28 UTC 

[PATCH v13 00/42] virtio pci support VIRTIO_F_RING_RESET
 2022-08-01  6:27 UTC  (15+ messages)
` [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split()

[PATCH V3 0/6] ifcvf/vDPA: support query device config space through netlink
 2022-08-01  6:25 UTC  (12+ messages)
` [PATCH V3 6/6] vDPA: fix 'cast to restricted le16' warnings in vdpa.c

[PATCH 7/7] spi: realtek-rtl: update devicetree documentation
 2022-08-01  6:22 UTC 

[PATCH v3 3/3] mm/slub: extend redzone check to cover extra allocated kmalloc space than requested
 2022-08-01  6:21 UTC  (5+ messages)
` [mm/slub] 3616799128: BUG_kmalloc-#(Not_tainted):kmalloc_Redzone_overwritten

imx8mm lcdif->dsi->adv7535 no video, no errors
 2022-08-01  6:19 UTC  (3+ messages)

[PATCH 6/7] spi: realtek-rtl: add support to configure bus speed
 2022-08-01  6:21 UTC 

[PATCH 5/7] spi: realtek-rtl: set transfer mode in, transfer_one_message()
 2022-08-01  6:21 UTC 

[PATCH RESEND] chardev: fix error handling in cdev_device_add()
 2022-08-01  6:20 UTC  (4+ messages)

[PATCH 4/7] spi: realtek-rtl: add parallel IO suppport
 2022-08-01  6:19 UTC 

Subject: [PATCH 3/7] spi: realtek-rtl: allow use of chip-select other than CS0
 2022-08-01  6:18 UTC 

[PATCH] ipmi:smbus: Add a check around a memcpy
 2022-08-01  6:15 UTC  (2+ messages)

[PATCH 2/7] spi: realtek-rtl: set device capability flags
 2022-08-01  6:18 UTC 

[PATCH 1/7] spi: realteak-rtl: Add support for RTL93xx SoCs
 2022-08-01  6:17 UTC 

[dpdk-dev] [PATCH 1/3] common/cnxk: fix printing disabled MKEX registers
 2022-08-01  6:16 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/3] common/cnxk: print counters along with flow dump
` [dpdk-dev] [PATCH 3/3] common/cnxk: update MKEX capability flags


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.