linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH] staging: rtl8723bs: use kzalloc_obj() instead of kzalloc()
 2026-02-22 16:42 UTC  (9+ messages)
    ` [PATCH v3] staging: rtl8723bs: Replace kzalloc with kzalloc_obj
      ` [PATCH v4] "

[PATCH v2] staging: iio: impedance-analyzer: ad5933: use div64_ul() instead of do_div()
 2026-02-22 13:43 UTC  (3+ messages)

[PATCH] staging: atomisp: Fix spelling mistakes in comments
 2026-02-22 13:16 UTC 

[PATCH] staging: rtl8723bs: remove unnecessary parentheses
 2026-02-22  7:26 UTC 

[PATCH] staging: rtl8723bs: cleanup rtw_io.c
 2026-02-22  6:22 UTC 

[PATCH v2 00/11] staging: stl8723bs: Various cleanups
 2026-02-21 20:20 UTC  (14+ messages)
` [PATCH v2 01/11] staging: stl8723bs: Use common round_up macro
` [PATCH v2 02/11] staging: rtl8723bs: Remove unused BIT32..BIT36 definitions
` [PATCH v2 03/11] staging: rtl8723bs: Drop empty rtw_bug_check function
` [PATCH v2 04/11] staging: rtl8723bs: Remove unused rtw_sprintf macro
` [PATCH v2 05/11] staging: rtl8723bs: Drop unused _kfree(...) declaration
` [PATCH v2 06/11] staging: rtl8723bs: Get rid of unused _rtw_init_queue
` [PATCH v2 07/11] staging: rtl8723bs: Drop unused NDEV-related formatting macros
` [PATCH v2 08/11] staging: rtl8723bs: Drop workqueue wrapper functions
` [PATCH v2 09/11] staging: rtl8273bs: Simplify regulatory initialization functions
` [PATCH v2 10/11] staging: rtl8723bs: Clean up wrapper functions
` [PATCH v2 11/11] staging: rtl8723bs: rtw_ieee80211: Reduce global symbols

[PATCH] staging: rtl8723bs: fix spaces around binary operators
 2026-02-21 18:57 UTC  (8+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] staging: rtl8723bs: remove redundant NULL check on premainder_ie
 2026-02-21 18:44 UTC  (2+ messages)

[PATCH v2] staging: rtl8723bs: Fix spelling mistakes and comment format
 2026-02-21 18:36 UTC  (2+ messages)

[PATCH] staging: greybus: Fix spelling mistake in Kconfig
 2026-02-21 18:33 UTC  (2+ messages)

[PATCH v2] staging: rtl8723bs: fix inconsistent indenting detected by smatch
 2026-02-21 14:49 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: cleanup rtw_io.c
 2026-02-21 13:56 UTC 

[PATCH] staging: rtl8723bs: use kzalloc_obj() in rtw_wlan_util.c
 2026-02-21 13:44 UTC  (3+ messages)

[PATCH v2] staging: rtl8723bs: Use kmemdup in sdio_ops.c
 2026-02-21 13:39 UTC 

[PATCH] staging: rtl8723bs: Use kmemdup in sdio_ops.c
 2026-02-21 13:20 UTC  (2+ messages)

[PATCH] staging:iio:impedance-analyzer rename camel case text
 2026-02-21 10:03 UTC  (2+ messages)

[PATCH 01/11] staging: stl8723bs: Use common round_up macro
 2026-02-21  9:47 UTC  (15+ messages)
` [PATCH 02/11] staging: rtl8723bs: Remove unused BIT32..BIT36 definitions
` [PATCH 03/11] staging: rtl8723bs: Drop empty rtw_bug_check function
` [PATCH 04/11] staging: rtl8723bs: Remove unused rtw_sprintf macro
` [PATCH 05/11] staging: rtl8723bs: Drop unused _kfree(...) declaration
` [PATCH 06/11] staging: rtl8723bs: Get rid of unused _rtw_init_queue
` [PATCH 07/11] staging: rtl8723bs: Drop unused NDEV-related formatting macros
` [PATCH 08/11] staging: rtl8723bs: Drop workqueue wrapper functions
` [PATCH 09/11] staging: rtl8273bs: Reduce useless function wrapping in regulator code
` [PATCH 10/11] staging: rtl8723bs: Remove useless wrapper functions in rtw_cmd.c
` [PATCH 11/11] staging: rtl8723bs: rtw_ieee80211: Reduce global symbols

[PATCH] staging: rtl8723bs: Fix spelling mistakes in comments
 2026-02-20 18:14 UTC  (2+ messages)

[PATCH] staging: media: atomisp: use str_on_off() helper
 2026-02-20 14:45 UTC 

[PATCH v2 0/2] staging: greybus: audio: small fixes
 2026-02-20 10:09 UTC  (5+ messages)
` [PATCH v2 1/2] staging: greybus: audio: fix NULL dereference in gb_audio_manager_get_module()
` [PATCH v2 2/2] staging: greybus: audio: drop stale TODO in module release

[PATCH v1 0/2] staging: greybus: audio: small fixes
 2026-02-20  8:03 UTC  (7+ messages)
` [PATCH v1 1/2] staging: greybus: audio: fix NULL dereference in gb_audio_manager_get_module()
` [PATCH v1 2/2] staging: greybus: audio: drop stale TODO in module release

[PATCH v2] staging: media: atomisp: Fix typo in comment
 2026-02-20  7:04 UTC 

[PATCH 5.10.y 00/15] timers: Provide timer_shutdown[_sync]()
 2026-02-19 17:17 UTC  (17+ messages)
` [PATCH 5.10.y 01/15] Documentation: Remove bogus claim about del_timer_sync()
` [PATCH 5.10.y 02/15] ARM: spear: Do not use timer namespace for timer_shutdown() function
` [PATCH 5.10.y 03/15] clocksource/drivers/arm_arch_timer: "
` [PATCH 5.10.y 04/15] clocksource/drivers/sp804: "
` [PATCH 5.10.y 05/15] timers: Get rid of del_singleshot_timer_sync()
` [PATCH 5.10.y 06/15] timers: Replace BUG_ON()s
` [PATCH 5.10.y 07/15] timers: Rename del_timer() to timer_delete()
` [PATCH 5.10.y 08/15] Documentation: Replace del_timer/del_timer_sync()
` [PATCH 5.10.y 09/15] timers: Silently ignore timers with a NULL function
` [PATCH 5.10.y 10/15] timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown mode
` [PATCH 5.10.y 11/15] timers: Add shutdown mechanism to the internal functions
` [PATCH 5.10.y 12/15] timers: Provide timer_shutdown[_sync]()
` [PATCH 5.10.y 13/15] timers: Update the documentation to reflect on the new timer_shutdown() API
` [PATCH 5.10.y 14/15] Bluetooth: hci_qca: Fix the teardown problem for real
` [PATCH 5.10.y 15/15] timers: Fix NULL function pointer race in timer_shutdown_sync()

