index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
staging: rtlwifi: add identifier names to function definition arguments
Erik Liodden
2018-02-16
1
-14
/
+15
*
Staging: fsl-dpaa2: ethernet: dpaa2-eth.c: Fixed a style issue
Santha Meena Ramamoorthy
2018-02-16
1
-1
/
+0
*
Staging: wlan-ng: fix unnecessary parantheses in prism2mgmt.c
Yash Omer
2018-02-16
1
-1
/
+1
*
staging: pi433: fix CamelCase for regValue
Valentin Vidic
2018-02-16
1
-12
/
+12
*
staging: pi433: fix CamelCase for newValue
Valentin Vidic
2018-02-16
1
-8
/
+8
*
staging: pi433: fix CamelCase for currentValue
Valentin Vidic
2018-02-16
1
-3
/
+3
*
staging: pi433: fix CamelCase for Ohm identifiers
Valentin Vidic
2018-02-16
4
-7
/
+7
*
staging: pi433: fix CamelCase for antennaImpedance
Valentin Vidic
2018-02-16
5
-6
/
+6
*
staging: pi433: fix CamelCase for powerLevel
Valentin Vidic
2018-02-16
2
-5
/
+5
*
staging: pi433: fix CamelCase for syncValues
Valentin Vidic
2018-02-16
2
-10
/
+10
*
staging: ccree: fixed pointer signedness warnings.
Jeremy Sowden
2018-02-16
4
-15
/
+20
*
staging: wilc1000: fix line over 80 chars in wilc_spi_clear_int_ext()
Ajay Singh
2018-02-16
1
-59
/
+54
*
staging: wilc1000: fix line over 80 characters in wilc_spi_read_int()
Ajay Singh
2018-02-16
1
-28
/
+29
*
staging: wilc1000: fix line over 80 characters in wilc_spi_init()
Ajay Singh
2018-02-16
1
-7
/
+11
*
staging: wilc1000: fix line over 80 characters in spi_cmd_complete()
Ajay Singh
2018-02-16
1
-126
/
+124
*
staging: wilc1000: removed the unnecessary commented code
Ajay Singh
2018-02-16
1
-6
/
+0
*
staging: wilc1000: modified code comments as per linux coding style
Ajay Singh
2018-02-16
1
-69
/
+82
*
staging: wilc1000: rename Handle_Key() and Handle_ConnectTimeout()
Ajay Singh
2018-02-16
1
-4
/
+4
*
staging: wilc1000: rename Handle_ScanDone function to avoid camelCase
Ajay Singh
2018-02-16
1
-8
/
+8
*
staging: wilc1000: rename pu8CurrByte variable to avoid camelCase
Ajay Singh
2018-02-16
1
-116
/
+116
*
staging: wilc1000: rename u32WidsCount to avoid camelCase
Ajay Singh
2018-02-16
1
-73
/
+73
*
staging: wilc1000: rename strWIDList variable to avoid camelCase
Ajay Singh
2018-02-16
1
-88
/
+88
*
staging: wilc1000: rename Handle_DelAllSta() and its variable using camelCase
Ajay Singh
2018-02-16
1
-12
/
+12
*
staging: wilc1000: rename variables using camelCase in host_int_ParseJoinBssP...
Ajay Singh
2018-02-16
1
-115
/
+115
*
staging: vc04_services: merge vchiq_kern_lib.c into vchiq_arm.c
Arnd Bergmann
2018-02-16
3
-432
/
+369
*
staging: vc04_services: remove unused files
Corentin Labbe
2018-02-16
3
-155
/
+0
*
staging: lustre: remove l_wait_event() and related code
NeilBrown
2018-02-16
1
-249
/
+0
*
staging: lustre: replace l_wait_event_exclusive_head() with wait_event_idle_e...
NeilBrown
2018-02-16
1
-18
/
+25
*
staging: lustre: remove l_wait_event from ptlrpc_set_wait
NeilBrown
2018-02-16
2
-49
/
+49
*
staging: lustre: use explicit poll loop in ptlrpc_unregister_reply
NeilBrown
2018-02-16
1
-7
/
+7
*
staging: lustre: use explicit poll loop in ptlrpc_service_unlink_rqbd
NeilBrown
2018-02-16
1
-7
/
+8
*
staging: lustre: improve waiting in sptlrpc_req_refresh_ctx
NeilBrown
2018-02-16
1
-10
/
+24
*
staging: lustre: use wait_event_idle_timeout in ptlrpcd()
NeilBrown
2018-02-16
3
-9
/
+14
*
staging: lustre: make polling loop in ptlrpc_unregister_bulk more obvious
NeilBrown
2018-02-16
1
-7
/
+8
*
staging: lustre: remove back_to_sleep()
NeilBrown
2018-02-16
3
-13
/
+11
*
staging: lustre: simplify waiting in ptlrpc_invalidate_import()
NeilBrown
2018-02-16
2
-14
/
+10
*
staging: lustre: open code polling loop instead of using l_wait_event()
NeilBrown
2018-02-16
2
-13
/
+10
*
staging: lustre: simplify waiting in ldlm_completion_ast()
NeilBrown
2018-02-16
1
-33
/
+20
*
staging: lustre: simplify l_wait_event when intr handler but no timeout.
NeilBrown
2018-02-16
1
-23
/
+7
*
staging: lustre: introduce and use l_wait_event_abortable()
NeilBrown
2018-02-16
7
-31
/
+43
*
staging: lustre: use wait_event_idle_timeout() where appropriate.
NeilBrown
2018-02-16
14
-103
/
+68
*
staging: lustre: discard cfs_time_seconds()
NeilBrown
2018-02-16
46
-106
/
+96
*
staging: lustre: replace simple cases of l_wait_event() with wait_event().
NeilBrown
2018-02-16
14
-107
/
+53
*
staging: lustre: discard SVC_SIGNAL and related functions
NeilBrown
2018-02-16
2
-9
/
+1
*
staging: lustre: llite: refine ll_find_alias based on d_exact_alias
NeilBrown
2018-02-16
1
-10
/
+20
*
staging: lustre: llite: simplify ll_find_alias()
NeilBrown
2018-02-16
1
-15
/
+8
*
staging: lustre: llite: remove directory-specific code from ll_find_alias()
NeilBrown
2018-02-16
1
-18
/
+8
*
staging: lustre: llite: use d_splice_alias for directories.
NeilBrown
2018-02-16
1
-2
/
+7
*
staging: lustre: llite: handle DCACHE_PAR_LOOKUP in ll_dcompare
NeilBrown
2018-02-16
1
-0
/
+10
*
staging: lustre: honor error code from ll_iget().
NeilBrown
2018-02-16
1
-1
/
+1
[prev]
[next]