1. d39a678 tools/lguest: more documentation and checking of virtio 1.0 compliance. by Rusty Russell · 9 years ago
  2. 55c2d78 lguest: don't look in console features to find emerg_wr. by Rusty Russell · 9 years ago
  3. d761b03 tools/lguest: don't start devices until DRIVER_OK status set. by Rusty Russell · 9 years ago
  4. 3afe3e0 tools/lguest: handle indirect partway through chain. by Rusty Russell · 9 years ago
  5. c97eb67 tools/lguest: insert driver references from the 1.0 spec (4.1 Virtio Over PCI) by Rusty Russell · 9 years ago
  6. 8dc425f tools/lguest: insert device references from the 1.0 spec (4.1 Virtio Over PCI) by Rusty Russell · 9 years ago
  7. b2ce1ea tools/lguest: rename virtio_pci_cfg_cap field to match spec. by Rusty Russell · 9 years ago
  8. 53aceb4 tools/lguest: fix features_accepted logic in example launcher. by Rusty Russell · 9 years ago
  9. d2dbdac tools/lguest: handle device reset correctly in example launcher. by Rusty Russell · 9 years ago
  10. a2e1999 virtual: Documentation: simplify and generalize paravirt_ops.txt by Luis R. Rodriguez · 9 years ago
  11. d9bab50 lguest: remove NOTIFY call and eventfd facility. by Rusty Russell · 9 years ago
  12. 00f8d54 lguest: remove NOTIFY facility from demonstration launcher. by Rusty Russell · 9 years ago
  13. a561adf lguest: use the PCI console device's emerg_wr for early boot messages. by Rusty Russell · 9 years ago
  14. 713e3f7 lguest: always put console in PCI slot #1. by Rusty Russell · 9 years ago
  15. 59eba78 lguest: support backdoor window. by Rusty Russell · 9 years ago
  16. e8330d9 lguest: support emerg_wr in console device in example launcher. by Rusty Russell · 9 years ago
  17. b3e28b6 lguest: remove lguest bus definitions from header. by Rusty Russell · 9 years ago
  18. d9028ed lguest: remove support for lguest bus in demonstration launcher. by Rusty Russell · 9 years ago
  19. e68ccd1 lguest: remove support for lguest bus. by Rusty Russell · 9 years ago
  20. eb39f83 lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher. by Rusty Russell · 9 years ago
  21. ebff0113 lguest: Convert console device to virtio 1.0 PCI. by Rusty Russell · 9 years ago
  22. 0d5b5d3 lguest: Convert entropy device to virtio 1.0 PCI. by Rusty Russell · 9 years ago
  23. bf6d403 lguest: Convert net device to virtio 1.0 PCI. by Rusty Russell · 9 years ago
  24. 5051654 lguest: Convert block device to virtio 1.0 PCI. by Rusty Russell · 9 years ago
  25. 8e70946 lguest: add a dummy PCI host bridge. by Rusty Russell · 9 years ago
  26. 3e0e5f2 lguest: fix failure to find linux/virtio_types.h by Rusty Russell · 9 years ago
  27. 9315307 lguest: implement virtio-PCI MMIO accesses. by Rusty Russell · 9 years ago
  28. d7fbf6e lguest: add PCI config space emulation to example launcher. by Rusty Russell · 9 years ago
  29. 6a54f9a lguest: decode mmio accesses for PCI in example launcher. by Rusty Russell · 9 years ago
  30. 0a6bcc1 lguest: add MMIO region allocator in example launcher. by Rusty Russell · 9 years ago
  31. e1b83e2 lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PIC by Rusty Russell · 9 years ago
  32. ee72576 lguest: disable ACPI explicitly. by Rusty Russell · 9 years ago
  33. 7313d52 lguest: add iomem region, where guest page faults get sent to userspace. by Rusty Russell · 9 years ago
  34. d1c2946 lguest: don't disable iospace. by Rusty Russell · 9 years ago
  35. 48fd6b7 lguest: suppress PS/2 keyboard polling. by Rusty Russell · 9 years ago
  36. c565650b lguest: send trap 13 through to userspace. by Rusty Russell · 9 years ago
  37. c9e433e lguest: add infrastructure to check mappings. by Rusty Russell · 9 years ago
  38. 8ed3130 lguest: add infrastructure for userspace to deliver a trap to the guest. by Rusty Russell · 9 years ago
  39. 69a09dc lguest: write more information to userspace about pending traps. by Rusty Russell · 9 years ago
  40. 18c1373 lguest: add operations to get/set a register from the Launcher. by Rusty Russell · 9 years ago
  41. a454bb3 lguest: have --rng read from /dev/urandom not /dev/random. by Rusty Russell · 9 years ago
  42. be8ff59 virtio: don't require a config space on the console device. by Rusty Russell · 9 years ago
  43. 7abb568 virtio_pci: use 16-bit accessor for queue_enable. by Rusty Russell · 9 years ago
  44. 6d96ee9 virtio: Don't expose legacy config features when VIRTIO_CONFIG_NO_LEGACY defined. by Rusty Russell · 9 years ago
  45. 527100a virtio: Don't expose legacy block features when VIRTIO_BLK_NO_LEGACY defined. by Rusty Russell · 9 years ago
  46. e6a0274 virtio: define VIRTIO_PCI_CAP_PCI_CFG in header. by Rusty Russell · 9 years ago
  47. 5e05bf5 virtio: Avoid possible kernel panic if DEBUG is enabled. by Tetsuo Handa · 9 years ago
  48. 1862ee2 virtio-mmio: Update the device to OASIS spec version by Pawel Moll · 9 years ago
  49. 76545f0 virtio_pci_modern: drop an unused function by Michael S. Tsirkin · 9 years ago
  50. ac399d8 virtio_pci: add module param to force legacy mode by Michael S. Tsirkin · 9 years ago
  51. 46506da virtio_pci: add an option to disable legacy driver by Michael S. Tsirkin · 9 years ago
  52. 0327642 virtio_pci: drop Kconfig warnings by Michael S. Tsirkin · 9 years ago
  53. b2a6d51 virtio_pci: Kconfig grammar fix by Michael S. Tsirkin · 9 years ago
  54. 3c73224 virtio_rng: drop extra empty line by Michael S. Tsirkin · 9 years ago
  55. 43b4f72 virtio_ring: coding style fix by Michael S. Tsirkin · 9 years ago
  56. bb6ec57 virtio_blk: coding style fixes by Michael S. Tsirkin · 9 years ago
  57. 25e65e4 virtio_balloon: coding style fixes by Michael S. Tsirkin · 9 years ago
  58. d3f5f06 virtio_pci_modern: support devices with no config by Michael S. Tsirkin · 9 years ago
  59. 3909213 virtio_pci_modern: reduce number of mappings by Michael S. Tsirkin · 9 years ago
  60. 89461c4 virtio_pci: macros for PCI layout offsets by Rusty Russell · 11 years ago
  61. 1fcf051 virtio_pci: modern driver by Michael S. Tsirkin · 9 years ago
  62. 71d70c2 virtio-pci: define layout for virtio 1.0 by Rusty Russell · 11 years ago
  63. ff31d2e virtio_pci: move probe/remove code to common by Michael S. Tsirkin · 9 years ago
  64. 2bd56af virtio_pci: drop useless del_vqs call by Sasha Levin · 9 years ago
  65. 8cfc99b s390: add pci_iomap_range by Michael S. Tsirkin · 11 years ago
  66. eb29d8d pci: add pci_iomap_range by Michael S. Tsirkin · 11 years ago
  67. 54cfe08b mn10300: drop dead code by Michael S. Tsirkin · 9 years ago
  68. 2d9becc virtio/balloon: verify device has config space by Michael S. Tsirkin · 9 years ago
  69. 8cab3cd virtio/scsi: verify device has config space by Michael S. Tsirkin · 9 years ago
  70. 6ba4224 virtio/net: verify device has config space by Michael S. Tsirkin · 9 years ago
  71. 011f0e7 virtio/console: verify device has config space by Michael S. Tsirkin · 9 years ago
  72. a4379fd virtio/blk: verify device has config space by Michael S. Tsirkin · 9 years ago
  73. 7754f53 virtio/9p: verify device has config space by Michael S. Tsirkin · 9 years ago
  74. 7f870c8 virtio_pci: drop virtio_config dependency by Michael S. Tsirkin · 9 years ago
  75. b97f880 Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  76. d4b2d00 Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 9 years ago
  77. 06efe0e Merge tag 'pinctrl-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  78. eef8f4c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  79. 2262889 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  80. a8c1d28 s2io: use snprintf() as a safety feature by Dan Carpenter · 9 years ago
  81. ef5a1ba Merge branch 'r8152' by David S. Miller · 9 years ago
  82. b4d99de r8152: remove sram_read by hayeswang · 9 years ago
  83. 8cb3db2 r8152: remove generic_ocp_read before writing by hayeswang · 9 years ago
  84. e60bf80 Merge branch 'bgmac' by David S. Miller · 9 years ago
  85. 43f159c bgmac: activate irqs only if there is nothing to poll by Hauke Mehrtens · 9 years ago
  86. 6216642 bgmac: register napi before the device by Hauke Mehrtens · 9 years ago
  87. 852c5d9 Merge branch 'sh_eth' by David S. Miller · 9 years ago
  88. 4f9dce23 sh_eth: Fix ethtool operation crash when net device is down by Ben Hutchings · 9 years ago
  89. b37feed sh_eth: Fix promiscuous mode on chips without TSU by Ben Hutchings · 9 years ago
  90. 9d28971 ipv6: stop sending PTB packets for MTU < 1280 by Hagen Paul Pfeifer · 9 years ago
  91. ce75145 libata: prevent HSM state change race between ISR and PIO by David Jeffery · 9 years ago
  92. 72dd299 libata: allow sata_sil24 to opt-out of tag ordered submission by Dan Williams · 9 years ago
  93. dbe752a pinctrl: MAINTAINERS: add git tree reference by Linus Walleij · 9 years ago
  94. bcd53f8 pinctrl: qcom: Don't iterate past end of function array by Stephen Boyd · 9 years ago
  95. b62a9c2 Merge tag 'gpio-v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  96. 6689388 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  97. ec6f34e Linux 3.19-rc5 by Linus Torvalds · 9 years ago
  98. d0ac5d8 Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  99. 2061dcd net: sctp: fix race for one-to-many sockets in sendmsg's auto associate by Daniel Borkmann · 9 years ago
  100. 12ba857 Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 9 years ago