aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uio/uio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+3
|/
* UIO: Add write function to allow irq maskingHans J. Koch2008-07-211-0/+26
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-4/+3
|\
| * UIO: fix race in device_createGreg Kroah-Hartman2008-05-201-4/+3
* | UIO: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-5/+12
|/
* UIO: hold a reference to the device's owner while the device is openUwe Kleine-König2008-04-191-15/+21
* UIO: add pgprot_noncached() to UIO mmap codeJean-Samuel Chenard2008-03-241-0/+2
* UIO: fix Greg's stupid changesBrandon Philips2008-02-211-17/+37
* uio: nopageNick Piggin2008-02-061-8/+6
* UIO: constify function pointer tablesJan Engelhardt2008-01-241-2/+2
* Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-4/+4
* Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-241-1/+1
* Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-241-1/+1
* UIO: fix kobject usageGreg Kroah-Hartman2008-01-241-43/+48
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-1/+1
* UIO: Add the User IO core codeHans J. Koch2007-07-181-0/+701