Age | Commit message (Expand) | Author | Files | Lines |
2021-02-09 | uio: uio_pci_generic: don't fail probe if pdev->irq equals to IRQ_NOTCONNECTED | Jie Li | 1 | -1/+1 |
2020-12-09 | uio: uio_hv_generic: use devm_kzalloc() for private data alloc | Alexandru Ardelean | 1 | -6/+2 |
2020-12-09 | uio: uio_fsl_elbc_gpcm: use device-managed allocators | Alexandru Ardelean | 1 | -23/+9 |
2020-12-09 | uio: uio_aec: use devm_kzalloc() for uio_info object | Alexandru Ardelean | 1 | -6/+2 |
2020-12-09 | uio: uio_cif: use devm_kzalloc() for uio_info object | Alexandru Ardelean | 1 | -6/+2 |
2020-12-09 | uio: uio_netx: use devm_kzalloc() for or uio_info object | Alexandru Ardelean | 1 | -6/+2 |
2020-12-09 | uio: uio_mf624: use devm_kzalloc() for uio_info object | Alexandru Ardelean | 1 | -6/+2 |
2020-12-09 | uio: uio_sercos3: use device-managed functions for simple allocs | Alexandru Ardelean | 1 | -10/+4 |
2020-12-09 | uio: uio_dmem_genirq: finalize conversion of probe to devm_ handlers | Alexandru Ardelean | 1 | -18/+10 |
2020-12-09 | uio: uio_dmem_genirq: convert simple allocations to device-managed | Alexandru Ardelean | 1 | -26/+8 |
2020-12-09 | uio/uio_pci_generic: remove unneeded pci_set_drvdata() | Alexandru Ardelean | 1 | -7/+1 |
2020-12-09 | uio: pruss: use devm_clk_get() for clk init | Alexandru Ardelean | 1 | -5/+2 |
2020-11-16 | Merge 5.10-rc4 into char-misc-next | Greg Kroah-Hartman | 1 | -4/+6 |
2020-11-14 | uio/uio_pci_generic: use device-managed function equivalents | Alexandru Ardelean | 1 | -28/+9 |
2020-11-13 | uio: pruss: move simple allocations to dem_ equivalents | Alexandru Ardelean | 1 | -20/+7 |
2020-11-09 | uio: Fix use-after-free in uio_unregister_device() | Shin'ichiro Kawasaki | 1 | -4/+6 |
2020-11-09 | uio: fix some kernel-doc markups | Mauro Carvalho Chehab | 1 | -2/+2 |
2020-09-17 | uio: free uio id after uio file node is freed | Lang Dai | 1 | -2/+2 |
2020-07-10 | Merge branch 'char-misc-linus' into 'char-misc-next' | Greg Kroah-Hartman | 1 | -2/+2 |
2020-07-03 | uio: disable lazy irq disable to avoid double fire | Thommy Jakobsson | 2 | -0/+37 |
2020-07-03 | uio_pdrv_genirq: Allow use with non-page-aligned memory resources | Esben Haabendal | 1 | -2/+4 |
2020-07-03 | uio_pdrv_genirq: fix use without device tree and no interrupt | Esben Haabendal | 1 | -1/+1 |
2020-07-03 | uio_pdrv_genirq: Remove warning when irq is not specified | Esben Haabendal | 1 | -1/+1 |
2020-05-15 | uio_hv_generic: add missed sysfs_remove_bin_file | Chuhong Yuan | 1 | -0/+1 |
2020-04-28 | uio: remove unneeded variable "ret" in uio_dmem_genirq_open | Jason Yan | 1 | -2/+1 |
2020-04-28 | drivers: uio: remove redundant assignment to variable retval | Colin Ian King | 1 | -1/+1 |
2020-03-18 | uio: uio_pdrv_genirq: use new devm_uio_register_device() function | Alexandru Ardelean | 1 | -20/+14 |
2020-03-18 | uio: add resource managed devm_uio_register_device() function | Alexandru Ardelean | 1 | -0/+38 |
2020-01-14 | uio: uio_pdrv_genirq: Do not log an error when deferring probe routine. | Oscar Ravadilla | 1 | -0/+2 |
2020-01-14 | uio: fix a sleep-in-atomic-context bug in uio_dmem_genirq_irqcontrol() | Jia-Ju Bai | 1 | -2/+4 |
2019-11-14 | uio: fix irq init with dt support & irq not defined | Alexandru Ardelean | 1 | -10/+4 |
2019-09-18 | Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -6/+12 |
2019-09-04 | uio: uio_pdrv_genirq: Make UIO name controllable via DT node property | Daniel Mack | 1 | -3/+11 |
2019-08-02 | uio: uio_fsl_elbc_gpcm: convert platform driver to use dev_groups | Greg Kroah-Hartman | 1 | -15/+8 |
2019-07-30 | uio: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2 | -8/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 1 | -13/+1 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 1 | -14/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-03-27 | uio: uio_fsl_elbc_gpcm: Make dev_attr_reg_br and dev_attr_reg_or static | YueHaibing | 1 | -2/+2 |
2019-01-31 | driver: uio: fix possible use-after-free in __uio_register_device | Liu Jian | 1 | -2/+4 |
2019-01-31 | driver: uio: fix possible memory leak in __uio_register_device | Liu Jian | 1 | -1/+3 |
2019-01-31 | uio/uio_pci_generic: Disable bus-mastering on release | Venkatesh Srinivas | 1 | -0/+17 |
2019-01-22 | uio: remove redundant check | Chengguang Xu | 1 | -2/+2 |
2019-01-22 | uio: fix potential memory leak in error case | Chengguang Xu | 1 | -1/+1 |
2018-12-29 | Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -12/+13 |
2018-12-11 | uio_hv_generic: set callbacks on open | Stephen Hemminger | 1 | -4/+3 |
2018-11-27 | uio: dismiss waiters on device unregistration | Zhaolong Zhang | 1 | -8/+11 |
2018-11-26 | Merge 4.20-rc4 into char-misc-next | Greg Kroah-Hartman | 1 | -2/+5 |
2018-11-11 | uio: uio_fsl_elbc_gpcm: simplify getting .driver_data | Wolfram Sang | 1 | -4/+2 |