1. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  2. f8c3500 Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  3. 5e663f0 virtio-mmio: add error check for platform_get_irq by Ihor Matushchak · 6 years ago
  4. 6e84200 virtio-pmem: Add virtio pmem driver by Pankaj Gupta · 6 years ago
  5. 6166e53 virtio: Fix indentation of VIRTIO_MMIO by Fabrizio Castro · 6 years ago
  6. 99558d2 vfs: Convert virtio_balloon to use the new mount API by David Howells · 6 years ago
  7. 1f58bb1 mount_pseudo(): drop 'name' argument, switch to d_make_root() by Al Viro · 6 years ago
  8. fd534e9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102 by Thomas Gleixner · 6 years ago
  9. f33f5fe treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78 by Thomas Gleixner · 6 years ago
  10. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  11. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  12. 985f404 balloon: don't bother with dentry_operations by Al Viro · 6 years ago
  13. a558120 virtio/virtio_ring: do some comment fixes by Jiang Biao · 6 years ago
  14. df0bfe7 virtio_ring: Fix potential mem leak in virtqueue_add_indirect_packed by YueHaibing · 6 years ago
  15. cf94db2 virtio: Honour 'may_reduce_num' in vring_create_virtqueue by Cornelia Huck · 6 years ago
  16. 6a8aae6 virtio_pci: fix a NULL pointer reference in vp_del_vqs by Longpeng · 6 years ago
  17. ab7a237 virtio: hint if callbacks surprisingly might sleep by Cornelia Huck · 6 years ago
  18. 59f3397c virtio_balloon: remove the unnecessary 0-initialization by Wei Wang · 6 years ago
  19. 53e946c virtio-balloon: improve update_balloon_size_func by Wei Wang · 6 years ago
  20. e6d6dd6 virtio: Introduce virtio_max_dma_size() by Joerg Roedel · 6 years ago
  21. 9c0644e virtio: drop internal struct from UAPI by Michael S. Tsirkin · 6 years ago
  22. 45383fb virtio: support VIRTIO_F_ORDER_PLATFORM by Tiwei Bie · 6 years ago
  23. bf4dc0b virtio-balloon: tweak config_changed implementation by Wei Wang · 6 years ago
  24. a229989 virtio: don't allocate vqs when names[i] = NULL by Wei Wang · 6 years ago
  25. ddbeac0 virtio_pci: use queue idx instead of array idx to set up the vq by Wei Wang · 6 years ago
  26. d548e65 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  27. e8d26f2 virtio: remove deprecated VIRTIO_PCI_CONFIG() by Dongli Zhang · 6 years ago
  28. f959a12 virtio_ring: advertize packed ring layout by Tiwei Bie · 6 years ago
  29. f51f982 virtio_ring: leverage event idx in packed ring by Tiwei Bie · 6 years ago
  30. 1ce9e60 virtio_ring: introduce packed ring support by Tiwei Bie · 6 years ago
  31. fb3fba6 virtio_ring: cache whether we will use DMA API by Tiwei Bie · 6 years ago
  32. d79dca7 virtio_ring: extract split ring handling from ring creation by Tiwei Bie · 6 years ago
  33. cbeedb7 virtio_ring: allocate desc state for split ring separately by Tiwei Bie · 6 years ago
  34. 2f18c2d virtio_ring: introduce helper for indirect feature by Tiwei Bie · 6 years ago
  35. 4d6a105 virtio_ring: introduce debug helpers by Tiwei Bie · 6 years ago
  36. e593bf9 virtio_ring: put split ring fields in a sub struct by Tiwei Bie · 6 years ago
  37. e6f633e virtio_ring: put split ring functions together by Tiwei Bie · 6 years ago
  38. 138fd25 virtio_ring: add _split suffix for split ring functions by Tiwei Bie · 6 years ago
  39. 2e99162 virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON by Wei Wang · 6 years ago
  40. 86a5597 virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT by Wei Wang · 6 years ago
  41. d002924 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  42. 6959920 virtio: pci-legacy: Validate queue pfn by Suzuki K Poulose · 6 years ago
  43. 3fc92a9 virtio: mmio-v1: Validate queue PFN by Suzuki K Poulose · 6 years ago
  44. 7199462 virtio_balloon: replace oom notifier with shrinker by Wei Wang · 6 years ago
  45. c51d8fc virtio-balloon: kzalloc the vb struct by Wei Wang · 6 years ago
  46. 74cf5b1 virtio-balloon: remove BUG() in init_vqs by Wei Wang · 6 years ago
  47. 19e226e virtio: Make vp_set_vq_affinity() take a mask. by Caleb Raitto · 6 years ago
  48. 89da619 virtio_balloon: fix another race between migration and ballooning by Jiang Biao · 6 years ago
  49. 2f3f056 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  50. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  51. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  52. cfecc29 virtio_pci: support enabling VFs by Tiwei Bie · 7 years ago
  53. e241e3f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  54. 6c64fe7 virtio_balloon: export hugetlb page allocation counts by Jonathan Helman · 7 years ago
  55. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
  56. e82df67 virtio_ring: fix num_free handling in error case by Tiwei Bie · 7 years ago
  57. 33635bd virtio_pci: don't kfree device on register failure by weiping zhang · 7 years ago
  58. f2b44cd virtio: split device_register into device_initialize and device_add by weiping zhang · 7 years ago
  59. 7b95fec virtio: make VIRTIO a menuconfig to ease disabling it all by Vincent Legoll · 7 years ago
  60. 3191914 virtio: virtio_mmio: make of_device_ids const. by Arvind Yadav · 8 years ago
  61. c2c9f9b virtio-mmio: Use PTR_ERR_OR_ZERO() by Vasyl Gomonovych · 7 years ago
  62. 4d32029 virtio_balloon: include disk/file caches memory statistics by Tomáš Golembiovský · 7 years ago
  63. c2e9080 virtio_mmio: fix devm cleanup by Mark Rutland · 7 years ago
  64. 25f3222 virtio_mmio: add cleanup for virtio_mmio_remove by weiping zhang · 7 years ago
  65. 7eb781b virtio_mmio: add cleanup for virtio_mmio_probe by weiping zhang · 7 years ago
  66. d9e427f virtio_balloon: fix increment of vb->num_pfns in fill_balloon() by Jan Stancek · 7 years ago
  67. e60ea67 virtio: release virtio index when fail to device_register by weiping zhang · 7 years ago
  68. c7cdff0 virtio_balloon: fix deadlock on OOM by Michael S. Tsirkin · 7 years ago
  69. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  70. 572c01b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  71. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  72. b0c79f4 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  73. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  74. ba74b6f virtio_pci: fix cpu affinity support by Christoph Hellwig · 7 years ago
  75. 44ed808 scsi: virtio: Reduce BUG if total_sg > virtqueue size to WARN. by Richard W.M. Jones · 7 years ago
  76. ecda85e x86/lguest: Remove lguest support by Juergen Gross · 7 years ago
  77. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  78. f9aada5 virtio-balloon: coding format cleanup by Wei Wang · 8 years ago
  79. 195a8c4 virtio-balloon: deflate via a page list by Liang Li · 8 years ago
  80. 87646a3 virtio_ring: allow to store zero as the ctx by Jason Wang · 7 years ago
  81. e41b135 virtio_balloon: disable VIOMMU support by Michael S. Tsirkin · 8 years ago
  82. 5a08b04 virtio: allow extra context per descriptor by Michael S. Tsirkin · 8 years ago
  83. f94682d virtio: add context flag to find vqs by Michael S. Tsirkin · 8 years ago
  84. 9b2bbdb virtio: wrap find_vqs by Michael S. Tsirkin · 8 years ago
  85. 2f8dc3a virtio-pci: Remove affinity hint before freeing the interrupt by Marc Zyngier · 8 years ago
  86. 0a9b3f4 Revert "virtio_pci: remove struct virtio_pci_vq_info" by Michael S. Tsirkin · 8 years ago
  87. 0b0f9dc Revert "virtio_pci: use shared interrupts for virtqueues" by Michael S. Tsirkin · 8 years ago
  88. 2008c15 Revert "virtio_pci: don't duplicate the msix_enable flag in struct pci_dev" by Michael S. Tsirkin · 8 years ago
  89. bf951b1 Revert "virtio_pci: simplify MSI-X setup" by Michael S. Tsirkin · 8 years ago
  90. 8f10d01 Revert "virtio_pci: fix out of bound access for msix_names" by Michael S. Tsirkin · 8 years ago
  91. 404123c virtio: allow drivers to validate features by Michael S. Tsirkin · 8 years ago
  92. f0bb2d5 virtio_balloon: prevent uninitialized variable use by Arnd Bergmann · 8 years ago
  93. 9646b26 virtio-balloon: use actual number of stats for stats queue buffers by Ladi Prosek · 8 years ago
  94. fc86532 virtio_balloon: init 1st buffer in stats vq by Ladi Prosek · 8 years ago
  95. de85ec8 virtio_pci: fix out of bound access for msix_names by Jason Wang · 8 years ago
  96. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  97. 54d7989 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  98. 50d3439 sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  99. bbaba47 virtio: provide a method to get the IRQ affinity mask for a virtqueue by Christoph Hellwig · 8 years ago
  100. fb5e31d virtio: allow drivers to request IRQ affinity when creating VQs by Christoph Hellwig · 8 years ago