summaryrefslogtreecommitdiff
path: root/drivers/comedi
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-207/+606
2025-12-05Merge tag 'hardening-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-11-26comedi: 8255: Fail to attach if fail to request I/O port regionIan Abbott1-11/+9
2025-11-26comedi: comedi_bond: Check for loops when bonding devicesIan Abbott1-2/+2
2025-11-26comedi: kcomedilib: Add loop checking variants of open and closeIan Abbott1-5/+115
2025-11-26comedi: Use reference count for asynchronous command functionsIan Abbott4-152/+323
2025-11-26comedi: Add reference counting for Comedi command handlingIan Abbott2-8/+71
2025-11-26comedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel()Nikita Zhandarovich1-3/+2
2025-11-26comedi: multiq3: sanitize config options in multiq3_attach()Nikita Zhandarovich1-0/+9
2025-11-26comedi: check device's attached status in compat ioctlsNikita Zhandarovich1-6/+36
2025-11-26comedi: c6xdigio: Fix invalid PNP driver unregistrationIan Abbott1-11/+35
2025-11-24comedi: Adjust range_table_list allocation typeKees Cook1-1/+1
2025-10-27Merge 6.18-rc3 into char-misc-nextGreg Kroah-Hartman1-1/+1
2025-10-22comedi: fix divide-by-zero in comedi_buf_munge()Deepanshu Kartikey1-1/+1
2025-10-22comedi: Replace kcalloc + copy_from_user with memdup_array_userThorsten Blum1-9/+4
2025-09-06comedi: Add new driver for ADLink PCI-7250 seriesIan Abbott3-0/+230
2025-08-19comedi: Make insn_rw_emulate_bits() do insn->n samplesIan Abbott1-11/+12
2025-08-19comedi: Fix use of uninitialized memory in do_insn_ioctl() and do_insnlist_io...Ian Abbott1-0/+5
2025-08-19comedi: pcl726: Prevent invalid irq numberEdward Adam Davis1-1/+2
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-10/+35
2025-07-22comedi: fix race between polling and detachingIan Abbott3-10/+35
2025-07-16comedi: comedi_test: Fix possible deletion of uninitialized timersIan Abbott1-1/+1
2025-07-16comedi: Fix initialization of data for instructions that write to subdeviceIan Abbott1-2/+12
2025-07-16comedi: Fix use of uninitialized data in insn_rw_emulate_bits()Ian Abbott1-0/+3
2025-07-16comedi: das6402: Fix bit shift out of boundsIan Abbott1-1/+2
2025-07-16comedi: aio_iiro_16: Fix bit shift out of boundsIan Abbott1-1/+2
2025-07-16comedi: pcl812: Fix bit shift out of boundsIan Abbott1-1/+2
2025-07-16comedi: das16m1: Fix bit shift out of boundsIan Abbott1-1/+2
2025-07-16comedi: Fix some signed shift left operationsIan Abbott1-7/+7
2025-07-16comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too largeIan Abbott1-0/+16
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar3-4/+8
2025-05-08comedi: drivers: adl_pci9118.c: Edit file so that checkpatch.pl has 0 typo er...Heikki Huttu1-2/+2
2025-04-28Merge 6.15-rc4 into char-misc-nextGreg Kroah-Hartman1-1/+1
2025-04-25comedi: allocate DMA coherent buffer as individual pagesIan Abbott2-44/+42
2025-04-25comedi: remove the mapping of the Comedi buffer in vmalloc address spaceIan Abbott1-41/+4
2025-04-25comedi: access buffer data page-by-pageIan Abbott2-48/+96
2025-04-25comedi: ni_pcidio: Do not bother filling buffer with 0xaa byte valuesIan Abbott1-2/+0
2025-04-17comedi: ni_atmio: avoid warning for unused device_ids[] tableArnd Bergmann1-1/+1
2025-04-15comedi: jr3_pci: Fix synchronous deletion of timerIan Abbott1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner3-9/+9
2024-11-05comedi: Flush partial mappings in error caseJann Horn1-0/+12
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-11comedi: ni_routing: tools: Check when the file could not be openedRuffalo Lavoisier1-0/+5
2024-07-31comedi: ni_*: do not declare unused variable range_ni_E_ao_extIan Abbott4-11/+18
2024-04-23Merge 6.9-rc5 into char-misc-nextGreg Kroah-Hartman1-23/+12
2024-04-11comedi: vmk80xx: fix incomplete endpoint checkingNikita Zhandarovich1-23/+12
2024-04-11comedi: remove unused helper function dma_chain_flag_bitsColin Ian King1-5/+0
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2024-03-05comedi: comedi_test: Prevent timers rescheduling during deletionIan Abbott1-4/+26
2024-03-05comedi: comedi_8255: Correct error in subdevice initializationFrej Drejhammar1-0/+1