messages from 2025-08-02 09:24:56 to 2025-08-13 10:01:44 UTC [more...]
[PATCH net-next 0/7] net: Convert to skb_dst_reset and skb_dst_restore
2025-08-13 10:01 UTC (11+ messages)
` [PATCH net-next 1/7] net: Add "
` [PATCH net-next 2/7] xfrm: Switch to skb_dst_reset to clear dst_entry
` [PATCH net-next 3/7] netfilter: "
` [PATCH net-next 4/7] net: Switch to skb_dst_reset/skb_dst_restore for ip_route_input callers
` [PATCH net-next 5/7] staging: octeon: Convert to skb_dst_drop
` [PATCH net-next 6/7] chtls: Convert to skb_dst_reset
` [PATCH net-next 7/7] net: Add skb_dst_check_unset
` [syzbot ci] Re: net: Convert to skb_dst_reset and skb_dst_restore
[PATCH] staging: vc04_services/vchiq-mmal: fix typos in comments
2025-08-12 1:56 UTC
[PATCH] media: rkvdec: Fix a NULL vs IS_ERR() bug in probe()
2025-08-11 14:20 UTC (2+ messages)
[PATCH 64/80] media: rkvdec: Remove redundant pm_runtime_mark_last_busy() calls
2025-08-11 13:48 UTC (2+ messages)
[PATCH v2 1/2] staging: axis-fifo: remove unnecessary dev_set_drvdata() calls
2025-08-11 8:54 UTC (2+ messages)
` [PATCH v2 2/2] staging: axis-fifo: use unique identifiers in device names
[PATCH 01/11] staging: rtl8723bs: Rename camelCase variables to snake_case
2025-08-11 7:30 UTC (11+ messages)
` [PATCH 02/11] staging: rtl8723bs: Reformat code to respect 100-column line limit
` [PATCH 03/11] staging: rtl8723bs: Remove empty line
` [PATCH 04/11] staging: rtl8723bs: Fix the line end with ( issue
` [PATCH 05/11] staging: rtl8723bs: Rmove unnecessary parentheses around the statement
` [PATCH 06/11] staging: rtl8723bs: Remove redundant comparison to true and false
` [PATCH 07/11] staging: rtl8723bs: Add spaces around binary operators
` [PATCH 08/11] staging: rtl8723bs: Enforce alignment match open parenthesis
` [PATCH 09/11] staging: rtl8723bs: Rename camelCaseVar to snake_case_var
[PATCH 0/2] staging: rtl8723bs: rtw_security cleanups
2025-08-11 7:09 UTC (3+ messages)
` [PATCH 1/2] staging: rtl8723bs: use crypto_xor_cpy
` [PATCH 2/2] staging: rtl8723bs: remove unnecessary forward declarations
[PATCH] staging: rtl8723bs: refactor code for style compliance
2025-08-11 6:48 UTC (3+ messages)
[PATCH 1/2] staging: axis-fifo: remove unnecessary dev_set_drvdata() calls
2025-08-10 14:41 UTC (3+ messages)
` [PATCH 2/2] staging: axis-fifo: use unique identifiers in device names
[PATCH] staging: rtl8723bs: refactor code for style compliance
2025-08-10 6:56 UTC (2+ messages)
[PATCH v3 00/76] media: Rationalise usage of v4l2_fh
2025-08-10 1:30 UTC (9+ messages)
` [PATCH v3 07/76] media: staging: most: Store v4l2_fh pointer in file->private_data
` [PATCH v3 09/76] media: Replace file->private_data access with file_to_v4l2_fh()
` [PATCH v3 11/76] media: Replace file->private_data access with custom functions
` [PATCH v3 26/76] media: Set file->private_data in v4l2_fh_add()
` [PATCH v3 27/76] media: Reset file->private_data to NULL in v4l2_fh_del()
` [PATCH v3 29/76] media: staging: ipu7: isys: Don't set V4L2_FL_USES_V4L2_FH manually
` [PATCH v3 68/76] media: staging: imx: Access v4l2_fh from file
` [PATCH v3 76/76] media: staging: Rename second ioctl handlers argument to 'void *priv'
[PATCH v2 00/76] media: Rationalise usage of v4l2_fh
2025-08-09 21:16 UTC (9+ messages)
` [PATCH v2 07/76] media: staging: most: Store v4l2_fh pointer in file->private_data
` [PATCH v2 09/76] media: Replace file->private_data access with file_to_v4l2_fh()
` [PATCH v2 11/76] media: Replace file->private_data access with custom functions
` [PATCH v2 26/76] media: Set file->private_data in v4l2_fh_add()
` [PATCH v2 27/76] media: Reset file->private_data to NULL in v4l2_fh_del()
` [PATCH v2 29/76] media: staging: ipu7: isys: Don't set V4L2_FL_USES_V4L2_FH manually
` [PATCH v2 68/76] media: staging: imx: Access v4l2_fh from file
` [PATCH v2 76/76] media: staging: Rename second ioctl handlers argument to 'void *priv'
[PATCH v2 00/32] media: add imx93 mipi/controller csi support
2025-08-08 22:39 UTC (33+ messages)
` [PATCH v2 01/32] dt-bindings: media: add DW MIPI CSI-2 Host support
` [PATCH v2 02/32] media: v4l2-common: Add helper function v4l_get_required_align_by_bpp()
` [PATCH v2 03/32] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_bpp()
` [PATCH v2 04/32] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_dt()
` [PATCH v2 05/32] media: staging: media: imx6-mipi-csi2: replace space with tab for alignment
` [PATCH v2 06/32] media: staging: media: imx6-mipi-csi2: use devm_add_action_or_reset() to simplify code
` [PATCH v2 07/32] media: staging: media: imx6-mipi-csi2: use devm_clk_bulk_get_all() to fetch clocks
` [PATCH v2 08/32] media: staging: media: imx6-mipi-csi2: use devm_mutex_init() to simplify code
` [PATCH v2 09/32] media: staging: media: imx6-mipi-csi2: use guard() "
` [PATCH v2 10/32] media: staging: media: imx6-mipi-csi2: use register structure to match hardware
` [PATCH v2 11/32] media: staging: media: imx6-mipi-csi2: use devm_platform_ioremap_resource() simplify code
` [PATCH v2 12/32] media: staging: media: imx6-mipi-csi2: move probe part to imx6-csi2.c
` [PATCH v2 13/32] media: staging: media: imx6-mipi-csi2: move sd imx6's specific initialization into imx6-sci2.c
` [PATCH v2 14/32] media: staging: media: imx6-mipi-csi2: move csi2ipu_gasket_init() to imx6-csi2.c
` [PATCH v2 15/32] media: staging: media: imx6-mipi-csi2: move number pad macro define into imx6-csi2.c
` [PATCH v2 16/32] media: staging: media: imx6-mipi-csi2: move dphy init part to imx6-csi2.c
` [PATCH v2 17/32] media: staging: media: imx6-mipi-csi2: use runtime_pm frame to control clks
` [PATCH v2 18/32] media: synopsys: move imx6-mipi-csi2.c to synopsys/mipi-csi2.c
` [PATCH v2 19/32] media: synopsys: csi2: Remove deprecated s_stream and use v4l2_subdev_pad_ops
` [PATCH v2 20/32] media: synopsys: csi2: Add phy interface support
` [PATCH v2 21/32] media: synopsys: csi2: Add basic v150* version register
` [PATCH v2 22/32] media: synopsys: csi2: Add irq support to record error count
` [PATCH v2 23/32] media: synopsys: csi2: Handle alignment requirement for width
` [PATCH v2 24/32] media: synopsys: csi2: Add register prefix to register field definitions
` [PATCH v2 25/32] media: synopsys: csi2: Add need_dphy_reset in config
` [PATCH v2 26/32] media: synopsys: csi2: Add default simple dw_csi2_subdev_init_state
` [PATCH v2 27/32] media: synopsys: csi2: Add v150 lane stop state register bit define
` [PATCH v2 28/32] media: synopsys: csi2: use standard v4l2_subdev_get_fmt() function
` [PATCH v2 29/32] media: synopsys: csi2: Add customize get_frame_desc() callback
` [PATCH v2 30/32] media: synopsys: csi2: Add Image Pixel Interface (IPI) support for v150
` [PATCH v2 31/32] media: synopsys: csi2: Remove source pad connected check at dw_csi2_enable_streams()
` [PATCH v2 32/32] media: synopsys: csi2: Add simple synopsys platform driver
media: staging/intel-ipu3: css - possible typo in array being assigned
2025-08-08 14:17 UTC (2+ messages)
[PATCH] staging: iio: ad5933: Fix implicit fall-through in switch()
2025-08-08 12:47 UTC (7+ messages)
[PATCH 00/65] media: Rationalise usage of v4l2_fh
2025-08-08 7:22 UTC (89+ messages)
` [PATCH 09/65] media: Replace file->private_data access with file_to_v4l2_fh()
` [PATCH 10/65] media: nvidia: tegra-vde: Replace file->private_data access
` [PATCH 11/65] media: Replace file->private_data access with custom functions
` [PATCH 12/65] media: pci: ivtv: Don't create fake v4l2_fh
` [PATCH 13/65] media: amphion: Make some vpu_v4l2 functions static
` [EXT] "
` [PATCH 14/65] media: amphion: Delete v4l2_fh synchronously in .release()
` [EXT] "
` [PATCH 15/65] media: visl: Drop visl_v4l2fh_to_ctx() function
` [PATCH 16/65] media: v4l2-fh: Move piece of documentation to correct function
` [PATCH 17/65] media: rcar-vin: Do not set file->private_data
` [PATCH 18/65] media: rzg2l-cru: "
` [PATCH 19/65] media: camss: Replace .open() file operation with v4l2_fh_open()
` [PATCH 20/65] media: camss: Remove custom .release fop()
` [PATCH 21/65] media: chips-media: wave5: Pass file pointer to wave5_cleanup_instance()
` [PATCH 22/65] media: qcom: iris: Pass file pointer to iris_v4l2_fh_(de)init()
` [PATCH 23/65] media: qcom: iris: Set file->private_data in iris_v4l2_fh_(de)init()
` [PATCH 24/65] media: qcom: iris: Drop unused argument to iris_get_inst()
` [PATCH 25/65] media: qcom: venus: Pass file pointer to venus_close_common()
` [PATCH 26/65] media: Set file->private_data in v4l2_fh_add()
` [PATCH 27/65] media: Reset file->private_data to NULL in v4l2_fh_del()
` [PATCH 28/65] media: v4l2-ioctl: Access v4l2_fh from private_data
` [PATCH 29/65] media: allegro: Access v4l2_fh from file
` [PATCH 30/65] media: meson-ge2d: "
` [PATCH 31/65] media: coda: "
` [PATCH 32/65] media: wave5: "
` [PATCH 33/65] media: m2m-deinterlace: "
` [PATCH 34/65] media: mtk: jpeg: Access v4l2_fh from file->private_data
` [PATCH 35/65] media: mtk_mdp_m2m: Access v4l2_fh from file
` [PATCH 36/65] media: mtk: mdp3: "
` [PATCH 37/65] media: mtk: vcodec: "
` [PATCH 38/65] media: tegra-vde: "
` [PATCH 39/65] media: imx-jpeg: "
` [EXT] "
` [PATCH 40/65] media: imx-isi: "
` [PATCH 41/65] media: nxp: mx2: "
` [PATCH 42/65] media: renesas: "
` [PATCH 43/65] media: rockhip: rga: "
` [PATCH 44/65] media: rockchip: rkvdec: "
` [PATCH 45/65] media: exynos-gsc: "
` [PATCH 46/65] media: exynos4-is: "
` [PATCH 47/65] media: s3c-camif: Set queue owner using file
` [PATCH 48/65] media: s5p-g2d: Access v4l2_fh from file
` [PATCH 49/65] media: s5p-jpeg: "
` [PATCH 50/65] media: s5p-mfc: "
` [PATCH 51/65] media: bdisp: "
` [PATCH 52/65] media: st: delta: "
` [PATCH 53/65] media: stm32: dma2d: "
` [PATCH 54/65] media: hantro: Access v4l2_fh from file->private_data
` [PATCH 55/65] media: omap3isp: Access v4l2_fh from file
` [PATCH 56/65] media: cx18: "
` [PATCH 57/65] media: ivtv: "
` [PATCH 58/65] media: zoran: Remove access to __fh
` [PATCH 59/65] media: usb: hdpvr: Access v4l2_fh from file
` [PATCH 60/65] media: usb: uvc: "
` [PATCH 61/65] media: staging: imx: "
` [PATCH 62/65] media: v4l2-ctrls: Move v4l2_fh retrieval after V4L2_FL_USES_V4L2_FH check
` [PATCH 63/65] media: ipu6: isys: Don't set V4L2_FL_USES_V4L2_FH manually
` [PATCH 64/65] media: staging: ipu7: "
` [PATCH 65/65] media: v4l2-ioctl: Stop passing fh pointer to ioctl handlers
[PATCH] staging: rtl8723bs: fix checkpatch spaces preferred around that
2025-08-07 18:54 UTC
[PATCH v11 0/4] staging: media: atomisp: indentation cleanup per directory
2025-08-05 21:38 UTC (2+ messages)
[PATCH 0/3] media: Use v4l2_event_subdev_unsubscribe() in more drivers
2025-08-05 20:52 UTC (3+ messages)
` [PATCH 3/3] media: staging: imx: Drop custom .unsubscribe_event() handler
[PATCH v3] staging: media: atomisp: add missing mutex lock in atomisp_s_fmt_cap
2025-08-05 12:13 UTC (3+ messages)
[PATCH v2 0/8] staging: rtl8723bs: get rid of os_dep/mlme_linux.c
2025-08-05 11:02 UTC (2+ messages)
[PATCH] staging: media: atomisp: Fix stack buffer overflow in gmin_get_var_int()
2025-08-05 9:02 UTC (4+ messages)
[PATCH] staging: rtl8723bs: fix space-before-tab warnings
2025-08-05 2:38 UTC
[PATCH] media: starfive: camss: Use common dma-contig dma addr helper
2025-08-05 0:45 UTC (2+ messages)
[PATCH 0/2] media: intel: Fix control event subscription in IPU6 and IPU7 ISYS drivers
2025-08-04 21:41 UTC (3+ messages)
` [PATCH 1/2] media: ipu6: isys: Use v4l2_ctrl_subdev_subscribe_event()
` [PATCH 2/2] media: staging/ipu7: "
[PATCH] media: av7110: Fix warning 'unsigned' -> 'unsigned int'
2025-08-04 17:48 UTC
[PATCH] staging: rtl8723bs: fix 'no space before tabs' coding style issues
2025-08-04 8:38 UTC (3+ messages)
[PATCH] staging: media: ipu3: use string_choices API instead of ternary operator
2025-08-03 17:49 UTC
[PATCH][next] media: atomisp: Fix incorrect snprintf format specifiers for signed integers
2025-08-02 9:59 UTC (6+ messages)
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).