summaryrefslogtreecommitdiff
path: root/drivers/uio/uio.c
Commit message (Expand)AuthorAge
* Revert "uio: fix vma io range check in mmap"Greg Kroah-Hartman2014-06-17
* uio: fix vma io range check in mmapBin Wang2014-05-27
* uio: fix devm_request_irq usageAaro Koskinen2013-12-20
* uio: we cannot mmap unaligned page contentsLinus Torvalds2013-12-02
* Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-07
|\
| * uio: Pass pointers to virt_to_page(), not integersBen Hutchings2013-10-29
| * uio: fix memory leakCong Ding2013-10-29
| * uio: Simplify uio error path by using devres functionsMichal Simek2013-09-26
* | Fix a few incorrectly checked [io_]remap_pfn_range() callsLinus Torvalds2013-10-29
|/
* Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-03
|\
| * UIO: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-24
* | uio: drop unused vma_count member in uio_device structUwe Kleine-König2013-08-12
* | uio: provide vm access to UIO_MEM_PHYS mapsUwe Kleine-König2013-08-12
|/
* uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin2013-07-03
* drivers: uio: Fix UIO device registration failureDamian Hobson-Garcia2013-03-29
* uio: convert to idr_alloc()Tejun Heo2013-02-27
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-09
* uio: Support physical addresses >32 bits on 32-bit systemsKai Jiang2011-10-18
* drivers:uio:change the goto label to consistent with othersWanlong Gao2011-08-22
* uio: fix allocating minor id for uio deviceHillf Danton2011-04-19
* uio: fix finding mm index for vmaHillf Danton2011-04-19
* uio: Change mail address of Hans J. KochHans J. Koch2010-11-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-22
|\
| * uio: Statically allocate uio_class and use class .dev_attrs.Eric W. Biederman2010-10-22
| * uio: Support 2^MINOR_BITS minorsEric W. Biederman2010-10-22
| * uio: Cleanup irq handling.Eric W. Biederman2010-10-22
| * uio: Don't clear driver dataEric W. Biederman2010-10-22
| * uio: Fix lack of locking in init_uio_classEric W. Biederman2010-10-22
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-15
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-07
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-11
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-27
* UIO: Take offset into account when determining number of pages that can be ma...Ian Abbott2009-03-24
* UIO: Add name attributes for mappings and port regionsHans J. Koch2009-03-24
* UIO: Pass information about ioports to userspace (V2)Hans J. Koch2009-01-06
* saner FASYNC handling on file closeAl Viro2008-11-01
* Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-10-20
|\
| * UIO: BKL removalJonathan Corbet2008-10-16
* | UIO: Fix mapping of logical and virtual memoryAndrew G. Harvey2008-10-16
* | UIO: Add alignment warnings for uio-memHans J. Koch2008-10-16
* | device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
|/
* UIO: Add write function to allow irq maskingHans J. Koch2008-07-21
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-14
|\
| * UIO: fix race in device_createGreg Kroah-Hartman2008-05-20
* | UIO: cdev lock_kernel() pushdownJonathan Corbet2008-06-20
|/
* UIO: hold a reference to the device's owner while the device is openUwe Kleine-König2008-04-19
* UIO: add pgprot_noncached() to UIO mmap codeJean-Samuel Chenard2008-03-24
* UIO: fix Greg's stupid changesBrandon Philips2008-02-21
* uio: nopageNick Piggin2008-02-06