]> git.baikalelectronics.ru Git - kernel.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)
commit801e8c380d2efec75a3229bba6d78f15fd6847a0
tree7d398881db98f2c2b28f45ba595688db6bbe602b
parent36318231284243f9e34ae6782c2e011e6ce1e05c
parent26268fbdd958d3593659dde7c11a69fcd7bc97f0
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