aboutsummaryrefslogtreecommitdiff
path: root/drivers/uio
AgeCommit message (Expand)AuthorFilesLines
2018-10-02uio: Convert a few more users to using %pOFn instead of device_node.nameGravatar Rob Herring 2-2/+4
2018-10-02uio: make symbol 'uio_class_registered' staticGravatar Wei Yongjun 1-1/+1
2018-09-25uio_hv_generic: defer opening vmbus until first useGravatar Stephen Hemminger 1-30/+74
2018-09-25hv_uio_generic: map ringbuffer phys addrGravatar Stephen Hemminger 1-2/+2
2018-09-25uio: introduce UIO_MEM_IOVAGravatar Stephen Hemminger 1-11/+13
2018-09-25vmbus: keep pointer to ring buffer pageGravatar Stephen Hemminger 1-2/+3
2018-09-12uio: convert to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-09-12uio: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-2/+1
2018-09-12uio: ensure class is registered before devicesGravatar Alexandre Belloni 1-0/+9
2018-09-12uio_hv_generic: drop #ifdef DEBUGGravatar Stephen Hemminger 1-1/+0
2018-09-12uio_hv_generic: increase size of receive and send buffersGravatar Stephen Hemminger 1-3/+3
2018-08-19Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+2
2018-08-12Revert "uio: use request_threaded_irq instead"Gravatar Xiubo Li 1-6/+2
2018-08-02uio: potential double frees if __uio_register_device() failsGravatar Dan Carpenter 1-2/+1
2018-08-02uio: fix possible circular locking dependencyGravatar Xiubo Li 1-10/+6
2018-08-02uio: pruss: fix error handling in probeGravatar Dan Carpenter 1-24/+45
2018-07-21uio: add SPDX license tagsGravatar Stephen Hemminger 6-10/+6
2018-07-21uio: fix wrong return value from uio_mmap()Gravatar Hailong Liu 1-1/+1
2018-07-21uio: add SPDX license tagGravatar Stephen Hemminger 1-2/+1
2018-07-07uio: fix crash after the device is unregisteredGravatar Xiubo Li 1-16/+88
2018-07-07uio: change to use the mutex lock instead of the spin lockGravatar Xiubo Li 1-19/+13
2018-07-07uio: use request_threaded_irq insteadGravatar Xiubo Li 1-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-05-14uio: Prevent device destruction while fds are openGravatar Hamish Martin 1-26/+72
2018-05-14uio: Reduce return paths from uio_write()Gravatar Hamish Martin 1-8/+17
2018-04-30Merge 4.17-rc3 into char-misc-nextGravatar Greg Kroah-Hartman 1-49/+23
2018-04-23uio: uio_fsl_elbc_gpcm: Remove owner assignment from platform_driverGravatar Fabio Estevam 1-1/+0
2018-04-23uio: Change return type to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-04-23uio_hv_generic: fix subchannel ring mmapGravatar Stephen Hemminger 1-40/+9
2018-04-23uio_hv_generic: use correct channel in isrGravatar Stephen Hemminger 1-7/+7
2018-04-23uio_hv_generic: make ring buffer attribute for primary channelGravatar Stephen Hemminger 1-0/+5
2018-04-23uio_hv_generic: set size of ring buffer attributeGravatar Stephen Hemminger 1-2/+2
2018-03-06uio_hv_generic: support sub-channelsGravatar Stephen Hemminger 1-0/+89
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-31/+107
2018-01-13uio_hv_generic: fix new type mismatch warningsGravatar Arnd Bergmann 1-2/+2
2018-01-10uio_hv_generic: fix type mismatch warningsGravatar Arnd Bergmann 1-3/+3
2018-01-10uio_hv_generic: add rescind supportGravatar Stephen Hemminger 1-0/+19
2018-01-10uio_hv_generic: check that host supports monitor pageGravatar Stephen Hemminger 1-0/+7
2018-01-10uio_hv_generic: create send and receive buffersGravatar Stephen Hemminger 1-2/+69
2018-01-09uio_hv_generic: use ISR callback methodGravatar Stephen Hemminger 1-1/+1
2018-01-09uio_hv_generic: use standard mmap for resourcesGravatar Stephen Hemminger 1-26/+7
2018-01-09uio_hv_generic: fix configuration commentsGravatar Stephen Hemminger 1-3/+5
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-05-22Merge 4.12-rc2 into char-misc-nextGravatar Greg Kroah-Hartman 1-4/+4
2017-05-18uio/uio_pci_generic: don't fail probe if pdev->irq == NULLGravatar Jim Harris 1-11/+9
2017-05-16uio: fix incorrect memory leak cleanupGravatar Suman Anna 1-4/+4
2017-04-08uio_mf624: Align memory regions to page size and set correct offsetsGravatar Michal Sojka 1-2/+6
2017-04-08uio_mf624: Refactor memory info initializationGravatar Michal Sojka 1-26/+18