summaryrefslogtreecommitdiffstats
path: root/drivers/uio
Commit message (Expand)AuthorAgeFilesLines
* uio: Fix use-after-free in uio_openGuanghui Feng2024-01-251-4/+3
* uio: uio_dmem_genirq: Fix deadlock between irq config and handlingRafael Mendonca2023-01-181-1/+4
* uio: uio_dmem_genirq: Fix missing unlock in irq configurationRafael Mendonca2023-01-181-5/+3
* uio: Fix use-after-free in uio_unregister_device()Shin'ichiro Kawasaki2020-11-181-4/+6
* uio: free uio id after uio file node is freedLang Dai2020-11-051-2/+2
* uio_pdrv_genirq: fix use without device tree and no interruptEsben Haabendal2020-07-221-1/+1
* uio: fix a sleep-in-atomic-context bug in uio_dmem_genirq_irqcontrol()Jia-Ju Bai2020-02-241-2/+4
* driver: uio: fix possible use-after-free in __uio_register_deviceLiu Jian2020-01-271-2/+4
* driver: uio: fix possible memory leak in __uio_register_deviceLiu Jian2020-01-271-1/+3
* vmbus: keep pointer to ring buffer pageStephen Hemminger2019-11-201-2/+3
* uio: Fix an Oops on loadDan Carpenter2018-11-271-2/+5
* uio: ensure class is registered before devicesAlexandre Belloni2018-11-131-0/+9
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-191-6/+2
|\
| * Revert "uio: use request_threaded_irq instead"Xiubo Li2018-08-121-6/+2
* | uio: potential double frees if __uio_register_device() failsDan Carpenter2018-08-021-2/+1
* | uio: fix possible circular locking dependencyXiubo Li2018-08-021-10/+6
* | uio: pruss: fix error handling in probeDan Carpenter2018-08-021-24/+45
* | uio: add SPDX license tagsStephen Hemminger2018-07-216-10/+6
* | uio: fix wrong return value from uio_mmap()Hailong Liu2018-07-211-1/+1
* | uio: add SPDX license tagStephen Hemminger2018-07-211-2/+1
|/
* uio: fix crash after the device is unregisteredXiubo Li2018-07-071-16/+88
* uio: change to use the mutex lock instead of the spin lockXiubo Li2018-07-071-19/+13
* uio: use request_threaded_irq insteadXiubo Li2018-07-071-2/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* uio: Prevent device destruction while fds are openHamish Martin2018-05-141-26/+72
* uio: Reduce return paths from uio_write()Hamish Martin2018-05-141-8/+17
* Merge 4.17-rc3 into char-misc-nextGreg Kroah-Hartman2018-04-301-49/+23
|\
| * uio_hv_generic: fix subchannel ring mmapStephen Hemminger2018-04-231-40/+9
| * uio_hv_generic: use correct channel in isrStephen Hemminger2018-04-231-7/+7
| * uio_hv_generic: make ring buffer attribute for primary channelStephen Hemminger2018-04-231-0/+5
| * uio_hv_generic: set size of ring buffer attributeStephen Hemminger2018-04-231-2/+2
* | uio: uio_fsl_elbc_gpcm: Remove owner assignment from platform_driverFabio Estevam2018-04-231-1/+0
* | uio: Change return type to vm_fault_tSouptick Joarder2018-04-231-1/+1
|/
* uio_hv_generic: support sub-channelsStephen Hemminger2018-03-061-0/+89
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-011-31/+107
|\
| * uio_hv_generic: fix new type mismatch warningsArnd Bergmann2018-01-131-2/+2
| * uio_hv_generic: fix type mismatch warningsArnd Bergmann2018-01-101-3/+3
| * uio_hv_generic: add rescind supportStephen Hemminger2018-01-101-0/+19
| * uio_hv_generic: check that host supports monitor pageStephen Hemminger2018-01-101-0/+7
| * uio_hv_generic: create send and receive buffersStephen Hemminger2018-01-101-2/+69
| * uio_hv_generic: use ISR callback methodStephen Hemminger2018-01-091-1/+1
| * uio_hv_generic: use standard mmap for resourcesStephen Hemminger2018-01-091-26/+7
| * uio_hv_generic: fix configuration commentsStephen Hemminger2018-01-091-3/+5
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge 4.12-rc2 into char-misc-nextGreg Kroah-Hartman2017-05-221-4/+4
|\
| * uio: fix incorrect memory leak cleanupSuman Anna2017-05-161-4/+4
* | uio/uio_pci_generic: don't fail probe if pdev->irq == NULLJim Harris2017-05-181-11/+9
|/
* uio_mf624: Align memory regions to page size and set correct offsetsMichal Sojka2017-04-081-2/+6