aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-03-09staging: rtl8723bs: remove unnecessary braces in rtw_mlme.cGustavo Arantes1-3/+2
2026-03-09staging: rtl8723bs: rename supportRateNum to support_rate_numEsther Zilberberg2-13/+13
2026-03-09staging: most: fix typos in driver_usage.txtMustafa Karamanli1-5/+5
2026-03-09staging: rtl8723bs: remove unnecessary bracesGopi Krishna Menon1-18/+10
2026-03-09staging: most: dim2: replace ROUND_UP_TO macro with round_up()Mark Adamenko1-3/+1
2026-03-09staging: rtl8723bs: remove unnecessary return value from funcNikolay Kulikov2-5/+5
2026-03-09staging: rtl8723bs: remove unnecessary bracesZeynep Dicle1-4/+2
2026-03-09staging: rtl8723bs: Fix spelling mistake in commentTomasz Unger1-1/+1
2026-03-09staging: rtl8723bs: remove unnecessary parentheses in rtw_pwrctrl.cGiorgi Tchankvetadze1-6/+6
2026-03-09staging: rtl8723bs: use kmemdup() in rtw_cfg80211_set_wpa_ieAlexandru Hossu1-3/+1
2026-03-09staging: fbtft: Update RA8875 Kconfig help descriptionAdam Azuddin1-1/+5
2026-03-09staging: rtl8723bs: fix indentation, line length and declarationsJose A. Perez de Azpillaga1-4/+8
2026-03-09staging: rtl8723bs: curly brace consistencyJose A. Perez de Azpillaga1-6/+10
2026-03-09staging: rtl8723bs: format operators and logical continuationsJose A. Perez de Azpillaga1-24/+24
2026-03-09staging: rtl8723bs: remove redundant blank linesJose A. Perez de Azpillaga1-14/+0
2026-03-09staging: rtl8723bs: fix bitwise OR operator spacingJose A. Perez de Azpillaga1-4/+2
2026-03-09staging: vme_user: remove unimplemented #if 0 code blocksAlbab Hasan1-10/+0
2026-03-09staging: rtl8723bs: remove unused 'ratelen' parameter from rtw_check_network_type()Nikolay Kulikov4-10/+5
2026-03-09staging: rtl8723bs: Fix logical continuation placementMariyam Shahid1-6/+6
2026-03-09staging: rtl8723bs: refactor halbtc8723b1ant_CoexTableWithType() to remove duplicationBera Yüzlü1-44/+14
2026-03-09fbtft: Update REAMDE to slow down the stream of undesired cleanupsAndy Shevchenko1-22/+7
2026-03-09staging: greybus: remove redundant 'int' from unsigned long longOskar Ray-Frayssinet1-1/+1
2026-03-09staging: rtl8723bs: replace msleep() with fsleep() in rtw_cmd.cJose A. Perez de Azpillaga1-2/+3
2026-03-09staging: greybus: arche: use sysfs_emit() instead of sprintf()Ruslan Valiyev1-5/+5
2026-03-09staging: greybus: arche-platform: Use sysfs_emit instead of sprintfShubham Chakraborty1-5/+5
2026-03-09mmc: sdhci-esdhc-imx: add NXP S32N79 supportCiprian Marian Costea1-0/+9
2026-03-09lib/fonts: Store font data for user space with font_data_export()Thomas Zimmermann1-55/+2
2026-03-09lib/fonts: Create font_data_t from struct console_font with font_data_import()Thomas Zimmermann2-52/+8
2026-03-09lib/fonts: Compare font data for equality with font_data_is_equal()Thomas Zimmermann2-9/+2
2026-03-09lib/fonts: Manage font-data lifetime with font_data_get/_put()Thomas Zimmermann3-51/+38
2026-03-09lib/fonts: Read font size with font_data_size()Thomas Zimmermann2-8/+8
2026-03-09lib/fonts: Store font data as font_data_t; update consolesThomas Zimmermann3-26/+38
2026-03-09lib/fonts: Remove FNTCHARCNT()Thomas Zimmermann1-1/+0
2026-03-09vt: Calculate font-buffer size with vc_font_size()Thomas Zimmermann1-7/+2
2026-03-09vt: Store font in struct vc_fontThomas Zimmermann3-10/+9
2026-03-09fbdev: Declare src parameter of fb_pad_ helpers as constantThomas Zimmermann1-3/+3
2026-03-09nvdimm/bus: Fix potential use after free in asynchronous initializationIra Weiny1-2/+3
2026-03-09drivers: rpmsg: class_destroy() is deprecatedJori Koolstra1-2/+2
2026-03-09remoteproc: keystone: Request IRQs in probe()Andrew Davis1-26/+15
2026-03-09platform/x86: dell-wmi-sysman: Use sysfs_emit{_at} in show functionsThorsten Blum1-6/+7
2026-03-09dm-verity-fec: improve comments for fec_read_bufs()Eric Biggers1-8/+22
2026-03-09dm-verity-fec: log target_block instead of index_in_regionEric Biggers1-12/+14
2026-03-09dm-verity-fec: make fec_decode_bufs() just return 0 or errorEric Biggers1-7/+4
2026-03-09dm-verity-fec: pass down index_in_region instead of rsbEric Biggers1-21/+26
2026-03-09dm-verity-fec: compute target region directlyEric Biggers1-21/+16
2026-03-09dm-verity-fec: move computation of offset and rsb down a levelEric Biggers1-28/+18
2026-03-09dm-verity-fec: rename block_offset to out_posEric Biggers1-15/+13
2026-03-09dm-verity-fec: simplify deinterleavingEric Biggers1-15/+4
2026-03-09dm-verity-fec: simplify computation of ileavedEric Biggers1-12/+1
2026-03-09dm-verity-fec: simplify computation of rsbEric Biggers1-3/+3