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
2016-09-12
staging: most: hdm-usb: remove repeated access to structure
Christian Gromm
1
-8
/
+12
2016-09-12
staging: most: hdm-usb: remove reference to read function in write only macro
Andrey Shvetsov
1
-1
/
+1
2016-09-12
staging: most: hdm-usb: initialize variables by declaration
Andrey Shvetsov
1
-6
/
+5
2016-09-12
staging: most: hdm-usb: unify variable names
Christian Gromm
1
-3
/
+3
2016-09-12
staging: most: hdm-usb: unify returned errors
Andrey Shvetsov
1
-1
/
+1
2016-09-12
staging: most: hdm-usb: replace if-else branches with lookup table
Christian Gromm
1
-46
/
+47
2016-09-12
staging: most: Documentation: update ABI description
Christian Gromm
1
-0
/
+134
2016-09-12
staging: most: hdm-usb: use defined error codes
Christian Gromm
1
-5
/
+5
2016-09-12
staging: most: hdm-usb: extend DCI access
Christian Gromm
1
-5
/
+33
2016-08-22
staging: most: aim-cdev: destroy ida struct in case of exception
Christian Gromm
1
-1
/
+3
2016-08-21
staging: most: hdm-usb: add support for new USB gadget
Christian Gromm
1
-1
/
+4
2016-08-21
staging: most: hdm-usb: remove unnecessary status assignment
Christian Gromm
1
-2
/
+0
2016-08-21
staging: most: hdm-usb: init variables at declaration time
Christian Gromm
1
-49
/
+23
2016-08-21
staging: most: hdm-usb: remove redundant parenthesis
Christian Gromm
1
-26
/
+25
2016-08-21
staging: most: hdm-usb: remove completion object
Christian Gromm
1
-10
/
+1
2016-08-21
staging: most: hdm-usb: synchronize release of struct buf_anchor
Christian Gromm
1
-2
/
+12
2016-08-21
staging: most: hdm-usb: assign spinlock to local variable
Christian Gromm
1
-12
/
+19
2016-08-21
staging: most: hdm-usb: fix race between enqueue and most_stop_enqueue
Christian Gromm
2
-18
/
+38
2016-08-21
staging: most: hdm-usb: simplify initialization of mbo->status.
Christian Gromm
1
-9
/
+5
2016-08-21
staging: most: hdm-usb: remove redundant conditions
Christian Gromm
1
-6
/
+2
2016-08-21
staging: most: hdm-usb: make use of is_channel_healthy flag
Christian Gromm
1
-0
/
+3
2016-08-21
staging: most: hdm-usb: rename ID_INIC for consistency
Christian Gromm
1
-3
/
+3
2016-08-21
staging: most: hdm-usb: add USB product id
Christian Gromm
1
-1
/
+4
2016-08-21
staging: most: hdm-usb: stop core from submitting buffers in case of broken pipe
Christian Gromm
1
-2
/
+2
2016-08-21
staging: most: hdm-usb: fix clear halt processing
Christian Gromm
1
-33
/
+29
2016-08-21
staging: most: hdm-usb: provide MBO status when freeing buffers
Christian Gromm
1
-3
/
+5
2016-08-21
staging: most: hdm-usb: remove unused macro HW_RESYNC
Christian Gromm
1
-1
/
+0
2016-08-21
staging: most: aim-cdev: report error returned by alloc_chrdev_region
Christian Gromm
1
-2
/
+3
2016-08-21
staging: most: aim-cdev: fix reported error codes
Christian Gromm
1
-8
/
+11
2016-08-18
staging: most: aim-network: fix interrupt unsafe spinlocks
Christian Gromm
1
-11
/
+15
2016-08-18
staging: most: dim2-hdm: introduce function dim2_transfer_madr
Christian Gromm
1
-23
/
+15
2016-08-18
staging: most: dim2-hdm: initialize DBR memory of synchronous channels
Christian Gromm
1
-0
/
+22
2016-08-15
staging: most: hdm-usb: reduce context of list_del mutex
Christian Gromm
1
-5
/
+5
2016-08-15
staging: most: core: rename device struct of core module
Christian Gromm
1
-9
/
+6
2016-08-15
staging: most: core: remove debug print
Christian Gromm
1
-3
/
+1
2016-08-15
staging: most: dim2-hdm: fix possible kernel freeze when reusing a dim2 channel
Christian Gromm
1
-0
/
+3
2016-08-15
staging: most: dim2-hdm: add configuration for fcnt
Christian Gromm
4
-29
/
+30
2016-08-15
staging: most: dim2-hdm: fix race condition when closing a channel
Christian Gromm
1
-0
/
+2
2016-08-15
staging: most: v4l2-aim: remove unnecessary spaces
Christian Gromm
1
-4
/
+4
2016-08-15
staging: most: v4l2-aim: remove unnecessary label err_vbi_dev
Christian Gromm
1
-5
/
+1
2016-08-15
staging: most: v4l2-aim: remove unnecessary retval
Christian Gromm
1
-5
/
+3
2016-08-15
staging: most: v4l2-aim: replace pr_xx calls by v4l2_xx calls
Christian Gromm
1
-16
/
+27
2016-08-15
staging: most: v4l2-aim: assign unique names to devices
Christian Gromm
1
-4
/
+4
2016-08-15
staging: most: v4l2-aim: optimize list_for_each_entry_safe
Christian Gromm
1
-2
/
+2
2016-08-15
staging: most: v4l2-aim: fix interrupt unsafe spinlocks
Christian Gromm
1
-20
/
+22
2016-08-15
staging: most: hdm-usb: hdm_usb: don't print error when allocating urb fails
Wolfram Sang
1
-3
/
+1
2016-03-28
Staging: most: Remove __cplusplus check in header files
PrasannaKumar Muralidharan
3
-24
/
+0
2016-03-28
Staging: most: Remove atomic_counter_t typedef
PrasannaKumar Muralidharan
1
-4
/
+2
2016-03-22
staging: most: hdm-dim2: Remove possible dereference error
Amitoj Kaur Chawla
1
-1
/
+1
2016-03-11
staging: most: hdm-usb: Remove invalid reference error
Amitoj Kaur Chawla
1
-2
/
+1
[next]