All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-24 02:50:56 to 2022-06-24 03:16:28 UTC [more...]

[PATCH v14 00/15] drm/mediatek: Add MT8195 dp_intf driver
 2022-06-24  3:09 UTC  (33+ messages)
` [PATCH v14 01/15] dt-bindings: mediatek,dpi: Add DP_INTF compatible
` [PATCH v14 02/15] dt-bindings: mediatek,dpi: Revise mediatek strings to correct format
  ` [PATCH v14 02/15] dt-bindings: mediatek, dpi: "
` [PATCH v14 03/15] drm/mediatek: dpi: Add kernel document for struct mtk_dpi_conf
` [PATCH v14 04/15] drm/mediatek: dpi: Add support for quantization range
` [PATCH v14 05/15] drm/mediatek: dpi: implement a CK/DE pol toggle in SoC config
` [PATCH v14 06/15] drm/mediatek: dpi: implement a swap_input "
` [PATCH v14 07/15] drm/mediatek: dpi: move dimension mask to "
` [PATCH v14 08/15] drm/mediatek: dpi: move hvsize_mask "
` [PATCH v14 09/15] drm/mediatek: dpi: move swap_shift "
` [PATCH v14 10/15] drm/mediatek: dpi: move the yuv422_en_bit "
` [PATCH v14 11/15] drm/mediatek: dpi: move the csc_enable bit "
` [PATCH v14 12/15] drm/mediatek: dpi: Add YUV422 output support
` [PATCH v14 13/15] drm/mediatek: dpi: add config to support direct connection to dpi panels
` [PATCH v14 14/15] drm/mediatek: dpi: Add dp_intf support
` [PATCH v14 15/15] drm/mediatek: dpi: Only enable dpi after the bridge is enabled

[PATCH v20 00/13] Add LoongArch linux-user emulation support
 2022-06-24  3:10 UTC  (7+ messages)
` [PATCH v20 01/13] linux-user: Add LoongArch generic header files
` [PATCH v20 02/13] linux-user: Add LoongArch signal support
` [PATCH v20 05/13] linux-user: Add LoongArch cpu_loop support
` [PATCH v20 06/13] scripts: add loongarch64 binfmt config
` [PATCH v20 07/13] target/loongarch: remove badaddr from CPULoongArch
` [PATCH v20 08/13] target/loongarch: Fix missing update CSR_BADV

What's cooking in git.git (Jun 2022, #07; Wed, 22)
 2022-06-24  3:12 UTC  (2+ messages)
` gc/submodule-update (was Re: What's cooking in git.git (Jun 2022, #07; Wed, 22))

[PATCH 5.15 0/9] 5.15.50-rc1 review
 2022-06-24  3:12 UTC  (2+ messages)

[PATCH] arm64: dts: altera: socfpga_stratix10: move clocks out of soc node
 2022-06-24  3:10 UTC  (2+ messages)

[PATCH] powerpc: dts: Add DTS file for CZ.NIC Turris 1.x routers
 2022-06-24  3:08 UTC  (3+ messages)

[PATCH V1] x86/cstate: Add Zhaoxin/Centaur ACPI Cx FFH MWAIT support
 2022-06-24  3:05 UTC  (3+ messages)

[PATCH] updwtmp.3: Add #define GNU_SOURCE for updwtmpx
 2022-06-24  2:59 UTC 

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

[PATCH v3 00/12] preparation for the rte_flow offload of nfp PMD
 2022-06-24  2:54 UTC  (13+ messages)
` [PATCH v3 01/12] net/nfp: move app specific attributes to own struct
` [PATCH v3 02/12] net/nfp: simplify initialization and remove dead code
` [PATCH v3 03/12] net/nfp: move app specific init logic to own function
` [PATCH v3 04/12] net/nfp: add initial flower firmware support
` [PATCH v3 05/12] net/nfp: add flower PF setup and mempool init logic
` [PATCH v3 06/12] net/nfp: add flower PF related routines
` [PATCH v3 07/12] net/nfp: add flower ctrl VNIC related logics
` [PATCH v3 08/12] net/nfp: move common rxtx function for flower use
` [PATCH v3 09/12] net/nfp: add flower ctrl VNIC rxtx logic
` [PATCH v3 10/12] net/nfp: add flower representor framework
` [PATCH v3 11/12] net/nfp: move rxtx function to header file
` [PATCH v3 12/12] net/nfp: add flower PF rxtx logic

[PATCH v2] KVM: selftest: Enhance handling WRMSR ICR register in x2APIC mode
 2022-06-24  2:55 UTC  (4+ messages)

[PATCH 0/7] migrate_pages(): fix several bugs in error path
 2022-06-24  2:53 UTC  (6+ messages)
` [PATCH 1/7] migrate: fix syscall move_pages() return value for failure
` [PATCH 2/7] migrate_pages(): remove unnecessary list_safe_reset_next()
` [PATCH 3/7] migrate_pages(): fix THP failure counting for -ENOMEM
` [PATCH 4/7] migrate_pages(): fix failure counting for THP subpages retrying
` [PATCH 5/7] migrate_pages(): fix failure counting for THP on -ENOSYS

[usb:usb-linus] BUILD SUCCESS 8ffdc53a60049f3930afe161dc51c67959c8d83d
 2022-06-24  2:52 UTC 

[linux-next:master 4204/5575] arch/powerpc/kernel/interrupt.c:542:55: error: suggest braces around empty body in an 'if' statement
 2022-06-24  2:52 UTC  (3+ messages)

[PATCH 0/5] aspeed: Add to CI
 2022-06-24  2:50 UTC  (5+ messages)
` [PATCH 2/5] config/ast2600: Make position independent
` [PATCH 3/5] config/ast2600: Disable hash hardware accel
` [PATCH 4/5] ast2600: Configure u-boot-with-spl.bin target
` [PATCH 5/5] CI: Add Aspeed AST2600


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.