| Age | Commit message (Expand) | Author | Files | Lines |
| 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-11 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -71/+7 |
| 2012-01-06 | uio: Convert uio_generic_pci to new intx masking API | Jan Kiszka | 1 | -72/+7 |
| 2012-01-06 | PCI: Rework config space blocking services | Jan Kiszka | 1 | -4/+5 |
| 2011-11-26 | uio: convert drivers/uio/* to use module_platform_driver() | Axel Lin | 3 | -36/+3 |
| 2011-10-31 | 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-22 | drivers:uio:fix section mismatch in uio_pdrv_genirq.c | Wanlong Gao | 1 | -1/+1 |
| 2011-08-22 | drivers:uio:change the goto label to consistent with others | Wanlong Gao | 1 | -4/+3 |
| 2011-08-22 | uio: uio_pci_generic: Remove useless spin_lock | Hans J. Koch | 1 | -5/+0 |
| 2011-07-25 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+43 |
| 2011-07-08 | 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-19 | uio: clean uioinfo when uninstall uio driver | Jie Zhou | 1 | -0/+4 |
| 2011-04-19 | uio: fix allocating minor id for uio device | Hillf Danton | 1 | -1/+7 |
| 2011-04-19 | uio: fix finding mm index for vma | Hillf Danton | 1 | -5/+3 |
| 2011-04-19 | 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-07 | UIO: add PRUSS UIO driver support | Pratheesh Gangadhar | 3 | -0/+265 |
| 2010-11-10 | uio: Change mail address of Hans J. Koch | Hans J. Koch | 3 | -3/+3 |
| 2010-10-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -3/+3 |
| 2010-10-22 | 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-05 | uio: Remove IRQF_DISABLED flag from uio_cif.c | Hans J. Koch | 1 | -1/+1 |
| 2010-08-05 | uio: Remove IRQF_DISABLED from uio_sercos3.c | Hans J. Koch | 1 | -1/+1 |
| 2010-08-05 | uio: Remove IRQF_DISABLED flag from uio_pdrv_genirq.c | Hans J. Koch | 1 | -1/+0 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 8 | -0/+8 |
| 2010-03-07 | UIO: Remove SMX Cryptengine driver | Hans J. Koch | 3 | -152/+0 |
| 2010-03-07 | UIO: minor Kconfig fixes | John Ogness | 1 | -1/+1 |
| 2010-03-07 | UIO: Add a driver for Hilscher netX-based fieldbus cards | Hans J. Koch | 3 | -0/+184 |
| 2010-03-07 | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 1 | -2/+2 |
| 2009-12-15 | const: constify remaining dev_pm_ops | Alexey Dobriyan | 1 | -1/+1 |
| 2009-11-13 | uio: pm_runtime_disable is needed if failed | Kuninori Morimoto | 1 | -0/+1 |
| 2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
| 2009-09-27 | const: mark struct vm_struct_operations | Alexey Dobriyan | 1 | -1/+1 |
| 2009-09-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 1 | -0/+54 |
| 2009-09-15 | uio: add generic driver for PCI 2.3 devices | Michael S. Tsirkin | 3 | -0/+218 |
| 2009-09-15 | UIO: remove 'default n' from Kconfig | Daniel Mack | 1 | -5/+0 |
| 2009-08-23 | uio: Runtime PM for UIO devices | Magnus Damm | 1 | -0/+54 |
| 2009-04-16 | UIO: fix specific device driver missing statement for depmod | Hans J. Koch | 1 | -0/+1 |
| 2009-03-24 | UIO: Take offset into account when determining number of pages that can be ma... | Ian Abbott | 1 | -1/+2 |
| 2009-03-24 | uio: add the uio_aec driver | Brandon Philips | 3 | -0/+194 |
| 2009-03-24 | UIO: Add name attributes for mappings and port regions | Hans J. Koch | 1 | -0/+22 |
| 2009-01-06 | UIO: Pass information about ioports to userspace (V2) | Hans J. Koch | 1 | -17/+142 |
| 2009-01-06 | UIO: uio_pdrv_genirq: allow custom irq_flags | Mike Frysinger | 1 | -2/+3 |
| 2009-01-06 | UIO: use pci_ioremap_bar() in drivers/uio | Arjan van de Ven | 1 | -2/+1 |
| 2008-11-01 | saner FASYNC handling on file close | Al Viro | 1 | -3/+0 |
| 2008-10-20 | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 1 | -6/+8 |
| 2008-10-16 | UIO: BKL removal | Jonathan Corbet | 1 | -6/+8 |
| 2008-10-16 | UIO: Fix mapping of logical and virtual memory | Andrew G. Harvey | 1 | -2/+10 |
| 2008-10-16 | UIO: add automata sercos3 pci card support | John Ogness | 3 | -0/+257 |
| 2008-10-16 | UIO: Change driver name of uio_pdrv | Hans J. Koch | 1 | -1/+1 |
| 2008-10-16 | UIO: Add alignment warnings for uio-mem | Hans J. Koch | 1 | -0/+8 |
| 2008-10-16 | device create: misc: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 1 | -3/+3 |
| 2008-08-21 | UIO: generic irq handling for some uio platform devices | Magnus Damm | 3 | -0/+202 |
| 2008-08-21 | UIO: uio_pdrv: fix license specification | Uwe Kleine-König | 1 | -1/+1 |
| 2008-08-21 | UIO: uio_pdrv: fix memory leak | Uwe Kleine-König | 1 | -0/+2 |
| 2008-07-21 | UIO: add generic UIO platform driver | Uwe Kleine-König | 3 | -0/+126 |
| 2008-07-21 | UIO: Add write function to allow irq masking | Hans J. Koch | 1 | -0/+26 |
| 2008-07-21 | UIO: fix UIO Kconfig dependencies | Uwe Kleine-König | 1 | -2/+1 |
| 2008-07-14 | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 1 | -4/+3 |
| 2008-06-20 | UIO: cdev lock_kernel() pushdown | Jonathan Corbet | 1 | -5/+12 |
| 2008-05-20 | UIO: fix race in device_create | Greg Kroah-Hartman | 1 | -4/+3 |
| 2008-04-19 | UIO: hold a reference to the device's owner while the device is open | Uwe Kleine-König | 1 | -15/+21 |
| 2008-04-19 | UIO: Implement a UIO interface for the SMX Cryptengine | Ben Nizette | 3 | -0/+154 |
| 2008-04-19 | UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.c | Hans-Jürgen Koch | 1 | -4/+0 |
| 2008-04-19 | uio: mark pci_device_id hilscher_pci_ids[] __devinitdata | Denis Cheng | 1 | -1/+1 |
| 2008-04-19 | uio: Kconfig improvements | Denis Cheng | 1 | -5/+5 |
| 2008-03-24 | UIO: add pgprot_noncached() to UIO mmap code | Jean-Samuel Chenard | 1 | -0/+2 |
| 2008-02-21 | UIO: fix Greg's stupid changes | Brandon Philips | 1 | -17/+37 |
| 2008-02-06 | uio: nopage | Nick Piggin | 1 | -8/+6 |
| 2008-01-24 | UIO: constify function pointer tables | Jan Engelhardt | 1 | -2/+2 |
| 2008-01-24 | Kobject: convert drivers/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 1 | -4/+4 |
| 2008-01-24 | Kobject: rename kobject_init_ng() to kobject_init() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2008-01-24 | Kobject: rename kobject_add_ng() to kobject_add() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2008-01-24 | UIO: fix kobject usage | Greg Kroah-Hartman | 1 | -43/+48 |
| 2008-01-24 | kobject: remove struct kobj_type from struct kset | Greg Kroah-Hartman | 1 | -1/+1 |
| 2007-07-18 | UIO: Hilscher CIF card driver | Hans-Jürgen Koch | 3 | -1/+171 |
| 2007-07-18 | UIO: Add the User IO core code | Hans J. Koch | 3 | -0/+718 |