Linux kernel staging patches
 help / color / mirror / Atom feed
 messages from 2025-09-04 07:42:56 to 2025-09-22 10:36:07 UTC [more...]

[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
 2025-09-22 10:32 UTC  (7+ messages)
` [PATCH 01/15 6.6.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 02/15 6.6.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 06/15 6.6.y] minmax: don't use max() in situations that want a C constant expression

[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
 2025-09-22  8:45 UTC  (34+ messages)
` [PATCH 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH 02/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH 03/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH 04/27 5.10.y] minmax: add in_range() macro
` [PATCH 05/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH 06/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 07/27 5.10.y] minmax: fix header inclusions
` [PATCH 08/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH 09/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 10/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH 11/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH 12/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 13/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 14/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 15/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 16/27 5.10.y] lib: zstd: drop local MIN/MAX macros in favor of generic ones
` [PATCH 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH 22/27 5.10.y] minmax.h: update some comments
` [PATCH 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once

[PATCH v2] staging: gpib: Fix device reference leak in fmh_gpib driver
 2025-09-22  8:45 UTC 

[PATCH v2 00/23] tegra-video: add CSI support for Tegra20 and Tegra30
 2025-09-22  7:36 UTC  (65+ messages)
` [PATCH v2 01/23] clk: tegra: set CSUS as vi_sensors gate for Tegra20, Tegra30 and Tegra114
` [PATCH v2 02/23] dt-bindings: clock: tegra30: Add IDs for CSI pad clocks
` [PATCH v2 03/23] clk: tegra30: add CSI pad clock gates
` [PATCH v2 04/23] dt-bindings: display: tegra: document Tegra30 VI and VIP
` [PATCH v2 05/23] staging: media: tegra-video: expand VI and VIP support to Tegra30
` [PATCH v2 06/23] staging: media: tegra-video: vi: adjust get_selection op check
` [PATCH v2 07/23] staging: media: tegra-video: vi: add flip controls only if no source controls are provided
` [PATCH v2 08/23] staging: media: tegra-video: csi: move CSI helpers to header
` [PATCH v2 09/23] gpu: host1x: convert MIPI to use operations
` [PATCH v2 10/23] staging: media: tegra-video: csi: add support for SoCs with integrated MIPI calibration
` [PATCH v2 11/23] staging: media: tegra-video: csi: add a check to tegra_channel_get_remote_csi_subdev
` [PATCH v2 12/23] dt-bindings: display: tegra: move avdd-dsi-csi-supply from VI to CSI
` [PATCH v2 13/23] staging: media: tegra-video: csi: "
` [PATCH v2 14/23] staging: media: tegra-video: tegra20: set correct maximum width and height
` [PATCH v2 15/23] staging: media: tegra-video: tegra20: add support for second output of VI
` [PATCH v2 16/23] staging: media: tegra-video: tegra20: simplify format align calculations
` [PATCH v2 17/23] staging: media: tegra-video: tegra20: set VI HW revision
` [PATCH v2 18/23] staging: media: tegra-video: tegra20: increase maximum VI clock frequency
` [PATCH v2 19/23] staging: media: tegra-video: tegra20: expand format support with RAW8/10 and YUV422 1X16
` [PATCH v2 20/23] staging: media: tegra-video: tegra20: adjust luma buffer stride
` [PATCH v2 21/23] dt-bindings: display: tegra: document Tegra20 and Tegra30 CSI
` [PATCH v2 22/23] ARM: tegra: add CSI nodes for Tegra20 and Tegra30
` [PATCH v2 23/23] staging: media: tegra-video: add CSI support "
` (subset) [PATCH v2 00/23] "

[PATCH] staging: gpib: Fix device reference leak in fmh_gpib driver
 2025-09-22  6:28 UTC  (2+ messages)

[PATCH] staging: media: atomisp: binary: fixed a brace coding style issue v2
 2025-09-22  4:53 UTC 

[PATCH] Staging: media: binary: fixed a brace coding style issue
 2025-09-22  3:49 UTC 

[PATCH] staging: sm750fb: rename camel case identifiers
 2025-09-20 15:55 UTC 

[PATCH v2 00/10] media: Introduce video device state management
 2025-09-20 10:48 UTC  (3+ messages)
` [PATCH v2 06/10] media: Replace void * with video_device_state * in all driver ioctl implementations

[PATCH v2 0/5] staging: Destage VCHIQ interface and MMAL
 2025-09-20  9:19 UTC  (12+ messages)
` [PATCH v2 1/5] include: linux: Destage VCHIQ interface headers
` [PATCH v2 2/5] staging: vc04_services: Cleanup VCHIQ TODO entries
` [PATCH v2 3/5] platform/broadcom: Destage VCHIQ interface
` [PATCH v2 4/5] media: staging: Drop bcm2835-camera driver
` [PATCH v2 5/5] platform/broadcom: Destage VCHIQ MMAL driver

[PATCH 1/6] staging: axis-fifo: add compatible strings for v4.2 and v4.3
 2025-09-19 19:54 UTC  (6+ messages)
` [PATCH 2/6] staging: axis-fifo: simplify interrupt handling
` [PATCH 3/6] staging: axis-fifo: remove unneeded irq field from struct axis_fifo
` [PATCH 4/6] staging: axis-fifo: remove get_dts_property() helper
` [PATCH 5/6] staging: axis-fifo: drop redundant read/write_flags from axis_fifo
` [PATCH 6/6] staging: axis-fifo: drop debug print of remapped base address

[PATCH] staging: gpib: enclose macro values in parentheses
 2025-09-19  8:01 UTC  (2+ messages)

[PATCH] staging: vc04_services: mmal: fix typo in comment
 2025-09-18 11:56 UTC 

[PATCH] staging: rtl8723bs: sdio: clarify OQT free page comment
 2025-09-17 12:42 UTC 

[PATCH] staging: rtl8723bs: sdio: clarify OQT free page comment
 2025-09-17 12:17 UTC 

[PATCH] staging: rtl8723bs: xmit: fix grammar in comment
 2025-09-17  6:37 UTC  (4+ messages)
` [PATCH v2] staging: rtl8723bs: xmit: rephrase comment and drop extra space

[PATCH v2 1/1] media: atomisp: Avoid memory leaks in ia_css_pipe_create_cas_scaler_desc_single_output()
 2025-09-17  0:42 UTC 

[PATCH 1/1] media: atomisp: Avoid memory leaks in ia_css_pipe_create_cas_scaler_desc_single_output()
 2025-09-17  0:29 UTC 

[PATCH] staging: rtl8723bs: rtw_efuse.h: Fix prototype whitespace
 2025-09-14 15:48 UTC  (4+ messages)

[PATCH] staging: sm750fb: rename camel case variable
 2025-09-12 16:26 UTC 

[PATCH] staging: rtl8723bs: fix coding style in hal_com_phycfg.c
 2025-09-12 16:26 UTC  (4+ messages)
  ` [PATCH v2] staging: rtl8723bs: hal: put return type and function name on one line

[PATCH] staging: rtl8723bs: rtw_efuse.h: simplify copyright banner
 2025-09-12 16:16 UTC 

[PATCH] staging: rtl8723bs: rtw_efuse.h: simplify copyright banner
 2025-09-12 13:53 UTC  (6+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] staging: rtl8723bs: rtw_efuse.h: fix double space in PwrState parameter

[PATCH v2] staging: rtl8723bs: fix function definition style in hal_com_phycfg.c
 2025-09-12 13:53 UTC  (2+ messages)

[PATCH 1/2] staging: axis-fifo: fix TX handling on copy_from_user() failure
 2025-09-12 10:13 UTC  (2+ messages)
` [PATCH 2/2] staging: axis-fifo: flush RX FIFO on read errors

[PATCH v2] staging: rtl8723bs: fix typo in comment
 2025-09-12  8:26 UTC  (4+ messages)
  ` [PATCH v4] "

[PATCH] staging: rtl8723bs: fix typo in comment
 2025-09-11 18:52 UTC  (2+ messages)

[PATCH v3 00/31] media: add imx93 mipi/controller csi support
 2025-09-11 15:49 UTC  (2+ messages)

[PATCH v7 00/24] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
 2025-09-10 14:43 UTC  (6+ messages)

[PATCH] staging: gpib: Declare processor directive as CONFIG_TNT4882
 2025-09-09 14:48 UTC  (4+ messages)

[PATCH 0/5] staging: Destage VCHIQ interface and MMAL
 2025-09-09 11:57 UTC  (6+ messages)
` [PATCH 4/5] media: staging: Drop bcm2835-camera driver

[PATCH v1 00/19] tegra-video: add CSI support for Tegra20 and Tegra30
 2025-09-09 10:13 UTC  (9+ messages)
` [PATCH v1 09/19] staging: media: tegra-video: vi: add flip controls only if no source controls are provided
` [PATCH v1 13/19] staging: media: tegra-video: tegra20: set VI HW revision

[PATCH] staging: sm750fb: fix coding style issues in sm750.h
 2025-09-09  7:54 UTC  (6+ messages)
  ` [PATCH v2 0/2] "
    ` [PATCH v2 1/2] staging: sm750fb: remove unnecessary volatile qualifiers
    ` [PATCH v2 2/2] staging: sm750fb: rename snake case variables

[PATCH] staging: rtl8723bs: remove unused tables
 2025-09-08  6:12 UTC 

[PATCH v2 00/16] rtl8723bs: cleanup and style improvements for better readability
 2025-09-05  6:31 UTC  (7+ messages)
` [PATCH v2 09/16] staging: rtl8723bs: fix excessive indentation in nested if statement
` [PATCH v2 12/16] staging: rtl8723bs: remove unnecessary braces for single statement blocks

[RFC PATCH v2 0/2] staging: media: atomisp: Refactor bit logic helpers in vmem.c
 2025-09-04 11:43 UTC  (4+ messages)
` [RFC PATCH v2 1/2] staging: media: atomisp: Change name to better follow its behavior


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox