aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uio/uio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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