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
2016-02-07
staging: most: fix race conditions
Christian Gromm
1
-35
/
+54
2016-02-07
staging: most: rename variable channel
Christian Gromm
1
-108
/
+108
2016-02-07
staging: most: fix retrieval of buffer availability
Christian Gromm
3
-8
/
+14
2016-02-07
staging: most: encapsulate shared code
Christian Gromm
1
-26
/
+29
2016-02-07
staging: most: remove redundant call to wake_up_interruptible
Christian Gromm
1
-2
/
+0
2016-02-07
staging: most: remove redundant mutexes
Christian Gromm
1
-9
/
+0
2016-02-07
staging: most: remove code to destroy channel
Christian Gromm
1
-13
/
+0
2016-02-07
staging: most: remove reference counter
Christian Gromm
1
-12
/
+1
2016-02-07
staging: most: remove tainted flag
Christian Gromm
1
-32
/
+1
2016-02-07
staging: most: move channel disconnect to function most_deregister_interface
Christian Gromm
1
-13
/
+11
2016-02-07
staging: most: move mutex
Christian Gromm
1
-2
/
+1
2016-02-07
staging: most: move initialization of pointer
Christian Gromm
1
-2
/
+5
2016-02-07
staging: most: move call to disconnect_channel callback
Christian Gromm
1
-2
/
+2
2016-02-07
staging: most: add missing call to ida_simple_remove
Christian Gromm
1
-0
/
+2
2016-02-07
staging: most: remove function destroy_most_c_obj
Christian Gromm
1
-24
/
+14
2016-02-07
staging: most: use readl and writel functions
Christian Gromm
1
-2
/
+2
2016-02-07
staging: most: fix tracking of MBO offset
Christian Gromm
1
-3
/
+2
2016-02-07
staging: most: fix mbo leak
Christian Gromm
1
-1
/
+1
2016-02-07
staging: most: use min_t
Christian Gromm
1
-1
/
+3
2016-02-07
staging: most: unify types
Christian Gromm
1
-5
/
+3
2016-02-07
staging: most: simplify expression
Christian Gromm
1
-1
/
+1
2016-02-07
staging: most: rename variables
Christian Gromm
1
-8
/
+8
2016-02-07
staging: most: remove unnecessary keep_mbo variable
Christian Gromm
1
-8
/
+4
2016-02-07
staging: unisys: visornic: remove useless memset
Hugo Camboulive
1
-1
/
+0
2016-02-07
staging: unisys: remove some dead code
Dan Carpenter
1
-7
/
+2
2016-02-07
Staging: unisys: fix potential format string leak
Kees Cook
1
-1
/
+1
2016-02-07
staging: unisys: visorchipset.c fixed spacing around operator
Bhaktipriya Shridhar
1
-1
/
+1
2016-02-07
staging: unisys: Only process up to budget amount of responses
David Kershner
1
-5
/
+14
2016-02-07
staging: unisys: fix parenthesis in toolaction_show()
Benjamin Romer
1
-2
/
+2
2016-02-07
staging: wilc1000: fix return error code of wilc_deinit
Chaehyun Lim
1
-1
/
+1
2016-02-07
staging: wilc1000: fix return type of wilc_deinit
Chaehyun Lim
2
-3
/
+3
2016-02-07
staging: wilc1000: rename pstrCfgParamVal in wilc_hif_set_cfg
Chaehyun Lim
2
-3
/
+3
2016-02-07
staging: wilc1000: fix return type of wilc_hif_set_cfg
Chaehyun Lim
2
-3
/
+3
2016-02-07
staging: wilc1000: remove warnings line over 80 characters
Leo Kim
1
-4
/
+7
2016-02-07
staging: wilc1000: remove unnecessary log message using GENERIC_DBG tag
Chris Park
7
-125
/
+18
2016-02-07
staging: wilc1000: remove unused debug tag
Chris Park
2
-17
/
+3
2016-02-07
staging: wilc1000: remove unused log message using the RX_DBG tag
Chris Park
4
-13
/
+1
2016-02-07
staging: wilc1000: remove unnecessary wilc_rx_complete function
Chris Park
3
-12
/
+1
2016-02-07
staging: wilc1000: renames u64Tsf of connect_resp_info structure
Leo Kim
3
-5
/
+5
2016-02-07
staging: wilc1000: renames strRssi of connect_resp_info structure
Leo Kim
2
-7
/
+8
2016-02-07
staging: wilc1000: renames pJoinParams of connect_resp_info structure
Leo Kim
2
-7
/
+7
2016-02-07
staging: wilc1000: renames struct connect_resp_info variables
Leo Kim
4
-24
/
+23
2016-02-07
staging: wilc1000: renames u32Tsf of connect_resp_info structure
Leo Kim
3
-3
/
+3
2016-02-07
staging: wilc1000: renames u8Found of connect_resp_info structure
Leo Kim
2
-4
/
+4
2016-02-07
staging: wilc1000: renames bNewNetwork of connect_resp_info structure
Leo Kim
3
-4
/
+4
2016-02-07
staging: wilc1000: renames struct connect_resp_info variables
Leo Kim
2
-9
/
+10
2016-02-07
staging: wilc1000: renames u8channel of connect_resp_info structure
Leo Kim
3
-9
/
+9
2016-02-07
staging: wilc1000: renames u8DtimPeriod of connect_resp_info structure
Leo Kim
4
-4
/
+4
2016-02-07
staging: wilc1000: renames u16BeaconPeriod of connect_resp_info structure
Leo Kim
4
-7
/
+7
2016-02-07
staging: wilc1000: renames au8bssid of connect_resp_info structure
Leo Kim
4
-23
/
+25
[next]