index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
uio
/
uio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-31
driver: uio: fix possible use-after-free in __uio_register_device
Liu Jian
1
-2
/
+4
2019-01-31
driver: uio: fix possible memory leak in __uio_register_device
Liu Jian
1
-1
/
+3
2019-01-22
uio: remove redundant check
Chengguang Xu
1
-2
/
+2
2019-01-22
uio: fix potential memory leak in error case
Chengguang Xu
1
-1
/
+1
2018-11-27
uio: dismiss waiters on device unregistration
Zhaolong Zhang
1
-8
/
+11
2018-11-11
uio: Fix an Oops on load
Dan Carpenter
1
-2
/
+5
2018-10-03
uio: make symbol 'uio_class_registered' static
Wei Yongjun
1
-1
/
+1
2018-09-25
uio: introduce UIO_MEM_IOVA
Stephen Hemminger
1
-11
/
+13
2018-09-12
uio: convert to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-09-12
uio: ensure class is registered before devices
Alexandre Belloni
1
-0
/
+9
2018-08-19
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+2
2018-08-12
Revert "uio: use request_threaded_irq instead"
Xiubo Li
1
-6
/
+2
2018-08-02
uio: potential double frees if __uio_register_device() fails
Dan Carpenter
1
-2
/
+1
2018-08-02
uio: fix possible circular locking dependency
Xiubo Li
1
-10
/
+6
2018-07-21
uio: fix wrong return value from uio_mmap()
Hailong Liu
1
-1
/
+1
2018-07-21
uio: add SPDX license tag
Stephen Hemminger
1
-2
/
+1
2018-07-07
uio: fix crash after the device is unregistered
Xiubo Li
1
-16
/
+88
2018-07-07
uio: change to use the mutex lock instead of the spin lock
Xiubo Li
1
-19
/
+13
2018-07-07
uio: use request_threaded_irq instead
Xiubo Li
1
-2
/
+3
2018-05-14
uio: Prevent device destruction while fds are open
Hamish Martin
1
-26
/
+72
2018-05-14
uio: Reduce return paths from uio_write()
Hamish Martin
1
-8
/
+17
2018-04-23
uio: Change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-05-17
uio: fix incorrect memory leak cleanup
Suman Anna
1
-4
/
+4
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-25
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-3
/
+3
2016-05-02
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-08-05
uio: Destroy uio_idr on module exit
Johannes Thumshirn
1
-0
/
+1
2015-05-24
uio: don't free irq that was not requested
Stephen Hemminger
1
-1
/
+2
2015-03-20
uio: Request/free irq separate from dev lifecycle
Brian Russell
1
-1
/
+11
2014-11-07
uio: support memory sizes larger than 32 bits
Cristian Stoica
1
-2
/
+2
2014-10-03
uio: Export definition of struct uio_device
Andy Grover
1
-12
/
+0
2014-06-18
Revert "uio: fix vma io range check in mmap"
Greg Kroah-Hartman
1
-1
/
+1
2014-05-28
uio: fix vma io range check in mmap
Bin Wang
1
-1
/
+1
2013-12-20
uio: fix devm_request_irq usage
Aaro Koskinen
1
-1
/
+1
2013-12-02
uio: we cannot mmap unaligned page contents
Linus Torvalds
1
-0
/
+2
2013-11-07
Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-20
/
+18
2013-10-30
uio: Pass pointers to virt_to_page(), not integers
Ben Hutchings
1
-2
/
+4
2013-10-30
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: Simplify uio error path by using devres functions
Michal Simek
1
-12
/
+4
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-13
uio: drop unused vma_count member in uio_device struct
Uwe Kleine-König
1
-16
/
+0
2013-08-13
uio: provide vm access to UIO_MEM_PHYS maps
Uwe Kleine-König
1
-9
/
+17
2013-07-25
UIO: convert class code to use dev_groups
Greg Kroah-Hartman
1
-9
/
+13
2013-07-04
uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT
Libin
1
-1
/
+1
2013-03-29
drivers: uio: Fix UIO device registration failure
Damian Hobson-Garcia
1
-0
/
+1
[next]