Age | Commit message (Expand) | Author |
2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds |
2024-11-29 | Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-11-05 | sysfs: treewide: constify attribute callback of bin_attribute::mmap() | Thomas Weißschuh |
2024-10-13 | uio: uio_pdrv_genirq: Make use of irq_get_trigger_type() | Vasileios Amoiridis |
2024-10-13 | uio: uio_dmem_genirq: Make use of irq_get_trigger_type() | Vasileios Amoiridis |
2024-09-11 | uio: Constify struct kobj_type | Hongbo Li |
2024-09-03 | Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic | Naman Jain |
2024-09-03 | uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind | Saurabh Sengar |
2024-06-04 | uio: add missing MODULE_DESCRIPTION() macros | Jeff Johnson |
2024-04-23 | Merge 6.9-rc5 into char-misc-next | Greg Kroah-Hartman |
2024-04-15 | uio: update kerneldoc comments for interrupt functions | Chris Packham |
2024-04-11 | Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2024-04-11 | uio_hv_generic: Remove use of PAGE_SIZE | Saurabh Sengar |
2024-04-11 | uio_hv_generic: Enable interrupt for low speed VMBus devices | Saurabh Sengar |
2024-04-11 | uio_hv_generic: Query the ringbuffer size for device | Saurabh Sengar |
2024-04-11 | uio: use threaded interrupts | Chris Packham |
2024-04-11 | uio_pdrv_genirq: convert to use device_property APIs | Chris Packham |
2024-04-11 | uio: pruss: Remove this driver | Andrew Davis |
2024-04-11 | uio: fsl_elbc_gpcm: Convert to platform remove callback returning void | Uwe Kleine-König |
2024-04-10 | uio_hv_generic: Don't free decrypted memory | Rick Edgecombe |
2024-03-27 | Fix build errors due to new UIO_MEM_DMA_COHERENT mess | Linus Torvalds |
2024-03-07 | uio_dmem_genirq: UIO_MEM_DMA_COHERENT conversion | Chris Leech |
2024-03-07 | uio_pruss: UIO_MEM_DMA_COHERENT conversion | Chris Leech |
2024-03-07 | uio: introduce UIO_MEM_DMA_COHERENT type | Chris Leech |
2024-01-04 | uio: Fix use-after-free in uio_open | Guanghui Feng |
2023-08-22 | uio: pruss: fix missing iounmap() in pruss_probe() | Yang Yingliang |
2023-08-04 | uio: pruss: fix to check return value of platform_get_irq() in pruss_probe() | Zhang Shurong |
2023-05-31 | uio: dfl: add vendor-specific feature id | Peter Colberg |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan |
2023-01-17 | Drivers: hv: Make remove callback of hyperv driver void returned | Dawei Li |
2022-11-10 | uio: uio_dmem_genirq: Use non-atomic bit operations in irq config and handling | Rafael Mendonca |
2022-11-10 | uio: uio_dmem_genirq: Fix deadlock between irq config and handling | Rafael Mendonca |
2022-11-10 | uio: uio_dmem_genirq: Fix missing unlock in irq configuration | Rafael Mendonca |
2022-11-10 | uio: uio_fsl_elbc_gpcm: Replace NO_IRQ by 0 | Christophe Leroy |
2022-09-01 | uio: dfl: add IOPLL user-clock feature id | Peter Colberg |
2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa... | Thomas Gleixner |
2022-05-09 | uio: dfl: add HSSI subsystem feature id | Matthew Gerlach |
2021-12-29 | UIO: use default_groups in kobj_type | Greg Kroah-Hartman |
2021-12-05 | uio: uio_dmem_genirq: Catch the Exception | Jiasheng Jiang |
2021-10-28 | Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM | Tianyu Lan |
2021-05-21 | uio: Remove leading spaces in Kconfig | Juerg Haefliger |
2021-05-21 | Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p... | Greg Kroah-Hartman |
2021-05-14 | uio: uio_pci_generic: add memory resource mappings | Firas Ashkar |
2021-05-14 | uio: uio_aec: Use pci_iounmap instead of iounmap | Christophe JAILLET |
2021-05-14 | uio_hv_generic: Fix another memory leak in error handling paths | Christophe JAILLET |
2021-05-14 | uio_hv_generic: Fix a memory leak in error handling paths | Christophe JAILLET |
2021-05-14 | uio/uio_pci_generic: fix return value changed in refactoring | Martin Ågren |
2021-03-28 | uio: uio_dfl: add userspace i/o driver for DFL bus | Xu Yilun |
2021-02-09 | uio: uio_pci_generic: don't fail probe if pdev->irq equals to IRQ_NOTCONNECTED | Jie Li |