1. d4dccf3 Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM by Tianyu Lan · 3 years, 2 months ago
  2. d9eb958 uio: Remove leading spaces in Kconfig by Juerg Haefliger · 3 years, 7 months ago
  3. 03e3e31 Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc") into char-misc-next by Greg Kroah-Hartman · 3 years, 7 months ago
  4. e4e05016 uio: uio_pci_generic: add memory resource mappings by Firas Ashkar · 3 years, 8 months ago
  5. dccdb2f uio: uio_aec: Use pci_iounmap instead of iounmap by Christophe JAILLET · 3 years, 8 months ago
  6. 0b0226b uio_hv_generic: Fix another memory leak in error handling paths by Christophe JAILLET · 3 years, 8 months ago
  7. 3ee098f uio_hv_generic: Fix a memory leak in error handling paths by Christophe JAILLET · 3 years, 8 months ago
  8. 156ed02 uio/uio_pci_generic: fix return value changed in refactoring by Martin Ågren · 3 years, 8 months ago
  9. bbfb54e uio: uio_dfl: add userspace i/o driver for DFL bus by Xu Yilun · 3 years, 10 months ago
  10. 61de21a uio: uio_pci_generic: don't fail probe if pdev->irq equals to IRQ_NOTCONNECTED by Jie Li · 3 years, 11 months ago
  11. 74e7196 uio: uio_hv_generic: use devm_kzalloc() for private data alloc by Alexandru Ardelean · 4 years, 1 month ago
  12. d57801c uio: uio_fsl_elbc_gpcm: use device-managed allocators by Alexandru Ardelean · 4 years, 1 month ago
  13. 16d546c uio: uio_aec: use devm_kzalloc() for uio_info object by Alexandru Ardelean · 4 years, 1 month ago
  14. 0a4ade5 uio: uio_cif: use devm_kzalloc() for uio_info object by Alexandru Ardelean · 4 years, 1 month ago
  15. c3a7477 uio: uio_netx: use devm_kzalloc() for or uio_info object by Alexandru Ardelean · 4 years, 1 month ago
  16. 6b76c98 uio: uio_mf624: use devm_kzalloc() for uio_info object by Alexandru Ardelean · 4 years, 1 month ago
  17. 023c9c6 uio: uio_sercos3: use device-managed functions for simple allocs by Alexandru Ardelean · 4 years, 1 month ago
  18. ba02285 uio: uio_dmem_genirq: finalize conversion of probe to devm_ handlers by Alexandru Ardelean · 4 years, 1 month ago
  19. 44dccc4 uio: uio_dmem_genirq: convert simple allocations to device-managed by Alexandru Ardelean · 4 years, 1 month ago
  20. 4849e0e uio/uio_pci_generic: remove unneeded pci_set_drvdata() by Alexandru Ardelean · 4 years, 1 month ago
  21. 68d6211 uio: pruss: use devm_clk_get() for clk init by Alexandru Ardelean · 4 years, 1 month ago
  22. 93c69b2 Merge 5.10-rc4 into char-misc-next by Greg Kroah-Hartman · 4 years, 1 month ago
  23. ef84928 uio/uio_pci_generic: use device-managed function equivalents by Alexandru Ardelean · 4 years, 2 months ago
  24. cfd3443 uio: pruss: move simple allocations to dem_ equivalents by Alexandru Ardelean · 4 years, 2 months ago
  25. 092561f uio: Fix use-after-free in uio_unregister_device() by Shin'ichiro Kawasaki · 4 years, 2 months ago
  26. 9f38abe uio: fix some kernel-doc markups by Mauro Carvalho Chehab · 4 years, 2 months ago
  27. 8fd0e2a uio: free uio id after uio file node is freed by Lang Dai · 4 years, 3 months ago
  28. 2d41d2a Merge branch 'char-misc-linus' into 'char-misc-next' by Greg Kroah-Hartman · 4 years, 6 months ago
  29. 415abcd uio: disable lazy irq disable to avoid double fire by Thommy Jakobsson · 4 years, 6 months ago
  30. 7aca462 uio_pdrv_genirq: Allow use with non-page-aligned memory resources by Esben Haabendal · 4 years, 6 months ago
  31. bf12fdf uio_pdrv_genirq: fix use without device tree and no interrupt by Esben Haabendal · 4 years, 6 months ago
  32. 324ac45 uio_pdrv_genirq: Remove warning when irq is not specified by Esben Haabendal · 4 years, 6 months ago
  33. 7066c2f uio_hv_generic: add missed sysfs_remove_bin_file by Chuhong Yuan · 4 years, 8 months ago
  34. 1613097 uio: remove unneeded variable "ret" in uio_dmem_genirq_open by Jason Yan · 4 years, 8 months ago
  35. 56731c6 drivers: uio: remove redundant assignment to variable retval by Colin Ian King · 4 years, 8 months ago
  36. eff1dd8 uio: uio_pdrv_genirq: use new devm_uio_register_device() function by Alexandru Ardelean · 4 years, 10 months ago
  37. 86a78b1 uio: add resource managed devm_uio_register_device() function by Alexandru Ardelean · 4 years, 10 months ago
  38. 34bc4f46 uio: uio_pdrv_genirq: Do not log an error when deferring probe routine. by Oscar Ravadilla · 5 years ago
  39. b743512 uio: fix a sleep-in-atomic-context bug in uio_dmem_genirq_irqcontrol() by Jia-Ju Bai · 5 years ago
  40. 3ec1bd7 uio: fix irq init with dt support & irq not defined by Alexandru Ardelean · 5 years ago
  41. 6cfae0c Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  42. b029762 uio: uio_pdrv_genirq: Make UIO name controllable via DT node property by Daniel Mack · 5 years ago
  43. 0682e00 uio: uio_fsl_elbc_gpcm: convert platform driver to use dev_groups by Greg Kroah-Hartman · 5 years ago
  44. 7508037 uio: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  45. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  46. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  47. 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
  48. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  49. 19f8d67 uio: uio_fsl_elbc_gpcm: Make dev_attr_reg_br and dev_attr_reg_or static by YueHaibing · 6 years ago
  50. 221a1f4 driver: uio: fix possible use-after-free in __uio_register_device by Liu Jian · 6 years ago
  51. 1a392b3 driver: uio: fix possible memory leak in __uio_register_device by Liu Jian · 6 years ago
  52. 865a11f uio/uio_pci_generic: Disable bus-mastering on release by Venkatesh Srinivas · 6 years ago
  53. 5455766 uio: remove redundant check by Chengguang Xu · 6 years ago
  54. 1e09cdd uio: fix potential memory leak in error case by Chengguang Xu · 6 years ago
  55. 457fa34 Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  56. 5e3c420 uio_hv_generic: set callbacks on open by Stephen Hemminger · 6 years ago
  57. b5570ca uio: dismiss waiters on device unregistration by Zhaolong Zhang · 6 years ago
  58. 986fb2e Merge 4.20-rc4 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  59. 24438e4 uio: uio_fsl_elbc_gpcm: simplify getting .driver_data by Wolfram Sang · 6 years ago
  60. 4327981 uio: Fix an Oops on load by Dan Carpenter · 6 years ago
  61. 52e2dc2 uio: Convert a few more users to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  62. 6011002 uio: make symbol 'uio_class_registered' static by Wei Yongjun · 6 years ago
  63. cdfa835 uio_hv_generic: defer opening vmbus until first use by Stephen Hemminger · 6 years ago
  64. 9da197f hv_uio_generic: map ringbuffer phys addr by Stephen Hemminger · 6 years ago
  65. bfddabf uio: introduce UIO_MEM_IOVA by Stephen Hemminger · 6 years ago
  66. 52a42c2 vmbus: keep pointer to ring buffer page by Stephen Hemminger · 6 years ago
  67. 79c6f4b uio: convert to vm_fault_t by Souptick Joarder · 6 years ago
  68. 0952c57 uio: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  69. ae61cf5 uio: ensure class is registered before devices by Alexandre Belloni · 6 years ago
  70. 8e69256 uio_hv_generic: drop #ifdef DEBUG by Stephen Hemminger · 6 years ago
  71. 108ddb8 uio_hv_generic: increase size of receive and send buffers by Stephen Hemminger · 6 years ago
  72. 1d0926e Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  73. 3d27c4d Revert "uio: use request_threaded_irq instead" by Xiubo Li · 6 years ago
  74. f019f07 uio: potential double frees if __uio_register_device() fails by Dan Carpenter · 6 years ago
  75. b34e9a1 uio: fix possible circular locking dependency by Xiubo Li · 6 years ago
  76. 9588367 uio: pruss: fix error handling in probe by Dan Carpenter · 6 years ago
  77. bce5c2e uio: add SPDX license tags by Stephen Hemminger · 6 years ago
  78. e7de259 uio: fix wrong return value from uio_mmap() by Hailong Liu · 6 years ago
  79. fbb5858 uio: add SPDX license tag by Stephen Hemminger · 6 years ago
  80. 57c5f4d uio: fix crash after the device is unregistered by Xiubo Li · 6 years ago
  81. 543af58 uio: change to use the mutex lock instead of the spin lock by Xiubo Li · 6 years ago
  82. 9421e45 uio: use request_threaded_irq instead by Xiubo Li · 6 years ago
  83. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  84. a93e7b3 uio: Prevent device destruction while fds are open by Hamish Martin · 7 years ago
  85. 81daa40 uio: Reduce return paths from uio_write() by Hamish Martin · 7 years ago
  86. 720d690 Merge 4.17-rc3 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  87. f4eebb6 uio: uio_fsl_elbc_gpcm: Remove owner assignment from platform_driver by Fabio Estevam · 7 years ago
  88. 9b85e95 uio: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
  89. ce3d153 uio_hv_generic: fix subchannel ring mmap by Stephen Hemminger · 7 years ago
  90. 135db38 uio_hv_generic: use correct channel in isr by Stephen Hemminger · 7 years ago
  91. 9ab877a uio_hv_generic: make ring buffer attribute for primary channel by Stephen Hemminger · 7 years ago
  92. 6e3d66b uio_hv_generic: set size of ring buffer attribute by Stephen Hemminger · 7 years ago
  93. 37b96a4 uio_hv_generic: support sub-channels by Stephen Hemminger · 7 years ago
  94. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  95. f6cff79 Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  96. d6088e9 uio_hv_generic: fix new type mismatch warnings by Arnd Bergmann · 7 years ago
  97. 72d1465 uio_hv_generic: fix type mismatch warnings by Arnd Bergmann · 7 years ago
  98. ca3cda6 uio_hv_generic: add rescind support by Stephen Hemminger · 7 years ago
  99. 06028d1 uio_hv_generic: check that host supports monitor page by Stephen Hemminger · 7 years ago
  100. e7d2146 uio_hv_generic: create send and receive buffers by Stephen Hemminger · 7 years ago