summaryrefslogtreecommitdiffstats
path: root/drivers/comedi
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-20/+20
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-26/+24
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-14/+117
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman-4/+32
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2026-01-16comedi: dmm32at: serialize use of paged registersIan Abbott-2/+30
2026-01-16comedi: Fix getting range information for subdevices 16 to 255Ian Abbott-2/+2
2026-01-16comedi: comedi_test: add a DIO subdeviceIan Abbott-1/+49
2026-01-16comedi: don't use mutex for COMEDI_BUFINFO ioctlIan Abbott-13/+68
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-207/+606
2025-12-05Merge tag 'hardening-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2025-11-26comedi: 8255: Fail to attach if fail to request I/O port regionIan Abbott-11/+9
2025-11-26comedi: comedi_bond: Check for loops when bonding devicesIan Abbott-2/+2
2025-11-26comedi: kcomedilib: Add loop checking variants of open and closeIan Abbott-5/+115
2025-11-26comedi: Use reference count for asynchronous command functionsIan Abbott-152/+323
2025-11-26comedi: Add reference counting for Comedi command handlingIan Abbott-8/+71
2025-11-26comedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel()Nikita Zhandarovich-3/+2
2025-11-26comedi: multiq3: sanitize config options in multiq3_attach()Nikita Zhandarovich-0/+9
2025-11-26comedi: check device's attached status in compat ioctlsNikita Zhandarovich-6/+36
2025-11-26comedi: c6xdigio: Fix invalid PNP driver unregistrationIan Abbott-11/+35
2025-11-24comedi: Adjust range_table_list allocation typeKees Cook-1/+1
2025-10-27Merge 6.18-rc3 into char-misc-nextGreg Kroah-Hartman-1/+1
2025-10-22comedi: fix divide-by-zero in comedi_buf_munge()Deepanshu Kartikey-1/+1
2025-10-22comedi: Replace kcalloc + copy_from_user with memdup_array_userThorsten Blum-9/+4
2025-09-06comedi: Add new driver for ADLink PCI-7250 seriesIan Abbott-0/+230
2025-08-19comedi: Make insn_rw_emulate_bits() do insn->n samplesIan Abbott-11/+12
2025-08-19comedi: Fix use of uninitialized memory in do_insn_ioctl() and do_insnlist_io...Ian Abbott-0/+5
2025-08-19comedi: pcl726: Prevent invalid irq numberEdward Adam Davis-1/+2
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+35
2025-07-22comedi: fix race between polling and detachingIan Abbott-10/+35
2025-07-16comedi: comedi_test: Fix possible deletion of uninitialized timersIan Abbott-1/+1
2025-07-16comedi: Fix initialization of data for instructions that write to subdeviceIan Abbott-2/+12
2025-07-16comedi: Fix use of uninitialized data in insn_rw_emulate_bits()Ian Abbott-0/+3
2025-07-16comedi: das6402: Fix bit shift out of boundsIan Abbott-1/+2
2025-07-16comedi: aio_iiro_16: Fix bit shift out of boundsIan Abbott-1/+2
2025-07-16comedi: pcl812: Fix bit shift out of boundsIan Abbott-1/+2
2025-07-16comedi: das16m1: Fix bit shift out of boundsIan Abbott-1/+2
2025-07-16comedi: Fix some signed shift left operationsIan Abbott-7/+7
2025-07-16comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too largeIan Abbott-0/+16
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-4/+8
2025-05-08comedi: drivers: adl_pci9118.c: Edit file so that checkpatch.pl has 0 typo er...Heikki Huttu-2/+2
2025-04-28Merge 6.15-rc4 into char-misc-nextGreg Kroah-Hartman-1/+1
2025-04-25comedi: allocate DMA coherent buffer as individual pagesIan Abbott-44/+42
2025-04-25comedi: remove the mapping of the Comedi buffer in vmalloc address spaceIan Abbott-41/+4
2025-04-25comedi: access buffer data page-by-pageIan Abbott-48/+96
2025-04-25comedi: ni_pcidio: Do not bother filling buffer with 0xaa byte valuesIan Abbott-2/+0
2025-04-17comedi: ni_atmio: avoid warning for unused device_ids[] tableArnd Bergmann-1/+1