aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uio/uio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-03-24UIO: Take offset into account when determining number of pages that can be mappedIan Abbott1-1/+2
2009-03-24UIO: Add name attributes for mappings and port regionsHans J. Koch1-0/+22
2009-01-06UIO: Pass information about ioports to userspace (V2)Hans J. Koch1-17/+142
2008-11-01saner FASYNC handling on file closeAl Viro1-3/+0
2008-10-20Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-6/+8
2008-10-16UIO: BKL removalJonathan Corbet1-6/+8
2008-10-16UIO: Fix mapping of logical and virtual memoryAndrew G. Harvey1-2/+10
2008-10-16UIO: Add alignment warnings for uio-memHans J. Koch1-0/+8
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-07-21UIO: Add write function to allow irq maskingHans J. Koch1-0/+26
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-4/+3
2008-06-20UIO: cdev lock_kernel() pushdownJonathan Corbet1-5/+12
2008-05-20UIO: fix race in device_createGreg Kroah-Hartman1-4/+3
2008-04-19UIO: hold a reference to the device's owner while the device is openUwe Kleine-König1-15/+21
2008-03-24UIO: add pgprot_noncached() to UIO mmap codeJean-Samuel Chenard1-0/+2
2008-02-21UIO: fix Greg's stupid changesBrandon Philips1-17/+37
2008-02-06uio: nopageNick Piggin1-8/+6
2008-01-24UIO: constify function pointer tablesJan Engelhardt1-2/+2
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-4/+4
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman1-1/+1
2008-01-24UIO: fix kobject usageGreg Kroah-Hartman1-43/+48
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-1/+1
2007-07-18UIO: Add the User IO core codeHans J. Koch1-0/+701