messages from 2025-12-02 12:46:32 to 2025-12-05 07:20:37 UTC [more...]
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2025-12-05 7:18 UTC (24+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
[PATCH v2] media: i2c: ov5647: use our own mutex for the ctrl lock
2025-12-05 7:19 UTC
[PATCH v4 0/3] Fix concurrency issues between G1 and G2 on
2025-12-05 1:54 UTC (4+ messages)
` [PATCH v4 1/3] media: v4l2-mem2mem: Add a kref to the v4l2_m2m_dev structure
` [PATCH v4 2/3] pmdomain: imx8m-blk-ctrl: Remove separate rst and clk mask for 8mq vpu
` [PATCH v4 3/3] media: verisilicon: Avoid G2 bus error while decoding H.264 and HEVC
[PATCH v3 1/3] media: v4l2-mem2mem: Add a kref to the v4l2_m2m_dev structure
2025-12-05 0:05 UTC (9+ messages)
` [PATCH v3 2/3] pmdomain: imx8m-blk-ctrl: Remove separate rst and clk mask for 8mq vpu
` [PATCH v3 3/3] media: verisilicon: Avoid G2 bus error while decoding H.264 and HEVC
[RFC v2 00/11] Add dmabuf read/write via io_uring
2025-12-04 19:07 UTC (21+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
` [RFC v2 02/11] iov_iter: introduce iter type for pre-registered dma
` [RFC v2 03/11] block: move around bio flagging helpers
` [RFC v2 04/11] block: introduce dma token backed bio type
` [RFC v2 05/11] block: add infra to handle dmabuf tokens
` [RFC v2 06/11] nvme-pci: add support for dmabuf reggistration
` [RFC v2 07/11] nvme-pci: implement dma_token backed requests
[GIT PULL for v6.19] media updates
2025-12-04 17:30 UTC (2+ messages)
[PATCH bpf 1/2] bpf: Fix truncated dmabuf iterator reads
2025-12-04 16:44 UTC (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add test for truncated dmabuf_iter reads
[PATCH WIP v2 0/8] media: camss: Add support for C-PHY configuration on Qualcomm platforms
2025-12-04 16:32 UTC (9+ messages)
` [PATCH WIP v2 1/8] media: qcom: camss: csiphy: Introduce PHY configuration
` [PATCH WIP v2 2/8] media: qcom: camss: csiphy-3ph: Use odd bits for configuring C-PHY lanes
` [PATCH WIP v2 3/8] media: qcom: camss: Prepare CSID for C-PHY support
` [PATCH WIP v2 4/8] media: qcom: camss: Initialize lanes after lane configuration is available
` [PATCH WIP v2 5/8] media: qcom: camss: csiphy-3ph: Add Gen2 v1.1 MIPI CSI-2 CPHY init
` [PATCH WIP v2 6/8] media: qcom: camss: csiphy-3ph: Add Gen2 v1.2.1 MIPI CSI-2 C-PHY init
` [PATCH WIP v2 7/8] media: qcom: camss: csiphy-3ph: C-PHY needs own lane configuration
` [PATCH WIP v2 8/8] media: qcom: camss: Account for C-PHY when calculating link frequency
[PATCH 1/2] dma-buf: improve sg_table debugging hack v2
2025-12-04 15:51 UTC (3+ messages)
` [PATCH 2/2] dma-buf: enable DMABUF_DEBUG by default on DEBUG kernels
[PATCH 0/6] dma-fence: Remove return code of dma_fence_signal() et al
2025-12-04 14:10 UTC (28+ messages)
` [PATCH v2 1/8] dma-buf/dma-fence: Add dma_fence_test_signaled_flag()
` [PATCH v2 2/8] dma-buf/dma-fence: Add dma_fence_check_and_signal()
` [PATCH v2 3/8] amd/amdkfd: Use dma_fence_check_and_signal()
` [PATCH v2 4/8] drm/xe: Use dma_fence_check_and_signal_locked()
` [PATCH v2 5/8] dma-buf: Don't misuse dma_fence_signal()
` [PATCH v2 6/8] drm/ttm: Use dma_fence_check_and_signal()
` [PATCH v2 7/8] dma-buf/dma-fence: Remove return code of signaling-functions
` [PATCH v2 8/8] drm/xe: Use dma_fence_test_signaled_flag()
[PATCH] media: i2c: ov5647: use our own mutex for the ctrl lock
2025-12-04 10:57 UTC (3+ messages)
[linuxtv-media-pending:next] BUILD SUCCESS f7231cff1f3ff8259bef02dc4999bc132abf29cf
2025-12-04 9:46 UTC
[PATCH v2 0/3] media: wave5: Fix critical issues in driver remove path
2025-12-04 9:41 UTC (4+ messages)
` [PATCH v2 1/3] media: wave5: Fix PM runtime usage count underflow
` [PATCH v2 2/3] media: wave5: Fix kthread worker destruction in polling mode
` [PATCH v2 3/3] media: wave5: Fix device cleanup order to prevent kernel panic
[PATCH] driver/media: add 'com.useeplus.protocol' USB camera V4L2 driver
2025-12-04 9:16 UTC (2+ messages)
[PATCH v2] media: qcom: camss: csid-340: Fix unused variables
2025-12-04 9:03 UTC
[PATCH v4 0/2] media: i2c: add Samsung S5KJN1 image sensor device driver
2025-12-04 4:11 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: media: i2c: Add Samsung S5KJN1 image sensor
` [PATCH v4 2/2] media: i2c: add Samsung S5KJN1 image sensor device driver
[PATCH 0/4] media: qcom: iris: encoder feature enhancements batch2
2025-12-04 2:21 UTC (9+ messages)
` [PATCH 1/4] media: qcom: iris: Add intra refresh support for gen1 encoder
` [PATCH 2/4] media: qcom: iris: Add Long-Term Reference support for encoder
` [PATCH 3/4] media: qcom: iris: Add B frames "
[PATCH 0/7] media: qcom: camss: Add SM8750 support
2025-12-04 1:31 UTC (6+ messages)
` [PATCH 1/7] dt-bindings: i2c: qcom-cci: Document SM8750 compatible
` [PATCH 2/7] media: dt-bindings: Add CAMSS device for SM8750
[PATCH] media: qcom: camss: csid-340: Fix unused variables
2025-12-04 0:23 UTC (2+ messages)
[PATCH RESEND] media: camss: csiphy: Make CSIPHY status macro cross-platform
2025-12-04 0:19 UTC (6+ messages)
[PATCH 0/2] media: nxp: Add CSI Pixel Formatter support
2025-12-03 21:45 UTC (7+ messages)
` [PATCH 1/2] media: dt-bindings: Add CSI Pixel Formatter DT bindings
` [PATCH 2/2] media: nxp: Add i.MX9 CSI pixel formatter v4l2 driver
` [PATCH 2/2] media: nxp: Add i.MX9 CSI pixel formatter v4l2 drivery
[PATCH 1/1] MAINTAINERS: Promote Frank Li as i.MX7/8 media maintainer
2025-12-03 21:46 UTC (2+ messages)
[PATCH 0/4] media: platform: nxp: Trivial cleanup pathces
2025-12-03 21:31 UTC (5+ messages)
` [PATCH 4/4] media: nxp: use cleanup __free(fwnode_handle) simplify code
[PATCH v2 00/22] media: platform: rga: Add RGA3 support
2025-12-03 21:21 UTC (25+ messages)
` [PATCH v2 01/22] media: dt-bindings: media: rockchip-rga: add rockchip,rk3588-rga3
` [PATCH v2 02/22] media: v4l2-common: add has_alpha to v4l2_format_info
` [PATCH v2 03/22] media: v4l2-common: add v4l2_fill_pixfmt_mp_aligned helper
` [PATCH v2 04/22] media: rockchip: rga: use clk_bulk api
` [PATCH v2 05/22] media: rockchip: rga: use stride for offset calculation
` [PATCH v2 06/22] media: rockchip: rga: remove redundant rga_frame variables
` [PATCH v2 07/22] media: rockchip: rga: move hw specific parts to a dedicated struct
` [PATCH v2 08/22] media: rockchip: rga: move cmdbuf to rga_ctx
` [PATCH v2 09/22] media: rockchip: rga: align stride to 4 bytes
` [PATCH v2 10/22] media: rockchip: rga: prepare cmdbuf on streamon
` [PATCH v2 11/22] media: rockchip: rga: check scaling factor
` [PATCH v2 12/22] media: rockchip: rga: use card type to specify rga type
` [PATCH v2 13/22] media: rockchip: rga: change offset to dma_addresses
` [PATCH v2 14/22] media: rockchip: rga: support external iommus
` [PATCH v2 15/22] media: rockchip: rga: share the interrupt when an external iommu is used
` [PATCH v2 16/22] media: rockchip: rga: remove size from rga_frame
` [PATCH v2 17/22] media: rockchip: rga: remove stride "
` [PATCH v2 18/22] media: rockchip: rga: move rga_fmt to rga-hw.h
` [PATCH v2 19/22] media: rockchip: rga: add feature flags
` [PATCH v2 20/22] media: rockchip: rga: disable multi-core support
` [PATCH v2 21/22] media: rockchip: rga: add rga3 support
` [PATCH v2 22/22] arm64: dts: rockchip: add rga3 dt nodes
[PATCH v4 0/5] media: imx8qxp: add parallel camera support
2025-12-03 21:01 UTC (13+ messages)
[PATCH 00/16] media: platform: rga: Add RGA3 support
2025-12-03 18:17 UTC (8+ messages)
` [PATCH 03/16] media: rockchip: rga: align stride to 16 bytes
` [PATCH 16/16] media: rockchip: rga: add rga3 support
[PATCH 0/3] media: wave5: Fix critical issues in driver remove path
2025-12-03 18:10 UTC (5+ messages)
` [PATCH 1/3] media: wave5: Fix PM runtime usage count underflow
` [PATCH 2/3] media: wave5: Fix kthread worker destruction in polling mode
` [PATCH 3/3] media: wave5: Fix device cleanup order to prevent kernel panic
[PATCH 0/3] media: Fix CI warnings for 6.19
2025-12-03 13:17 UTC (7+ messages)
` [PATCH 1/3] media: uapi: c3-isp: Fix documentation warning
` [PATCH 2/3] media: iris: Document difference in size during allocation
` [PATCH 3/3] media: iris: Fix fps calculation
[PATCHv6 0/3] docs: media: multicommitters model documentation
2025-12-03 12:27 UTC (5+ messages)
` [PATCHv6 1/3] docs: media: update maintainer-entry-profile for multi-committers
[PATCH] media: rzg2l-cru: Replace usleep_range with udelay
2025-12-03 10:55 UTC (4+ messages)
[PATCH v3 0/4] Add QRB2210 RB1 vision mezzanine/kit support
2025-12-03 10:00 UTC (4+ messages)
` [PATCH v3 1/4] media: i2c: ov9282: Fix reset-gpio logical state
[PATCH v5] staging: most: video: prevent probes during component exit
2025-12-03 9:31 UTC (4+ messages)
[PATCH v3 0/3] media: i2c: lc898217xc: initial driver
2025-12-03 9:21 UTC (4+ messages)
` [PATCH v3 2/3] media: i2c: Add driver for LC898217XC VCM
[PATCH v1] media: videobuf2: Allow applications customize data offsets of capture buffers
2025-12-03 8:28 UTC (3+ messages)
[PATCH v6 0/7] Add AMD ISP4 driver
2025-12-03 8:19 UTC (5+ messages)
[PATCH v2 00/16] media: i2c: Miscellaneous features and fixes for OV5647
2025-12-03 6:47 UTC (7+ messages)
` [PATCH v2 09/16] media: i2c: ov5647: Support HFLIP and VFLIP
` [PATCH v2 16/16] media: i2c: ov5647: Add V4L2_CID_LINK_FREQUENCY control
[PATCH v2 0/2] media: i2c: Add Samsung S5K3M5 13MP camera sensor driver
2025-12-03 4:02 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: media: i2c: Add Samsung S5K3M5 image sensor
` [PATCH v2 2/2] media: i2c: Add Samsung S5K3M5 13MP camera sensor driver
[PATCH v8 0/5] Enable support for AV1 stateful decoder
2025-12-02 23:03 UTC (6+ messages)
` [PATCH v8 1/5] media: uapi: videodev2: Add "
` [PATCH v8 2/5] media: v4l2: Add description for V4L2_PIX_FMT_AV1 in v4l_fill_fmtdesc()
` [PATCH v8 3/5] media: iris: Add support for AV1 format in iris decoder
` [PATCH v8 4/5] media: iris: Define AV1-specific platform capabilities and properties
` [PATCH v8 5/5] media: iris: Add internal buffer calculation for AV1 decoder
[PATCH v6 2/8] rust: helpers: Add bindings/wrappers for dma_resv_lock
2025-12-02 22:03 UTC (2+ messages)
` [PATCH v6 3/8] rust: drm: gem: Add raw_dma_resv() function
[PATCH v2 1/2] pmdomain: imx8m-blk-ctrl: Remove separate rst and clk mask for 8mq vpu
2025-12-02 20:57 UTC (6+ messages)
` [PATCH v2 2/2] media: verisilicon: Avoid G2 bus error while decoding H.264 and HEVC
[PATCH v4 0/2] media: i2c: Add ON Semiconductor AP1302 ISP driver
2025-12-02 20:42 UTC (3+ messages)
[PATCH] staging: media: imx: fix style issues
2025-12-02 16:14 UTC
[PATCH v6 0/2] media: add Himax HM1246 image sensor
2025-12-02 15:26 UTC (3+ messages)
` [PATCH v6 1/2] media: dt-bindings: i2c: "
` [PATCH v6 2/2] media: i2c: add Himax HM1246 image sensor driver
[PATCH RFC] mm/vmap: map contiguous pages in batches whenever possible
2025-12-02 14:03 UTC (6+ messages)
[PATCH v6 0/3] Add CCI and imx577 sensor support for monaco evk
2025-12-02 13:59 UTC (3+ messages)
` [PATCH v6 2/3] arm64: dts: qcom: qcs8300: Add CCI definitions
[PATCH 0/4] Rust GPUVM support
2025-12-02 13:42 UTC (5+ messages)
` [PATCH 4/4] rust: drm: add GPUVM immediate mode abstraction
[PATCH] media: imagination: Fix value clamping in calculate_qp_tables
2025-12-02 12:45 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).