1. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 6 years ago
  2. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  3. c5157b7 rapidio: fix rio_dma_transfer error handling by Ioan Nicu · 6 years ago
  4. bbd876a rapidio: use a reference count for struct mport_dma_req by Ioan Nicu · 6 years ago
  5. b94bb1f drivers/rapidio/rio-scan.c: fix typo in comment by Vasyl Gomonovych · 6 years ago
  6. 7babfa5 rapidio/tsi721: use PCI_EXP_DEVCTL2_COMP_TIMEOUT macro by Bjorn Helgaas · 7 years ago
  7. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  8. eab216e drivers/rapidio/devices/tsi721_dma.c: adjust six checks for null pointers by Markus Elfring · 6 years ago
  9. 6d94a03 drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initialisation in tsi721_alloc_chan_resources() by Markus Elfring · 6 years ago
  10. 28a5cd5 drivers/rapidio/devices/tsi721_dma.c: delete an error message for a failed memory allocation in tsi721_alloc_chan_resources() by Markus Elfring · 6 years ago
  11. 4ba61ec rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementations by Markus Elfring · 6 years ago
  12. 1acd14b rapidio: return an error code only as a constant in two functions by Markus Elfring · 6 years ago
  13. 002f6f4 rapidio: delete an unnecessary variable initialisation in three functions by Markus Elfring · 6 years ago
  14. d1509c0 rapidio: improve a size determination in five functions by Markus Elfring · 6 years ago
  15. e1d66d0 rapidio: adjust five function calls together with a variable assignment by Markus Elfring · 6 years ago
  16. 93dd49a rapidio: adjust 12 checks for null pointers by Markus Elfring · 6 years ago
  17. 0c5afca rapidio: delete an error message for a failed memory allocation in rio_init_mports() by Markus Elfring · 6 years ago
  18. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  19. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  20. c46d90c drivers/rapidio/devices/rio_mport_cdev.c: fix error handling in 'rio_dma_transfer()' by Christophe JAILLET · 7 years ago
  21. b1402dc drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling path in 'rio_dma_transfer()' by Christophe JAILLET · 7 years ago
  22. c1b1418 rapidio: constify rio_device_id by Arvind Yadav · 7 years ago
  23. a0e136e Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  24. e60e1ee Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  25. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  26. 7a88cbd Backmerge tag 'v4.14-rc7' into drm-next by Dave Airlie · 7 years ago
  27. 31d1e13 rapidio: remove global irq spinlocks from the subsystem by Ioan Nicu · 7 years ago
  28. 0ca36a6 rapidio: switch to get_user_pages_fast() by Al Viro · 7 years ago
  29. c4860ad lib/scatterlist: Fix offset type in sg_alloc_table_from_pages by Tvrtko Ursulin · 7 years ago
  30. af82455 Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  31. 4785603 drivers/rapidio/devices/tsi721.c: make module parameter variable name unique by Randy Dunlap · 7 years ago
  32. dbef390 rapidio: utilize new cdev_device_add helper function by Logan Gunthorpe · 7 years ago
  33. 70359c4 rapidio: use is_visible() to hide switch-specific attributes by Dmitry Torokhov · 7 years ago
  34. 369f267 rapidio: use get_user_pages_unlocked() by Lorenzo Stoakes · 7 years ago
  35. 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  36. 7836a2d rapidio/rio_cm: use memdup_user() instead of duplicating code by Alexandre Bounine · 8 years ago
  37. b92ae13 rapidio/rio_cm: avoid GFP_KERNEL in atomic context by Alexandre Bounine · 8 years ago
  38. b300692 rapidio/tsi721: fix incorrect detection of address translation condition by Alexandre Bounine · 8 years ago
  39. 7398413 rapidio: dereferencing an error pointer by Dan Carpenter · 8 years ago
  40. 0b9364b rapidio/switches: add driver for IDT gen3 switches by Alexandre Bounine · 8 years ago
  41. 1ae842d rapidio: modify for rev.3 specification changes by Alexandre Bounine · 8 years ago
  42. a057a52 rapidio: change inbound window size type to u64 by Alexandre Bounine · 8 years ago
  43. 60e377b5c rapidio/idt_gen2: fix locking warning by Alexandre Bounine · 8 years ago
  44. 06e1b24 rapidio: fix error handling in mbox request/release functions by Alexandre Bounine · 8 years ago
  45. f5485eb rapidio/tsi721_dma: advance queue processing from transfer submit call by Alexandre Bounine · 8 years ago
  46. e519685 rapidio/tsi721: add messaging mbox selector parameter by Alexandre Bounine · 8 years ago
  47. cb782cd rapidio/tsi721: add PCIe MRRS override parameter by Alexandre Bounine · 8 years ago
  48. 4498c31 rapidio/tsi721_dma: add channel mask and queue size parameters by Alexandre Bounine · 8 years ago
  49. f8e3a68 rapidio: fix return value description for dma_prep functions by Alexandre Bounine · 8 years ago
  50. ea87b8e rapidio: remove unnecessary 0x prefixes before %pa extension uses by Joe Perches · 8 years ago
  51. b6e8d4a rapidio: add RapidIO channelized messaging driver by Alexandre Bounine · 8 years ago
  52. 4e1016d rapidio/mport_cdev: fix uapi type definitions by Alexandre Bounine · 8 years ago
  53. 99f23c2 rapidio: fix potential NULL pointer dereference by Vladimir Zapolskiy · 8 years ago
  54. cb10716 Convert straggling drivers to new six-argument get_user_pages() by Linus Torvalds · 8 years ago
  55. e8de370 rapidio: add mport char device driver by Alexandre Bounine · 8 years ago
  56. 458bdf6 rapidio/tsi721_dma: fix hardware error handling by Alexandre Bounine · 8 years ago
  57. e680b67 rapidio/tsi721_dma: fix synchronization issues by Alexandre Bounine · 8 years ago
  58. 8347245 rapidio/tsi721_dma: update error reporting from prep_sg callback by Alexandre Bounine · 8 years ago
  59. 72d8a0d rapidio/tsi721: add filtered debug output by Alexandre Bounine · 8 years ago
  60. 1679e8d rapidio/tsi721: add outbound windows mapping support by Alexandre Bounine · 8 years ago
  61. 93bdaca rapidio: add outbound window support by Alexandre Bounine · 8 years ago
  62. 2ece1ca rapidio/tsi721: fix locking in OB_MSG processing by Alexandre Bounine · 8 years ago
  63. 9a0b062 rapidio: add global inbound port write interfaces by Alexandre Bounine · 8 years ago
  64. b6cb95e rapidio: move rio_pw_enable into core code by Alexandre Bounine · 8 years ago
  65. 5024622 rapidio: move rio_local_set_device_id function to the common core by Alexandre Bounine · 8 years ago
  66. a7b4c63 rapidio: add lock protection for doorbell list by Alexandre Bounine · 8 years ago
  67. 748353c rapidio/tsi721: add HW specific mport removal by Alexandre Bounine · 8 years ago
  68. b77a203 rapidio: add core mport removal support by Alexandre Bounine · 8 years ago
  69. e6b585c rapidio: move net allocation into core code by Alexandre Bounine · 8 years ago
  70. b74ec56 rapidio: rework common RIO device add/delete routines by Alexandre Bounine · 8 years ago
  71. e3dd8cd rapidio/tsi721: add shutdown notification callback by Alexandre Bounine · 8 years ago
  72. 83dc2cbc rapidio: add shutdown notification for RapidIO devices by Alexandre Bounine · 8 years ago
  73. dbe74af rapidio/tsi721: add query_mport callback by Alexandre Bounine · 8 years ago
  74. 8b189fd rapidio: add query_mport operation by Alexandre Bounine · 8 years ago
  75. d2a321f rapidio/tsi721_dma: fix pending transaction queue handling by Alexandre Bounine · 8 years ago
  76. 9673b88 rapidio/tsi721: add option to configure direct mapping of IB window by Alexandre Bounine · 8 years ago
  77. ba5d141 rapidio/tsi721: add check for overlapped IB window mappings by Alexandre Bounine · 8 years ago
  78. 174f1a7 rapidio/tsi721: fix hardcoded MRRS setting by Alexandre Bounine · 8 years ago
  79. 9a975be drivers: Initialize resource entry to zero by Toshi Kani · 9 years ago
  80. a253f1e rapidio: use kobj_to_dev() by Geliang Tang · 9 years ago
  81. cb8a4de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  82. 7667928 rapidio: Fix kerneldoc and comment by Masanari Iida · 9 years ago
  83. ce1d3fd Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  84. b33f87c rapidio/tsi721: use PCI define for Max_Read_Request_Size by Rafał Miłecki · 10 years ago
  85. 7664cfe dmaengine: rapidio: tsi721: Rename device_control by Maxime Ripard · 10 years ago
  86. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  87. 50835e9 rapidio/tsi721_dma: rework scatter-gather list handling by Alexandre Bounine · 10 years ago
  88. 4aff1ce rapidio: add new RapidIO DMA interface routines by Alexandre Bounine · 10 years ago
  89. 0193ed8 rapidio/tsi721_dma: fix failure to obtain transaction descriptor by Alexandre Bounine · 10 years ago
  90. 1c92ab1 rapidio/tsi721: use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  91. 2aaf308 rapidio: rework device hierarchy and introduce mport class of devices by Alexandre Bounine · 10 years ago
  92. 40f847b drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptors by Alexandre Bounine · 10 years ago
  93. 04379df rapidio/tsi721: fix tasklet termination in dma channel release by Alexandre Bounine · 10 years ago
  94. 6d39c80 rapidio: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  95. ed1d2da rapidio: convert bus code to use bus_groups by Greg Kroah-Hartman · 11 years ago
  96. f93f3c4 rapidio: fix use after free in rio_unregister_scan() by Dan Carpenter · 11 years ago
  97. d144746 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  98. 6ca40c2 rapidio: change endpoint device name format by Alexandre Bounine · 11 years ago
  99. 3bdbb62 rapidio: add udev notification by Alexandre Bounine · 11 years ago
  100. fdf90ab rapidio: add modular build option for the subsystem core by Alexandre Bounine · 11 years ago