[PATCH] Staging: media: atomisp: Fix typo in comment
 2026-02-19 16:50 UTC  (2+ messages)

[PATCH v2] staging: fbtft: fb_tinylcd: replace udelay() with fsleep()
 2026-02-19 14:55 UTC  (2+ messages)

[PATCH] staging: greybus: document codec mutex usage
 2026-02-19 14:31 UTC  (2+ messages)

[PATCH v5] staging: media: atomisp: Fix typos and formatting in headers
 2026-02-19 11:58 UTC  (3+ messages)

[PATCH] staging: fbtft: fb_tinylcd: replace udelay() with fsleep()
 2026-02-19 11:16 UTC  (3+ messages)

[PATCH 0/2] staging: most: dim2: fix error handling in fsl_mx6_enable
 2026-02-19  8:18 UTC  (4+ messages)
` [PATCH 1/2] staging: most: dim2: check return value of clk_prepare_enable for PLL
` [PATCH 2/2] staging: most: dim2: fix error handling in fsl_mx6_enable

[PATCH] staging: fbtft: fb_upd161704: replace udelay with usleep_range
 2026-02-19  7:30 UTC  (2+ messages)

[PATCH] staging: fbtft: fb_tinylcd: replace udelay with usleep_range
 2026-02-19  7:30 UTC  (2+ messages)

[PATCH] staging: fbtft: fb_ra8875: replace udelay with usleep_range
 2026-02-19  7:30 UTC  (2+ messages)

[PATCH v2] staging: sm750fb: add missing const to g_fbmode array
 2026-02-19  6:55 UTC  (2+ messages)

[PATCH v2] staging: rtl8723bs: Fix typo in comment
 2026-02-19  6:33 UTC 

[PATCH AUTOSEL 6.19-5.15] staging: rtl8723bs: fix memory leak on failure path
 2026-02-19  2:04 UTC  (2+ messages)
