summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-09staging: rtl8723bs: remove unnecessary bracesGopi Krishna Menon-18/+10
2026-03-09staging: most: dim2: replace ROUND_UP_TO macro with round_up()Mark Adamenko-3/+1
2026-03-09staging: rtl8723bs: remove unnecessary return value from funcNikolay Kulikov-5/+5
2026-03-09staging: rtl8723bs: remove unnecessary bracesZeynep Dicle-4/+2
2026-03-09staging: rtl8723bs: Fix spelling mistake in commentTomasz Unger-1/+1
2026-03-09staging: rtl8723bs: remove unnecessary parentheses in rtw_pwrctrl.cGiorgi Tchankvetadze-6/+6
2026-03-09staging: rtl8723bs: use kmemdup() in rtw_cfg80211_set_wpa_ieAlexandru Hossu-3/+1
2026-03-09staging: fbtft: Update RA8875 Kconfig help descriptionAdam Azuddin-1/+5
2026-03-09staging: rtl8723bs: fix indentation, line length and declarationsJose A. Perez de Azpillaga-4/+8
2026-03-09staging: rtl8723bs: curly brace consistencyJose A. Perez de Azpillaga-6/+10
2026-03-09staging: rtl8723bs: format operators and logical continuationsJose A. Perez de Azpillaga-24/+24
2026-03-09staging: rtl8723bs: remove redundant blank linesJose A. Perez de Azpillaga-14/+0
2026-03-09staging: rtl8723bs: fix bitwise OR operator spacingJose A. Perez de Azpillaga-4/+2
2026-03-09kunit: Add documentation of --list_suitesRyota Sakamoto-0/+2
2026-03-09workqueue: Add system_dfl_long_wq for long unbound worksMarco Crivellari-1/+10
2026-03-09Merge branch 'mauro' into docs-mwJonathan Corbet-25/+283
2026-03-09docs: kdoc_output: better handle listsMauro Carvalho Chehab-0/+8
2026-03-09docs: kdoc_output: add support to handle code blocksMauro Carvalho Chehab-0/+64
2026-03-09docs: kdoc_output: add a logic to handle tables inside kernel-doc markupsMauro Carvalho Chehab-0/+130
2026-03-09docs: kdoc_output: Change the logic to handle man highlightMauro Carvalho Chehab-8/+16
2026-03-09docs: kdoc_output: pick a better default for modulenameMauro Carvalho Chehab-4/+4
2026-03-09docs: kdoc_output: describe the class init parametersMauro Carvalho Chehab-1/+28
2026-03-09docs: kdoc_output: fix naming for DOC markupsMauro Carvalho Chehab-16/+24
2026-03-09docs: kdoc_output: don't use a different modulename for functionsMauro Carvalho Chehab-6/+3
2026-03-09docs: kdoc_output: use a single manual for everythingMauro Carvalho Chehab-8/+4
2026-03-09docs: kdoc_output: remove extra attribute on man .TH headersMauro Carvalho Chehab-1/+1
2026-03-09docs: kdoc_output: use a method to emit the .TH headerMauro Carvalho Chehab-8/+26
2026-03-09docs: sphinx-build-wrapper: don't allow "/" on file namesMauro Carvalho Chehab-1/+3
2026-03-09docs: sphinx-build-wrapper: better handle troff .TH markupsMauro Carvalho Chehab-4/+4
2026-03-09tracing: Check for undefined symbols in simple_ring_bufferVincent Donnefort-0/+16
2026-03-09tracing: load/unload page callbacks for simple_ring_bufferVincent Donnefort-19/+80
2026-03-09Documentation: tracing: Add tracing remotesVincent Donnefort-0/+77
2026-03-09tracing: selftests: Add trace remote testsVincent Donnefort-0/+498
2026-03-09tracing: Add a trace remote module for testingVincent Donnefort-0/+282
2026-03-09tracing: Introduce simple_ring_bufferVincent Donnefort-0/+525
2026-03-09ring-buffer: Export buffer_data_page and macrosVincent Donnefort-35/+42
2026-03-09tracing: Add helpers to create trace remote eventsVincent Donnefort-0/+83
2026-03-09tracing: Add events/ root files to trace remotesVincent Donnefort-2/+139
2026-03-09tracing: Add events to trace remotesVincent Donnefort-6/+288
2026-03-09tracing: Add init callback to trace remotesVincent Donnefort-1/+10
2026-03-09tracing: Add non-consuming read to trace remotesVincent Donnefort-16/+326
2026-03-09tracing: Add reset to trace remotesVincent Donnefort-0/+48
2026-03-09tracing: Introduce trace remotesVincent Donnefort-1/+666
2026-03-09ring-buffer: Add non-consuming read for ring-buffer remotesVincent Donnefort-6/+69
2026-03-09ring-buffer: Introduce ring-buffer remotesVincent Donnefort-8/+283
2026-03-09ring-buffer: Store bpage pointers into subbuf_idsVincent Donnefort-8/+11
2026-03-09ring-buffer: Add page statistics to the meta-pageVincent Donnefort-4/+6
2026-03-09staging: vme_user: remove unimplemented #if 0 code blocksAlbab Hasan-10/+0
2026-03-09staging: rtl8723bs: remove unused 'ratelen' parameter from rtw_check_network_...Nikolay Kulikov-10/+5
2026-03-09Merge branch 'always-allow-sleepable-and-fmod_ret-programs-on-syscalls'Alexei Starovoitov-17/+74