1. d712d20 rapidio: make all 'class' structures const by Ivan Orlov · 1 year, 7 months ago
  2. 33afd4b Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 10 months ago
  3. a74d9a3 rapidio/tsi721: remove redundant pci_clear_master by Cai Huoqing · 1 year, 11 months ago
  4. 2243acd driver core: class: remove struct class_interface * from callbacks by Greg Kroah-Hartman · 1 year, 11 months ago
  5. 75cff72 driver core: bus: mark the struct bus_type for sysfs callbacks as constant by Greg Kroah-Hartman · 2 years ago
  6. 1aaba11 driver core: class: remove module * from class_create() by Greg Kroah-Hartman · 2 years ago
  7. 10a03c3 drivers: remove struct module * setting from struct class by Greg Kroah-Hartman · 2 years ago
  8. 2a81ada driver core: make struct bus_type.uevent() take a const * by Greg Kroah-Hartman · 2 years, 1 month ago
  9. d5b6e6e rapidio: devices: fix missing put_device in mport_cdev_open by Cai Xinchen · 2 years, 3 months ago
  10. 02d7d89 rapidio: fix possible UAF when kfifo_alloc() fails by Wang Weiyang · 2 years, 3 months ago
  11. e92a216 rapidio: rio: fix possible name leak in rio_register_mport() by Yang Yingliang · 2 years, 3 months ago
  12. f9574cd rapidio: fix possible name leaks when rio_add_device() fails by Yang Yingliang · 2 years, 3 months ago
  13. 7960546 rapidio/tsi721: replace flush_scheduled_work() with flush_work() by Tetsuo Handa · 2 years, 5 months ago
  14. f8323a0 rapidio: remove unnecessary use of list iterator by Jakob Koschel · 2 years, 10 months ago
  15. 8c15567 rapidio/tsi721: Remove usage of the deprecated "pci-dma-compat.h" API by Christophe JAILLET · 3 years, 2 months ago
  16. 612d490 rapidio: remove not used code about RIO_VID_TUNDRA by Tiezhu Yang · 3 years, 2 months ago
  17. 75da0eb rapidio: avoid bogus __alloc_size warning by Kees Cook · 3 years, 4 months ago
  18. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 8 months ago
  19. 69ce3ae rapidio: handle create_workqueue() failure by Anirudh Rayabharam · 3 years, 10 months ago
  20. 5e68b86 Revert "rapidio: fix a NULL pointer dereference when create_workqueue() fails" by Greg Kroah-Hartman · 3 years, 10 months ago
  21. 3de990b rapidio: fix kernel-doc a markup by Mauro Carvalho Chehab · 4 years, 1 month ago
  22. 5c7b328 rapidio: remove unused rio_get_asm() and rio_get_device() by Sebastian Andrzej Siewior · 4 years, 2 months ago
  23. 85094c0 rapidio: fix the missed put_device() for rio_mport_add_riodev by Jing Xiangfeng · 4 years, 4 months ago
  24. fa63f08 rapidio: fix error handling path by Souptick Joarder · 4 years, 4 months ago
  25. d2b8610 rapidio: Replace 'select' DMAENGINES 'with depends on' by Laurent Pinchart · 4 years, 7 months ago
  26. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  27. d713754 rapidio/rio_mport_cdev: use array_size() helper in copy_{from,to}_user() by Gustavo A. R. Silva · 4 years, 7 months ago
  28. 330d558 drivers/rapidio/rio-scan.c: use struct_size() helper by Gustavo A. R. Silva · 4 years, 7 months ago
  29. 216ec27 drivers/rapidio/devices/rio_mport_cdev.c: use struct_size() helper by Gustavo A. R. Silva · 4 years, 7 months ago
  30. a611d13 rapidio: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 9 months ago
  31. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 9 months ago
  32. 6744628 rapidio: convert get_user_pages() --> pin_user_pages() by John Hubbard · 4 years, 9 months ago
  33. e1c3cdb rapidio: avoid data race between file operation callbacks and mport_cdev_add(). by Madhuparna Bhowmik · 4 years, 9 months ago
  34. ffca476 rapidio: fix an error in get_user_pages_fast() error handling by John Hubbard · 4 years, 9 months ago
  35. bd7bca43 drivers/rapidio/rio-access.c: fix missing include of <linux/rio_drv.h> by Ben Dooks (Codethink) · 5 years ago
  36. 48d6b4d drivers/rapidio/rio-driver.c: fix missing include of <linux/rio_drv.h> by Ben Dooks (Codethink) · 5 years ago
  37. c9c13ba PCI: Add PCI_STD_NUM_BARS for the number of standard BARs by Denis Efremov · 5 years ago
  38. 57a8ec3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  39. 156e0b1 drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some strings by Dan Carpenter · 6 years ago
  40. d2bdd48 docs: rapidio: add it to the driver API by Mauro Carvalho Chehab · 6 years ago
  41. e0ae154 docs: rapidio: convert to ReST by Mauro Carvalho Chehab · 6 years ago
  42. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  43. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  44. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  45. 9ab65af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7 by Thomas Gleixner · 6 years ago
  46. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  47. 23015b2 rapidio: fix a NULL pointer dereference when create_workqueue() fails by Kangjie Lu · 6 years ago
  48. 73b0140 mm/gup: change GUP fast to use flags rather than a write 'bool' by Ira Weiny · 6 years ago
  49. 92bf501 rapidio/mport_cdev: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  50. 5ac188b drivers/rapidio/rio_cm.c: fix potential oops in riocm_ch_listen() by Dan Carpenter · 6 years ago
  51. c9fbe76 rapidio: rio-sysfs.c: convert to use BUS_ATTR_WO by Greg Kroah-Hartman · 6 years ago
  52. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  53. 1753d50 rapidio: consolidate RAPIDIO config entry in drivers/rapidio by Christoph Hellwig · 6 years ago
  54. 0ba7f39 drivers/rapidio/devices/rio_mport_cdev.c: remove redundant pointer md by Colin Ian King · 7 years ago
  55. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  56. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  57. c5157b7 rapidio: fix rio_dma_transfer error handling by Ioan Nicu · 7 years ago
  58. bbd876a rapidio: use a reference count for struct mport_dma_req by Ioan Nicu · 7 years ago
  59. b94bb1f drivers/rapidio/rio-scan.c: fix typo in comment by Vasyl Gomonovych · 7 years ago
  60. 7babfa5 rapidio/tsi721: use PCI_EXP_DEVCTL2_COMP_TIMEOUT macro by Bjorn Helgaas · 7 years ago
  61. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  62. eab216e drivers/rapidio/devices/tsi721_dma.c: adjust six checks for null pointers by Markus Elfring · 7 years ago
  63. 6d94a03 drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initialisation in tsi721_alloc_chan_resources() by Markus Elfring · 7 years ago
  64. 28a5cd5 drivers/rapidio/devices/tsi721_dma.c: delete an error message for a failed memory allocation in tsi721_alloc_chan_resources() by Markus Elfring · 7 years ago
  65. 4ba61ec rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementations by Markus Elfring · 7 years ago
  66. 1acd14b rapidio: return an error code only as a constant in two functions by Markus Elfring · 7 years ago
  67. 002f6f4 rapidio: delete an unnecessary variable initialisation in three functions by Markus Elfring · 7 years ago
  68. d1509c0 rapidio: improve a size determination in five functions by Markus Elfring · 7 years ago
  69. e1d66d0 rapidio: adjust five function calls together with a variable assignment by Markus Elfring · 7 years ago
  70. 93dd49a rapidio: adjust 12 checks for null pointers by Markus Elfring · 7 years ago
  71. 0c5afcad rapidio: delete an error message for a failed memory allocation in rio_init_mports() by Markus Elfring · 7 years ago
  72. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  73. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  74. c46d90c drivers/rapidio/devices/rio_mport_cdev.c: fix error handling in 'rio_dma_transfer()' by Christophe JAILLET · 7 years ago
  75. 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
  76. c1b1418 rapidio: constify rio_device_id by Arvind Yadav · 7 years ago
  77. 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
  78. e60e1ee Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  79. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  80. 7a88cbd Backmerge tag 'v4.14-rc7' into drm-next by Dave Airlie · 7 years ago
  81. 31d1e13 rapidio: remove global irq spinlocks from the subsystem by Ioan Nicu · 7 years ago
  82. 0ca36a6 rapidio: switch to get_user_pages_fast() by Al Viro · 8 years ago
  83. c4860ad lib/scatterlist: Fix offset type in sg_alloc_table_from_pages by Tvrtko Ursulin · 8 years ago
  84. af82455 Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  85. 4785603 drivers/rapidio/devices/tsi721.c: make module parameter variable name unique by Randy Dunlap · 8 years ago
  86. dbef390 rapidio: utilize new cdev_device_add helper function by Logan Gunthorpe · 8 years ago
  87. 70359c4 rapidio: use is_visible() to hide switch-specific attributes by Dmitry Torokhov · 8 years ago
  88. 369f267 rapidio: use get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  89. 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  90. 7836a2d rapidio/rio_cm: use memdup_user() instead of duplicating code by Alexandre Bounine · 8 years ago
  91. b92ae13 rapidio/rio_cm: avoid GFP_KERNEL in atomic context by Alexandre Bounine · 8 years ago
  92. b300692 rapidio/tsi721: fix incorrect detection of address translation condition by Alexandre Bounine · 8 years ago
  93. 7398413 rapidio: dereferencing an error pointer by Dan Carpenter · 9 years ago
  94. 0b9364b rapidio/switches: add driver for IDT gen3 switches by Alexandre Bounine · 9 years ago
  95. 1ae842d rapidio: modify for rev.3 specification changes by Alexandre Bounine · 9 years ago
  96. a057a52 rapidio: change inbound window size type to u64 by Alexandre Bounine · 9 years ago
  97. 60e377b5c rapidio/idt_gen2: fix locking warning by Alexandre Bounine · 9 years ago
  98. 06e1b24 rapidio: fix error handling in mbox request/release functions by Alexandre Bounine · 9 years ago
  99. f5485eb rapidio/tsi721_dma: advance queue processing from transfer submit call by Alexandre Bounine · 9 years ago
  100. e519685 rapidio/tsi721: add messaging mbox selector parameter by Alexandre Bounine · 9 years ago