https://github.com/torvalds/linux
Revision 64ec45bff6b3dade2643ed4c0f688a15ecf46ea2 authored by Linus Torvalds on 19 December 2014, 04:50:30 UTC, committed by Linus Torvalds on 19 December 2014, 04:50:30 UTC
Pull virtio fixes from Michael S Tsirkin:
 "virtio 1.0 related fixes

  Most importantly, this fixes using virtio_pci as a module.

  Further, the big virtio 1.0 conversion missed a couple of places.
  This fixes them up.

  This isn't 100% sparse-clean yet because on many architectures
  get_user triggers sparse warnings when used with __bitwise tag (when
  same tag is on both pointer and value read).

  I posted a patchset to fix it up by adding __force on all arches that
  don't already have it (many do), when that's merged these warnings
  will go away"

* tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
  virtio_pci: restore module attributes
  mic/host: fix up virtio 1.0 APIs
  vringh: update for virtio 1.0 APIs
  vringh: 64 bit features
  tools/virtio: add virtio 1.0 in vringh_test
  tools/virtio: add virtio 1.0 in virtio_test
  tools/virtio: enable -Werror
  tools/virtio: 64 bit features
  tools/virtio: fix vringh test
  tools/virtio: more stubs
  virtio: core support for config generation
  virtio_pci: add VIRTIO_PCI_NO_LEGACY
  virtio_pci: move probe to common file
  virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY
  virtio_config: fix virtio_cread_bytes
  virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restore
2 parent s c0f486f + 5ff1611
History
Tip revision: 64ec45bff6b3dade2643ed4c0f688a15ecf46ea2 authored by Linus Torvalds on 19 December 2014, 04:50:30 UTC
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Tip revision: 64ec45b
File Mode Size
governors
Kconfig -rw-r--r-- 1.1 KB
Kconfig.arm -rw-r--r-- 1.8 KB
Kconfig.arm64 -rw-r--r-- 431 bytes
Kconfig.mips -rw-r--r-- 604 bytes
Kconfig.powerpc -rw-r--r-- 480 bytes
Makefile -rw-r--r-- 1.3 KB
coupled.c -rw-r--r-- 25.5 KB
cpuidle-arm64.c -rw-r--r-- 3.0 KB
cpuidle-at91.c -rw-r--r-- 1.6 KB
cpuidle-big_little.c -rw-r--r-- 6.8 KB
cpuidle-calxeda.c -rw-r--r-- 2.0 KB
cpuidle-clps711x.c -rw-r--r-- 1.6 KB
cpuidle-cps.c -rw-r--r-- 4.4 KB
cpuidle-exynos.c -rw-r--r-- 1.8 KB
cpuidle-kirkwood.c -rw-r--r-- 2.3 KB
cpuidle-mvebu-v7.c -rw-r--r-- 3.5 KB
cpuidle-powernv.c -rw-r--r-- 6.2 KB
cpuidle-pseries.c -rw-r--r-- 5.6 KB
cpuidle-ux500.c -rw-r--r-- 3.2 KB
cpuidle-zynq.c -rw-r--r-- 2.1 KB
cpuidle.c -rw-r--r-- 12.9 KB
cpuidle.h -rw-r--r-- 1.9 KB
driver.c -rw-r--r-- 9.5 KB
dt_idle_states.c -rw-r--r-- 6.2 KB
dt_idle_states.h -rw-r--r-- 177 bytes
governor.c -rw-r--r-- 2.2 KB
sysfs.c -rw-r--r-- 16.1 KB

back to top