summaryrefslogtreecommitdiffstats
path: root/drivers/uio/uio.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* 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
* uio: Change return type to vm_fault_tSouptick Joarder2018-04-231-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* uio: fix incorrect memory leak cleanupSuman Anna2017-05-161-4/+4
* 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
* uio: add missing error codesDan Carpenter2016-05-011-4/+12
* uio: fix false positive __might_sleep warning splatMichal Hocko2015-10-041-0/+1
* uio: Destroy uio_idr on module exitJohannes Thumshirn2015-08-051-0/+1
* uio: don't free irq that was not requestedStephen Hemminger2015-05-241-1/+2
* uio: Request/free irq separate from dev lifecycleBrian Russell2015-03-201-1/+11
* uio: support memory sizes larger than 32 bitsCristian Stoica2014-11-071-2/+2
* uio: Export definition of struct uio_deviceAndy Grover2014-10-031-12/+0Star
* Revert "uio: fix vma io range check in mmap"Greg Kroah-Hartman2014-06-181-1/+1
* uio: fix vma io range check in mmapBin Wang2014-05-271-1/+1
* uio: fix devm_request_irq usageAaro Koskinen2013-12-201-1/+1
* uio: we cannot mmap unaligned page contentsLinus Torvalds2013-12-021-0/+2
* Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-071-20/+18Star
|\
| * uio: Pass pointers to virt_to_page(), not integersBen Hutchings2013-10-301-2/+4
| * uio: fix memory leakCong Ding2013-10-301-6/+10
| * uio: Simplify uio error path by using devres functionsMichal Simek2013-09-261-12/+4Star
* | Fix a few incorrectly checked [io_]remap_pfn_range() callsLinus Torvalds2013-10-291-2/+15
|/
* Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-9/+13
|\
| * UIO: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-251-9/+13
* | uio: drop unused vma_count member in uio_device structUwe Kleine-König2013-08-131-16/+0Star
* | uio: provide vm access to UIO_MEM_PHYS mapsUwe Kleine-König2013-08-131-9/+17
|/
* uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin2013-07-041-1/+1
* drivers: uio: Fix UIO device registration failureDamian Hobson-Garcia2013-03-291-0/+1
* uio: convert to idr_alloc()Tejun Heo2013-02-281-15/+4Star
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-3/+1Star
* uio: Support physical addresses >32 bits on 32-bit systemsKai Jiang2011-10-181-4/+3Star
* drivers:uio:change the goto label to consistent with othersWanlong Gao2011-08-231-4/+3Star
* uio: fix allocating minor id for uio deviceHillf Danton2011-04-201-1/+7
* uio: fix finding mm index for vmaHillf Danton2011-04-201-5/+3Star
* uio: Change mail address of Hans J. KochHans J. Koch2010-11-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-231-94/+69Star
|\
| * uio: Statically allocate uio_class and use class .dev_attrs.Eric W. Biederman2010-10-221-35/+18Star
| * uio: Support 2^MINOR_BITS minorsEric W. Biederman2010-10-221-6/+37