index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
bcm
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-02
Staging: bcm: fix possible memory leak of 'pstAddIndication' in CmHost.c and ...
Kevin McKinney
1
-7
/
+20
2012-02-24
Staging: bcm: fix possible NULL dereference of psfLocalSet in CmHost.c
Kevin McKinney
1
-1
/
+7
2012-02-13
Staging: bcm: Move directives for the preprocessor statement to enum value in...
Kevin McKinney
1
-4
/
+2
2012-02-10
Staging: bcm: fix CodingStyle warnings/errors reported by checkpatch.pl in le...
Gerard Ryan
1
-38
/
+36
2012-02-08
Staging: bcm: Use memdup_user rather than duplicating its implementation
Thomas Meyer
1
-25
/
+12
2012-02-08
Staging: bcm: Alter name, datatype, and default value of iterator variables.
Kevin McKinney
1
-84
/
+84
2012-02-08
Staging: bcm: Replace variables and function outputs defined as INT with int.
Kevin McKinney
1
-5
/
+5
2012-02-08
Staging: bcm: Remove assignment from if statement and reverse if logic for re...
Kevin McKinney
1
-8
/
+9
2012-02-08
Staging: bcm: Remove typedef from CmHost.c and use enum.
Kevin McKinney
1
-3
/
+3
2012-02-08
Staging: bcm: Replace dated variable __FUNCTION__.
Kevin McKinney
1
-3
/
+3
2012-02-08
Staging: bcm: Fix coding style issues in CmHost.c
Kevin McKinney
1
-1718
/
+1325
2012-02-08
Staging: bcm: Fix an integer overflow in IOCTL_BCM_NVM_READ/WRITE
Kevin McKinney
1
-1
/
+3
2012-01-09
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-1056
/
+1160
2012-01-02
misc latin1 to utf8 conversions
Al Viro
1
-2
/
+2
2011-12-22
Staging: bcm: Fix an invalid dereference to a kmalloc in IOCTL_BCM_BULK_WRM
Kevin McKinney
1
-1
/
+3
2011-12-22
Staging: bcm: Fix information leak in IOCTL_BCM_GET_DRIVER_VERSION
Kevin McKinney
1
-1
/
+5
2011-12-12
staging: bcm: HandleControlPacket.c: breaking of long lines
Johannes Tenschert
1
-24
/
+45
2011-12-12
staging: bcm: HandleControlPacket.c: fix parens/braces
Johannes Tenschert
1
-28
/
+12
2011-12-12
staging: bcm: HandleControlPacket.c: fix comments
Johannes Tenschert
1
-36
/
+45
2011-12-12
staging: bcm: HandleControlPacket.c: fix indentation
Johannes Tenschert
1
-66
/
+65
2011-12-12
staging: bcm: HandleControlPacket.c: fix whitespaces
Johannes Tenschert
1
-68
/
+68
2011-12-08
staging: bcm: led_control.c: breaking of long lines
Johannes Tenschert
1
-92
/
+199
2011-12-08
staging: bcm: led_control.c: fix parens/braces
Johannes Tenschert
1
-208
/
+87
2011-12-08
staging: bcm: led_control.c: fix comments
Johannes Tenschert
1
-122
/
+167
2011-12-08
staging: bcm: led_control.c: fix indentation
Johannes Tenschert
1
-146
/
+146
2011-12-08
staging: bcm: led_control.c: fix whitespaces
Johannes Tenschert
1
-217
/
+215
2011-12-08
Staging: bcm: Alter return value for copy_to/from_user() to "return -EFAULT" ...
Kevin McKinney
1
-34
/
+41
2011-12-08
Staging: bcm: Alter code to move error handling closer to the calls; and remo...
Kevin McKinney
1
-9
/
+5
2011-12-08
Staging: bcm: Fix double free of 'pReadData' in IOCTL_BCM_NVM_WRITE.
Kevin McKinney
1
-1
/
+1
2011-11-29
Staging: bcm: Reverse semaphore locking in IOCTL_BCM_BUFFER_DOWNLOAD_STOP.
Kevin McKinney
1
-5
/
+5
2011-11-29
Staging: bcm: Alter code to move error handling closer to the calls.
Kevin McKinney
1
-66
/
+66
2011-11-29
Staging: bcm: Clean up patch that calls semaphore down_trylock directly.
Kevin McKinney
1
-5
/
+2
2011-11-26
Staging: bcm: Fix semaphore locking error when downloading firmware.
Kevin McKinney
1
-4
/
+13
2011-11-26
Staging: bcm: Fix semaphore locking bug in, IOCTL_BCM_BUFFER_DOWNLOAD
Kevin McKinney
1
-0
/
+1
2011-11-26
Staging: bcm: Remove unnecessary "do while" statement in, IOCTL_BCM_BUFFER_DO...
Kevin McKinney
1
-41
/
+38
2011-11-26
Staging: bcm: Clean up code in ioctl: IOCTL_BCM_EEPROM_REGISTER_READ
Kevin McKinney
1
-1
/
+5
2011-11-26
Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE,...
Kevin McKinney
7
-104
/
+153
2011-11-26
Staging: bcm: hostmibs: Added temporary variable to shorten lines
Diego F. Marfil
1
-32
/
+34
2011-11-26
Staging: bcm: hostmibs: White spaces and indentation fixes.
Diego F. Marfil
1
-58
/
+49
2011-11-26
Staging: bcm: hostmibs: C99 comments replaced
Diego F. Marfil
1
-6
/
+9
2011-10-23
Staging: bcm: Fix three initialization errors in InterfaceDld.c
Kevin McKinney
1
-4
/
+5
2011-10-23
Staging: bcm: Fix coding style issues in InterfaceDld.c
Kevin McKinney
1
-213
/
+161
2011-10-11
Staging: bcm: Fix coding style issues in InterfaceMisc.c
Kevin McKinney
1
-166
/
+138
2011-10-11
Staging: bcm: Remove assignment from if conditions reported by checkpatch.pl
Kevin McKinney
1
-6
/
+10
2011-10-11
Staging: bcm: Fix coding style issues reported by checkpatch.pl
Kevin McKinney
1
-12
/
+11
2011-10-11
Staging: bcm: Fix assignment issue in if statement reported by checkpatch.pl.
Kevin McKinney
1
-1
/
+2
2011-10-11
Staging: bcm: Remove assignment in if condition reported by checkpatch.pl
Kevin McKinney
1
-1
/
+2
2011-10-11
Staging: bcm: Replace dated variable __FUNCTION__ reported by checkpatch.pl
Kevin McKinney
1
-6
/
+6
2011-10-11
Staging: bcm: Fix coding style issues reported by checkpatch.pl
Kevin McKinney
1
-1039
/
+788
2011-09-29
Staging: bcm: Alter LOC for readability/understandability purposes
Kevin McKinney
1
-1
/
+5
[next]