linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-04 08:21:48 to 2022-04-07 06:38:01 UTC [more...]

[PATCH 00/11] Fix deadlocks caused by del_timer_sync()
 2022-04-07  6:37 UTC  (8+ messages)
` [PATCH 05/11] drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop()
` [PATCH 06/11] drivers: staging: rtl8192e: Fix deadlock in rtw_joinbss_event_prehandle()
` [PATCH 07/11] drivers: net: hippi: Fix deadlock in rr_close()
` [PATCH 08/11] drivers: net: can: Fix deadlock in grcan_close()
` [PATCH 09/11] drivers: infiniband: hw: Fix deadlock in irdma_cleanup_cm_core()
` [PATCH 10/11] arch: xtensa: platforms: Fix deadlock in iss_net_close()
` [PATCH 11/11] arch: xtensa: platforms: Fix deadlock in rs_close()

[PATCH v3] staging: rtl8712: remove unnecessary parentheses
 2022-04-07  4:06 UTC  (2+ messages)

[PATCH v2] staging: rtl8712: remove unnecessary parentheses
 2022-04-07  4:04 UTC  (3+ messages)

[PATCH v2 1/2] staging: r8188eu: fix potential memory leak in _rtw_init_xmit_priv()
 2022-04-07  2:03 UTC  (4+ messages)
` [PATCH v2 2/2] staging: r8188eu: check the return of kzalloc()

[PATCH v4 00/15] Move HEVC stateless controls out of staging
 2022-04-07  1:12 UTC  (27+ messages)
` [PATCH v4 05/15] media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefix
` [PATCH v4 06/15] media: uapi: HEVC: Add document uAPI structure
` [PATCH v4 14/15] media: uapi: Change data_bit_offset definition

[PATCH 0/2] staging: rtl8192u: use min/max macros
 2022-04-07  0:09 UTC  (3+ messages)
` [PATCH 1/2] staging: rtl8192u: use max macro instead of ternary operator
` [PATCH 2/2] staging: rtl8192u: use min_t/max_t macros instead of if else

[PATCH 0/4] staging: r8188eu: cleanup of style and typos
 2022-04-06 22:32 UTC  (7+ messages)
` [PATCH 1/4] staging: r8188eu: format comments in drivers/net style
` [PATCH 2/4] staging: r8188eu: remove extra 'the'
` [PATCH 3/4] staging: r8188eu: correct misspelling in comment 'tppe' -> 'type'
` [PATCH 4/4] staging: r8188eu: use sizeof(*pvar) for allocating structs

[PATCH] staging: rtl8712: remove Unnecessary parentheses
 2022-04-06 18:08 UTC  (3+ messages)

[RFC PATCH 0/8] media: hantro: Add 10-bit support
 2022-04-06 17:50 UTC  (13+ messages)
` [RFC PATCH 2/8] media: Add P010 format
` [RFC PATCH 3/8] media: hantro: Support format filtering by depth

[PATCH v2 0/5] staging: r8188eu: use round_up()
 2022-04-06 17:22 UTC  (6+ messages)
` [PATCH v2 1/5] staging: r8188eu: use PTR_ALIGN() instead of RND4()
` [PATCH v2 2/5] staging: r8188eu: use round_up() instead of _RND4()
` [PATCH v2 3/5] staging: r8188eu: use round_up() instead of _RND8()
` [PATCH v2 4/5] staging: r8188eu: use round_up() instead of _RND128()
` [PATCH v2 5/5] staging: r8188eu: remove unused _RND* from osdep_service.h

[PATCH] staging: rtl8192e: remove multiple blank lines
 2022-04-06 15:49 UTC 

[PATCH v5 0/8] Add V4L stateless video decoder API support to NVIDIA Tegra driver
 2022-04-06 15:00 UTC  (5+ messages)
` [PATCH v5 7/8] ARM: tegra_defconfig: Update CONFIG_TEGRA_VDE option
` [PATCH v5 8/8] ARM: config: multi v7: Enable NVIDIA Tegra video decoder driver

[PATCH 0/5] staging: r8188eu: use round_up()
 2022-04-06 14:56 UTC  (8+ messages)