` [PATCH AUTOSEL 6.19-5.15] staging: rtl8723bs: fix missing status update on sdio_alloc_irq() failure

[PATCH] staging: iio: impedance-analyzer: ad5933: use div64_ul() instead of do_div()
 2026-02-18 18:36 UTC  (12+ messages)

[PATCH] staging : rtl8723bs : Fix typo in comment
 2026-02-18 17:51 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: remove unused macros from rtl8192c_recv.h
 2026-02-18 11:33 UTC 

[PATCH] staging: media: Fix typo in comment
 2026-02-18  9:12 UTC 

[PATCH] staging : rtl8723bs : Fix typo in comment
 2026-02-18  9:03 UTC 

[PATCH] staging : sm750fb : Fix typo in comment
 2026-02-18  8:53 UTC 

[PATCH] staging: rtl8723bs: Fix typo in comment
 2026-02-18  8:42 UTC 

[PATCH v4 0/2] Checkpatch cleanup patches
 2026-02-18  5:11 UTC  (5+ messages)
` [PATCH v4 1/2] staging: rtl8723bs: Rename camel case enumeration
` [PATCH v4 2/2] staging: rtl8723bs: Rename camel case variable

[PATCH v2] staging: rtl8723bs: use kzalloc_obj() instead of kzalloc()
 2026-02-17 19:04 UTC  (2+ messages)

[GIT PULL] Staging driver updates for 7.0-rc1
 2026-02-17 17:54 UTC  (2+ messages)

[PATCH] staging: sm750fb: add missing pci_release_region on error and removal
 2026-02-16 20:20 UTC 

[PATCH] staging: nvec: propagate error codes in tegra_nvec_probe()
 2026-02-16 20:20 UTC 

[PATCH] staging: media: av7110: replace BUG() with error return in gpioirq
 2026-02-16 20:18 UTC 

[PATCH v3 0/2] Checkpatch cleanup patches
 2026-02-16  8:40 UTC  (4+ messages)

[PATCH] staging: nvec: Use kzalloc_obj instead of kzalloc
 2026-02-16  8:14 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: rename camelCase variables
 2026-02-16  7:28 UTC  (4+ messages)
` [PATCH v2] staging: rtl8723bs: rename camelCase variable

[PATCH] staging: greybus: sdio: Remove double whitespace
 2026-02-16  6:07 UTC 

[PATCH] staging: greybus: sdio: Fix typo in comment
 2026-02-16  5:53 UTC 

[PATCH v3 2/4] staging: greybus: fixed styling issue in fw-management.c
 2026-02-16  5:03 UTC  (3+ messages)

[PATCH v3 1/4] staging: greybus: added comment to mutex declaration in fw-management.c
 2026-02-16  4:52 UTC  (3+ messages)

[PATCH v2] staging: fbtft: Optimize partial write()
 2026-02-16  0:57 UTC 

[PATCH] staging: sm750fb: add missing const to g_fbmode array
 2026-02-16  0:26 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: remove unused MAX_PATH_NUM defines for other chips
 2026-02-16  0:22 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: replace msleep with usleep_range
 2026-02-15  6:52 UTC  (5+ messages)

[PATCH] staging: sm750fb: fix CamelCase warning for dBase
 2026-02-14 22:25 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: remove unnecessary boolean comparison
 2026-02-14 19:58 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] staging: fbtft: Optimize partial write()
 2026-02-14 18:06 UTC  (4+ messages)

[PATCH v3] staging: vme_user: use kmalloc_obj instead of kmalloc
 2026-02-14 16:45 UTC 

[PATCH v2] staging: vme_user: use kmalloc_obj instead of kmalloc
 2026-02-14 16:28 UTC  (3+ messages)

[PATCH] staging: vme_user: use kmalloc_obj instead of kmalloc
 2026-02-14 16:10 UTC  (3+ messages)

[PATCH] staging: axis-fifo: remove unused header includes
 2026-02-14 13:40 UTC 

[PATCH] staging: greybus: pwm: Fix typo in comment
 2026-02-14 10:09 UTC 

[PATCH v4] staging: sm750fb: Rename nDirection to new_direction
 2026-02-13 23:36 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: remove NDIS_802_11_RATES typedef
 2026-02-13 15:34 UTC  (2+ messages)

[PATCH] staging: fbtft: Remove duplications of fbtft_set_addr_win()
 2026-02-13 10:04 UTC  (2+ messages)

[PATCH v2] staging: rtl8192u: ieee80211_rx: free rxb on reorder alloc failure
 2026-02-13  7:28 UTC 

[PATCH] staging: octeon: fix free_irq dev_id mismatch in cvm_oct_rx_shutdown
 2026-02-12 17:19 UTC 

[PATCH] staging: rtl8723bs: fix CamelCase variable name
 2026-02-12 17:12 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;
as well as URLs for NNTP newsgroup(s).