summaryrefslogtreecommitdiff
path: root/drivers/uio
AgeCommit message (Expand)Author
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-23uio_hv_generic: Align ring size to system pageLong Li
2025-05-23uio_hv_generic: Use correct size for interrupt and monitor pagesLong Li
2025-05-13Merge 6.15-rc6 into char-misc-nextGreg Kroah-Hartman
2025-05-02uio_hv_generic: Fix sysfs creation path for ring bufferNaman Jain
2025-04-17uio_hv_generic: Set event for all channels on the deviceLong Li
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-10uio: uio_dmem_genirq: check the return value of devm_kasprintf()Bartosz Golaszewski
2025-01-10uio: Fix return value of pollAngus Chen
2025-01-10uio_hv_generic: Add a check for HV_NIC for send, receive buffers setupNaman Jain
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::mmap()Thomas Weißschuh
2024-10-13uio: uio_pdrv_genirq: Make use of irq_get_trigger_type()Vasileios Amoiridis
2024-10-13uio: uio_dmem_genirq: Make use of irq_get_trigger_type()Vasileios Amoiridis
2024-09-11uio: Constify struct kobj_typeHongbo Li
2024-09-03Drivers: hv: vmbus: Fix rescind handling in uio_hv_genericNaman Jain
2024-09-03uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescindSaurabh Sengar
2024-06-04uio: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-04-23Merge 6.9-rc5 into char-misc-nextGreg Kroah-Hartman
2024-04-15uio: update kerneldoc comments for interrupt functionsChris Packham
2024-04-11Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-04-11uio_hv_generic: Remove use of PAGE_SIZESaurabh Sengar
2024-04-11uio_hv_generic: Enable interrupt for low speed VMBus devicesSaurabh Sengar
2024-04-11uio_hv_generic: Query the ringbuffer size for deviceSaurabh Sengar
2024-04-11uio: use threaded interruptsChris Packham
2024-04-11uio_pdrv_genirq: convert to use device_property APIsChris Packham
2024-04-11uio: pruss: Remove this driverAndrew Davis
2024-04-11uio: fsl_elbc_gpcm: Convert to platform remove callback returning voidUwe Kleine-König
2024-04-10uio_hv_generic: Don't free decrypted memoryRick Edgecombe
2024-03-27Fix build errors due to new UIO_MEM_DMA_COHERENT messLinus Torvalds
2024-03-07uio_dmem_genirq: UIO_MEM_DMA_COHERENT conversionChris Leech
2024-03-07uio_pruss: UIO_MEM_DMA_COHERENT conversionChris Leech
2024-03-07uio: introduce UIO_MEM_DMA_COHERENT typeChris Leech
2024-01-04uio: Fix use-after-free in uio_openGuanghui Feng
2023-08-22uio: pruss: fix missing iounmap() in pruss_probe()Yang Yingliang
2023-08-04uio: pruss: fix to check return value of platform_get_irq() in pruss_probe()Zhang Shurong
2023-05-31uio: dfl: add vendor-specific feature idPeter Colberg
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li
2022-11-10uio: uio_dmem_genirq: Use non-atomic bit operations in irq config and handlingRafael Mendonca
2022-11-10uio: uio_dmem_genirq: Fix deadlock between irq config and handlingRafael Mendonca
2022-11-10uio: uio_dmem_genirq: Fix missing unlock in irq configurationRafael Mendonca
2022-11-10uio: uio_fsl_elbc_gpcm: Replace NO_IRQ by 0Christophe Leroy
2022-09-01uio: dfl: add IOPLL user-clock feature idPeter Colberg
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner
2022-05-09uio: dfl: add HSSI subsystem feature idMatthew Gerlach
2021-12-29UIO: use default_groups in kobj_typeGreg Kroah-Hartman
2021-12-05uio: uio_dmem_genirq: Catch the ExceptionJiasheng Jiang