Age | Commit message (Expand) | Author | Files | Lines |
2013-05-21 | uio: UIO_DMEM_GENIRQ should depend on HAS_DMA | Geert Uytterhoeven | 1 | -0/+1 |
2013-03-29 | drivers: uio: Fix UIO device registration failure | Damian Hobson-Garcia | 1 | -0/+1 |
2013-02-28 | uio: convert to idr_alloc() | Tejun Heo | 1 | -15/+4 |
2013-02-14 | uio: remove !S390 dependency from Kconfig | Heiko Carstens | 1 | -1/+0 |
2012-12-13 | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2 | -7/+18 |
2012-11-22 | drivers: uio: Only allocate new private data when probing device tree node | Damian Hobson-Garcia | 2 | -2/+2 |
2012-11-22 | drivers: uio_dmem_genirq: Allow partial success when opening device | Damian Hobson-Garcia | 1 | -6/+6 |
2012-11-22 | drivers: uio_dmem_genirq: Don't use DMA_ERROR_CODE to indicate unmapped regions | Damian Hobson-Garcia | 1 | -2/+4 |
2012-11-22 | drivers: uio_dmem_genirq: Don't mix address spaces for dynamic region vaddr | Damian Hobson-Garcia | 1 | -3/+6 |
2012-11-22 | uio: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-22 | uio: remove use of __devinitdata | Bill Pemberton | 2 | -2/+2 |
2012-11-22 | uio: remove use of __devinit | Bill Pemberton | 6 | -6/+6 |
2012-11-22 | uio: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-11-16 | uio_pdrv: set memory mapping name | Manuel Traut | 2 | -0/+2 |
2012-10-27 | uio: uio_pruss: replace private SRAM API with genalloc | Matt Porter | 2 | -7/+18 |
2012-10-25 | Add new uio device for dynamic memory allocation | Damian Hobson-Garcia | 3 | -0/+371 |
2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 1 | -3/+1 |
2012-05-15 | uio_pdrv_genirq: get irq through platform resource if not set otherwise | Benedikt Spranger | 1 | -0/+8 |
2012-01-12 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -71/+7 |
2012-01-07 | uio: Convert uio_generic_pci to new intx masking API | Jan Kiszka | 1 | -72/+7 |
2012-01-07 | PCI: Rework config space blocking services | Jan Kiszka | 1 | -4/+5 |
2011-11-27 | uio: convert drivers/uio/* to use module_platform_driver() | Axel Lin | 3 | -36/+3 |
2011-11-01 | uio: Add module.h to implicit drivers/uio users | Paul Gortmaker | 2 | -0/+2 |
2011-10-18 | uio: Support physical addresses >32 bits on 32-bit systems | Kai Jiang | 1 | -4/+3 |
2011-08-23 | drivers:uio:fix section mismatch in uio_pdrv_genirq.c | Wanlong Gao | 1 | -1/+1 |
2011-08-23 | drivers:uio:change the goto label to consistent with others | Wanlong Gao | 1 | -4/+3 |
2011-08-23 | uio: uio_pci_generic: Remove useless spin_lock | Hans J. Koch | 1 | -5/+0 |
2011-07-26 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+43 |
2011-07-09 | uio: uio_pdrv_genirq: Add OF support | Hans J. Koch | 1 | -0/+43 |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2 | -2/+2 |
2011-04-20 | uio: clean uioinfo when uninstall uio driver | Jie Zhou | 1 | -0/+4 |
2011-04-20 | uio: fix allocating minor id for uio device | Hillf Danton | 1 | -1/+7 |
2011-04-20 | uio: fix finding mm index for vma | Hillf Danton | 1 | -5/+3 |
2011-04-20 | uio_netx: Add support for netPLC cards | Daniel Trautmann | 1 | -0/+19 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-08 | UIO: add PRUSS UIO driver support | Pratheesh Gangadhar | 3 | -0/+265 |
2010-11-11 | uio: Change mail address of Hans J. Koch | Hans J. Koch | 3 | -3/+3 |
2010-10-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -3/+3 |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2 | -100/+76 |
2010-10-22 | uio: Statically allocate uio_class and use class .dev_attrs. | Eric W. Biederman | 1 | -35/+18 |
2010-10-22 | uio: Support 2^MINOR_BITS minors | Eric W. Biederman | 1 | -6/+37 |
2010-10-22 | uio: Cleanup irq handling. | Eric W. Biederman | 1 | -7/+7 |
2010-10-22 | uio: Don't clear driver data | Eric W. Biederman | 1 | -14/+3 |
2010-10-22 | uio: Fix lack of locking in init_uio_class | Eric W. Biederman | 1 | -43/+15 |
2010-10-22 | uio: do not use PCI resources before pci_enable_device() | Kulikov Vasiliy | 1 | -6/+7 |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -3/+3 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
2010-08-06 | uio: Remove IRQF_DISABLED flag from uio_cif.c | Hans J. Koch | 1 | -1/+1 |
2010-08-06 | uio: Remove IRQF_DISABLED from uio_sercos3.c | Hans J. Koch | 1 | -1/+1 |
2010-08-06 | uio: Remove IRQF_DISABLED flag from uio_pdrv_genirq.c | Hans J. Koch | 1 | -1/+0 |