Linux kernel staging patches
 help / color / mirror / Atom feed
 messages from 2026-08-12 08:04:29 to 2026-08-25 12:54:21 UTC [more...]

[PATCH 0/2] staging: rtl8723bs: make xmit buffer free helpers return void
 2026-08-25 12:54 UTC 

[PATCH] staging: rtl8723bs: Remove unnecessary braces
 2026-08-25 12:30 UTC 

[PATCH v2 0/3] staging: rtl8723bs: fix multiple OOB reads in IE and frame parsing
 2026-08-25 10:25 UTC  (6+ messages)

[PATCH] media: staging/ipu7: Synchronize capture buffers at the vb2 boundaries
 2026-08-24 22:41 UTC 

[PATCH] staging: media: ipu7: fix typo in comment
 2026-08-24 20:24 UTC  (2+ messages)

[PATCH v3] staging: media: atomisp: remove unnecessary void function return
 2026-08-24 14:03 UTC 

[PATCH v2] staging: media: atomisp: remove unnecessary void function return
 2026-08-24 13:51 UTC  (2+ messages)

[PATCH v2] staging: fbtft: prefer snprintf over sprintf in fbtft-core.c
 2026-08-24  8:59 UTC  (2+ messages)

[PATCH] staging: greybus: audio_manager: add missing newlines in sysfs show
 2026-08-24  7:08 UTC  (2+ messages)

[PATCH 0/2] staging: rtl8723bs: modernize locking with cleanup.h
 2026-08-24  6:53 UTC  (4+ messages)
` [PATCH 1/2] staging: rtl8723bs: use guard(mutex) to simplify locking
` [PATCH 2/2] staging: rtl8723bs: use scoped_guard() for mid-function locking

[PATCH 0/2] staging: rtl8723bs: fix space before tab in comments
 2026-08-23 19:07 UTC  (5+ messages)
  ` [PATCH 1/2] staging: rtl8723bs: fix space before tab in rtl8723b_cmd.c comment
  ` [PATCH 2/2] staging: rtl8723bs: fix space before tab in rtl8723b_xmit.h comment

[PATCH] staging: rtl8723bs: fix space before tab in sta_info.h comment
 2026-08-23 19:06 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: fix space before tab in rtl8723b_cmd.c comment
 2026-08-23 19:05 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: fix space before tab in rtw_io.h comment
 2026-08-23 19:05 UTC  (2+ messages)

[PATCH] staging: media: atomisp: remove unnecessary void function return
 2026-08-23 18:22 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: fix space before tab in odm.h comment
 2026-08-23 15:01 UTC 

[PATCH] staging: media: ipu3: fix typo in comment
 2026-08-23 10:18 UTC 

[PATCH] staging: rtl8723bs: use usleep_range() instead of msleep()
 2026-08-22 20:54 UTC 

[PATCH] staging: sm750fb: fix typo in comment
 2026-08-22 13:46 UTC 

[PATCH] rtl8723bs: remove misleading comment
 2026-08-22  9:56 UTC  (2+ messages)

[PATCH] staging: sm750: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
 2026-08-22  8:34 UTC 

[PATCH] drivers/staging/axis-fifo: fix formatting issue
 2026-08-22  6:46 UTC 

[PATCH v5] staging: rtl8723bs: fixed formatting issues in rtw_security.c
 2026-08-21 21:07 UTC 

(no subject)
 2026-08-21 21:01 UTC  (2+ messages)
` 

[PATCH] staging: rtl8723bs: modify misleading comment
 2026-08-21 20:53 UTC  (2+ messages)

[PATCH] staging: sm750fb: rename CamelCase variable pvReg to vreg
 2026-08-21 15:15 UTC 

[PATCH] staging: rtl8723bs: use bool for PMKSA flags
 2026-08-21 14:53 UTC 

[PATCH v3] From: Kaden Vaughn <randomfnp@outlook.com>
 2026-08-21 14:43 UTC 

[PATCH] From: Kaden Vaughn <sciproj486@gmail.com>
 2026-08-21 14:34 UTC 

[PATCH 1/3] staging: octeon: fix style issues in ethernet.c
 2026-08-21 14:15 UTC  (8+ messages)
` [PATCH 2/3] staging: octeon: fix RGMII condition formatting
` [PATCH 3/3] staging: octeon: remove unnecessary parentheses
` [PATCH v2] staging: octeon: fix function declaration formatting

