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
/
most
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-04
staging: most: cdev: add missing check for cdev_add failure
Colin Ian King
1
-1
/
+4
2019-02-04
staging: prefix header search paths with $(srctree)/
Masahiro Yamada
8
-8
/
+8
2018-12-19
staging: most: sound: replace snprintf with strscpy
Colin Ian King
1
-1
/
+1
2018-12-17
staging: most: Documentation: add information to driver_usage file
Christian Gromm
1
-3
/
+13
2018-12-17
staging: most: sound: remove channel number from ALSA card's long name
Christian Gromm
1
-2
/
+1
2018-12-17
staging: most: sound: use static name for ALSA card
Christian Gromm
1
-2
/
+2
2018-12-17
staging: most: sound: rename variable
Christian Gromm
1
-8
/
+8
2018-12-17
staging: most: sound: correct label name
Christian Gromm
1
-6
/
+6
2018-12-17
staging: most: sound: create one sound card w/ multiple PCM devices per MOST ...
Christian Gromm
1
-41
/
+89
2018-11-09
staging: most: use format specifier "%s" in snprintf
Colin Ian King
1
-1
/
+1
2018-10-02
staging: most: usb: add release function for DCI device
Christian Gromm
1
-1
/
+8
2018-09-25
staging: most: fix label names
Christian Gromm
3
-41
/
+41
2018-09-10
staging: most: video: fix registration of an empty comp core_component
Colin Ian King
1
-2
/
+2
2018-09-10
staging: most: net: make array 'broadcast' static, shrinks object size
Colin Ian King
1
-1
/
+1
2018-08-27
staging: most: do not make interface dependent attrs default for all channels
Christian Gromm
1
-0
/
+19
2018-08-27
staging: most: register channel device after init of struct members
Christian Gromm
1
-4
/
+4
2018-08-18
Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2018-07-18
ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()
Takashi Iwai
1
-1
/
+0
2018-06-28
staging: most: fix sparse warning Using plain integer as NULL pointer
Marcin Ciupak
1
-1
/
+1
2018-05-14
staging: most: video: fix build warnings
Greg Kroah-Hartman
1
-9
/
+0
2018-05-11
staging: most: video: remove debugging code
Abdun Nihaal
1
-23
/
+0
2018-05-08
staging: most: usb: remove local variable
Christian Gromm
1
-5
/
+4
2018-05-08
staging: most: usb: fix usb_disconnect race condition
Christian Gromm
1
-6
/
+13
2018-05-08
staging: most: usb: don't set URB_ZERO_PACKET flag for synchronous data
Christian Gromm
1
-1
/
+2
2018-05-08
staging: most: dim2: use device to allocate coherent memory
Christian Gromm
1
-2
/
+7
2018-05-08
staging: most: dim2: read clock speed from the device
Christian Gromm
1
-1
/
+49
2018-05-08
staging: most: dim2: use device tree
Christian Gromm
3
-52
/
+196
2018-05-08
staging: most: cdev: fix race condition
Christian Gromm
1
-2
/
+4
2018-05-08
staging: most: dim2: fix startup sequence
Christian Gromm
1
-51
/
+39
2018-05-08
staging: most: cdev: fix function return value
Christian Gromm
1
-1
/
+1
2018-05-08
staging: most: usb: add ep number to log
Christian Gromm
1
-3
/
+6
2018-05-08
staging: most: cdev: fix chrdev_region leak
Christian Gromm
1
-2
/
+4
2018-05-08
staging: most: cdev: avoid warning about potentially uninitialized variable
Christian Gromm
1
-1
/
+1
2018-05-08
staging: most: sound: call snd_card_new with struct device
Christian Gromm
3
-1
/
+3
2018-05-08
staging: most: make interface drivers allocate coherent memory
Christian Gromm
4
-6
/
+43
2018-05-08
staging: most: i2c: reduce parameters inconsistency
Christian Gromm
1
-21
/
+12
2018-05-08
staging: most: i2c: remove redundant list_mutex
Christian Gromm
1
-16
/
+1
2018-05-08
staging: most: i2c: remove redundant is_open
Christian Gromm
1
-9
/
+1
2018-05-08
staging: most: i2c: trace real polling rate
Christian Gromm
1
-2
/
+3
2018-05-08
staging: most: i2c: prevent zero delay polling
Christian Gromm
1
-3
/
+5
2018-05-08
staging: most: i2c: avoid polling in case of misconfig
Christian Gromm
1
-8
/
+10
2018-05-08
staging: most: i2c: do not wait in work function
Christian Gromm
1
-33
/
+21
2018-05-08
staging: most: i2c: shorten lifetime of IRQ handler
Christian Gromm
1
-19
/
+21
2018-05-08
staging: most: aim-sound: add flexible format support
Christian Gromm
1
-59
/
+62
2018-05-08
staging: most: add channel property dbr_size
Christian Gromm
4
-3
/
+39
2018-05-08
staging: most: i2c: remove unnecessary poison_channel call
Christian Gromm
1
-5
/
+0
2018-05-08
staging: most: i2c: prevent division by zero
Christian Gromm
1
-1
/
+1
2018-05-08
staging: most: dim2: remove clock speed processing from the HDM
Christian Gromm
2
-45
/
+12
2018-05-08
staging: most: allocate only all requested memory
Christian Gromm
1
-15
/
+16
2018-04-23
Staging: most: Move comments to the end of line
Ian Liu Rodrigues
1
-42
/
+42
[next]