messages from 2026-03-17 22:14:36 to 2026-03-20 12:22:55 UTC [more...]
[PATCH 0/5] replace custom functions with kernel network
2026-03-20 12:15 UTC (4+ messages)
` [PATCH 1/5] staging: rtl8723bs: replace deeply nested if-else with switch-case
` [PATCH 2/5] staging: rtl8723bs: move logical operators to end of previous line
` [PATCH 3/5] staging: rtl8723bs: remove custom is_zero_mac_addr() function
[PATCH v2] staging: media: av7110: remove print_time() dead code
2026-03-20 10:07 UTC
[PATCH] [PATCH] staging: rtl8723bs: change error handling to use standard errno
2026-03-20 9:48 UTC (5+ messages)
` [PATCH v2] "
[PATCH v2 0/2] staging: rtl8723bs: clean up rtw_joinbss_event_prehandle
2026-03-20 9:40 UTC (5+ messages)
` [PATCH v2 1/2] staging: rtl8723bs: remove dead REJOIN code
` [PATCH v2 2/2] staging: rtl8723bs: refactor rtw_joinbss_event_prehandle to reduce indentation
[PATCH] staging: media: av7110: remove print_time() dead code
2026-03-20 9:37 UTC (2+ messages)
[PATCH] staging: axis-fifo: remove redundant comments for mutex fields
2026-03-20 9:35 UTC (2+ messages)
[PATCH] Renaming camel case enum values
2026-03-20 9:15 UTC
[PATCH] staging: rtl8723bs: initialize le_tmp64 in rtw_BIP_verify()
2026-03-20 8:29 UTC (2+ messages)
[PATCH] staging: rtl8723bs: remove copy function
2026-03-20 8:27 UTC (3+ messages)
[PATCH] media: atomisp: fix UAF and memory leak in gc2335
2026-03-20 8:18 UTC
[PATCH 0/3] staging: iio: replace sprintf() with sysfs_emit()
2026-03-20 8:15 UTC (6+ messages)
` [PATCH 1/3] staging: iio: ad7816: use sysfs_emit() in show functions
` [PATCH 2/3] staging: iio: ad5933: "
` [PATCH 3/3] staging: iio: ad9834: "
[PATCH] staging: media: av7110: remove dead code in av7110.c
2026-03-20 7:31 UTC
[PATCH] staging: rtl8723bs: Replace msleep with usleep_range
2026-03-20 7:42 UTC (3+ messages)
[PATCH] rtl8723bs: replace _SUCCESS/_FAIL with standard errno
2026-03-20 7:05 UTC (3+ messages)
[PATCH RESEND v2] media: staging: ipu3: img-mmu: fix sign-to-unsigned conversion
2026-03-20 5:39 UTC
[PATCH v2] media: staging: ipu3: img-mmu: fix sign-to-unsigned conversion
2026-03-20 5:30 UTC
[PATCH 0/7] drivers: Simplify cleanup paths using __free
2026-03-19 21:08 UTC (3+ messages)
` [PATCH 4/7] media: mediatek: vcodec: simplify cleanup "
[PATCH] staging: atomisp: gc2235: prefer usleep_range over msleep
2026-03-19 20:42 UTC (2+ messages)
` [PATCH v2] staging: media: "
[PATCH v1] media: meson: vdec: Fix memory leak in error path of vdec_open
2026-03-19 20:35 UTC (2+ messages)
[PATCH v3 00/16] mm: expand mmap_prepare functionality and usage
2026-03-19 20:31 UTC (18+ messages)
` [PATCH v3 01/16] mm: various small mmap_prepare cleanups
` [PATCH v3 02/16] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v3 03/16] mm: document vm_operations_struct->open the same as close()
` [PATCH v3 04/16] mm: add vm_ops->mapped hook
` [PATCH v3 05/16] fs: afs: correctly drop reference count on mapping failure
` [PATCH v3 06/16] mm: add mmap_action_simple_ioremap()
` [PATCH v3 07/16] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 08/16] hpet: "
` [PATCH v3 09/16] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v3 10/16] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 11/16] staging: vme_user: "
` [PATCH v3 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v3 13/16] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 14/16] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v3 15/16] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v3 16/16] mm: on remap assert that input range within the proposed VMA
[PATCH] staging: rtl8723bs: replace msleep(1) with fsleep()
2026-03-19 19:13 UTC
[PATCH] staging: rtl8723bs: break long lines in rtw_sta_mgt.c
2026-03-19 18:59 UTC (3+ messages)
[PATCH] Renaming camel case enum values
2026-03-19 18:30 UTC
[PATCH] staging: rtl8723bs: fixed the trailing whitespaces/commented code
2026-03-19 18:26 UTC (22+ messages)
` [PATCH] [PATCH] staging: rtl8723bs: clean up coding style in sdio_halinit.c V2
` [PATCH v3] staging: rtl8723bs: remove dead code
` [PATCH v4] staging: rtl8723bs: removed "
[PATCH] staging: rtl8723bs: refactor rtw_aes_decrypt() to reduce nesting
2026-03-19 17:01 UTC (12+ messages)
` [PATCH v2 0/2] staging: rtl8723bs: refactor rtw_aes_decrypt()
` [PATCH v2 1/2] staging: rtl8723bs: use guard clause for AES check
` [PATCH v3 0/2] staging: rtl8723bs: refactor rtw_aes_decrypt()
` [PATCH v3 1/2] staging: rtl8723bs: use guard clause for AES check
` [PATCH v3 2/2] staging: rtl8723bs: use guard clause for stainfo check
` [PATCH v2 "
[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
2026-03-19 16:29 UTC (22+ messages)
` [PATCH v2 06/16] mm: add mmap_action_simple_ioremap()
` [PATCH v2 11/16] staging: vme_user: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v2 15/16] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v2 16/16] mm: on remap assert that input range within the proposed VMA
[PATCH v2 1/2] greybus: raw: fix use-after-free on cdev close
2026-03-19 16:20 UTC (2+ messages)
` [PATCH v2 2/2] greybus: raw: fix use-after-free if write is called after disconnect
[PATCH] staging: greybus: audio: use sysfs_emit() in show functions
2026-03-19 15:49 UTC (2+ messages)
[PATCH] staging: media: av7110: remove dead code in av7110.c
2026-03-19 15:45 UTC (2+ messages)
[PATCH] staging: rtl8723bs: fix long lines in core files
2026-03-19 11:58 UTC (2+ messages)
[PATCH] staging: most: dim2: replace BUG_ON() with graceful error handling
2026-03-19 11:54 UTC
[PATCH] staging: media: atomisp: hmm: remove unnecessary casts
2026-03-19 10:35 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2] staging: rtl8723bs: remove unnecessary braces in single statement blocks
2026-03-19 9:11 UTC (2+ messages)
[PATCH] staging: rtl8723bs: Rename TrafficTransitionCount to traffic_transition_count
2026-03-19 9:07 UTC (3+ messages)
[PATCH] staging: media: av7110: coding style fixes: too many tabs
2026-03-19 9:02 UTC (3+ messages)
[PATCH] staging: rtl8723bs: Break long lines in rtw_sta_mgt.c
2026-03-19 8:39 UTC (2+ messages)
[PATCH v3] staging: most: dim2: fix race condition in network info delivery
2026-03-19 8:18 UTC (2+ messages)
[PATCH] staging: rtl8723bs: Reduce indentation in rtw_joinbss_event_prehandle
2026-03-19 8:11 UTC (3+ messages)
[PATCH] staging: rtl8723bs: simplify condition in rtw_btcoex_MediaStatusNotify
2026-03-19 7:54 UTC (2+ messages)
[PATCH] staging: rtl8723bs: split multiple assignment in rtw_mgmt_xmitframe_coalesce
2026-03-19 6:26 UTC
[PATCH] staging: media: av7110: coding style fixes: too many tabs
2026-03-19 6:08 UTC (3+ messages)
` [PATCH v2] "
[PATCH v5 0/4] iio: adc: ad799x: modernize resource management
2026-03-19 2:36 UTC (8+ messages)
` [PATCH v5 1/4] iio: adc: ad799x: use local device pointer in probe
` [PATCH v5 2/4] iio: adc: ad799x: use a static buffer for scan data
` [PATCH v5 3/4] iio: adc: ad799x: cache regulator voltages during probe
` [PATCH v5 4/4] iio: adc: ad799x: use devm_iio_device_register and drop remove()
[PATCH v7 00/15] tegra-video: add CSI support for Tegra20 and Tegra30
2026-03-19 2:20 UTC (4+ messages)
` [PATCH v7 05/15] gpu: host1x: convert MIPI to use operation function pointers
[PATCH] staging: greybus: remove unused conn argument from loopback macro
2026-03-19 1:20 UTC
[PATCH] staging: rtl8723bs: collapse duplicate goto exit conditions
2026-03-18 22:51 UTC (3+ messages)
[PATCH] staging: nvec: fix block comment style in nvec.c
2026-03-18 21:46 UTC (4+ messages)
` [PATCH v3] "
[PATCH v2] staging: rtl8723bs: Remove dead code
2026-03-18 19:50 UTC
[PATCH] staging: rtl8723bs: coding style cleanups
2026-03-18 19:27 UTC (2+ messages)
[PATCH v2 0/3] staging: sm750fb: Clean up CamelCase names
2026-03-18 17:34 UTC (4+ messages)
` [PATCH v2 1/3] staging: sm750fb: Rename enum sm750_pnltype values to snake_case
` [PATCH v2 2/3] staging: sm750fb: Rename struct init_status members "
` [PATCH v2 3/3] staging: sm750fb: Rename struct sm750_dev "
[PATCH v2 0/2] staging: sm750fb: remove Hungarian notation and fix CamelCase
2026-03-18 17:08 UTC (3+ messages)
` [PATCH v2 1/2] staging: sm750fb: rename pvReg to mmio
` [PATCH v2 2/2] staging: sm750fb: rename pvMem to vram and fix CamelCase
[PATCH] staging: nvec: fix block comment formatting
2026-03-18 17:06 UTC
[PATCH v3] staging: rtl8723bs: fix code style issues in rtl8723b_hal.h
2026-03-18 15:59 UTC (5+ messages)
` [PATCH 1/2] staging: rtl8723bs: replace __attribute__((__packed__)) with __packed
` [PATCH 2/2] staging: rtl8723bs: add parentheses around macro arguments
[PATCH] staging: rtl8723bs: remove unnecessary braces in single statement blocks
2026-03-18 15:57 UTC (4+ messages)
[PATCH v3] staging: rtl8723bs: fix line length in rtw_pwrctrl.c
2026-03-18 15:48 UTC (2+ messages)
[PATCH v3] staging: rtl8723bs: add missing blank line after declarations
2026-03-18 15:47 UTC (2+ messages)
[PATCH] staging: rtl8723bs: remove unnecessary spaces in rtw_security.c
2026-03-18 15:43 UTC (4+ messages)
` [PATCH v2] "
[PATCH v2] staging: rtl8723bs: replace rtl8192c_recv.h with rtl8723b_recv.h
2026-03-18 15:42 UTC (2+ messages)
[PATCH] staging: rtl8723bs: Remove dead code
2026-03-18 15:37 UTC (2+ messages)
[PATCH v3] staging: rtl8723bs: add missing blank line after declarations
2026-03-18 15:34 UTC
[PATCH] staging: nvec: fix block comment style in nvec.c
2026-03-18 15:32 UTC (2+ messages)
[PATCH] staging: greybus: gpio: add comment to mutex definition
2026-03-18 15:30 UTC (2+ messages)
[PATCH] staging: most: dim2: remove BUG_ON() calls
2026-03-18 15:28 UTC (2+ messages)
[PATCH] staging: sm750fb: fix CamelCase naming crimes
2026-03-18 15:25 UTC (2+ messages)
[PATCH 1/3] staging: sm750fb: Rename enum sm750_pnltype values to snake_case
2026-03-18 15:24 UTC (2+ messages)
[PATCH] staging: greybus: replace DEFINE_IDR with DEFINE_XARRAY_ALLOC in uart.c
2026-03-18 14:51 UTC (5+ messages)
[PATCH v2] staging: rtl8723bs: fix code style issues in rtl8723b_hal.h
2026-03-18 14:48 UTC (2+ messages)
[PATCH] staging: rtl8723bs: fix code style issues in rtl8723b_hal.h
2026-03-18 14:05 UTC
[PATCH] staging: rtl8723bs: coding style cleanup
2026-03-18 6:13 UTC (3+ 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