` [PATCH 1/5] staging: r8188eu: use round_up() instead of RND4()
` [PATCH 2/5] staging: r8188eu: use round_up() instead of _RND4()
` [PATCH 3/5] staging: r8188eu: use round_up() instead of _RND8()
` [PATCH 4/5] staging: r8188eu: use round_up() instead of _RND128()
` [PATCH 5/5] staging: r8188eu: remove unused _RND* from osdep_service.h

[PATCH V3] staging: r8188eu: Fix unsafe memory access by memcmp
 2022-04-06 13:14 UTC  (2+ messages)

[PATCH v3 05/24] media: h264: Use v4l2_h264_reference for reflist
 2022-04-06 13:12 UTC  (18+ messages)
` [PATCH v3 06/24] media: h264: Increase reference lists size to 32
` [PATCH v3 12/24] media: rkvdec: Stop overclocking the decoder
` [PATCH v3 13/24] media: rkvdec: h264: Fix dpb_valid implementation
` [PATCH v3 14/24] media: rkvdec: h264: Fix bit depth wrap in pps packet
` [PATCH v3 15/24] media: rkvdec: Move H264 SPS validation in rkvdec-h264
` [PATCH v3 16/24] media: rkvdec: h264: Validate and use pic width and height in mbs
` [PATCH v3 17/24] media: rkvdec: h264: Fix reference frame_num wrap for second field
` [PATCH v3 18/24] media: rkvdec: Ensure decoded resolution fit coded resolution
` [PATCH v3 19/24] media: rkvdec-h264: Add field decoding support
` [PATCH v3 20/24] media: rkvdec: Enable capture buffer holding for H264
` [PATCH v3 21/24] media: hantro: Stop using H.264 parameter pic_num
` [PATCH v3 22/24] media: hantro: h264: Make dpb entry management more robust
` [PATCH v3 23/24] media: hantro: Add H.264 field decoding support
` [PATCH v3 24/24] media: hantro: Enable HOLD_CAPTURE_BUF for H.264

[PATCH v3 1/3] staging: rtl8712: fix potential memory leak in r8712_init_drv_sw()
 2022-04-06  3:56 UTC  (3+ messages)
` [PATCH v3 2/3] staging: rtl8712: change the type of _r8712_init_recv_priv()
` [PATCH v3 3/3] staging: rtl8712: add two validation check in r8712_init_drv_sw()

[PATCH v2] staging: rtl8712: fix potential memory leak in r8712_xmit_resource_alloc()
 2022-04-06  3:52 UTC 

[PATCH v2] staging: rtl8712: fix potential memory leak in _r8712_init_xmit_priv()
 2022-04-06  3:52 UTC 

[PATCH v2] staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw()
 2022-04-06  3:50 UTC 

[PATCH v2] staging: rtl8723bs: fix potential memory leak in _rtw_init_xmit_priv()
 2022-04-06  3:50 UTC 

[PATCH v2] staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv()
 2022-04-06  3:49 UTC 

[PATCH v2] staging: r8188eu: fix potential memory leak in rtw_os_xmit_resource_alloc()
 2022-04-06  3:48 UTC 

[PATCH v4] staging: r8188eu: fix a potential memory leak in _rtw_init_cmd_priv()
 2022-04-06  3:47 UTC 

[PATCH v3] staging: rtl8723bs: fix indentation
 2022-04-05 16:16 UTC 

[PATCH v2] staging: rtl8723bs: fix indentation
 2022-04-05 16:05 UTC  (6+ messages)

[PATCH v2 13/23] media: rkvdec: h264: Fix dpb_valid implementation
 2022-04-05 16:04 UTC  (8+ messages)
` [PATCH v2 15/23] media: rkvdec: h264: Validate and use pic width and height in mbs

[PATCH] staging: rtl8723bs: fix indentation
 2022-04-05 15:02 UTC  (2+ messages)

[PATCH] staging: rtl8712: fix a potential memory leak in r871xu_drv_init()
 2022-04-05 14:15 UTC  (3+ messages)

[PATCH 0/3] staging: r8188eu: some refactoring and cleanup
 2022-04-05 14:14 UTC  (6+ messages)
` [PATCH 1/3] staging: r8188eu: drop redundant if check in IS_MCAST
` [PATCH 2/3] staging: r8188eu: drop redundant if check in check_fwstate
` [PATCH 3/3] staging: r8188eu: simplify rtw_inc_and_chk_continual_urb_error

[PATCH v2 0/4] staging: r8188eu: remove GetHalDefVar8188EUsb()
 2022-04-05 14:11 UTC  (6+ messages)
` [PATCH v2 1/4] staging: r8188eu: cur_ant is set but never used
` [PATCH v2 2/4] staging: r8188eu: remove HAL_DEF_IS_SUPPORT_ANT_DIV
` [PATCH v2 3/4] staging: r8188eu: remove HAL_DEF_CURRENT_ANTENNA
` [PATCH v2 4/4] staging: r8188eu: remove GetHalDefVar8188EUsb()

[PATCH v2 0/6] staging: vt6655: Fix CamelCase in upc.h and started in mac.h
 2022-04-05 14:09 UTC  (8+ messages)
` [PATCH v2 1/6] staging: vt6655: Remove unused macros "
` [PATCH v2 2/6] staging: vt6655: Rename constant definitions with CamelCase
` [PATCH v2 3/6] staging: vt6655: Rename macro arguments "
` [PATCH v2 4/6] staging: vt6655: Rename macros VNSvInPortB,W,D
` [PATCH v2 5/6] staging: vt6655: Rename macros VNSvOutPortB,W,D
` [PATCH v2 6/6] staging: vt6655: Remove macro PCAvDelayByIO

[PATCH 0/5] rtl8723bs cleanup
 2022-04-05 14:05 UTC  (7+ messages)
` [PATCH 1/5] staging: rtl8723bs: remove redundant braces in if statements
` [PATCH 2/5] staging: rtl8723bs: remove redundant else branches
` [PATCH 3/5] staging: rtl8723bs: remove return from a function returning void
` [PATCH 4/5] staging: rtl8723bs: fix indentation
` [PATCH 5/5] staging: rtl8723bs: remove space after function name

