]> git.ipfire.org Git - people/ms/linux.git/commit
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Dec 2015 18:50:07 +0000 (10:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Dec 2015 18:50:07 +0000 (10:50 -0800)
commit62ea1ec5e17fe36e2c728bc534f9f78b216dfe83
tree7d398881db98f2c2b28f45ba595688db6bbe602b
parentf41683a204ea61568f0fd0804d47c19561f2ee39
parentf277ec42f38f406ed073569b24b04f1c291fec0f
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost

Pull virtio fixes from Michael Tsirkin:
 "This includes some fixes and cleanups in virtio and vhost code.

  Most notably, shadowing the index fixes the excessive cacheline
  bouncing observed on AMD platforms"

* tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
  virtio_ring: shadow available ring flags & index
  virtio: Do not drop __GFP_HIGH in alloc_indirect
  vhost: replace % with & on data path
  tools/virtio: fix byteswap logic
  tools/virtio: move list macro stubs
  virtio: fix memory leak of virtio ida cache layers
  vhost: relax log address alignment
  virtio-net: Stop doing DMA from the stack