| Commit message (Expand) | Author | Age | Files | Lines |
* | uio: Fix an Oops on load | Dan Carpenter | 2018-11-11 | 1 | -2/+5 |
* | uio: Convert a few more users to using %pOFn instead of device_node.name | Rob Herring | 2018-10-03 | 2 | -2/+4 |
* | uio: make symbol 'uio_class_registered' static | Wei Yongjun | 2018-10-03 | 1 | -1/+1 |
* | uio_hv_generic: defer opening vmbus until first use | Stephen Hemminger | 2018-09-25 | 1 | -30/+74 |
* | hv_uio_generic: map ringbuffer phys addr | Stephen Hemminger | 2018-09-25 | 1 | -2/+2 |
* | uio: introduce UIO_MEM_IOVA | Stephen Hemminger | 2018-09-25 | 1 | -11/+13 |
* | vmbus: keep pointer to ring buffer page | Stephen Hemminger | 2018-09-25 | 1 | -2/+3 |
* | uio: convert to vm_fault_t | Souptick Joarder | 2018-09-12 | 1 | -1/+1 |
* | uio: Convert to using %pOFn instead of device_node.name | Rob Herring | 2018-09-12 | 1 | -2/+1 |
* | uio: ensure class is registered before devices | Alexandre Belloni | 2018-09-12 | 1 | -0/+9 |
* | uio_hv_generic: drop #ifdef DEBUG | Stephen Hemminger | 2018-09-12 | 1 | -1/+0 |
* | uio_hv_generic: increase size of receive and send buffers | Stephen Hemminger | 2018-09-12 | 1 | -3/+3 |
* | 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: pruss: fix error handling in probe | Dan Carpenter | 2018-08-02 | 1 | -24/+45 |
* | | uio: add SPDX license tags | Stephen Hemminger | 2018-07-21 | 6 | -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 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | 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 |
* | Merge 4.17-rc3 into char-misc-next | Greg Kroah-Hartman | 2018-04-30 | 1 | -49/+23 |
|\ |
|
| * | uio_hv_generic: fix subchannel ring mmap | Stephen Hemminger | 2018-04-23 | 1 | -40/+9 |
| * | uio_hv_generic: use correct channel in isr | Stephen Hemminger | 2018-04-23 | 1 | -7/+7 |
| * | uio_hv_generic: make ring buffer attribute for primary channel | Stephen Hemminger | 2018-04-23 | 1 | -0/+5 |
| * | uio_hv_generic: set size of ring buffer attribute | Stephen Hemminger | 2018-04-23 | 1 | -2/+2 |
* | | uio: uio_fsl_elbc_gpcm: Remove owner assignment from platform_driver | Fabio Estevam | 2018-04-23 | 1 | -1/+0 |
* | | uio: Change return type to vm_fault_t | Souptick Joarder | 2018-04-23 | 1 | -1/+1 |
|/ |
|
* | uio_hv_generic: support sub-channels | Stephen Hemminger | 2018-03-06 | 1 | -0/+89 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -1/+1 |
* | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-02-01 | 1 | -31/+107 |
|\ |
|
| * | uio_hv_generic: fix new type mismatch warnings | Arnd Bergmann | 2018-01-13 | 1 | -2/+2 |
| * | uio_hv_generic: fix type mismatch warnings | Arnd Bergmann | 2018-01-10 | 1 | -3/+3 |
| * | uio_hv_generic: add rescind support | Stephen Hemminger | 2018-01-10 | 1 | -0/+19 |
| * | uio_hv_generic: check that host supports monitor page | Stephen Hemminger | 2018-01-10 | 1 | -0/+7 |
| * | uio_hv_generic: create send and receive buffers | Stephen Hemminger | 2018-01-10 | 1 | -2/+69 |
| * | uio_hv_generic: use ISR callback method | Stephen Hemminger | 2018-01-09 | 1 | -1/+1 |
| * | uio_hv_generic: use standard mmap for resources | Stephen Hemminger | 2018-01-09 | 1 | -26/+7 |
| * | uio_hv_generic: fix configuration comments | Stephen Hemminger | 2018-01-09 | 1 | -3/+5 |
* | | the rest of drivers/*: annotate ->poll() instances | Al Viro | 2017-11-28 | 1 | -1/+1 |
|/ |
|
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | Merge 4.12-rc2 into char-misc-next | Greg Kroah-Hartman | 2017-05-22 | 1 | -4/+4 |
|\ |
|
| * | uio: fix incorrect memory leak cleanup | Suman Anna | 2017-05-16 | 1 | -4/+4 |
* | | uio/uio_pci_generic: don't fail probe if pdev->irq == NULL | Jim Harris | 2017-05-18 | 1 | -11/+9 |
|/ |
|
* | uio_mf624: Align memory regions to page size and set correct offsets | Michal Sojka | 2017-04-08 | 1 | -2/+6 |