aboutsummaryrefslogtreecommitdiff
path: root/drivers/uio/uio.c
AgeCommit message (Expand)Author
2013-11-13Fix a few incorrectly checked [io_]remap_pfn_range() callsLinus Torvalds
2013-11-13uio: provide vm access to UIO_MEM_PHYS mapsUwe Kleine-König
2013-03-29drivers: uio: Fix UIO device registration failureDamian Hobson-Garcia
2013-02-27uio: convert to idr_alloc()Tejun Heo
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2011-10-18uio: Support physical addresses >32 bits on 32-bit systemsKai Jiang
2011-08-22drivers:uio:change the goto label to consistent with othersWanlong Gao
2011-04-19uio: fix allocating minor id for uio deviceHillf Danton
2011-04-19uio: fix finding mm index for vmaHillf Danton
2010-11-10uio: Change mail address of Hans J. KochHans J. Koch
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-10-22uio: Statically allocate uio_class and use class .dev_attrs.Eric W. Biederman
2010-10-22uio: Support 2^MINOR_BITS minorsEric W. Biederman
2010-10-22uio: Cleanup irq handling.Eric W. Biederman
2010-10-22uio: Don't clear driver dataEric W. Biederman
2010-10-22uio: Fix lack of locking in init_uio_classEric W. Biederman
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-03-24UIO: Take offset into account when determining number of pages that can be ma...Ian Abbott
2009-03-24UIO: Add name attributes for mappings and port regionsHans J. Koch
2009-01-06UIO: Pass information about ioports to userspace (V2)Hans J. Koch
2008-11-01saner FASYNC handling on file closeAl Viro
2008-10-20Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds
2008-10-16UIO: BKL removalJonathan Corbet
2008-10-16UIO: Fix mapping of logical and virtual memoryAndrew G. Harvey
2008-10-16UIO: Add alignment warnings for uio-memHans J. Koch
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-07-21UIO: Add write function to allow irq maskingHans J. Koch
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-06-20UIO: cdev lock_kernel() pushdownJonathan Corbet
2008-05-20UIO: fix race in device_createGreg Kroah-Hartman
2008-04-19UIO: hold a reference to the device's owner while the device is openUwe Kleine-König
2008-03-24UIO: add pgprot_noncached() to UIO mmap codeJean-Samuel Chenard
2008-02-21UIO: fix Greg's stupid changesBrandon Philips
2008-02-06uio: nopageNick Piggin
2008-01-24UIO: constify function pointer tablesJan Engelhardt
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman
2008-01-24UIO: fix kobject usageGreg Kroah-Hartman
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman
2007-07-18UIO: Add the User IO core codeHans J. Koch