index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
uio
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-15
Revert "uio: use request_threaded_irq instead"
Xiubo Li
1
-6
/
+2
2019-02-15
uio: fix possible circular locking dependency
Xiubo Li
1
-10
/
+6
2019-02-15
uio: fix wrong return value from uio_mmap()
Hailong Liu
1
-1
/
+1
2019-02-15
uio: fix crash after the device is unregistered
Xiubo Li
1
-16
/
+88
2019-02-15
uio: change to use the mutex lock instead of the spin lock
Xiubo Li
1
-19
/
+13
2019-02-15
uio: use request_threaded_irq instead
Xiubo Li
1
-2
/
+3
2019-02-15
uio: Prevent device destruction while fds are open
Hamish Martin
1
-26
/
+72
2019-02-15
uio: Reduce return paths from uio_write()
Hamish Martin
1
-8
/
+17
2018-11-27
uio: Fix an Oops on load
Dan Carpenter
1
-2
/
+5
2018-11-13
uio: ensure class is registered before devices
Alexandre Belloni
1
-0
/
+9
2018-09-19
uio: potential double frees if __uio_register_device() fails
Dan Carpenter
1
-2
/
+1
2018-04-12
uio_hv_generic: check that host supports monitor page
Stephen Hemminger
1
-0
/
+7
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-05-22
Merge 4.12-rc2 into char-misc-next
Greg Kroah-Hartman
1
-4
/
+4
2017-05-18
uio/uio_pci_generic: don't fail probe if pdev->irq == NULL
Jim Harris
1
-11
/
+9
2017-05-16
uio: fix incorrect memory leak cleanup
Suman Anna
1
-4
/
+4
2017-04-08
uio_mf624: Align memory regions to page size and set correct offsets
Michal Sojka
1
-2
/
+6
2017-04-08
uio_mf624: Refactor memory info initialization
Michal Sojka
1
-26
/
+18
2017-04-08
uio: Allow handling of non page-aligned memory regions
Michal Sojka
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-3
/
+3
2017-02-14
vmbus: add direct isr callback mode
Stephen Hemminger
1
-1
/
+1
2016-12-10
uio-hv-generic: store physical addresses instead of virtual
Arnd Bergmann
1
-4
/
+4
2016-12-06
uio-hv-generic: new userspace i/o driver for VMBus
Stephen Hemminger
3
-0
/
+228
2016-11-29
uio: pruss: add clk_disable()
Alexey Khoroshilov
1
-1
/
+9
2016-08-31
uio: fix dmem_region_start computation
Jan Viktorin
1
-1
/
+1
2016-05-01
uio: add missing error codes
Dan Carpenter
1
-4
/
+12
2015-10-04
uio: fix false positive __might_sleep warning splat
Michal Hocko
1
-0
/
+1
2015-10-04
uio: uio_fsl_elbc_gpcm: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-08-05
uio: UIO_PRUSS should depend on HAS_DMA
Geert Uytterhoeven
1
-1
/
+1
2015-08-05
uio: uio_fsl_elbc_gpcm: Use module_platform_driver
Vaishali Thakkar
1
-13
/
+1
2015-08-05
uio: Destroy uio_idr on module exit
Johannes Thumshirn
1
-0
/
+1
2015-06-12
uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from config
Matwey V. Kornilov
1
-1
/
+0
2015-06-12
uio: pruss: Add CONFIG_HAS_IOMEM dependence
Matwey V. Kornilov
1
-0
/
+1
2015-06-12
uio: pruss: Include <linux/sizes.h>
Matwey V. Kornilov
1
-0
/
+1
2015-05-24
uio: don't free irq that was not requested
Stephen Hemminger
1
-1
/
+2
2015-04-03
Revert "uio: constify of_device_id array"
Greg Kroah-Hartman
1
-1
/
+1
2015-03-25
uio: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2015-03-20
uio: Request/free irq separate from dev lifecycle
Brian Russell
1
-1
/
+11
2015-01-12
uio: uio_fsl_elbc_gpcm: new driver
John Ogness
3
-0
/
+520
2015-01-12
uio/uio_pci_generic: don't return zero on failure path in probe()
Alexey Khoroshilov
1
-1
/
+2
2014-12-14
Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2014-11-07
uio: support memory sizes larger than 32 bits
Cristian Stoica
1
-2
/
+2
2014-11-03
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
3
-3
/
+0
2014-10-20
uio: drop owner assignment from platform_drivers
Wolfram Sang
3
-3
/
+0
2014-10-02
uio: Export definition of struct uio_device
Andy Grover
1
-12
/
+0
2014-07-13
Merge 3.16-rc5 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2014-07-09
uio: uio_pruss: use struct device
Andre Heider
1
-18
/
+19
2014-06-17
Revert "uio: fix vma io range check in mmap"
Greg Kroah-Hartman
1
-1
/
+1
2014-05-27
uio: fix vma io range check in mmap
Bin Wang
1
-1
/
+1
[next]