index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
uio
/
uio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
uio: add resource managed devm_uio_register_device() function
Alexandru Ardelean
2020-03-18
1
-0
/
+38
*
driver: uio: fix possible use-after-free in __uio_register_device
Liu Jian
2019-01-31
1
-2
/
+4
*
driver: uio: fix possible memory leak in __uio_register_device
Liu Jian
2019-01-31
1
-1
/
+3
*
uio: remove redundant check
Chengguang Xu
2019-01-22
1
-2
/
+2
*
uio: fix potential memory leak in error case
Chengguang Xu
2019-01-22
1
-1
/
+1
*
uio: dismiss waiters on device unregistration
Zhaolong Zhang
2018-11-27
1
-8
/
+11
*
uio: Fix an Oops on load
Dan Carpenter
2018-11-11
1
-2
/
+5
*
uio: make symbol 'uio_class_registered' static
Wei Yongjun
2018-10-02
1
-1
/
+1
*
uio: introduce UIO_MEM_IOVA
Stephen Hemminger
2018-09-25
1
-11
/
+13
*
uio: convert to vm_fault_t
Souptick Joarder
2018-09-12
1
-1
/
+1
*
uio: ensure class is registered before devices
Alexandre Belloni
2018-09-12
1
-0
/
+9
*
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-08-19
1
-6
/
+2
|
\
|
*
Revert "uio: use request_threaded_irq instead"
Xiubo Li
2018-08-12
1
-6
/
+2
*
|
uio: potential double frees if __uio_register_device() fails
Dan Carpenter
2018-08-02
1
-2
/
+1
*
|
uio: fix possible circular locking dependency
Xiubo Li
2018-08-02
1
-10
/
+6
*
|
uio: fix wrong return value from uio_mmap()
Hailong Liu
2018-07-21
1
-1
/
+1
*
|
uio: add SPDX license tag
Stephen Hemminger
2018-07-21
1
-2
/
+1
|
/
*
uio: fix crash after the device is unregistered
Xiubo Li
2018-07-07
1
-16
/
+88
*
uio: change to use the mutex lock instead of the spin lock
Xiubo Li
2018-07-07
1
-19
/
+13
*
uio: use request_threaded_irq instead
Xiubo Li
2018-07-07
1
-2
/
+3
*
uio: Prevent device destruction while fds are open
Hamish Martin
2018-05-14
1
-26
/
+72
*
uio: Reduce return paths from uio_write()
Hamish Martin
2018-05-14
1
-8
/
+17
*
uio: Change return type to vm_fault_t
Souptick Joarder
2018-04-23
1
-1
/
+1
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-1
/
+1
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-1
/
+1
*
uio: fix incorrect memory leak cleanup
Suman Anna
2017-05-16
1
-4
/
+4
*
uio: Allow handling of non page-aligned memory regions
Michal Sojka
2017-04-08
1
-1
/
+1
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-02-24
1
-3
/
+3
*
uio: add missing error codes
Dan Carpenter
2016-05-01
1
-4
/
+12
*
uio: fix false positive __might_sleep warning splat
Michal Hocko
2015-10-04
1
-0
/
+1
*
uio: Destroy uio_idr on module exit
Johannes Thumshirn
2015-08-05
1
-0
/
+1
*
uio: don't free irq that was not requested
Stephen Hemminger
2015-05-24
1
-1
/
+2
*
uio: Request/free irq separate from dev lifecycle
Brian Russell
2015-03-20
1
-1
/
+11
*
uio: support memory sizes larger than 32 bits
Cristian Stoica
2014-11-07
1
-2
/
+2
*
uio: Export definition of struct uio_device
Andy Grover
2014-10-02
1
-12
/
+0
*
Revert "uio: fix vma io range check in mmap"
Greg Kroah-Hartman
2014-06-17
1
-1
/
+1
*
uio: fix vma io range check in mmap
Bin Wang
2014-05-27
1
-1
/
+1
*
uio: fix devm_request_irq usage
Aaro Koskinen
2013-12-20
1
-1
/
+1
*
uio: we cannot mmap unaligned page contents
Linus Torvalds
2013-12-02
1
-0
/
+2
*
Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2013-11-07
1
-20
/
+18
|
\
|
*
uio: Pass pointers to virt_to_page(), not integers
Ben Hutchings
2013-10-29
1
-2
/
+4
|
*
uio: fix memory leak
Cong Ding
2013-10-29
1
-6
/
+10
|
*
uio: Simplify uio error path by using devres functions
Michal Simek
2013-09-26
1
-12
/
+4
*
|
Fix a few incorrectly checked [io_]remap_pfn_range() calls
Linus Torvalds
2013-10-29
1
-2
/
+15
|
/
*
Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2013-09-03
1
-9
/
+13
|
\
|
*
UIO: convert class code to use dev_groups
Greg Kroah-Hartman
2013-07-24
1
-9
/
+13
*
|
uio: drop unused vma_count member in uio_device struct
Uwe Kleine-König
2013-08-12
1
-16
/
+0
*
|
uio: provide vm access to UIO_MEM_PHYS maps
Uwe Kleine-König
2013-08-12
1
-9
/
+17
|
/
*
uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT
Libin
2013-07-03
1
-1
/
+1
[next]