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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-17
virtio_pci: restore module attributes
Herbert Xu
1
-0
/
+5
2014-12-15
mic/host: fix up virtio 1.0 APIs
Michael S. Tsirkin
1
-6
/
+12
2014-12-15
vringh: update for virtio 1.0 APIs
Michael S. Tsirkin
1
-47
/
+74
2014-12-15
vringh: 64 bit features
Michael S. Tsirkin
1
-2
/
+2
2014-12-14
virtio_pci: move probe to common file
Michael S. Tsirkin
3
-26
/
+38
2014-12-11
virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY
Michael S. Tsirkin
1
-1
/
+0
2014-12-11
virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restore
Michael S. Tsirkin
1
-14
/
+23
2014-12-09
virtio_ccw: finalize_features error handling
Cornelia Huck
1
-6
/
+10
2014-12-09
virtio_ccw: future-proof finalize_features
Michael S. Tsirkin
1
-1
/
+1
2014-12-09
virtio_pci: rename virtio_pci -> virtio_pci_common
Michael S. Tsirkin
4
-4
/
+5
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
1
-4
/
+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
8
-15
/
+36
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
1
-0
/
+7
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
2
-1
/
+7
2014-12-09
virtio_balloon: add legacy_only flag
Michael S. Tsirkin
1
-0
/
+1
2014-12-09
virtio_console: virtio 1.0 support
Michael S. Tsirkin
1
-12
/
+17
2014-12-09
vhost/scsi: partial virtio 1.0 support
Michael S. Tsirkin
1
-10
/
+12
2014-12-09
virtio_scsi: v1.0 support
Michael S. Tsirkin
1
-19
/
+32
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: drop most type defines
Michael S. Tsirkin
1
-34
/
+28
2014-12-09
tun: move internal flag defines out of uapi
Michael S. Tsirkin
1
-51
/
+21
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
[next]