summaryrefslogtreecommitdiffstats
path: root/drivers/uio
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
|\
| * Revert "uio: use request_threaded_irq instead"Xiubo Li2018-08-121-6/+2Star
* | uio: potential double frees if __uio_register_device() failsDan Carpenter2018-08-021-2/+1Star
* | uio: fix possible circular locking dependencyXiubo Li2018-08-021-10/+6Star
* | uio: pruss: fix error handling in probeDan Carpenter2018-08-021-24/+45
* | uio: add SPDX license tagsStephen Hemminger2018-07-216-10/+6Star
* | uio: fix wrong return value from uio_mmap()Hailong Liu2018-07-211-1/+1
* | uio: add SPDX license tagStephen Hemminger2018-07-211-2/+1Star
|/
* 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/+13Star
* uio: use request_threaded_irq insteadXiubo Li2018-07-071-2/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-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/+23Star
|\
| * uio_hv_generic: fix subchannel ring mmapStephen Hemminger2018-04-231-40/+9Star
| * 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/+0Star
* | 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/+7Star
| * 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/+9Star
|/
* uio_mf624: Align memory regions to page size and set correct offsetsMichal Sojka2017-04-081-2/+6
* uio_mf624: Refactor memory info initializationMichal Sojka2017-04-081-26/+18Star
* uio: Allow handling of non page-aligned memory regionsMichal Sojka2017-04-081-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-3/+3
* vmbus: add direct isr callback modeStephen Hemminger2017-02-141-1/+1
* uio-hv-generic: store physical addresses instead of virtualArnd Bergmann2016-12-101-4/+4
* uio-hv-generic: new userspace i/o driver for VMBusStephen Hemminger2016-12-063-0/+228
* uio: pruss: add clk_disable()Alexey Khoroshilov2016-11-291-1/+9
* uio: fix dmem_region_start computationJan Viktorin2016-08-311-1/+1
* uio: add missing error codesDan Carpenter2016-05-011-4/+12