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