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
gameport
joystick
keyboard
misc
mouse
serio
tablet
touchscreen
Kconfig -rw-r--r-- 5.6 KB
Makefile -rw-r--r-- 833 bytes
apm-power.c -rw-r--r-- 2.6 KB
evbug.c -rw-r--r-- 3.1 KB
evdev.c -rw-r--r-- 27.3 KB
ff-core.c -rw-r--r-- 8.9 KB
ff-memless.c -rw-r--r-- 14.2 KB
input-compat.c -rw-r--r-- 3.3 KB
input-compat.h -rw-r--r-- 2.1 KB
input-mt.c -rw-r--r-- 11.5 KB
input-polldev.c -rw-r--r-- 9.3 KB
input.c -rw-r--r-- 59.7 KB
joydev.c -rw-r--r-- 22.2 KB
matrix-keymap.c -rw-r--r-- 5.6 KB
mousedev.c -rw-r--r-- 26.1 KB
sparse-keymap.c -rw-r--r-- 8.6 KB

back to top