index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
uio
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-20
uio: fix devm_request_irq usage
Aaro Koskinen
1
-1
/
+1
2013-12-16
Merge 3.13-rc4 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+2
2013-12-08
uio: uio_mf624: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
1
-1
/
+1
2013-12-02
uio: we cannot mmap unaligned page contents
Linus Torvalds
1
-0
/
+2
2013-11-13
drivers/uio/uio_pruss.c: use gen_pool_dma_alloc() to allocate sram memory
Nicolin Chen
1
-4
/
+2
2013-11-07
Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-51
/
+30
2013-10-29
uio: Pass pointers to virt_to_page(), not integers
Ben Hutchings
1
-2
/
+4
2013-10-29
uio: fix memory leak
Cong Ding
1
-6
/
+10
2013-10-29
Fix a few incorrectly checked [io_]remap_pfn_range() calls
Linus Torvalds
1
-2
/
+15
2013-09-26
uio: uio_sercos3: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-26
uio: uio_netx: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-26
uio: uio_mf624: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-26
uio: uio_cif: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-26
uio: uio_aec: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-26
uio: Simplify uio error path by using devres functions
Michal Simek
2
-36
/
+14
2013-09-26
drivers: uio: mf624_disable_interrupt() can be static
Fengguang Wu
1
-2
/
+2
2013-09-03
Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-9
/
+13
2013-08-30
drivers: uio: Kconfig: add MMU dependancy for UIO
Chen Gang
1
-0
/
+1
2013-08-30
drivers: uio: Add driver for Humusoft MF624 DAQ PCI card
Rostislav Lisovy
3
-0
/
+261
2013-08-30
drivers: uio_pdrv_genirq: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-30
drivers: uio_pruss: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-30
drivers: uio_dmem_genirq: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-27
uio: uio_pruss: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-08-12
uio: drop unused vma_count member in uio_device struct
Uwe Kleine-König
1
-16
/
+0
2013-08-12
uio: provide vm access to UIO_MEM_PHYS maps
Uwe Kleine-König
1
-9
/
+17
2013-07-26
uio: Remove uio_pdrv and use uio_pdrv_genirq instead
Michal Simek
3
-121
/
+0
2013-07-24
UIO: convert class code to use dev_groups
Greg Kroah-Hartman
1
-9
/
+13
2013-07-03
uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT
Libin
1
-1
/
+1
2013-06-25
drivers: uio_pdrv_genirq: Use of_match_ptr() macro
Sachin Kamat
1
-4
/
+1
2013-06-24
UIO: Fix concurrency issue
Vitalii Demianets
1
-5
/
+13
2013-06-24
drivers: uio_dmem_genirq: Use of_match_ptr() macro
Sachin Kamat
1
-3
/
+1
2013-06-18
UIO: fix uio_pdrv_genirq with device tree but no interrupt
Pavel Machek
1
-15
/
+10
2013-06-18
UIO: allow binding uio_pdrv_genirq.c to devices using command line option
Pavel Machek
1
-2
/
+6
2013-06-06
uio: uio_pruss: Fix potential NULL pointer dereference
Emil Goode
1
-1
/
+1
2013-05-27
Merge 3.10-rc3 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+1
2013-05-21
uio/uio_pci_generic: Use module_pci_driver to register driver
Peter Huewe
1
-15
/
+2
2013-05-21
uio: UIO_DMEM_GENIRQ should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2013-05-21
uio/uio_cif: Use module_pci_driver to register driver
Peter Huewe
1
-13
/
+1
2013-05-21
uio/uio_netx: Use module_pci_driver to register driver
Peter Huewe
1
-13
/
+1
2013-05-21
uio/uio_sercos3: Use module_pci_driver to register driver
Peter Huewe
1
-13
/
+1
2013-05-21
uio/uio_aec: Use module_pci_driver to register driver
Peter Huewe
1
-13
/
+1
2013-03-29
drivers: uio: Fix UIO device registration failure
Damian Hobson-Garcia
1
-0
/
+1
2013-02-27
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-12
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2
-7
/
+18
2012-11-21
drivers: uio: Only allocate new private data when probing device tree node
Damian Hobson-Garcia
2
-2
/
+2
2012-11-21
drivers: uio_dmem_genirq: Allow partial success when opening device
Damian Hobson-Garcia
1
-6
/
+6
2012-11-21
drivers: uio_dmem_genirq: Don't use DMA_ERROR_CODE to indicate unmapped regions
Damian Hobson-Garcia
1
-2
/
+4
2012-11-21
drivers: uio_dmem_genirq: Don't mix address spaces for dynamic region vaddr
Damian Hobson-Garcia
1
-3
/
+6
2012-11-21
uio: remove use of __devexit
Bill Pemberton
1
-1
/
+1
[next]