aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/uio (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-1/+1
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor1-1/+1
2025-09-06uio_hv_generic: Let userspace take care of interrupt maskNaman Jain1-6/+1
2025-09-06uio: uio_pdrv_genirq: Remove dummy PM handlingGeert Uytterhoeven1-23/+0
2025-09-06uio: uio_dmem_genirq: Remove dummy PM handlingGeert Uytterhoeven1-23/+0
2025-09-06uio: uio_pdrv_genirq: Remove MODULE_DEVICE_TABLEVivian Wang1-1/+0
2025-09-06uio: Constify struct pci_device_idChristophe JAILLET4-4/+4
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-6/+26
2025-05-23uio_hv_generic: Align ring size to system pageLong Li1-0/+3
2025-05-23uio_hv_generic: Use correct size for interrupt and monitor pagesLong Li1-2/+2
2025-05-13Merge 6.15-rc6 into char-misc-nextGreg Kroah-Hartman1-22/+17
2025-05-02uio_hv_generic: Fix sysfs creation path for ring bufferNaman Jain1-22/+17
2025-04-17uio_hv_generic: Set event for all channels on the deviceLong Li1-6/+26
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-1/+3
2025-01-10uio: uio_dmem_genirq: check the return value of devm_kasprintf()Bartosz Golaszewski1-0/+2
2025-01-10uio: Fix return value of pollAngus Chen1-1/+1
2025-01-10uio_hv_generic: Add a check for HV_NIC for send, receive buffers setupNaman Jain1-43/+43
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-8/+2
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::mmap()Thomas Weißschuh1-1/+1
2024-10-13uio: uio_pdrv_genirq: Make use of irq_get_trigger_type()Vasileios Amoiridis1-4/+1
2024-10-13uio: uio_dmem_genirq: Make use of irq_get_trigger_type()Vasileios Amoiridis1-4/+1
2024-09-11uio: Constify struct kobj_typeHongbo Li1-2/+2
2024-09-03Drivers: hv: vmbus: Fix rescind handling in uio_hv_genericNaman Jain1-0/+8
2024-09-03uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescindSaurabh Sengar1-1/+2
2024-06-04uio: add missing MODULE_DESCRIPTION() macrosJeff Johnson5-1/+6
2024-04-23Merge 6.9-rc5 into char-misc-nextGreg Kroah-Hartman1-4/+8
2024-04-15uio: update kerneldoc comments for interrupt functionsChris Packham1-1/+6
2024-04-11Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-4/+8
2024-04-11uio_hv_generic: Remove use of PAGE_SIZESaurabh Sengar1-4/+3
2024-04-11uio_hv_generic: Enable interrupt for low speed VMBus devicesSaurabh Sengar1-6/+3
2024-04-11uio_hv_generic: Query the ringbuffer size for deviceSaurabh Sengar1-2/+5
2024-04-11uio: use threaded interruptsChris Packham1-4/+13
2024-04-11uio_pdrv_genirq: convert to use device_property APIsChris Packham1-5/+5
2024-04-11uio: pruss: Remove this driverAndrew Davis3-274/+0
2024-04-11uio: fsl_elbc_gpcm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-10uio_hv_generic: Don't free decrypted memoryRick Edgecombe1-4/+8
2024-03-27Fix build errors due to new UIO_MEM_DMA_COHERENT messLinus Torvalds3-4/+4
2024-03-07uio_dmem_genirq: UIO_MEM_DMA_COHERENT conversionChris Leech1-14/+8
2024-03-07uio_pruss: UIO_MEM_DMA_COHERENT conversionChris Leech1-2/+4
2024-03-07uio: introduce UIO_MEM_DMA_COHERENT typeChris Leech1-0/+47
2024-01-04uio: Fix use-after-free in uio_openGuanghui Feng1-4/+3
2023-08-22uio: pruss: fix missing iounmap() in pruss_probe()Yang Yingliang1-1/+2
2023-08-04uio: pruss: fix to check return value of platform_get_irq() in pruss_probe()Zhang Shurong1-1/+5
2023-05-31uio: dfl: add vendor-specific feature idPeter Colberg1-0/+2
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li1-3/+2
2022-11-10uio: uio_dmem_genirq: Use non-atomic bit operations in irq config and handlingRafael Mendonca1-3/+8
2022-11-10uio: uio_dmem_genirq: Fix deadlock between irq config and handlingRafael Mendonca1-1/+4