Age | Commit message (Expand) | Author |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-05-14 | uio: Prevent device destruction while fds are open | Hamish Martin |
2018-05-14 | uio: Reduce return paths from uio_write() | Hamish Martin |
2018-04-30 | Merge 4.17-rc3 into char-misc-next | Greg Kroah-Hartman |
2018-04-23 | uio: uio_fsl_elbc_gpcm: Remove owner assignment from platform_driver | Fabio Estevam |
2018-04-23 | uio: Change return type to vm_fault_t | Souptick Joarder |
2018-04-23 | uio_hv_generic: fix subchannel ring mmap | Stephen Hemminger |
2018-04-23 | uio_hv_generic: use correct channel in isr | Stephen Hemminger |
2018-04-23 | uio_hv_generic: make ring buffer attribute for primary channel | Stephen Hemminger |
2018-04-23 | uio_hv_generic: set size of ring buffer attribute | Stephen Hemminger |
2018-03-06 | uio_hv_generic: support sub-channels | Stephen Hemminger |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-02-01 | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-01-13 | uio_hv_generic: fix new type mismatch warnings | Arnd Bergmann |
2018-01-10 | uio_hv_generic: fix type mismatch warnings | Arnd Bergmann |
2018-01-10 | uio_hv_generic: add rescind support | Stephen Hemminger |
2018-01-10 | uio_hv_generic: check that host supports monitor page | Stephen Hemminger |
2018-01-10 | uio_hv_generic: create send and receive buffers | Stephen Hemminger |
2018-01-09 | uio_hv_generic: use ISR callback method | Stephen Hemminger |
2018-01-09 | uio_hv_generic: use standard mmap for resources | Stephen Hemminger |
2018-01-09 | uio_hv_generic: fix configuration comments | Stephen Hemminger |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-05-22 | Merge 4.12-rc2 into char-misc-next | Greg Kroah-Hartman |
2017-05-18 | uio/uio_pci_generic: don't fail probe if pdev->irq == NULL | Jim Harris |
2017-05-16 | uio: fix incorrect memory leak cleanup | Suman Anna |
2017-04-08 | uio_mf624: Align memory regions to page size and set correct offsets | Michal Sojka |
2017-04-08 | uio_mf624: Refactor memory info initialization | Michal Sojka |
2017-04-08 | uio: Allow handling of non page-aligned memory regions | Michal Sojka |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang |
2017-02-14 | vmbus: add direct isr callback mode | Stephen Hemminger |
2016-12-10 | uio-hv-generic: store physical addresses instead of virtual | Arnd Bergmann |
2016-12-06 | uio-hv-generic: new userspace i/o driver for VMBus | Stephen Hemminger |
2016-11-29 | uio: pruss: add clk_disable() | Alexey Khoroshilov |
2016-08-31 | uio: fix dmem_region_start computation | Jan Viktorin |
2016-05-01 | uio: add missing error codes | Dan Carpenter |
2015-10-04 | uio: fix false positive __might_sleep warning splat | Michal Hocko |
2015-10-04 | uio: uio_fsl_elbc_gpcm: Fix module autoload for OF platform driver | Luis de Bethencourt |
2015-08-05 | uio: UIO_PRUSS should depend on HAS_DMA | Geert Uytterhoeven |
2015-08-05 | uio: uio_fsl_elbc_gpcm: Use module_platform_driver | Vaishali Thakkar |
2015-08-05 | uio: Destroy uio_idr on module exit | Johannes Thumshirn |
2015-06-12 | uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from config | Matwey V. Kornilov |
2015-06-12 | uio: pruss: Add CONFIG_HAS_IOMEM dependence | Matwey V. Kornilov |
2015-06-12 | uio: pruss: Include <linux/sizes.h> | Matwey V. Kornilov |
2015-05-24 | uio: don't free irq that was not requested | Stephen Hemminger |
2015-04-03 | Revert "uio: constify of_device_id array" | Greg Kroah-Hartman |
2015-03-25 | uio: constify of_device_id array | Fabian Frederick |
2015-03-20 | uio: Request/free irq separate from dev lifecycle | Brian Russell |
2015-01-12 | uio: uio_fsl_elbc_gpcm: new driver | John Ogness |