| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 5.10-rc4 into char-misc-next | Greg Kroah-Hartman | 2020-11-16 | 1 | -4/+6 |
|\ |
|
| * | uio: Fix use-after-free in uio_unregister_device() | Shin'ichiro Kawasaki | 2020-11-09 | 1 | -4/+6 |
* | | uio: fix some kernel-doc markups | Mauro Carvalho Chehab | 2020-11-09 | 1 | -2/+2 |
|/ |
|
* | uio: free uio id after uio file node is freed | Lang Dai | 2020-09-17 | 1 | -2/+2 |
* | drivers: uio: remove redundant assignment to variable retval | Colin Ian King | 2020-04-28 | 1 | -1/+1 |
* | 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-03 | 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-25 | 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-03 | 1 | -12/+0 |
* | Revert "uio: fix vma io range check in mmap" | Greg Kroah-Hartman | 2014-06-18 | 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-30 | 1 | -2/+4 |
| * | uio: fix memory leak | Cong Ding | 2013-10-30 | 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 |
|/ |
|