1. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  2. 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
  3. d6088e9 uio_hv_generic: fix new type mismatch warnings by Arnd Bergmann · 7 years ago
  4. 72d1465 uio_hv_generic: fix type mismatch warnings by Arnd Bergmann · 7 years ago
  5. ca3cda6 uio_hv_generic: add rescind support by Stephen Hemminger · 7 years ago
  6. 06028d1 uio_hv_generic: check that host supports monitor page by Stephen Hemminger · 7 years ago
  7. e7d2146 uio_hv_generic: create send and receive buffers by Stephen Hemminger · 7 years ago
  8. 2141a84 uio_hv_generic: use ISR callback method by Stephen Hemminger · 7 years ago
  9. 9c40546 uio_hv_generic: use standard mmap for resources by Stephen Hemminger · 7 years ago
  10. 4289696 uio_hv_generic: fix configuration comments by Stephen Hemminger · 7 years ago
  11. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  12. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  13. b4a338d Merge 4.12-rc2 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  14. acec09e uio/uio_pci_generic: don't fail probe if pdev->irq == NULL by Jim Harris · 7 years ago
  15. 0d83539 uio: fix incorrect memory leak cleanup by Suman Anna · 7 years ago
  16. 270579d uio_mf624: Align memory regions to page size and set correct offsets by Michal Sojka · 8 years ago
  17. a15d2dd uio_mf624: Refactor memory info initialization by Michal Sojka · 8 years ago
  18. 171058f uio: Allow handling of non page-aligned memory regions by Michal Sojka · 8 years ago
  19. 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
  20. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  21. b71e328 vmbus: add direct isr callback mode by Stephen Hemminger · 8 years ago
  22. 190cc65 uio-hv-generic: store physical addresses instead of virtual by Arnd Bergmann · 8 years ago
  23. 95096f2 uio-hv-generic: new userspace i/o driver for VMBus by Stephen Hemminger · 8 years ago
  24. e663c5d uio: pruss: add clk_disable() by Alexey Khoroshilov · 8 years ago
  25. 4d31a25 uio: fix dmem_region_start computation by Jan Viktorin · 8 years ago
  26. 0320a27 uio: add missing error codes by Dan Carpenter · 9 years ago
  27. edce5e6 uio: fix false positive __might_sleep warning splat by Michal Hocko · 9 years ago
  28. 0049ef9 uio: uio_fsl_elbc_gpcm: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  29. 686079c uio: UIO_PRUSS should depend on HAS_DMA by Geert Uytterhoeven · 9 years ago
  30. d12f569 uio: uio_fsl_elbc_gpcm: Use module_platform_driver by Vaishali Thakkar · 9 years ago
  31. e2ef939 uio: Destroy uio_idr on module exit by Johannes Thumshirn · 9 years ago
  32. e040c4d uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from config by Matwey V. Kornilov · 9 years ago
  33. b42df9c uio: pruss: Add CONFIG_HAS_IOMEM dependence by Matwey V. Kornilov · 9 years ago
  34. 8767267 uio: pruss: Include <linux/sizes.h> by Matwey V. Kornilov · 9 years ago
  35. 9ff2c13 uio: don't free irq that was not requested by Stephen Hemminger · 9 years ago
  36. 16c9c8e Revert "uio: constify of_device_id array" by Greg Kroah-Hartman · 10 years ago
  37. 4d8beff uio: constify of_device_id array by Fabian Frederick · 10 years ago
  38. a087146 uio: Request/free irq separate from dev lifecycle by Brian Russell · 10 years ago
  39. fbc4a8a uio: uio_fsl_elbc_gpcm: new driver by John Ogness · 10 years ago
  40. c4277e9 uio/uio_pci_generic: don't return zero on failure path in probe() by Alexey Khoroshilov · 10 years ago
  41. 6ae840e Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  42. e0f1147 uio: support memory sizes larger than 32 bits by Cristian Stoica · 10 years ago
  43. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  44. 7021949 uio: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  45. f14bb03 uio: Export definition of struct uio_device by Andy Grover · 10 years ago
  46. 9f48c89 Merge 3.16-rc5 into char-misc-next by Greg Kroah-Hartman · 10 years ago
  47. 4719ebf uio: uio_pruss: use struct device by Andre Heider · 10 years ago
  48. b29f680 Revert "uio: fix vma io range check in mmap" by Greg Kroah-Hartman · 10 years ago
  49. ddb0975 uio: fix vma io range check in mmap by Bin Wang · 11 years ago
  50. ca3c61f drivers: uio_dmem_genirq: Fix memory leak in uio_dmem_genirq_probe() by Daeseok Youn · 10 years ago
  51. 632fefa uio: fix devm_request_irq usage by Aaro Koskinen · 11 years ago
  52. 138a6d7 Merge 3.13-rc4 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  53. 0f4054d uio: uio_mf624: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  54. b655028 uio: we cannot mmap unaligned page contents by Linus Torvalds · 11 years ago
  55. 288342e drivers/uio/uio_pruss.c: use gen_pool_dma_alloc() to allocate sram memory by Nicolin Chen · 11 years ago
  56. 1071ec7 Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  57. e6418fc uio: Pass pointers to virt_to_page(), not integers by Ben Hutchings · 11 years ago
  58. 75f0aef uio: fix memory leak by Cong Ding · 11 years ago
  59. 7314e613 Fix a few incorrectly checked [io_]remap_pfn_range() calls by Linus Torvalds · 11 years ago
  60. 37ecdbb uio: uio_sercos3: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  61. c7a8eb00 uio: uio_netx: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  62. 1129308 uio: uio_mf624: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  63. 8a4c10f uio: uio_cif: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  64. e565168 uio: uio_aec: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  65. e6789cd uio: Simplify uio error path by using devres functions by Michal Simek · 11 years ago
  66. 497b46d drivers: uio: mf624_disable_interrupt() can be static by Fengguang Wu · 11 years ago
  67. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  68. 3cc1f95 drivers: uio: Kconfig: add MMU dependancy for UIO by Chen Gang · 11 years ago
  69. 06849fa drivers: uio: Add driver for Humusoft MF624 DAQ PCI card by Rostislav Lisovy · 11 years ago
  70. 08cb2e2 drivers: uio_pdrv_genirq: use dev_get_platdata() by Jingoo Han · 11 years ago
  71. 9585444 drivers: uio_pruss: use dev_get_platdata() by Jingoo Han · 11 years ago
  72. 31f5221 drivers: uio_dmem_genirq: use dev_get_platdata() by Jingoo Han · 11 years ago
  73. 440ab3b uio: uio_pruss: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  74. b65c401 uio: drop unused vma_count member in uio_device struct by Uwe Kleine-König · 11 years ago
  75. 7294151 uio: provide vm access to UIO_MEM_PHYS maps by Uwe Kleine-König · 11 years ago
  76. 26dac3c uio: Remove uio_pdrv and use uio_pdrv_genirq instead by Michal Simek · 11 years ago
  77. c9dce92 UIO: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  78. 52c2dad uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  79. cee4fbd drivers: uio_pdrv_genirq: Use of_match_ptr() macro by Sachin Kamat · 11 years ago
  80. 34cb275 UIO: Fix concurrency issue by Vitalii Demianets · 11 years ago
  81. 07779711 drivers: uio_dmem_genirq: Use of_match_ptr() macro by Sachin Kamat · 11 years ago
  82. e3a3c3a UIO: fix uio_pdrv_genirq with device tree but no interrupt by Pavel Machek · 11 years ago
  83. 05c3e0b UIO: allow binding uio_pdrv_genirq.c to devices using command line option by Pavel Machek · 11 years ago
  84. cb3771b uio: uio_pruss: Fix potential NULL pointer dereference by Emil Goode · 11 years ago
  85. f35c69b Merge 3.10-rc3 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  86. cd43739 uio/uio_pci_generic: Use module_pci_driver to register driver by Peter Huewe · 11 years ago
  87. 89fb9e7 uio: UIO_DMEM_GENIRQ should depend on HAS_DMA by Geert Uytterhoeven · 11 years ago
  88. ced9017 uio/uio_cif: Use module_pci_driver to register driver by Peter Huewe · 11 years ago
  89. b59f9a0 uio/uio_netx: Use module_pci_driver to register driver by Peter Huewe · 11 years ago
  90. 8bcaec4 uio/uio_sercos3: Use module_pci_driver to register driver by Peter Huewe · 11 years ago
  91. aa8c06f uio/uio_aec: Use module_pci_driver to register driver by Peter Huewe · 11 years ago
  92. 5ed0505 drivers: uio: Fix UIO device registration failure by Damian Hobson-Garcia · 12 years ago
  93. 6d77093 uio: convert to idr_alloc() by Tejun Heo · 12 years ago
  94. c423c8f uio: remove !S390 dependency from Kconfig by Heiko Carstens · 12 years ago
  95. d027db1 Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  96. d5185c4 drivers: uio: Only allocate new private data when probing device tree node by Damian Hobson-Garcia · 12 years ago
  97. 439926c drivers: uio_dmem_genirq: Allow partial success when opening device by Damian Hobson-Garcia · 12 years ago
  98. 87c4d1a drivers: uio_dmem_genirq: Don't use DMA_ERROR_CODE to indicate unmapped regions by Damian Hobson-Garcia · 12 years ago
  99. 24fce61 drivers: uio_dmem_genirq: Don't mix address spaces for dynamic region vaddr by Damian Hobson-Garcia · 12 years ago
  100. 9b96c31 uio: remove use of __devexit by Bill Pemberton · 12 years ago