index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
bcm
/
Bcmchar.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-16
Staging: bcm: Removed unreachable code line in Bcmchar.c
Ebru Akagunduz
1
-3
/
+1
2014-03-16
Staging: bcm: fix line over 80 characters in Bcmchar.c
Ebru Akagunduz
1
-226
/
+461
2014-02-18
staging/bcm: integer underflow leads to Oom
Dan Carpenter
1
-1
/
+1
2014-02-18
staging/bcm: two information leaks in ioctl
Dan Carpenter
1
-0
/
+4
2014-02-13
staging/bcm: move IOCTL_BCM_TIME_SINCE_NET_ENTRY case out to its own function.
Dave Jones
1
-18
/
+24
2014-02-13
staging/bcm: move IOCTL_BCM_GET_DEVICE_DRIVER_INFO case out to its own function.
Dave Jones
1
-22
/
+29
2014-02-13
staging/bcm: move IOCTL_BCM_CNTRLMSG_MASK case out to its own function.
Dave Jones
1
-24
/
+30
2014-02-13
staging/bcm: move IOCTL_BCM_NVM_RAW_READ case out to its own function.
Dave Jones
1
-87
/
+94
2014-02-13
staging/bcm: move IOCTL_BCM_SELECT_DSD case out to its own function.
Dave Jones
1
-43
/
+50
2014-02-13
staging/bcm: move IOCTL_BCM_GET_FLASH_CS_INFO case out to its own function.
Dave Jones
1
-31
/
+37
2014-02-13
staging/bcm: move IOCTL_BCM_COPY_SECTION case out to its own function.
Dave Jones
1
-73
/
+80
2014-02-13
staging/bcm: formatting cleaning for IOCTL_BCM_IDENTIFY_ACTIVE_SECTION
Dave Jones
1
-3
/
+2
2014-02-13
staging/bcm: move IOCTL_BCM_SET_ACTIVE_SECTION case out to its own function.
Dave Jones
1
-39
/
+48
2014-02-13
staging/bcm: move IOCTL_BCM_GET_FLASH2X_SECTION_BITMAP case out to its own fu...
Dave Jones
1
-39
/
+47
2014-02-13
staging/bcm: move IOCTL_BCM_FLASH2X_SECTION_WRITE case out to its own function.
Dave Jones
1
-108
/
+115
2014-02-13
staging/bcm: move IOCTL_BCM_FLASH2X_SECTION_READ case out to its own function.
Dave Jones
1
-90
/
+97
2014-02-13
staging/bcm: move IOCTL_BCM_NVM_[READ|WRITE] cases out to their own function.
Dave Jones
1
-141
/
+149
2014-02-13
staging/bcm: move IOCTL_BCM_SET_DEBUG case out to its own function.
Dave Jones
1
-33
/
+38
2014-02-13
staging/bcm: move IOCTL_BCM_CAL_INIT case out to its own function.
Dave Jones
1
-33
/
+42
2014-02-13
staging/bcm: move IOCTL_BCM_GET_NVM_SIZE case out to its own function.
Dave Jones
1
-10
/
+16
2014-02-13
staging/bcm: move IOCTL_BCM_BULK_WRM case out to its own function.
Dave Jones
1
-61
/
+65
2014-02-13
staging/bcm: move IOCTL_BCM_GET_HOST_MIBS case out to its own function.
Dave Jones
1
-30
/
+38
2014-02-13
staging/bcm: move IOCTL_BCM_GET_DSX_INDICATION case out to its own function.
Dave Jones
1
-20
/
+26
2014-02-13
staging/bcm: move IOCTL_BCM_SET_MAC_TRACING case out to its own function.
Dave Jones
1
-16
/
+24
2014-02-13
staging/bcm: move IOCTL_BCM_GET_CURRENT_STATUS case out to its own function.
Dave Jones
1
-26
/
+29
2014-02-13
staging/bcm: move IOCTL_BCM_GET_DRIVER_VERSION case out to its own function.
Dave Jones
1
-14
/
+20
2014-02-13
staging/bcm: move IOCTL_BCM_SWITCH_TRANSFER_MODE case out to its own function.
Dave Jones
1
-17
/
+22
2014-02-13
staging/bcm: move IOCTL_QOS_THRESHOLD case out to its own function.
Dave Jones
1
-13
/
+16
2014-02-13
staging/bcm: move IOCTL_CHIP_RESET case out to its own function.
Dave Jones
1
-15
/
+23
2014-02-13
staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD_STOP case out to its own function.
Dave Jones
1
-63
/
+71
2014-02-13
staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD case out to its own function.
Dave Jones
1
-72
/
+79
2014-02-13
staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD_START case out to its own function.
Dave Jones
1
-30
/
+37
2014-02-13
staging/bcm: move several request ioctl cases out to its own function.
Dave Jones
1
-38
/
+46
2014-02-13
staging/bcm: move IOCTL_BCM_GPIO_MODE_REQUEST case out to its own function.
Dave Jones
1
-76
/
+80
2014-02-13
staging/bcm: move IOCTL_BCM_GPIO_MULTI_REQUEST case out to its own function.
Dave Jones
1
-88
/
+95
2014-02-13
staging/bcm: move IOCTL_BCM_GPIO_STATUS_REQUEST case out to its own function.
Dave Jones
1
-35
/
+43
2014-02-13
staging/bcm: move BCM_LED_THREAD_STATE_CHANGE_REQ case out to its own function.
Dave Jones
1
-44
/
+51
2014-02-13
staging/bcm: move IOCTL_BCM_GPIO_SET_REQUEST case out to its own function.
Dave Jones
1
-104
/
+111
2014-02-13
staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_WRITE case out to its own function.
Dave Jones
1
-59
/
+67
2014-02-13
staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_READ case out to its own function.
Dave Jones
1
-59
/
+68
2014-02-13
staging/bcm: move IOCTL_BCM_REGISTER_WRITE_PRIVATE case out to its own function.
Dave Jones
1
-40
/
+49
2014-02-13
staging/bcm: move IOCTL_BCM_REGISTER_READ_PRIVATE case out to its own function.
Dave Jones
1
-44
/
+52
2014-01-11
staging: bcm : Fix typo in staging/bcm
Masanari Iida
1
-3
/
+3
2013-11-22
Merge branch 'opw-next' into staging-next
Greg Kroah-Hartman
1
-42
/
+94
2013-11-10
Staging: bcm: Fix checkpatch warnings for long lines.
Ingrid Cheung
1
-33
/
+83
2013-11-10
Staging: bcm: Fix checkpatch warning for long line.
Ingrid Cheung
1
-1
/
+3
2013-11-10
staging: bcm: removed prohibited space before semicolon
Nandini Hanumanthagowda
1
-8
/
+8
2013-11-07
Merge tag 'staging-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-26
/
+23
2013-10-30
Staging: bcm: info leak in ioctl
Dan Carpenter
1
-0
/
+1
2013-10-29
drivers: staging: bcm: Removed a developer debug statement.
Chuong Ngo
1
-4
/
+1
[next]