| Commit message (Expand) | Author | Age | Files | Lines |
* | UIO: Pass information about ioports to userspace (V2) | Hans J. Koch | 2009-01-06 | 1 | -17/+142 |
* | UIO: uio_pdrv_genirq: allow custom irq_flags | Mike Frysinger | 2009-01-06 | 1 | -2/+3 |
* | UIO: use pci_ioremap_bar() in drivers/uio | Arjan van de Ven | 2009-01-06 | 1 | -2/+1 |
* | saner FASYNC handling on file close | Al Viro | 2008-11-01 | 1 | -3/+0 |
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2008-10-20 | 1 | -6/+8 |
|\ |
|
| * | UIO: BKL removal | Jonathan Corbet | 2008-10-16 | 1 | -6/+8 |
* | | UIO: Fix mapping of logical and virtual memory | Andrew G. Harvey | 2008-10-16 | 1 | -2/+10 |
* | | UIO: add automata sercos3 pci card support | John Ogness | 2008-10-16 | 3 | -0/+257 |
* | | UIO: Change driver name of uio_pdrv | Hans J. Koch | 2008-10-16 | 1 | -1/+1 |
* | | UIO: Add alignment warnings for uio-mem | Hans J. Koch | 2008-10-16 | 1 | -0/+8 |
* | | device create: misc: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 1 | -3/+3 |
|/ |
|
* | UIO: generic irq handling for some uio platform devices | Magnus Damm | 2008-08-21 | 3 | -0/+202 |
* | UIO: uio_pdrv: fix license specification | Uwe Kleine-König | 2008-08-21 | 1 | -1/+1 |
* | UIO: uio_pdrv: fix memory leak | Uwe Kleine-König | 2008-08-21 | 1 | -0/+2 |
* | UIO: add generic UIO platform driver | Uwe Kleine-König | 2008-07-21 | 3 | -0/+126 |
* | UIO: Add write function to allow irq masking | Hans J. Koch | 2008-07-21 | 1 | -0/+26 |
* | UIO: fix UIO Kconfig dependencies | Uwe Kleine-König | 2008-07-21 | 1 | -2/+1 |
* | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 1 | -4/+3 |
|\ |
|
| * | UIO: fix race in device_create | Greg Kroah-Hartman | 2008-05-20 | 1 | -4/+3 |
* | | UIO: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 | 1 | -5/+12 |
|/ |
|
* | UIO: hold a reference to the device's owner while the device is open | Uwe Kleine-König | 2008-04-19 | 1 | -15/+21 |
* | UIO: Implement a UIO interface for the SMX Cryptengine | Ben Nizette | 2008-04-19 | 3 | -0/+154 |
* | UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.c | Hans-Jürgen Koch | 2008-04-19 | 1 | -4/+0 |
* | uio: mark pci_device_id hilscher_pci_ids[] __devinitdata | Denis Cheng | 2008-04-19 | 1 | -1/+1 |
* | uio: Kconfig improvements | Denis Cheng | 2008-04-19 | 1 | -5/+5 |
* | UIO: add pgprot_noncached() to UIO mmap code | Jean-Samuel Chenard | 2008-03-24 | 1 | -0/+2 |
* | UIO: fix Greg's stupid changes | Brandon Philips | 2008-02-21 | 1 | -17/+37 |
* | uio: nopage | Nick Piggin | 2008-02-06 | 1 | -8/+6 |
* | UIO: constify function pointer tables | Jan Engelhardt | 2008-01-24 | 1 | -2/+2 |
* | Kobject: convert drivers/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 2008-01-24 | 1 | -4/+4 |
* | Kobject: rename kobject_init_ng() to kobject_init() | Greg Kroah-Hartman | 2008-01-24 | 1 | -1/+1 |
* | Kobject: rename kobject_add_ng() to kobject_add() | Greg Kroah-Hartman | 2008-01-24 | 1 | -1/+1 |
* | UIO: fix kobject usage | Greg Kroah-Hartman | 2008-01-24 | 1 | -43/+48 |
* | kobject: remove struct kobj_type from struct kset | Greg Kroah-Hartman | 2008-01-24 | 1 | -1/+1 |
* | UIO: Hilscher CIF card driver | Hans-Jürgen Koch | 2007-07-18 | 3 | -1/+171 |
* | UIO: Add the User IO core code | Hans J. Koch | 2007-07-18 | 3 | -0/+718 |