index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
uio
Age
Commit message (
Expand
)
Author
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
2009-11-13
uio: pm_runtime_disable is needed if failed
Kuninori Morimoto
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2009-09-27
const: mark struct vm_struct_operations
Alexey Dobriyan
2009-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
2009-09-15
uio: add generic driver for PCI 2.3 devices
Michael S. Tsirkin
2009-09-15
UIO: remove 'default n' from Kconfig
Daniel Mack
2009-08-23
uio: Runtime PM for UIO devices
Magnus Damm
2009-04-16
UIO: fix specific device driver missing statement for depmod
Hans J. Koch
2009-03-24
UIO: Take offset into account when determining number of pages that can be ma...
Ian Abbott
2009-03-24
uio: add the uio_aec driver
Brandon Philips
2009-03-24
UIO: Add name attributes for mappings and port regions
Hans J. Koch
2009-01-06
UIO: Pass information about ioports to userspace (V2)
Hans J. Koch
2009-01-06
UIO: uio_pdrv_genirq: allow custom irq_flags
Mike Frysinger
2009-01-06
UIO: use pci_ioremap_bar() in drivers/uio
Arjan van de Ven
2008-11-01
saner FASYNC handling on file close
Al Viro
2008-10-20
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
Linus Torvalds
2008-10-16
UIO: BKL removal
Jonathan Corbet
2008-10-16
UIO: Fix mapping of logical and virtual memory
Andrew G. Harvey
2008-10-16
UIO: add automata sercos3 pci card support
John Ogness
2008-10-16
UIO: Change driver name of uio_pdrv
Hans J. Koch
2008-10-16
UIO: Add alignment warnings for uio-mem
Hans J. Koch
2008-10-16
device create: misc: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-08-21
UIO: generic irq handling for some uio platform devices
Magnus Damm
2008-08-21
UIO: uio_pdrv: fix license specification
Uwe Kleine-König
2008-08-21
UIO: uio_pdrv: fix memory leak
Uwe Kleine-König
2008-07-21
UIO: add generic UIO platform driver
Uwe Kleine-König
2008-07-21
UIO: Add write function to allow irq masking
Hans J. Koch
2008-07-21
UIO: fix UIO Kconfig dependencies
Uwe Kleine-König
2008-07-14
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
2008-06-20
UIO: cdev lock_kernel() pushdown
Jonathan Corbet
2008-05-20
UIO: fix race in device_create
Greg Kroah-Hartman
2008-04-19
UIO: hold a reference to the device's owner while the device is open
Uwe Kleine-König
2008-04-19
UIO: Implement a UIO interface for the SMX Cryptengine
Ben Nizette
2008-04-19
UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.c
Hans-Jürgen Koch
2008-04-19
uio: mark pci_device_id hilscher_pci_ids[] __devinitdata
Denis Cheng
2008-04-19
uio: Kconfig improvements
Denis Cheng
2008-03-24
UIO: add pgprot_noncached() to UIO mmap code
Jean-Samuel Chenard
2008-02-21
UIO: fix Greg's stupid changes
Brandon Philips
2008-02-06
uio: nopage
Nick Piggin
2008-01-24
UIO: constify function pointer tables
Jan Engelhardt
2008-01-24
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
Greg Kroah-Hartman
2008-01-24
Kobject: rename kobject_init_ng() to kobject_init()
Greg Kroah-Hartman
2008-01-24
Kobject: rename kobject_add_ng() to kobject_add()
Greg Kroah-Hartman
2008-01-24
UIO: fix kobject usage
Greg Kroah-Hartman
2008-01-24
kobject: remove struct kobj_type from struct kset
Greg Kroah-Hartman
2007-07-18
UIO: Hilscher CIF card driver
Hans-Jürgen Koch
2007-07-18
UIO: Add the User IO core code
Hans J. Koch