1. 016c98c virtio: unify config_changed handling by Michael S. Tsirkin · 10 years ago
  2. e75279c virtio_ccw: introduce device_lost in virtio_ccw_device by Heinz Graalfs · 10 years ago
  3. d586c86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  4. 1dad093 s390/irq: Use defines for external interruption codes by Thomas Huth · 10 years ago
  5. 79629b2 virtio_ccw: fix hang in set offline processing by Heinz Graalfs · 10 years ago
  6. 96b1453 virtio-ccw: virtio-ccw adapter interrupt support. by Cornelia Huck · 11 years ago
  7. 2e02104 virtio_ccw: fix vcdev pointer handling issues by Heinz Graalfs · 10 years ago
  8. 19e4735 KVM: s390: virtio-ccw: Handle command rejects. by Cornelia Huck · 11 years ago
  9. 46f9c2b virtio_ring: change host notification API by Heinz Graalfs · 11 years ago
  10. 82003c3 s390/irq: rework irq subclass handling by Heiko Carstens · 11 years ago
  11. 01227a8 Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  12. 99437a2 KVM: s390: virtio_ccw: reset errors for new I/O. by Cornelia Huck · 11 years ago
  13. 3188bf6 KVM: s390: Change the virtual memory mapping location for virtio devices by Nick Wang · 11 years ago
  14. 9d0ca6e virtio: remove obsolete virtqueue_get_queue_index() by Rusty Russell · 11 years ago
  15. 6a773cb KVM: s390: Export virtio-ccw api. by Cornelia Huck · 11 years ago
  16. 07e1693 virtio_ccw: pass a cookie value to kvm hypercall by Michael S. Tsirkin · 11 years ago
  17. 3c834b6 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  18. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  19. 9350393 virtio: make config_ops const by Stephen Hemminger · 11 years ago
  20. c98d368 s390/virtio-ccw: Fix setup_vq error handling. by Cornelia Huck · 11 years ago
  21. b26ba22 KVM: s390: Gracefully handle busy conditions on ccw_device_start by Christian Borntraeger · 12 years ago
  22. 73fa21e KVM: s390: Dynamic allocation of virtio-ccw I/O data. by Cornelia Huck · 12 years ago
  23. 420f42e s390/irq: remove split irq fields from /proc/stat by Heiko Carstens · 12 years ago
  24. 7e64e05 KVM: s390: Add a channel I/O based virtio transport driver. by Cornelia Huck · 12 years ago
  25. 55c171a KVM: s390: Handle hosts not supporting s390-virtio. by Cornelia Huck · 12 years ago
  26. 6457f12 virtio: support reserved vqs by Michael S. Tsirkin · 12 years ago
  27. 17bb6d4 virtio-ring: move queue_index to vring_virtqueue by Jason Wang · 12 years ago
  28. 5fecc9d Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  29. a53c8fa s390/comments: unify copyright messages and remove file names by Heiko Carstens · 12 years ago
  30. cd18345 KVM: s390: Perform early event mask processing during boot by Heinz Graalfs · 12 years ago
  31. fde15c3 [S390] irq: external interrupt code passing by Heiko Carstens · 12 years ago
  32. 7b21e34 virtio: harsher barriers for rpmsg. by Rusty Russell · 12 years ago
  33. 6684604 enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs by Rick Jones · 13 years ago
  34. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  35. 3a4c5d5 s390: add missing module.h/export.h includes by Heiko Carstens · 13 years ago
  36. 7bf4074 [S390] sparse: fix sparse symbol shadow warning by Martin Schwidefsky · 13 years ago
  37. c4736d9 [S390] sparse: fix sparse static warnings by Martin Schwidefsky · 13 years ago
  38. d7b250e [S390] irq: merge irq.c and s390_ext.c by Heiko Carstens · 13 years ago
  39. df7997a [S390] irq: fix service signal external interrupt handling by Heiko Carstens · 13 years ago
  40. a985183 [S390] irqstats: fix counting of pfault, dasd diag and virtio irqs by Heiko Carstens · 13 years ago
  41. 052ff46 [S390] irq: have detailed statistics for interrupt types by Heiko Carstens · 14 years ago
  42. f6649a7 [S390] cleanup lowcore access from external interrupts by Martin Schwidefsky · 14 years ago
  43. cefa33e KVM: S390: Add virtio hotplug add support by Alexander Graf · 14 years ago
  44. fc678d6 KVM: S390: take a full byte as ext_param indicator by Alexander Graf · 14 years ago
  45. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  46. cbb870c [S390] Cleanup struct _lowcore usage and defines. by Heiko Carstens · 14 years ago
  47. c4de0c1 [S390] kvm: use console_initcall() to initialize s390 virtio console by Hendrik Brueckner · 15 years ago
  48. d2a7ddd virtio: find_vqs/del_vqs virtio operations by Michael S. Tsirkin · 15 years ago
  49. 9499f5e virtio: add names to virtqueue struct, mapping from devices to queues. by Rusty Russell · 15 years ago
  50. 035da16 s390: remove s390_root_dev_*() by Mark McLoughlin · 16 years ago
  51. be3c583 kvm-s390: implement config_changed for virtio on s390 by Christian Borntraeger · 16 years ago
  52. 87c7d57 virtio: hand virtio ring alignment as argument to vring_new_virtqueue by Rusty Russell · 16 years ago
  53. db40598 virtio: use KVM_S390_VIRTIO_RING_ALIGN instead of relying on pagesize by Rusty Russell · 16 years ago
  54. cc835f78 [S390] kvm_s390: Fix oops in virtio device detection with "mem=" by Christian Borntraeger · 16 years ago
  55. 37f1c01 [S390] Use s390_root_dev_* in kvm_virtio. by Cornelia Huck · 16 years ago
  56. 26f746f [S390] virtio console: fix section mismatch warning. by Heiko Carstens · 16 years ago
  57. 99e65c9 KVM: s390: Fix guest kconfig by Christian Borntraeger · 16 years ago
  58. e34f872 virtio: Add transport feature handling stub for virtio_ring. by Rusty Russell · 16 years ago
  59. c624896 virtio: Rename set_features to finalize_features by Rusty Russell · 16 years ago
  60. faeba830 s390: use virtio_console for KVM on s390 by Christian Borntraeger · 16 years ago
  61. b769f57 virtio: set device index in common code. by Rusty Russell · 16 years ago
  62. 5ca9fd5 s390: KVM guest: fix compile error by Heiko Carstens · 16 years ago
  63. 17f3458 [S390] Convert to SPARSEMEM & SPARSEMEM_VMEMMAP by Heiko Carstens · 16 years ago
  64. e976a2b s390: KVM guest: virtio device support, and kvm hypercalls by Christian Borntraeger · 16 years ago