summaryrefslogtreecommitdiffstats
path: root/drivers/uio/uio.c
Commit message (Expand)AuthorAgeFilesLines
* 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-241-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-021-12/+0
* Revert "uio: fix vma io range check in mmap"Greg Kroah-Hartman2014-06-171-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/+18
|\
| * uio: Pass pointers to virt_to_page(), not integersBen Hutchings2013-10-291-2/+4
| * uio: fix memory leakCong Ding2013-10-291-6/+10
| * uio: Simplify uio error path by using devres functionsMichal Simek2013-09-261-12/+4
* | 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-241-9/+13
* | uio: drop unused vma_count member in uio_device structUwe Kleine-König2013-08-121-16/+0
* | uio: provide vm access to UIO_MEM_PHYS mapsUwe Kleine-König2013-08-121-9/+17
|/
* uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin2013-07-031-1/+1
* drivers: uio: Fix UIO device registration failureDamian Hobson-Garcia2013-03-291-0/+1
* uio: convert to idr_alloc()Tejun Heo2013-02-271-15/+4
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-3/+1
* uio: Support physical addresses >32 bits on 32-bit systemsKai Jiang2011-10-181-4/+3
* drivers:uio:change the goto label to consistent with othersWanlong Gao2011-08-221-4/+3
* uio: fix allocating minor id for uio deviceHillf Danton2011-04-191-1/+7
* uio: fix finding mm index for vmaHillf Danton2011-04-191-5/+3
* uio: Change mail address of Hans J. KochHans J. Koch2010-11-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-221-94/+69
|\
| * uio: Statically allocate uio_class and use class .dev_attrs.Eric W. Biederman2010-10-221-35/+18
| * uio: Support 2^MINOR_BITS minorsEric W. Biederman2010-10-221-6/+37
| * uio: Cleanup irq handling.Eric W. Biederman2010-10-221-7/+7
| * uio: Don't clear driver dataEric W. Biederman2010-10-221-14/+3
| * uio: Fix lack of locking in init_uio_classEric W. Biederman2010-10-221-43/+15
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-2/+2
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* UIO: Take offset into account when determining number of pages that can be ma...Ian Abbott2009-03-241-1/+2
* UIO: Add name attributes for mappings and port regionsHans J. Koch2009-03-241-0/+22
* UIO: Pass information about ioports to userspace (V2)Hans J. Koch2009-01-061-17/+142
* saner FASYNC handling on file closeAl Viro2008-11-011-3/+0
* Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-10-201-6/+8
|\
| * UIO: BKL removalJonathan Corbet2008-10-161-6/+8
* | UIO: Fix mapping of logical and virtual memoryAndrew G. Harvey2008-10-161-2/+10
* | UIO: Add alignment warnings for uio-memHans J. Koch2008-10-161-0/+8