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
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
2014-12-09
KVM: s390: Set virtio-ccw transport revision
Thomas Huth
1
-0
/
+63
2014-12-09
virtio_blk: v1.0 support
Michael S. Tsirkin
2
-36
/
+49
2014-12-09
virtio_net: v1.0 endianness
Michael S. Tsirkin
2
-20
/
+28
2014-12-09
virtio: add legacy feature table support
Michael S. Tsirkin
2
-1
/
+28
2014-12-09
virtio: simplify feature bit handling
Michael S. Tsirkin
1
-4
/
+6
2014-12-09
virtio: set FEATURES_OK
Michael S. Tsirkin
2
-7
/
+24
2014-12-09
virtio: allow transports to get avail/used addresses
Cornelia Huck
2
-0
/
+19
2014-12-09
virtio_config: endian conversion for v1.0
Michael S. Tsirkin
1
-3
/
+6
2014-12-09
virtio_ring: switch to new memory access APIs
Michael S. Tsirkin
1
-44
/
+45
2014-12-09
virtio: memory access APIs
Michael S. Tsirkin
5
-22
/
+161
2014-12-09
virtio: add virtio 1.0 feature bit
Michael S. Tsirkin
1
-0
/
+3
2014-12-09
virtio_ccw: add support for 64 bit features.
Michael S. Tsirkin
1
-7
/
+23
[next]