index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-21
Merge tag 'media/v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
38
-5615
/
+790
2021-02-20
Merge tag 'staging-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
132
-3746
/
+3219
2021-02-13
staging: hikey9xx: Fix alignment of function parameters
Mukul Mehar
1
-2
/
+2
2021-02-13
staging: greybus: Fixed a misspelling in hid.c
Pritthijit Nath
1
-1
/
+1
2021-02-13
staging: wimax/i2400m: fix some byte order issues found by sparse
Anirudh Rayabharam
1
-5
/
+10
2021-02-13
staging: wimax: i2400m: fix some incorrect type warnings
Ayush
1
-4
/
+4
2021-02-13
staging: greybus: minor code style fix
Manikantan Ravichandran
1
-2
/
+2
2021-02-13
staging:wlan-ng: use memdup_user instead of kmalloc/copy_from_user
Ivan Safonov
1
-15
/
+13
2021-02-13
staging:r8188eu: use IEEE80211_FCTL_* kernel definitions
Ivan Safonov
1
-30
/
+21
2021-02-13
staging: rtl8192e: remove multiple blank lines
William Durand
1
-2
/
+0
2021-02-12
net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes
Vladimir Oltean
1
-13
/
+21
2021-02-12
staging: greybus: Fixed alignment issue in hid.c
Pritthijit Nath
1
-2
/
+2
2021-02-12
staging: wfx: remove unused included header files
Muhammad Usama Anjum
27
-106
/
+0
2021-02-12
staging: nvec: minor coding style fix
Fatih Yildirim
1
-1
/
+1
2021-02-12
staging: wimax: Fix some coding style problem
Hemansh Agnihotri
1
-2
/
+1
2021-02-12
staging: fbtft: add tearing signal detect
Carlis
1
-0
/
+115
2021-02-12
staging: vt6656: Fixed issue with alignment in rf.c
Pritthijit Nath
1
-1
/
+1
2021-02-11
staging: qlge: Remove duplicate word in comment
Tom Seewald
1
-1
/
+1
2021-02-11
staging: rtl8723bs: remove obsolete commented out code
karthik alapati
1
-38
/
+2
2021-02-11
staging: rtl8723bs: fix function comments to follow kernel-doc
karthik alapati
1
-112
/
+73
2021-02-11
staging: wfx: avoid defining array of flexible struct
Muhammad Usama Anjum
1
-1
/
+1
2021-02-11
staging: rtl8723bs: Replace one-element array with flexible-array member in s...
Gustavo A. R. Silva
1
-1
/
+1
2021-02-11
staging: Replace lkml.org links with lore
Kees Cook
2
-2
/
+3
2021-02-11
Staging: vt6655: Replace a camel case variable name
Yujia Qiao
1
-2
/
+2
2021-02-11
staging: gdm724x: Fix DMA from stack
Amey Narkhede
1
-3
/
+7
2021-02-10
staging: rtl8723bs: remove blank line from include/autoconf.h
Phillip Potter
1
-1
/
+0
2021-02-09
staging: rtl8712: Remove multiple blank lines
Aakash Hemadri
1
-2
/
+0
2021-02-09
staging: rtl8723bs: remove typedefs from rtl8723b_recv.h
Phillip Potter
2
-5
/
+5
2021-02-09
staging: rtl8723bs: fix blank lines and comments in rtl8723b_hal.h
Phillip Potter
1
-5
/
+8
2021-02-09
staging: rtl8723bs: remove braces from two single line if blocks
Phillip Potter
1
-4
/
+2
2021-02-09
staging: rtl8723bs: fix braces for os_dep/mlme_linux.c
Phillip Potter
1
-3
/
+3
2021-02-09
staging: hikey9xx: make phy_ops struct const
Atul Gopinathan
1
-1
/
+1
2021-02-09
staging: hikey9xx: change spaces to tabs
Atul Gopinathan
2
-2
/
+2
2021-02-08
staging: rtl8192e: replace spaces with tab for a closing if brace
Phillip Potter
1
-1
/
+1
2021-02-08
staging: rtl8192e: remove braces from single-line block
Phillip Potter
1
-2
/
+1
2021-02-08
staging: wfx: fix possible panic with re-queued frames
Jérôme Pouiller
2
-1
/
+10
2021-02-08
staging: gasket: fix indentation and lines ending with open parenthesis
Mahak Gupta
1
-20
/
+22
2021-02-08
staging: fieldbus: arcx-anybus: constify static structs
Rikard Falkeborn
1
-2
/
+2
2021-02-07
staging: emxx_udc: Make incorrectly defined global static
Kumar Kartikeya Dwivedi
2
-2
/
+3
2021-02-07
staging: octeon: remove braces from single-line block
Phillip Potter
1
-2
/
+1
2021-02-06
staging: vt665x: fix alignment constraints
Arnd Bergmann
2
-7
/
+7
2021-02-06
staging: rtl8723bs: remove unused structures
Arnd Bergmann
1
-79
/
+0
2021-02-06
staging: rtl8723bs: fix pointer declaration style
Ayush
1
-4
/
+4
2021-02-06
staging: bcm2835-audio: Replace unsafe strcpy() with strscpy()
Juerg Haefliger
3
-7
/
+7
2021-02-06
staging: qlge/qlge_main: Use min_t instead of min
Amey Narkhede
1
-1
/
+1
2021-02-06
media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() API
Laurent Pinchart
6
-10
/
+10
2021-02-06
media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdev
Ezequiel Garcia
4
-44
/
+20
2021-02-06
media: staging/intel-ipu3: Do not zero reserved fields
Ricardo Ribalda
1
-3
/
+0
2021-02-04
staging: wimax: Switch from strlcpy to strscpy
Kumar Kartikeya Dwivedi
2
-5
/
+5
2021-02-04
staging: sm750fb: Switch from strlcpy to strscpy
Kumar Kartikeya Dwivedi
1
-1
/
+1
[next]