index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
bcm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
staging/bcm: move IOCTL_BCM_GET_NVM_SIZE case out to its own function.
Dave Jones
2014-02-13
1
-10
/
+16
*
|
|
staging/bcm: move IOCTL_BCM_BULK_WRM case out to its own function.
Dave Jones
2014-02-13
1
-61
/
+65
*
|
|
staging/bcm: move IOCTL_BCM_GET_HOST_MIBS case out to its own function.
Dave Jones
2014-02-13
1
-30
/
+38
*
|
|
staging/bcm: move IOCTL_BCM_GET_DSX_INDICATION case out to its own function.
Dave Jones
2014-02-13
1
-20
/
+26
*
|
|
staging/bcm: move IOCTL_BCM_SET_MAC_TRACING case out to its own function.
Dave Jones
2014-02-13
1
-16
/
+24
*
|
|
staging/bcm: move IOCTL_BCM_GET_CURRENT_STATUS case out to its own function.
Dave Jones
2014-02-13
1
-26
/
+29
*
|
|
staging/bcm: move IOCTL_BCM_GET_DRIVER_VERSION case out to its own function.
Dave Jones
2014-02-13
1
-14
/
+20
*
|
|
staging/bcm: move IOCTL_BCM_SWITCH_TRANSFER_MODE case out to its own function.
Dave Jones
2014-02-13
1
-17
/
+22
*
|
|
staging/bcm: move IOCTL_QOS_THRESHOLD case out to its own function.
Dave Jones
2014-02-13
1
-13
/
+16
*
|
|
staging/bcm: move IOCTL_CHIP_RESET case out to its own function.
Dave Jones
2014-02-13
1
-15
/
+23
*
|
|
staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD_STOP case out to its own function.
Dave Jones
2014-02-13
1
-63
/
+71
*
|
|
staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD case out to its own function.
Dave Jones
2014-02-13
1
-72
/
+79
*
|
|
staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD_START case out to its own function.
Dave Jones
2014-02-13
1
-30
/
+37
*
|
|
staging/bcm: move several request ioctl cases out to its own function.
Dave Jones
2014-02-13
1
-38
/
+46
*
|
|
staging/bcm: move IOCTL_BCM_GPIO_MODE_REQUEST case out to its own function.
Dave Jones
2014-02-13
1
-76
/
+80
*
|
|
staging/bcm: move IOCTL_BCM_GPIO_MULTI_REQUEST case out to its own function.
Dave Jones
2014-02-13
1
-88
/
+95
*
|
|
staging/bcm: move IOCTL_BCM_GPIO_STATUS_REQUEST case out to its own function.
Dave Jones
2014-02-13
1
-35
/
+43
*
|
|
staging/bcm: move BCM_LED_THREAD_STATE_CHANGE_REQ case out to its own function.
Dave Jones
2014-02-13
1
-44
/
+51
*
|
|
staging/bcm: move IOCTL_BCM_GPIO_SET_REQUEST case out to its own function.
Dave Jones
2014-02-13
1
-104
/
+111
*
|
|
staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_WRITE case out to its own function.
Dave Jones
2014-02-13
1
-59
/
+67
*
|
|
staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_READ case out to its own function.
Dave Jones
2014-02-13
1
-59
/
+68
*
|
|
staging/bcm: move IOCTL_BCM_REGISTER_WRITE_PRIVATE case out to its own function.
Dave Jones
2014-02-13
1
-40
/
+49
*
|
|
staging/bcm: move IOCTL_BCM_REGISTER_READ_PRIVATE case out to its own function.
Dave Jones
2014-02-13
1
-44
/
+52
*
|
|
Staging: bcm: DDRInit: fix up spacing issues.
Gary Rookard
2014-02-07
1
-14
/
+14
|
/
/
*
|
Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-01-20
11
-1552
/
+1442
|
\
\
|
*
|
staging: bcm : Fix typo in staging/bcm
Masanari Iida
2014-01-11
4
-11
/
+11
|
*
|
Staging: bcm: DDRInit: fix up some bracing issues.
Gary Rookard
2014-01-09
1
-77
/
+30
|
*
|
staging: bcm: clean up a type issue in ConfigureEndPointTypesThroughEEPROM()
Dan Carpenter
2014-01-09
1
-5
/
+5
|
*
|
beeceem: Replace C99 comments with C89 ones and remove unneeded comments in I...
Matthias Oefelein
2014-01-08
1
-6
/
+2
|
*
|
beeceem: Fix newline issues at opening braces of conditional statements in In...
Matthias Oefelein
2014-01-08
1
-45
/
+21
|
*
|
beeceem: Fix whitespace issues at opening parentheses in InterfaceRx.c
Matthias Oefelein
2014-01-08
1
-32
/
+32
|
*
|
beeceem: Fix broken indentations in InterfaceRx.c
Matthias Oefelein
2014-01-08
1
-29
/
+26
|
*
|
beeceem: Fix missing spaces between function arguments in InterfaceRx.c
Matthias Oefelein
2014-01-08
1
-17
/
+17
|
*
|
beeceem: Fix missing spaces around operators and unwanted spaces around semic...
Matthias Oefelein
2014-01-08
1
-13
/
+13
|
*
|
beeceem: Replace C99-style comments with C89 pendants in InterfaceTx.c
Ralph Mueck
2014-01-08
1
-10
/
+10
|
*
|
beeceem: Fix position of braces in conditional statements in InterfaceTx.c
Ralph Mueck
2014-01-08
1
-43
/
+20
|
*
|
beeceem: Add spaces before opening parentheses in if-conditionals in Interfac...
Ralph Mueck
2014-01-08
1
-15
/
+15
|
*
|
beeceem: Fix several whitespace issues in InterfaceTx.c
Ralph Mueck
2014-01-08
1
-32
/
+32
|
*
|
drivers: bcm: Remove unused function in nvm.c
Rashika Kheria
2014-01-08
1
-61
/
+0
|
*
|
drivers: bcm: Mark functions as static in Qos.c
Rashika Kheria
2014-01-08
1
-3
/
+3
|
*
|
drivers/staging/bcm: Integer overflow
Wenliang Fan
2013-12-20
1
-0
/
+9
|
*
|
staging: bcm: fixed warning about no and prohibited space in InterfaceIdleMod...
Gokulnath Avanashilingam
2013-12-20
1
-12
/
+12
|
*
|
staging: bcm: using time_after and time_before in InterfaceIdleMode.c
Gokulnath Avanashilingam
2013-12-20
1
-3
/
+3
|
*
|
staging: bcm: line over 80 characters in InterfaceIdleMode.c
Gokulnath Avanashilingam
2013-12-20
1
-54
/
+99
|
*
|
staging: bcm: Remove Developer Debug prints in InterfaceIdleMode.c
Gokulnath Avanashilingam
2013-12-20
1
-47
/
+10
|
*
|
staging: bcm: line over 80 characters in InterfaceDld.c
Gokulnath A
2013-12-18
1
-21
/
+49
|
*
|
staging:bcm: Removed developer debug prints in InterfaceDld.c
Gokulnath A
2013-12-18
1
-56
/
+14
|
*
|
Staging: bcm: DDRInit: fixed up some commenting issues.
Gary Rookard
2013-12-18
1
-75
/
+74
|
*
|
Staging: bcm: DDRInit: fixed issues w/ commenting.
Gary Rookard
2013-12-17
1
-135
/
+136
|
*
|
Staging: bcm: DDRInit: fixed issues w/ indentation.
Gary Rookard
2013-12-17
1
-915
/
+915
[prev]
[next]