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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-07
Staging: bcm: Remove typedef for _ETH_CS_ETH2_FRAME and call directly.
Kevin McKinney
2
-4
/
+4
2013-01-07
Staging: bcm: Remove typedef for _E_SERVICEFLOW_CS_SPEC_ and call directly.
Kevin McKinney
1
-2
/
+2
2013-01-07
Staging: bcm: Remove typedef for _TCP_HEADER and call directly.
Kevin McKinney
2
-5
/
+5
2013-01-07
Staging: bcm: Replace UCHAR with unsigned char in Protocol.h
Kevin McKinney
1
-3
/
+3
2013-01-07
Staging: bcm: Replace ULONG with unsigned long in Protocol.h
Kevin McKinney
1
-2
/
+2
2013-01-07
Staging: bcm: Replace USHORT with unsigned short in Protocol.h
Kevin McKinney
1
-10
/
+10
2013-01-07
Staging: bcm: Fix issue: "Macros with complex values should be enclosed in pa...
Kevin McKinney
1
-2
/
+2
2013-01-07
Staging: bcm: Fix warning: "__packed is preferred over __attribute__((packed)...
Kevin McKinney
1
-5
/
+5
2013-01-07
Staging: bcm: Properly format braces in Protocol.h
Kevin McKinney
1
-22
/
+11
2013-01-07
Staging: bcm: Properly format comments in Protocol.h
Kevin McKinney
1
-5
/
+5
2013-01-07
Staging: bcm: Fix all white space issues in Protocol.h
Kevin McKinney
1
-44
/
+33
2013-01-07
Staging: bcm: Replace UCHAR with unsigned char in Macros.h
Kevin McKinney
1
-3
/
+3
2013-01-07
Staging: bcm: Remove typedef for _LINK_STATE and call directly.
Kevin McKinney
2
-5
/
+3
2013-01-07
Staging: bcm: Remove typedef for _E_PHS_DSC_ACTION and call directly.
Kevin McKinney
1
-3
/
+2
2013-01-07
Staging: bcm: Remove typedef for eNVM_TYPE and call directly.
Kevin McKinney
5
-7
/
+7
2013-01-07
Staging: bcm: Remove typedef for ePMU_MODES and call directly.
Kevin McKinney
1
-2
/
+2
2013-01-07
Staging: bcm: Remove typedef for _S_PHS_RULE and call directly.
Kevin McKinney
6
-38
/
+38
2013-01-07
Staging: bcm: Remove typedef for _E_CLASSIFIER_ENTRY_CONTEXT and call directly.
Kevin McKinney
2
-8
/
+8
2013-01-07
Staging: bcm: Remove typedef for _S_CLASSIFIER_ENTRY and call directly.
Kevin McKinney
3
-21
/
+21
2013-01-07
Staging: bcm: Remove typedef for _S_CLASSIFIER_TABLE and call directly.
Kevin McKinney
3
-20
/
+20
2013-01-07
Staging: bcm: Remove typedef for _S_SERVICEFLOW_ENTRY and call directly.
Kevin McKinney
4
-17
/
+17
2013-01-07
Staging: bcm: Remove typedef for _S_SERVICEFLOW_TABLE and call directly.
Kevin McKinney
3
-11
/
+11
2013-01-07
Staging: bcm: Remove typedef for _PHS_DEVICE_EXTENSION and call directly.
Kevin McKinney
5
-18
/
+18
2013-01-07
Staging: bcm: Replace LONG with long in PHSDefines.h
Kevin McKinney
1
-1
/
+1
2013-01-07
Staging: bcm: Replace ULONG with unsigned long in PHSDefines.h
Kevin McKinney
1
-2
/
+2
2013-01-07
Staging: bcm: Replace B_UINT16 with u16 in PHSDefines.h
Kevin McKinney
1
-5
/
+5
2013-01-07
Staging: bcm: Replace B_UINT8 with u8 in PHSDefines.h
Kevin McKinney
1
-14
/
+14
2013-01-07
Staging: bcm: Properly format braces in PHSDefines.h
Kevin McKinney
1
-15
/
+7
2013-01-07
Staging: bcm: Properly format comments in PHSDefines.h
Kevin McKinney
1
-12
/
+5
2013-01-07
Staging: bcm: Fix all white space issues in PHSDefines.h
Kevin McKinney
1
-78
/
+63
2013-01-07
Staging: bcm: Remove typedef for _TARGET_PARAMS and call directly.
Kevin McKinney
4
-10
/
+10
2013-01-07
Staging: bcm: Replace B_UINT32 with u32 in target_params.h
Kevin McKinney
1
-36
/
+36
2013-01-07
Staging: bcm: Properly format braces in target_params.h
Kevin McKinney
1
-2
/
+1
2013-01-07
Staging: bcm: Properly format comments as needed in target_params.h
Kevin McKinney
1
-18
/
+15
2013-01-07
Staging: bcm: Fix all white space issues in target_params.h
Kevin McKinney
1
-68
/
+48
2013-01-07
Staging: bcm: Remove macro B_ULONG32 in led_control.h.
Kevin McKinney
1
-2
/
+0
2013-01-07
Staging: bcm: Remove typedef for _LEDColors and call directly.
Kevin McKinney
1
-2
/
+2
2013-01-07
Staging: bcm: Remove typedef for LedEvents and call directly.
Kevin McKinney
3
-7
/
+7
2013-01-07
Staging: bcm: Remove typedef for LedStateInfo_t and call directly.
Kevin McKinney
1
-3
/
+3
2013-01-07
Staging: bcm: Remove typedef for _LED_INFO_STRUCT and call directly.
Kevin McKinney
2
-4
/
+3
2013-01-07
Staging: bcm: Replace UINT with unsigned int in led_control.h
Kevin McKinney
1
-2
/
+2
2013-01-07
Staging: bcm: Replace BOOLEAN with bool in led_control.h
Kevin McKinney
1
-3
/
+3
2013-01-07
Staging: bcm: Replace UCHAR with unsigned char in led_control.h
Kevin McKinney
1
-5
/
+5
2013-01-07
Staging: bcm: Fix warning: "do {} while (0) macros should not be semicolon te...
Kevin McKinney
1
-2
/
+2
2013-01-07
Staging: bcm: Properly format comments as needed in led_control.h
Kevin McKinney
1
-7
/
+5
2013-01-07
Staging: bcm: Fix all white space issues in led_control.h
Kevin McKinney
1
-54
/
+41
2013-01-07
Staging: bcm: Remove typedef for IPV6HeaderFormatTag and call directly.
Kevin McKinney
2
-11
/
+11
2013-01-07
Staging: bcm: Remove typedef for IPV6RoutingHeaderFormatTag and call directly.
Kevin McKinney
2
-5
/
+5
2013-01-07
Staging: bcm: Remove typedef for IPV6FragmentHeaderFormatTag and call directly.
Kevin McKinney
2
-3
/
+3
2013-01-07
Staging: bcm: Remove typedef for IPV6DestOptionsHeaderFormatTag and call dire...
Kevin McKinney
2
-4
/
+4
[next]