index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
uio
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-4
/
+4
2026-01-16
uio: pci_sva: correct '-ENODEV' check logic
Haiyue Wang
-2
/
+2
2026-01-11
treewide: Update email address
Thomas Gleixner
-1
/
+1
2025-11-26
uio: Add SVA support for PCI devices via uio_pci_generic_sva.c
Yaxing Guo
-0
/
+205
2025-10-22
uio: uio_fsl_elbc_gpcm:: Add null pointer check to uio_fsl_elbc_gpcm_probe
Li Qiang
-0
/
+7
2025-10-07
Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-1
/
+1
2025-10-01
Drivers: hv: Add CONFIG_HYPERV_VMBUS option
Mukesh Rathor
-1
/
+1
2025-09-06
uio_hv_generic: Let userspace take care of interrupt mask
Naman Jain
-6
/
+1
2025-09-06
uio: uio_pdrv_genirq: Remove dummy PM handling
Geert Uytterhoeven
-23
/
+0
2025-09-06
uio: uio_dmem_genirq: Remove dummy PM handling
Geert Uytterhoeven
-23
/
+0
2025-09-06
uio: uio_pdrv_genirq: Remove MODULE_DEVICE_TABLE
Vivian Wang
-1
/
+0
2025-09-06
uio: Constify struct pci_device_id
Christophe JAILLET
-4
/
+4
2025-06-06
Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-6
/
+26
2025-05-23
uio_hv_generic: Align ring size to system page
Long Li
-0
/
+3
2025-05-23
uio_hv_generic: Use correct size for interrupt and monitor pages
Long Li
-2
/
+2
2025-05-13
Merge 6.15-rc6 into char-misc-next
Greg Kroah-Hartman
-22
/
+17
2025-05-02
uio_hv_generic: Fix sysfs creation path for ring buffer
Naman Jain
-22
/
+17
2025-04-17
uio_hv_generic: Set event for all channels on the device
Long Li
-6
/
+26
2025-01-27
Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+3
2025-01-10
uio: uio_dmem_genirq: check the return value of devm_kasprintf()
Bartosz Golaszewski
-0
/
+2
2025-01-10
uio: Fix return value of poll
Angus Chen
-1
/
+1
2025-01-10
uio_hv_generic: Add a check for HV_NIC for send, receive buffers setup
Naman Jain
-43
/
+43
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
-1
/
+1
2024-11-29
Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-8
/
+2
2024-11-05
sysfs: treewide: constify attribute callback of bin_attribute::mmap()
Thomas Weißschuh
-1
/
+1
2024-10-13
uio: uio_pdrv_genirq: Make use of irq_get_trigger_type()
Vasileios Amoiridis
-4
/
+1
2024-10-13
uio: uio_dmem_genirq: Make use of irq_get_trigger_type()
Vasileios Amoiridis
-4
/
+1
2024-09-11
uio: Constify struct kobj_type
Hongbo Li
-2
/
+2
2024-09-03
Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic
Naman Jain
-0
/
+8
2024-09-03
uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind
Saurabh Sengar
-1
/
+2
2024-06-04
uio: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-1
/
+6
2024-04-23
Merge 6.9-rc5 into char-misc-next
Greg Kroah-Hartman
-4
/
+8
2024-04-15
uio: update kerneldoc comments for interrupt functions
Chris Packham
-1
/
+6
2024-04-11
Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-4
/
+8
2024-04-11
uio_hv_generic: Remove use of PAGE_SIZE
Saurabh Sengar
-4
/
+3
2024-04-11
uio_hv_generic: Enable interrupt for low speed VMBus devices
Saurabh Sengar
-6
/
+3
2024-04-11
uio_hv_generic: Query the ringbuffer size for device
Saurabh Sengar
-2
/
+5
2024-04-11
uio: use threaded interrupts
Chris Packham
-4
/
+13
2024-04-11
uio_pdrv_genirq: convert to use device_property APIs
Chris Packham
-5
/
+5
2024-04-11
uio: pruss: Remove this driver
Andrew Davis
-274
/
+0
2024-04-11
uio: fsl_elbc_gpcm: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2024-04-10
uio_hv_generic: Don't free decrypted memory
Rick Edgecombe
-4
/
+8
2024-03-27
Fix build errors due to new UIO_MEM_DMA_COHERENT mess
Linus Torvalds
-4
/
+4
2024-03-07
uio_dmem_genirq: UIO_MEM_DMA_COHERENT conversion
Chris Leech
-14
/
+8
2024-03-07
uio_pruss: UIO_MEM_DMA_COHERENT conversion
Chris Leech
-2
/
+4
2024-03-07
uio: introduce UIO_MEM_DMA_COHERENT type
Chris Leech
-0
/
+47
2024-01-04
uio: Fix use-after-free in uio_open
Guanghui Feng
-4
/
+3
2023-08-22
uio: pruss: fix missing iounmap() in pruss_probe()
Yang Yingliang
-1
/
+2
2023-08-04
uio: pruss: fix to check return value of platform_get_irq() in pruss_probe()
Zhang Shurong
-1
/
+5
[next]