aboutsummaryrefslogtreecommitdiff
path: root/drivers/uio
AgeCommit message (Expand)Author
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 automata sercos3 pci card supportJohn Ogness
2008-10-16UIO: Change driver name of uio_pdrvHans J. Koch
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-08-21UIO: generic irq handling for some uio platform devicesMagnus Damm
2008-08-21UIO: uio_pdrv: fix license specificationUwe Kleine-König
2008-08-21UIO: uio_pdrv: fix memory leakUwe Kleine-König
2008-07-21UIO: add generic UIO platform driverUwe Kleine-König
2008-07-21UIO: Add write function to allow irq maskingHans J. Koch
2008-07-21UIO: fix UIO Kconfig dependenciesUwe Kleine-König
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-04-19UIO: Implement a UIO interface for the SMX CryptengineBen Nizette
2008-04-19UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.cHans-Jürgen Koch
2008-04-19uio: mark pci_device_id hilscher_pci_ids[] __devinitdataDenis Cheng
2008-04-19uio: Kconfig improvementsDenis Cheng
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: Hilscher CIF card driverHans-Jürgen Koch
2007-07-18UIO: Add the User IO core codeHans J. Koch