index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
char
/
ctrlchar.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-09
virtio_pci: update file descriptions and copyright
Michael S. Tsirkin
3
-3
/
+12
2014-12-09
virtio_pci: split out legacy device support
Michael S. Tsirkin
3
-408
/
+468
2014-12-09
virtio_pci: setup config vector indirectly
Michael S. Tsirkin
1
-6
/
+13
2014-12-09
virtio_pci: setup vqs indirectly
Michael S. Tsirkin
1
-23
/
+46
2014-12-09
virtio_pci: delete vqs indirectly
Michael S. Tsirkin
1
-7
/
+20
2014-12-09
virtio_pci: use priv for vq notification
Michael S. Tsirkin
1
-3
/
+2
2014-12-09
virtio_pci: free up vq->priv
Michael S. Tsirkin
1
-25
/
+31
2014-12-09
virtio_pci: fix coding style for structs
Michael S. Tsirkin
1
-4
/
+2
2014-12-09
virtio_pci: add isr field
Michael S. Tsirkin
1
-1
/
+6
2014-12-09
virtio: drop legacy_only driver flag
Michael S. Tsirkin
2
-6
/
+0
2014-12-09
virtio_balloon: drop legacy_only driver flag
Michael S. Tsirkin
1
-1
/
+0
2014-12-09
virtio_ccw: rev 1 devices set VIRTIO_F_VERSION_1
Michael S. Tsirkin
1
-0
/
+7
2014-12-09
virtio: allow finalize_features to fail
Michael S. Tsirkin
9
-16
/
+38
2014-12-09
virtio_ccw: legacy: don't negotiate rev 1/features
Michael S. Tsirkin
1
-3
/
+13
2014-12-09
virtio: add API to detect legacy devices
Michael S. Tsirkin
2
-0
/
+9
2014-12-09
virtio_console: fix sparse warnings
Michael S. Tsirkin
1
-4
/
+5
2014-12-09
vhost: remove unnecessary forward declarations in vhost.h
Jason Wang
1
-4
/
+0
2014-12-09
virtio: drop VIRTIO_F_VERSION_1 from drivers
Michael S. Tsirkin
4
-4
/
+0
2014-12-09
virtio: make VIRTIO_F_VERSION_1 a transport bit
Michael S. Tsirkin
3
-3
/
+9
2014-12-09
virtio_balloon: add legacy_only flag
Michael S. Tsirkin
2
-0
/
+3
2014-12-09
virtio_console: virtio 1.0 support
Michael S. Tsirkin
2
-15
/
+21
2014-12-09
af_packet: virtio 1.0 stubs
Michael S. Tsirkin
1
-13
/
+22
2014-12-09
vhost/scsi: partial virtio 1.0 support
Michael S. Tsirkin
1
-10
/
+12
2014-12-09
virtio_scsi: export to userspace
Michael S. Tsirkin
2
-37
/
+38
2014-12-09
virtio_scsi: move to uapi
Michael S. Tsirkin
1
-0
/
+0
2014-12-09
virtio_scsi: v1.0 support
Michael S. Tsirkin
2
-34
/
+49
2014-12-09
macvtap: TUN_VNET_LE support
Michael S. Tsirkin
1
-25
/
+43
2014-12-09
tun: TUN_VNET_LE support, fix sparse warnings for virtio headers
Michael S. Tsirkin
1
-19
/
+29
2014-12-09
tun: add VNET_LE flag
Michael S. Tsirkin
1
-0
/
+1
2014-12-09
tun: drop most type defines
Michael S. Tsirkin
1
-34
/
+28
2014-12-09
tun: move internal flag defines out of uapi
Michael S. Tsirkin
2
-64
/
+24
2014-12-09
vhost/net: enable virtio 1.0
Michael S. Tsirkin
1
-1
/
+2
2014-12-09
vhost/net: larger header for virtio 1.0
Michael S. Tsirkin
1
-1
/
+2
2014-12-09
vhost/net: virtio 1.0 byte swap
Michael S. Tsirkin
1
-5
/
+10
2014-12-09
vhost: virtio 1.0 endian-ness support
Michael S. Tsirkin
1
-37
/
+49
2014-12-09
vhost: switch to __get/__put_user exclusively
Michael S. Tsirkin
1
-3
/
+10
2014-12-09
vhost/net: force len for TX to host endian
Michael S. Tsirkin
1
-5
/
+5
2014-12-09
vhost: add memory access wrappers
Michael S. Tsirkin
1
-0
/
+31
2014-12-09
vhost: make features 64 bit
Michael S. Tsirkin
1
-3
/
+3
2014-12-09
virtio_net: enable v1.0 support
Michael S. Tsirkin
1
-0
/
+1
2014-12-09
virtio_net: disable mac write for virtio 1.0
Michael S. Tsirkin
1
-1
/
+2
2014-12-09
virtio_net: bigger header when VERSION_1 is set
Michael S. Tsirkin
1
-1
/
+2
2014-12-09
virtio_net: stricter short buffer length checks
Michael S. Tsirkin
1
-1
/
+1
2014-12-09
virtio_net: get rid of virtio_net_hdr/skb_vnet_hdr
Michael S. Tsirkin
1
-49
/
+41
2014-12-09
virtio_net: pass vi around
Michael S. Tsirkin
1
-18
/
+20
2014-12-09
virtio_blk: fix race at module removal
Michael S. Tsirkin
1
-1
/
+1
2014-12-09
virtio_blk: make serial attribute static
Michael S. Tsirkin
1
-1
/
+2
2014-12-09
KVM: s390: enable virtio-ccw revision 1
Cornelia Huck
1
-1
/
+1
2014-12-09
KVM: s390 allow virtio_ccw status writes to fail
Michael S. Tsirkin
1
-1
/
+6
2014-12-09
KVM: s390: virtio-ccw revision 1 SET_VQ
Cornelia Huck
1
-12
/
+42
[next]