1. d84b5e9 uio_hv_generic: Fix a memory leak in error handling paths by Christophe JAILLET · 3 years, 8 months ago
  2. 092561f uio: Fix use-after-free in uio_unregister_device() by Shin'ichiro Kawasaki · 4 years, 2 months ago
  3. 8fd0e2a uio: free uio id after uio file node is freed by Lang Dai · 4 years, 3 months ago
  4. 2d41d2a Merge branch 'char-misc-linus' into 'char-misc-next' by Greg Kroah-Hartman · 4 years, 6 months ago
  5. 415abcd uio: disable lazy irq disable to avoid double fire by Thommy Jakobsson · 4 years, 6 months ago
  6. 7aca462 uio_pdrv_genirq: Allow use with non-page-aligned memory resources by Esben Haabendal · 4 years, 6 months ago
  7. bf12fdf uio_pdrv_genirq: fix use without device tree and no interrupt by Esben Haabendal · 4 years, 6 months ago
  8. 324ac45 uio_pdrv_genirq: Remove warning when irq is not specified by Esben Haabendal · 4 years, 6 months ago
  9. 7066c2f uio_hv_generic: add missed sysfs_remove_bin_file by Chuhong Yuan · 4 years, 8 months ago
  10. 1613097 uio: remove unneeded variable "ret" in uio_dmem_genirq_open by Jason Yan · 4 years, 8 months ago
  11. 56731c6 drivers: uio: remove redundant assignment to variable retval by Colin Ian King · 4 years, 8 months ago
  12. eff1dd8 uio: uio_pdrv_genirq: use new devm_uio_register_device() function by Alexandru Ardelean · 4 years, 10 months ago
  13. 86a78b1 uio: add resource managed devm_uio_register_device() function by Alexandru Ardelean · 4 years, 10 months ago
  14. 34bc4f46 uio: uio_pdrv_genirq: Do not log an error when deferring probe routine. by Oscar Ravadilla · 5 years ago
  15. b743512 uio: fix a sleep-in-atomic-context bug in uio_dmem_genirq_irqcontrol() by Jia-Ju Bai · 5 years ago
  16. 3ec1bd7 uio: fix irq init with dt support & irq not defined by Alexandru Ardelean · 5 years ago
  17. 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
  18. b029762 uio: uio_pdrv_genirq: Make UIO name controllable via DT node property by Daniel Mack · 5 years ago
  19. 0682e00 uio: uio_fsl_elbc_gpcm: convert platform driver to use dev_groups by Greg Kroah-Hartman · 5 years ago
  20. 7508037 uio: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  21. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  22. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  23. 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
  24. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  25. 19f8d67 uio: uio_fsl_elbc_gpcm: Make dev_attr_reg_br and dev_attr_reg_or static by YueHaibing · 6 years ago
  26. 221a1f4 driver: uio: fix possible use-after-free in __uio_register_device by Liu Jian · 6 years ago
  27. 1a392b3 driver: uio: fix possible memory leak in __uio_register_device by Liu Jian · 6 years ago
  28. 865a11f uio/uio_pci_generic: Disable bus-mastering on release by Venkatesh Srinivas · 6 years ago
  29. 5455766 uio: remove redundant check by Chengguang Xu · 6 years ago
  30. 1e09cdd uio: fix potential memory leak in error case by Chengguang Xu · 6 years ago
  31. 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
  32. 5e3c420 uio_hv_generic: set callbacks on open by Stephen Hemminger · 6 years ago
  33. b5570ca uio: dismiss waiters on device unregistration by Zhaolong Zhang · 6 years ago
  34. 986fb2e Merge 4.20-rc4 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  35. 24438e4 uio: uio_fsl_elbc_gpcm: simplify getting .driver_data by Wolfram Sang · 6 years ago
  36. 4327981 uio: Fix an Oops on load by Dan Carpenter · 6 years ago
  37. 52e2dc2 uio: Convert a few more users to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  38. 6011002 uio: make symbol 'uio_class_registered' static by Wei Yongjun · 6 years ago
  39. cdfa835 uio_hv_generic: defer opening vmbus until first use by Stephen Hemminger · 6 years ago
  40. 9da197f hv_uio_generic: map ringbuffer phys addr by Stephen Hemminger · 6 years ago
  41. bfddabf uio: introduce UIO_MEM_IOVA by Stephen Hemminger · 6 years ago
  42. 52a42c2 vmbus: keep pointer to ring buffer page by Stephen Hemminger · 6 years ago
  43. 79c6f4b uio: convert to vm_fault_t by Souptick Joarder · 6 years ago
  44. 0952c57 uio: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  45. ae61cf5 uio: ensure class is registered before devices by Alexandre Belloni · 6 years ago
  46. 8e69256 uio_hv_generic: drop #ifdef DEBUG by Stephen Hemminger · 6 years ago
  47. 108ddb8 uio_hv_generic: increase size of receive and send buffers by Stephen Hemminger · 6 years ago
  48. 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
  49. 3d27c4d Revert "uio: use request_threaded_irq instead" by Xiubo Li · 6 years ago
  50. f019f07 uio: potential double frees if __uio_register_device() fails by Dan Carpenter · 6 years ago
  51. b34e9a1 uio: fix possible circular locking dependency by Xiubo Li · 6 years ago
  52. 9588367 uio: pruss: fix error handling in probe by Dan Carpenter · 6 years ago
  53. bce5c2e uio: add SPDX license tags by Stephen Hemminger · 6 years ago
  54. e7de259 uio: fix wrong return value from uio_mmap() by Hailong Liu · 6 years ago
  55. fbb5858 uio: add SPDX license tag by Stephen Hemminger · 6 years ago
  56. 57c5f4d uio: fix crash after the device is unregistered by Xiubo Li · 6 years ago
  57. 543af58 uio: change to use the mutex lock instead of the spin lock by Xiubo Li · 6 years ago
  58. 9421e45 uio: use request_threaded_irq instead by Xiubo Li · 6 years ago
  59. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  60. a93e7b3 uio: Prevent device destruction while fds are open by Hamish Martin · 7 years ago
  61. 81daa40 uio: Reduce return paths from uio_write() by Hamish Martin · 7 years ago
  62. 720d690 Merge 4.17-rc3 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  63. f4eebb6 uio: uio_fsl_elbc_gpcm: Remove owner assignment from platform_driver by Fabio Estevam · 7 years ago
  64. 9b85e95 uio: Change return type to vm_fault_t by Souptick Joarder · 7 years ago
  65. ce3d153 uio_hv_generic: fix subchannel ring mmap by Stephen Hemminger · 7 years ago
  66. 135db38 uio_hv_generic: use correct channel in isr by Stephen Hemminger · 7 years ago
  67. 9ab877a uio_hv_generic: make ring buffer attribute for primary channel by Stephen Hemminger · 7 years ago
  68. 6e3d66b uio_hv_generic: set size of ring buffer attribute by Stephen Hemminger · 7 years ago
  69. 37b96a4 uio_hv_generic: support sub-channels by Stephen Hemminger · 7 years ago
  70. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  71. 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
  72. d6088e9 uio_hv_generic: fix new type mismatch warnings by Arnd Bergmann · 7 years ago
  73. 72d1465 uio_hv_generic: fix type mismatch warnings by Arnd Bergmann · 7 years ago
  74. ca3cda6 uio_hv_generic: add rescind support by Stephen Hemminger · 7 years ago
  75. 06028d1 uio_hv_generic: check that host supports monitor page by Stephen Hemminger · 7 years ago
  76. e7d2146 uio_hv_generic: create send and receive buffers by Stephen Hemminger · 7 years ago
  77. 2141a84 uio_hv_generic: use ISR callback method by Stephen Hemminger · 7 years ago
  78. 9c40546 uio_hv_generic: use standard mmap for resources by Stephen Hemminger · 7 years ago
  79. 4289696 uio_hv_generic: fix configuration comments by Stephen Hemminger · 7 years ago
  80. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  81. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  82. b4a338d Merge 4.12-rc2 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  83. acec09e uio/uio_pci_generic: don't fail probe if pdev->irq == NULL by Jim Harris · 8 years ago
  84. 0d83539 uio: fix incorrect memory leak cleanup by Suman Anna · 8 years ago
  85. 270579d uio_mf624: Align memory regions to page size and set correct offsets by Michal Sojka · 8 years ago
  86. a15d2dd uio_mf624: Refactor memory info initialization by Michal Sojka · 8 years ago
  87. 171058f uio: Allow handling of non page-aligned memory regions by Michal Sojka · 8 years ago
  88. 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
  89. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  90. b71e328 vmbus: add direct isr callback mode by Stephen Hemminger · 8 years ago
  91. 190cc65 uio-hv-generic: store physical addresses instead of virtual by Arnd Bergmann · 8 years ago
  92. 95096f2 uio-hv-generic: new userspace i/o driver for VMBus by Stephen Hemminger · 8 years ago
  93. e663c5d uio: pruss: add clk_disable() by Alexey Khoroshilov · 8 years ago
  94. 4d31a25 uio: fix dmem_region_start computation by Jan Viktorin · 9 years ago
  95. 0320a27 uio: add missing error codes by Dan Carpenter · 9 years ago
  96. edce5e6 uio: fix false positive __might_sleep warning splat by Michal Hocko · 9 years ago
  97. 0049ef9 uio: uio_fsl_elbc_gpcm: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  98. 686079c uio: UIO_PRUSS should depend on HAS_DMA by Geert Uytterhoeven · 10 years ago
  99. d12f569 uio: uio_fsl_elbc_gpcm: Use module_platform_driver by Vaishali Thakkar · 9 years ago
  100. e2ef939 uio: Destroy uio_idr on module exit by Johannes Thumshirn · 9 years ago