[PATCH] staging: greybus: bootrom: fix potential NULL dereference
 2026-08-21 12:07 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: fixed formatting issues in rtw_security.c
 2026-08-21  4:18 UTC  (2+ messages)

[PATCH 0/3] staging: octeon: clean up coding style issues
 2026-08-21  4:12 UTC 

[PATCH] staging: rtl8723bs: remove unnecessary parentheses in rtw_ioctl_set.c
 2026-08-20 19:54 UTC 

[PATCH] staging: rtl8723bs: reorder conditions to avoid else branch
 2026-08-20 18:53 UTC  (3+ messages)

[PATCH] staging: octeon: schedule the TX cleanup tasklet every 1024th packet
 2026-08-20 18:48 UTC  (2+ messages)

[PATCH] staging: greybus: spilib: Remove the local unused
 2026-08-20 11:22 UTC  (3+ messages)
  ` [PATCH] staging: greybus: spilib: Remove the local unused linux-kernel@vger.kernel.org

[PATCH] staging: sm750fb: make g_fbmode array pointers const;prevent accidental modification of entries
 2026-08-20  6:54 UTC  (2+ messages)

[PATCH] staging: fbtft: prefer scnprintf over sprintf in fbtft-core.c
 2026-08-19 18:21 UTC  (4+ messages)

[PATCH] staging: greybus: use sysfs_emit instead of sprintf in light.c
 2026-08-19 15:44 UTC 

[PATCH v3] staging: rtl8723bs: remove extern from function declarations in header files
 2026-08-19 15:26 UTC 

[PATCH] staging: rtl8723bs: fix protected RX frame validation in decrypt path
 2026-08-19 15:11 UTC  (3+ messages)

[PATCH v15 00/22] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
 2026-08-19 14:21 UTC  (12+ messages)
` [PATCH v15 14/22] media: i2c: add Maxim GMSL2/3 serializer framework
` [PATCH v15 15/22] media: i2c: add Maxim GMSL2/3 deserializer framework
` [PATCH v15 16/22] media: i2c: maxim-serdes: add MAX96717 driver
` [PATCH v15 17/22] media: i2c: maxim-serdes: add MAX96724 driver
` [PATCH v15 18/22] media: i2c: maxim-serdes: add MAX9296A driver

[PATCH] staging: greybus: light: initialize channel lock before registration
 2026-08-19 13:39 UTC  (7+ messages)

[PATCH] staging: rtl8723bs: remove extern from function declarations in header files
 2026-08-19  7:50 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] staging: greybus: use sysfs_emit instead of sprintf in gbphy.c
 2026-08-18 17:35 UTC 

[PATCH] staging: vme_user: prefer snprintf over sprintf in vme_tsi148.c
 2026-08-18 17:04 UTC 

[PATCH v2 1/2] staging: rtl8723bs: remove unused NDIS_802_11 typedefs
 2026-08-18  9:55 UTC  (2+ messages)
` [PATCH v2 2/2] staging: rtl8723bs: remove unusual 'NDIS_802_11_RATES_EX' type

[PATCH v2] staging: most: fix typos in driver_usage.txt
 2026-08-18  9:04 UTC  (2+ messages)

[PATCH 1/2] staging: rtl8723bs: remove unused NDIS_802_11 typedefs
 2026-08-18  8:42 UTC  (3+ messages)
` [PATCH 2/2] staging: rtl8723bs: remove unusual 'NDIS_802_11_RATES_EX' type

[PATCH] staging: most: fix typos in driver_usage.txt
 2026-08-18  8:37 UTC  (2+ messages)

