1. 2bf16b7 Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  2. 2cd83ba Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  3. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  4. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  5. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  6. 876a1b0 misc: mic: move to its own menu in Misc devices by Randy Dunlap · 7 years ago
  7. aa3ac94 iommu/iova: Make dma_32bit_pfn implicit by Zhen Lei · 7 years ago
  8. 192e856 misc/mic/scif: update to new mmu_notifier semantic by Jérôme Glisse · 7 years ago
  9. f94682d virtio: add context flag to find vqs by Michael S. Tsirkin · 8 years ago
  10. 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
  11. 54d7989 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  12. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  13. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  14. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  15. fb5e31d virtio: allow drivers to request IRQ affinity when creating VQs by Christoph Hellwig · 8 years ago
  16. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  17. 5657933 treewide: Move dma_ops from struct dev_archdata into struct device by Bart Van Assche · 8 years ago
  18. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  19. 816c931 misc: mic: double free on ioctl error path by Dan Carpenter · 8 years ago
  20. 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  21. acde785 misc: mic: scif: use vma_pages(). by Muhammad Falak R Wani · 9 years ago
  22. 9d32f82 mic: remove unused function arg by Arnd Bergmann · 9 years ago
  23. 0803e04 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  24. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  25. 4d938245 vhost: split out vringh Kconfig by Michael S. Tsirkin · 8 years ago
  26. 4878364 vop: pull in vhost Kconfig by Michael S. Tsirkin · 8 years ago
  27. fee2687 misc: mic: Remove return statements from void functions by Amitoj Kaur Chawla · 9 years ago
  28. 05c4569 misc: mic: silence uninitialized variable warning by Dan Carpenter · 9 years ago
  29. 9c88345 misc: mic: Fix randconfig build error by Sudeep Dutt · 9 years ago
  30. 9bf292b misc: mic: Fix for double fetch security bug in VOP driver by Ashutosh Dixit · 9 years ago
  31. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  32. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 9 years ago
  33. 59ea259 misc: mic: silence an overflow warning by Dan Carpenter · 9 years ago
  34. 6ddf2f0 misc: mic: use after free printing error message by Dan Carpenter · 9 years ago
  35. c74c931 misc: mic: MIC host and card driver changes to enable VOP by Sudeep Dutt · 9 years ago
  36. 8810df3 misc: mic: Enable VOP debugfs and driver build by Sudeep Dutt · 9 years ago
  37. c1becd2 misc: mic: Enable VOP card side functionality by Ashutosh Dixit · 9 years ago
  38. 61e9c90 misc: mic: Enable VOP host side functionality by Sudeep Dutt · 9 years ago
  39. 26909e2 misc: mic: Add data structures for the VOP driver by Sudeep Dutt · 9 years ago
  40. a19ddd6 misc: mic: MIC VOP Bus by Sudeep Dutt · 9 years ago
  41. b73c295 misc: mic: Remove MIC X100 card virtio functionality by Sudeep Dutt · 9 years ago
  42. ef39830c misc: mic: Remove MIC X100 host virtio functionality by Sudeep Dutt · 9 years ago
  43. 5fb4379 misc: mic: use common error path by Sudip Mukherjee · 9 years ago
  44. fbaa72d misc: mic: return error directly by Sudip Mukherjee · 9 years ago
  45. ba1b5c4 misc: mic: return error properly by Sudip Mukherjee · 9 years ago
  46. d897d7e misc: mic: remove unneeded debug message by Sudip Mukherjee · 9 years ago
  47. e6c0eff mic_virtio: fix a timeout loop by Dan Carpenter · 9 years ago
  48. f38e87e misc: mic: Fix crash when MIC reset is invoked in RESET_FAILED state by Ashutosh Dixit · 9 years ago
  49. d40a094 misc: mic: fix incorrect use of error codes in SCIF DMA driver by Eric Biggers · 9 years ago
  50. 0d0ce9c misc: mic/scif: use list_next_entry instead of list_entry_next by Geliang Tang · 9 years ago
  51. 7b64dbf misc: mic/scif: fix wrap around tests by Dan Carpenter · 9 years ago
  52. f7ad26f virtio: make find_vqs() checkpatch.pl-friendly by Stefan Hajnoczi · 9 years ago
  53. e426115 misc: mic/scif: fix error code in scif_create_remote_lookup() by Dan Carpenter · 9 years ago
  54. ff65212 misc: mic/scif: re-take a lock on error path by Dan Carpenter · 9 years ago
  55. a2a47d0 misc: mic: fix memory leak by Sudip Mukherjee · 9 years ago
  56. 82ff3ac misc: mic: replace kfree with put_device by Geliang Tang · 9 years ago
  57. f8bf0de misc: mic: Fix randconfig build error by Ashutosh Dixit · 9 years ago
  58. ac6d83c misc: mic: Fix SCIF build failure with IOMMU_SUPPORT disabled by Sudeep Dutt · 9 years ago
  59. d182432 misc: mic: SCIF RMA nodeqp and minor miscellaneous changes by Sudeep Dutt · 9 years ago
  60. 564c8d8 misc: mic: SCIF fence by Sudeep Dutt · 9 years ago
  61. 7cc31cd misc: mic: SCIF DMA and CPU copy interface by Sudeep Dutt · 9 years ago
  62. f1a2d86 misc: mic: SCIF remote memory map/unmap interface by Sudeep Dutt · 9 years ago
  63. 168ef01 misc: mic: SCIF RMA list operations by Sudeep Dutt · 9 years ago
  64. ba612aa misc: mic: SCIF memory registration and unregistration by Sudeep Dutt · 9 years ago
  65. c3ae617 misc: mic: SCIF RMA header file by Sudeep Dutt · 9 years ago
  66. f4a66c2 misc: mic: Update MIC host daemon with COSM changes by Ashutosh Dixit · 9 years ago
  67. d411e79 misc: mic: Remove COSM functionality from the MIC card driver by Ashutosh Dixit · 9 years ago
  68. 1da2b3e misc: mic: Remove COSM functionality from the MIC host driver by Ashutosh Dixit · 9 years ago
  69. 7cb46d9 misc: mic: COSM client driver by Ashutosh Dixit · 9 years ago
  70. 6727b61 misc: mic: COSM SCIF server by Ashutosh Dixit · 9 years ago
  71. f8487a2 misc: mic: Coprocessor State Management (COSM) driver by Ashutosh Dixit · 9 years ago
  72. a3283d8 misc: mic: MIC COSM bus by Ashutosh Dixit · 9 years ago
  73. d3d912e misc: mic: Add support for kernel mode SCIF clients by Ashutosh Dixit · 9 years ago
  74. b7f9444 misc: mic: SCIF poll by Ashutosh Dixit · 9 years ago
  75. a634443 misc: mic: scif bug fix for vmalloc_to_page crash by Sudeep Dutt · 9 years ago
  76. 0a3405d misc: mic: Fix reported static checker warning by Sudeep Dutt · 10 years ago
  77. 24732e7 misc: mic: Fix randconfig build error by including errno.h by Sudeep Dutt · 10 years ago
  78. dd8d8d4 misc: mic: MIC card driver specific changes to enable SCIF by Sudeep Dutt · 10 years ago
  79. 74321d4 misc: mic: MIC host driver specific changes to enable SCIF by Sudeep Dutt · 10 years ago
  80. fdd9fd5 misc: mic: SCIF messaging and node enumeration APIs by Sudeep Dutt · 10 years ago
  81. 76371c7 misc: mic: SCIF connections APIs i.e. accept and connect by Nikhil Rao · 10 years ago
  82. e9089f4 misc: mic: SCIF open close bind and listen APIs by Sudeep Dutt · 10 years ago
  83. 40cb594 misc: mic: SCIF node queue pair setup management by Sudeep Dutt · 10 years ago
  84. fb4d0e3 misc: mic: SCIF module initialization by Sudeep Dutt · 10 years ago
  85. c9d5c53 misc: mic: Common MIC header file changes in preparation for SCIF by Sudeep Dutt · 10 years ago
  86. b55f035 misc: mic: SCIF Peer Bus by Sudeep Dutt · 10 years ago
  87. 5ec4ca6 misc: mic: SCIF Hardware Bus by Sudeep Dutt · 10 years ago
  88. 9ad8b64 misc: mic: SCIF ring buffer infrastructure by Sudeep Dutt · 10 years ago
  89. be29bc2 mic: drop pci_msi_off call on probe by Michael S. Tsirkin · 10 years ago
  90. 2f97631 misc: mic: fixup return type of wait_for_completion_timeout by Nicholas Mc Guire · 10 years ago
  91. 64ec45b Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  92. 8a38f33 mic/host: fix up virtio 1.0 APIs by Michael S. Tsirkin · 10 years ago
  93. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  94. 5c609a5 virtio: allow finalize_features to fail by Michael S. Tsirkin · 10 years ago
  95. 93d389f virtio: assert 32 bit features in transports by Michael S. Tsirkin · 10 years ago
  96. d025477 virtio: add support for 64 bit features. by Michael S. Tsirkin · 10 years ago
  97. 0ffaead mic_virtio: robust feature array size calculation by Michael S. Tsirkin · 10 years ago
  98. e16e12b virtio: use u32, not bitmap for features by Michael S. Tsirkin · 10 years ago
  99. c190476 misc: mic: card: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  100. 016c98c virtio: unify config_changed handling by Michael S. Tsirkin · 10 years ago