index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-14
staging/bcm: formatting cleaning for IOCTL_BCM_IDENTIFY_ACTIVE_SECTION
Dave Jones
1
-3
/
+2
2014-02-14
staging/bcm: move IOCTL_BCM_SET_ACTIVE_SECTION case out to its own function.
Dave Jones
1
-39
/
+48
2014-02-14
staging/bcm: move IOCTL_BCM_GET_FLASH2X_SECTION_BITMAP case out to its own fu...
Dave Jones
1
-39
/
+47
2014-02-14
staging/bcm: move IOCTL_BCM_FLASH2X_SECTION_WRITE case out to its own function.
Dave Jones
1
-108
/
+115
2014-02-14
staging/bcm: move IOCTL_BCM_FLASH2X_SECTION_READ case out to its own function.
Dave Jones
1
-90
/
+97
2014-02-14
staging/bcm: move IOCTL_BCM_NVM_[READ|WRITE] cases out to their own function.
Dave Jones
1
-141
/
+149
2014-02-14
staging/bcm: move IOCTL_BCM_SET_DEBUG case out to its own function.
Dave Jones
1
-33
/
+38
2014-02-14
staging/bcm: move IOCTL_BCM_CAL_INIT case out to its own function.
Dave Jones
1
-33
/
+42
2014-02-14
staging/bcm: move IOCTL_BCM_GET_NVM_SIZE case out to its own function.
Dave Jones
1
-10
/
+16
2014-02-14
staging/bcm: move IOCTL_BCM_BULK_WRM case out to its own function.
Dave Jones
1
-61
/
+65
2014-02-14
staging/bcm: move IOCTL_BCM_GET_HOST_MIBS case out to its own function.
Dave Jones
1
-30
/
+38
2014-02-14
staging/bcm: move IOCTL_BCM_GET_DSX_INDICATION case out to its own function.
Dave Jones
1
-20
/
+26
2014-02-14
staging/bcm: move IOCTL_BCM_SET_MAC_TRACING case out to its own function.
Dave Jones
1
-16
/
+24
2014-02-14
staging/bcm: move IOCTL_BCM_GET_CURRENT_STATUS case out to its own function.
Dave Jones
1
-26
/
+29
2014-02-14
staging/bcm: move IOCTL_BCM_GET_DRIVER_VERSION case out to its own function.
Dave Jones
1
-14
/
+20
2014-02-14
staging/bcm: move IOCTL_BCM_SWITCH_TRANSFER_MODE case out to its own function.
Dave Jones
1
-17
/
+22
2014-02-14
staging/bcm: move IOCTL_QOS_THRESHOLD case out to its own function.
Dave Jones
1
-13
/
+16
2014-02-14
staging/bcm: move IOCTL_CHIP_RESET case out to its own function.
Dave Jones
1
-15
/
+23
2014-02-14
staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD_STOP case out to its own function.
Dave Jones
1
-63
/
+71
2014-02-14
staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD case out to its own function.
Dave Jones
1
-72
/
+79
2014-02-14
staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD_START case out to its own function.
Dave Jones
1
-30
/
+37
2014-02-14
staging/bcm: move several request ioctl cases out to its own function.
Dave Jones
1
-38
/
+46
2014-02-14
staging/bcm: move IOCTL_BCM_GPIO_MODE_REQUEST case out to its own function.
Dave Jones
1
-76
/
+80
2014-02-14
staging/bcm: move IOCTL_BCM_GPIO_MULTI_REQUEST case out to its own function.
Dave Jones
1
-88
/
+95
2014-02-14
staging/bcm: move IOCTL_BCM_GPIO_STATUS_REQUEST case out to its own function.
Dave Jones
1
-35
/
+43
2014-02-14
staging/bcm: move BCM_LED_THREAD_STATE_CHANGE_REQ case out to its own function.
Dave Jones
1
-44
/
+51
2014-02-14
staging/bcm: move IOCTL_BCM_GPIO_SET_REQUEST case out to its own function.
Dave Jones
1
-104
/
+111
2014-02-14
staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_WRITE case out to its own function.
Dave Jones
1
-59
/
+67
2014-02-14
staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_READ case out to its own function.
Dave Jones
1
-59
/
+68
2014-02-14
staging/bcm: move IOCTL_BCM_REGISTER_WRITE_PRIVATE case out to its own function.
Dave Jones
1
-40
/
+49
2014-02-14
staging/bcm: move IOCTL_BCM_REGISTER_READ_PRIVATE case out to its own function.
Dave Jones
1
-44
/
+52
2014-02-12
staging: rtl8821ae: Remove duplicate include
Sachin Kamat
1
-1
/
+1
2014-02-12
staging: lustre: Remove duplicate inclusion of crypto.h
Sachin Kamat
1
-1
/
+0
2014-02-12
staging: rtl8188eu: remove header file ethernet.h
navin patidar
4
-45
/
+3
2014-02-12
Staging: comedi: Correct a few printf format codes
Chase Southwood
2
-6
/
+6
2014-02-12
drivers:staging:silicom fixed checkpatch coding style error on macros
Surendra Patil
1
-2
/
+2
2014-02-12
drivers:staging:silicom Fixed extern warnings reported by checkpatch
Surendra Patil
2
-12
/
+10
2014-02-12
staging/lustre/llite: remove lustre_generic_file_{read,write}
Jinshan Xiong
5
-37
/
+14
2014-02-12
Merge tag 'iio-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
26
-158
/
+781
2014-02-12
staging: sbe-2t3e3: Fix possible reuse of freed memory in timer function
Kirill Tkhai
1
-1
/
+1
2014-02-12
staging: r8188eu: Remove _func_enter and _func_exit macros
Larry Finger
29
-809
/
+16
2014-02-12
staging: r8188eu: Eliminate macro to get next list item
Larry Finger
14
-120
/
+115
2014-02-12
staging: r8188eu: Replace misspelled local container macro
Larry Finger
13
-78
/
+78
2014-02-12
staging: r8188eu: Remove some dead code from headers
Larry Finger
4
-184
/
+0
2014-02-12
staging: r8188eu: Remove dead file
Larry Finger
2
-2
/
+0
2014-02-12
staging: r8188eu: Replace wrapper around _rtw_memcmp()
Larry Finger
19
-193
/
+154
2014-02-12
staging: slicoss: Add MAINTAINERS entry, break README into TODO & README
Joe Perches
3
-40
/
+44
2014-02-12
staging: slicoss: Fix possible reuse of freed memory in timer function
Kirill Tkhai
1
-1
/
+1
2014-02-12
staging: rtl8188eu: remove header file ip.h
navin patidar
5
-130
/
+0
2014-02-12
staging: rtl8188eu: remove header file if_ether.h
navin patidar
4
-114
/
+0
[prev]
[next]