[PATCH] staging: greybus: audio_manager_module: add missing newlines to sysfs_emit() calls
 2026-08-18  8:15 UTC 

[PATCH] staging: greybus: audio: use dynamic vendor and product IDs
 2026-08-18  6:15 UTC 

[PATCH] staging: rtl8723bs: cast EEPROM_DEFAULT_DIFF to s8
 2026-08-17 21:05 UTC  (3+ messages)
` [PATCH v2] staging: rtl8723bs: define EEPROM_DEFAULT_DIFF as -2 directly

[PATCH] staging: rtl8723bs: Removing unnecessary whitespaces
 2026-08-17 18:16 UTC 

[PATCH] staging: rtl8723bs: remove unnecessary void * casts in odm_DIG.c
 2026-08-17 17:11 UTC 

[PATCH] staging: rtl8723bs: remove unnecessary void * casts in odm_CfoTracking.c
 2026-08-17 17:00 UTC 

[PATCH] staging: rtl8723bs: remove unnecessary void * casts in odm_EdcaTurboCheck.c
 2026-08-17 16:49 UTC 

[PATCH] staging: rtl8723bs: remove unnecessary void * casts in odm_DynamicBBPowerSaving.c
 2026-08-17 16:36 UTC 

[PATCH] staging: rtl8723bs: remove unnecessary void * cast in odm_DynamicTxPower.c
 2026-08-17 16:19 UTC 

[PATCH] staging: rtl8723bs: avoid CamelCase in rtw_efuse
 2026-08-17 15:45 UTC 

[PATCH] staging: rtl8723bs: rename CamelCase variables in rtw_mlme.c
 2026-08-17 15:29 UTC 

[PATCH] staging: rtl8723bs: simplify rtw_free_xmitframe()
 2026-08-17 15:17 UTC 

[PATCH] staging: sm750fb: do not program the PLL from an uninitialized value
 2026-08-17 11:27 UTC  (5+ messages)

[PATCH] staging: media: atomisp: remove unnecessary return in gdc_reg_store()
 2026-08-17  8:38 UTC  (2+ messages)

[PATCH v3] staging: media: atomisp: Use ARRAY_SIZE macro
 2026-08-17  8:10 UTC  (2+ messages)

[PATCH v4 0/5] staging: media: atomisp: cleanup pci/hmm/ code
 2026-08-17  7:36 UTC  (7+ messages)
` [PATCH v4 1/5] staging: media: atomisp: remove unused functions from pci/hmm/
` [PATCH v4 2/5] staging: media: atomisp: inline macros for checking the bo/bodev pointer
` [PATCH v4 3/5] staging: media: atomisp: inline the check_bo_status_*() macros
` [PATCH v4 4/5] staging: media: atomisp: inline the var_equal_return*() macros
` [PATCH v4 5/5] staging: media: atomisp: remove hmm/hmm_common.h file

[PATCH v4] staging: iio: frequency: ad9832/ad9834: add comment explaining do_div usage
 2026-08-16 20:09 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: shorten long lines in update_network()
 2026-08-16 16:28 UTC 

[PATCH] staging: rtl8723bs: remove CamelCase variable bAllow
 2026-08-15 20:37 UTC 

[PATCH] staging: most: video: Remove unnecessary blank line
 2026-08-15 11:38 UTC 

[PATCH v2] staging: media: atomisp: fix typo in refcount.c comment
 2026-08-14 12:19 UTC  (2+ messages)

[PATCH] staging: greybus: use sysfs_emit() in show functions
 2026-08-14 10:13 UTC 

[PATCH v2] staging: rtl8723bs: remove stale comment and dead code in os_intfs.c
 2026-08-14  7:42 UTC  (2+ messages)

[PATCH 0/2] staging: rtl8723bs: replace and remove N_BYTE_ALIGMENT()
 2026-08-14  0:25 UTC  (3+ messages)
` [PATCH 1/2] staging: rtl8723bs: replace N_BYTE_ALIGMENT() with PTR_ALIGN()
` [PATCH 2/2] staging: rtl8723bs: remove unused macro N_BYTE_ALIGMENT()

