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.13.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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-21
Staging: hv: channel: export vmbus_open to modules
Greg Kroah-Hartman
1
-0
/
+1
2010-10-21
Staging: hv: remove Close from struct vmbus_channel_interface
Greg Kroah-Hartman
2
-8
/
+0
2010-10-21
Staging: hv: netvsc: call vmbus_close directly
Greg Kroah-Hartman
1
-4
/
+4
2010-10-21
Staging: hv: storvsc: call vmbus_close directly
Greg Kroah-Hartman
1
-1
/
+1
2010-10-21
Staging: hv: channel: export vmbus_close to modules
Greg Kroah-Hartman
1
-0
/
+1
2010-10-21
Staging: hv: remove SendPacket from struct vmbus_channel_interface
Greg Kroah-Hartman
2
-12
/
+0
2010-10-21
Staging: hv: storvsc: call vmbus_sendpacket directly
Greg Kroah-Hartman
1
-36
/
+30
2010-10-21
Staging: hv: netvsc: call vmbus_sendpacket directly
Greg Kroah-Hartman
1
-44
/
+35
2010-10-21
Staging: hv: remove SendPacketPageBuffer from struct vmbus_channel_interface
Greg Kroah-Hartman
2
-16
/
+0
2010-10-21
Staging: hv: netvsc: call vmbus_sendpacket_pagebuffer directly
Greg Kroah-Hartman
1
-6
/
+6
2010-10-21
Staging: hv: channel: export vmbus_sendpacket_pagebuffer to modules
Greg Kroah-Hartman
1
-0
/
+1
2010-10-21
Staging: hv: remove SendPacketMultiPageBuffer from struct vmbus_channel_inter...
Greg Kroah-Hartman
2
-16
/
+0
2010-10-21
Staging: hv: storvsc: call vmbus_sendpacket_multipagebuffer directly
Greg Kroah-Hartman
1
-2
/
+1
2010-10-21
Staging: hv: channel: export vmbus_sendpacket_multipagebuffer to modules
Greg Kroah-Hartman
1
-1
/
+1
2010-10-21
Staging: hv: remove RecvPacket from struct vmbus_channel_interface
Greg Kroah-Hartman
2
-12
/
+0
2010-10-21
Staging: hv: storvsc: call vmbus_recvpacket directly
Greg Kroah-Hartman
1
-4
/
+4
2010-10-21
Staging: hv: remove RecvPacketRaw from struct vmbus_channel_interface
Greg Kroah-Hartman
2
-12
/
+0
2010-10-21
Staging: hv: netvsc: call vmbus_receivepacket_raw directly
Greg Kroah-Hartman
1
-3
/
+2
2010-10-21
Staging: hv: channel: export vmbus_receivepacket_raw to modules
Greg Kroah-Hartman
1
-0
/
+1
2010-10-21
Staging: hv: rename context to channel in struct hv_device
Greg Kroah-Hartman
6
-21
/
+21
2010-10-21
Staging: hv: make *context a real pointer in struct hv_device
Greg Kroah-Hartman
1
-1
/
+1
2010-10-21
Staging: hv: remove EstablishGpadl from struct vmbus_channel_interface
Greg Kroah-Hartman
2
-11
/
+0
2010-10-21
Staging: hv: netvsc: call vmbus_establish_gpadl directly
Greg Kroah-Hartman
1
-8
/
+6
2010-10-21
Staging: hv: channel: export vmbus_establish_gpadl to modules
Greg Kroah-Hartman
1
-0
/
+1
2010-10-21
Staging: hv: remove TeardownGpadl from struct vmbus_channel_interface
Greg Kroah-Hartman
2
-10
/
+0
2010-10-21
Staging: hv: netvsc: call vmbus_teardown_gpadl directly
Greg Kroah-Hartman
1
-5
/
+5
2010-10-21
Staging: hv: channel: export vmbus_teardown_gpadl to modules
Greg Kroah-Hartman
1
-0
/
+1
2010-10-21
Staging: hv: make get_channel_info static
Greg Kroah-Hartman
4
-77
/
+42
2010-10-21
Staging: hv: vmbus_drv: remove vmbus_child_device_get_info
Greg Kroah-Hartman
1
-14
/
+1
2010-10-21
Staging: hv: remove GetChannelInfo from struct vmbus_driver
Greg Kroah-Hartman
3
-7
/
+2
2010-10-21
Staging: hv: remove GetInfo pointer from struct vmbus_channel_interface
Greg Kroah-Hartman
2
-3
/
+0
2010-10-21
Staging: hv: remove VmbusGetChannelInfo
Greg Kroah-Hartman
1
-10
/
+1
2010-10-21
Staging: hv: make alloc_channel static
Greg Kroah-Hartman
2
-3
/
+1
2010-10-21
staging: batman-adv: remove useless addr_to_string()
Andy Shevchenko
8
-38
/
+18
2010-10-19
staging: brcm80211: brcmfmac: add debugfs, display wi-fi statistics
nohee ko
2
-0
/
+44
2010-10-19
staging: brcm80211: brcmfmac: add profile, beacon_int, dtim_period
nohee ko
2
-2
/
+44
2010-10-19
staging: brcm80211: brcmfmac: enable passive, active scan selection
nohee ko
2
-27
/
+37
2010-10-19
staging: brcm80211: brcmfmac: remove unnecessary cflags, WL_ISCAN_DISABLED & ...
nohee ko
1
-9
/
+1
2010-10-19
Staging: frontier: fix coding style issues in tranzport.c
Gustavo Silva
1
-27
/
+27
2010-10-19
Staging: cxt1e1: multiple definition of max_mtu fix
Bob Beers
4
-32
/
+32
2010-10-19
staging: speakup: fix memory leak
Vasiliy Kulikov
1
-2
/
+5
2010-10-19
staging: speakup: fix leaks of sysfs groups
Vasiliy Kulikov
1
-4
/
+14
2010-10-19
staging: ft1000: Remove FT1000_INFO typedef usage.
Marek Belisko
6
-57
/
+57
2010-10-19
staging: ft1000: Remove dead code from ft1000_hw.c
Marek Belisko
1
-262
/
+5
2010-10-19
staging: ft1000: Get rid of using typedef.
Marek Belisko
3
-21
/
+21
2010-10-19
staging: speakup: varhandlers.c style fixes
William Hubbs
1
-54
/
+55
2010-10-19
staging: speakup: thread.c style fixes
William Hubbs
1
-4
/
+4
2010-10-19
staging: speakup: synth.c style fixes
William Hubbs
1
-13
/
+18
2010-10-19
staging: speakup: serialio.c style fixes
William Hubbs
1
-3
/
+6
2010-10-19
staging: speakup: selection.c style fixes
William Hubbs
1
-10
/
+6
[next]