[PATCH 1/2] staging: r8188eu: add space around arithmatic sign
 2022-04-05 13:46 UTC  (6+ messages)
` [PATCH 2/2] staging: r8188eu: Add line after declarations

[PATCH 0/5] staging: r8188eu: remove GetHalDefVar8188EUsb()
 2022-04-05  9:07 UTC  (4+ messages)
` [PATCH 1/5] staging: r8188eu: remove HAL_DEF_IS_SUPPORT_ANT_DIV

[PATCH v2 0/2] staging: r8188eu: remove ternary operator
 2022-04-05  6:08 UTC  (3+ messages)
` [PATCH v2 1/2] staging: r8188eu: remove unncessary "
` [PATCH v2 2/2] staging: r8188eu: remove unused macros from ieee80211.h

[PATCH v2 1/3] staging: rtl8712: fix potential memory leak in r8712_init_drv_sw()
 2022-04-05  2:28 UTC  (3+ messages)
` [PATCH v2 2/3] staging: rtl8712: change the type of _r8712_init_recv_priv()
` [PATCH v2 3/3] staging: rtl8712: add two validation check in r8712_init_drv_sw()

[PATCH v6 4/6] staging: media: wave5: Add TODO file
 2022-04-05  1:31 UTC  (7+ messages)

[PATCH 0/2] staging: rtl8723bs: clean up two *_cmd_callback() functions in rtw_cmd.c
 2022-04-05  1:10 UTC  (3+ messages)
` [PATCH 1/2] staging: rtl8723bs: remove handlerOS independent comment
` [PATCH 2/2] staging: rtl8723bs: combine both sides of conditional statement

[PATCH 1/3] staging: rtl8712: change the type of _r8712_init_recv_priv()
 2022-04-05  1:10 UTC  (5+ messages)
` [PATCH 2/3] staging: rtl8712: add two validation check in r8712_init_drv_sw()

[PATCH] staging: rtl8712: remove Unnecessary parentheses
 2022-04-04 21:19 UTC 

[PATCH] staging: rtl8712: Fix multiple line dereference
 2022-04-04 21:00 UTC 

[PATCH] staging: r8188eu: remove unnecessary blank lines
 2022-04-04 18:49 UTC  (2+ messages)

staging: r8188eu: how to handle nested mutex under spinlock
 2022-04-04 17:12 UTC  (13+ messages)

[PATCH] staging: r8188eu: remove unncessary ternary operator
 2022-04-04 17:00 UTC  (4+ messages)

[PATCH V2] Fix unsafe memory access by memcmp
 2022-04-04 16:33 UTC  (9+ messages)

[PATCH v2] media: hantro: Use post processor scaling capacities
 2022-04-04 16:06 UTC 

[PATCH] media: hantro: Use post processor scaling capacities
 2022-04-04 15:38 UTC  (2+ messages)

[PATCH] staging: r8188eu: Fix PPPoE tag insertion on big endian systems
 2022-04-04 13:47 UTC  (7+ messages)

[PATCH v3] staging: r8188eu: Fix PPPoE tag insertion on little endian systems
 2022-04-04 13:43 UTC 

[PATCH 1/2] staging: rtl8712: remove blank line after brace {
 2022-04-04 12:51 UTC  (2+ messages)

[PATCH 0/6] staging: r8188eu: cleanup
 2022-04-04 12:16 UTC  (3+ messages)
` [PATCH 6/6] staging: r8188eu: remove spaces before tabs

[PATCH] staging: r8188eu: Remove goto to no-op exit label
 2022-04-04  9:59 UTC  (3+ messages)

[PATCH 0/5] staging: r8188eu: clean up struct pwrctrl_priv
 2022-04-04  8:21 UTC  (6+ messages)
` [PATCH 1/5] staging: r8188eu: remove unused fields from "
` [PATCH 2/5] staging: r8188eu: reg_rfoff is never set
` [PATCH 3/5] staging: r8188eu: pnp_bstop_trx "
` [PATCH 4/5] staging: r8188eu: pwr_state_check_cnts is always zero
` [PATCH 5/5] staging: r8188eu: ps_flag is never set


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).