[PATCH] staging: media: atomisp: fix typo in refcount.c comment
 2026-08-13 20:51 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: fix XXX placeholder in os_intfs.c comment
 2026-08-13 18:59 UTC  (2+ messages)

[PATCH v3 0/5] staging: media: atomisp: cleanup pci/hmm/ code
 2026-08-13 17:23 UTC  (9+ messages)
` [PATCH v3 1/5] staging: media: atomisp: remove unused functions from pci/hmm/
` [PATCH v3 2/5] staging: media: atomisp: inline macros for checking the bo/bodev pointer
` [PATCH v3 3/5] staging: media: atomisp: inline the check_bo_status_*() macros
` [PATCH v3 4/5] staging: media: atomisp: inline the var_equal_return*() macros
` [PATCH v3 5/5] staging: media: atomisp: remove hmm/hmm_common.h file

[PATCH] staging: rtl8723bs: fix space before tab in rtl8723b_hal_init.c
 2026-08-13 15:51 UTC 

[PATCH] staging: rtl8723bs: fix space before tab in HalPhyRf_8723B.c
 2026-08-13 15:44 UTC 

[PATCH] staging: rtl8723bs: fix space before tab in HalBtc8723b2Ant.c
 2026-08-13 15:24 UTC 

[PATCH v2] staging: vme_user: fix flush_image leak in tsi148 bridge
 2026-08-13 12:54 UTC  (3+ messages)

[PATCH] staging: vme_user: fix flush_image leak in tsi148 bridge
 2026-08-13 11:31 UTC  (2+ messages)

[PATCH] staging: media: atomisp: Use ARRAY_SIZE macro
 2026-08-13  9:44 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] staging: vme_user: remove obsolete VMEbus driver and references
 2026-08-13  1:55 UTC 

[PATCH] staging: rtl8723bs: rename dot11AuthAlgrthm to dot11_auth_algrthm
 2026-08-13  1:26 UTC 

[PATCH] staging: greybus: loopback: remove unused includes
 2026-08-12 23:50 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: fix space before tab in rtw_mlme_ext.h
 2026-08-12 19:52 UTC 

[PATCH] staging: rtl8723bs: fix space before tab in hal_phy.h
 2026-08-12 19:40 UTC 

[PATCH 0/3] Move adis16203 inclinometer driver out of staging
 2026-08-12 18:59 UTC 

[PATCH] staging: greybus: remove unused loopback macro
 2026-08-12 18:38 UTC 

[PATCH v2 0/4] staging: media: atomisp: cleanup pci/hmm/ code
 2026-08-12 17:22 UTC  (4+ messages)
` [PATCH v2 4/4] staging: media: atomisp: remove include/hmm/hmm_common.h file

[PATCH] staging: rtl8723bs: fix space before tab in hal_data.h
 2026-08-12 16:18 UTC 

[PATCH] staging: rtl8723bs: fix space before tab in wifi.h
 2026-08-12 16:04 UTC 

[PATCH] staging: rtl8723bs: fix space before tab in hal_com.h
 2026-08-12 15:54 UTC 

[PATCH] staging: rtl8723bs: fix space before tab in rtw_recv.h
 2026-08-12 15:30 UTC 

[PATCH] staging: sm750fb/sm750.c: mark g_def_fbmode as const pointer
 2026-08-12 11:44 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] staging: greybus: add missing newline to sysfs_emit() calls in audio_manager_module.c
 2026-08-12  9:26 UTC 

[PATCH] staging: greybus: add missing newline to sysfs_emit() calls in audio_manager_module.c
 2026-08-12  9:06 UTC  (2+ messages)

[PATCH] staging: media: atomisp: Remove spaces at the start of a line
 2026-08-12  8:14 UTC  (2+ messages)

[PATCH] staging: media: atomisp: remove unused functions from ia_css_debug
 2026-08-12  8:04 UTC  (2+ messages)


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