summaryrefslogtreecommitdiff
path: root/drivers/comedi
AgeCommit message (Expand)AuthorFilesLines
13 dayscomedi: check device's attached status in compat ioctlsNikita Zhandarovich1-6/+36
13 dayscomedi: multiq3: sanitize config options in multiq3_attach()Nikita Zhandarovich1-0/+9
13 dayscomedi: c6xdigio: Fix invalid PNP driver unregistrationIan Abbott1-11/+35
13 dayscomedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel()Nikita Zhandarovich1-3/+2
2025-10-29comedi: fix divide-by-zero in comedi_buf_munge()Deepanshu Kartikey1-1/+1
2025-08-28comedi: Fix use of uninitialized memory in do_insn_ioctl() and do_insnlist_io...Ian Abbott1-0/+5
2025-08-28comedi: pcl726: Prevent invalid irq numberEdward Adam Davis1-1/+2
2025-08-28comedi: Make insn_rw_emulate_bits() do insn->n samplesIan Abbott1-11/+12
2025-08-20comedi: fix race between polling and detachingIan Abbott3-10/+35
2025-08-01comedi: comedi_test: Fix possible deletion of uninitialized timersIan Abbott1-1/+1
2025-07-24comedi: Fix initialization of data for instructions that write to subdeviceIan Abbott1-2/+12
2025-07-24comedi: Fix use of uninitialized data in insn_rw_emulate_bits()Ian Abbott1-0/+3
2025-07-24comedi: Fix some signed shift left operationsIan Abbott1-7/+7
2025-07-24comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too largeIan Abbott1-0/+16
2025-07-24comedi: das6402: Fix bit shift out of boundsIan Abbott1-1/+2
2025-07-24comedi: das16m1: Fix bit shift out of boundsIan Abbott1-1/+2
2025-07-24comedi: aio_iiro_16: Fix bit shift out of boundsIan Abbott1-1/+2
2025-07-24comedi: pcl812: Fix bit shift out of boundsIan Abbott1-1/+2
2025-05-02comedi: jr3_pci: Fix synchronous deletion of timerIan Abbott1-1/+1
2024-12-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
2024-02-18comedi: remove redundant assignment to variable rangeColin Ian King1-1/+0
2023-12-07drivers/comedi: use standard array-copy-functionPhilipp Stanner1-2/+2
2023-10-05comedi: add HAS_IOPORT dependencies againIan Abbott1-1/+43
2023-10-05comedi: amplc_dio200_common: Conditionally remove I/O port supportIan Abbott1-0/+36
2023-10-05comedi: amplc_dio200_common: Refactor register access functionsIan Abbott1-14/+38
2023-10-05comedi: amplc_dio200_pci: Conditionally remove devices that use port I/OIan Abbott1-1/+11
2023-10-05comedi: ni_mio_common: Conditionally use I/O port or MMIOIan Abbott1-20/+50
2023-10-05comedi: ni_labpc_common: Conditionally remove I/O port supportIan Abbott1-0/+9
2023-10-05comedi: comedi_8255: Conditionally remove I/O port supportIan Abbott1-0/+8
2023-10-05comedi: comedi_8255: Rework subdevice initialization functionsIan Abbott23-94/+85
2023-10-05comedi: 8255_pci: Conditionally remove devices that use port I/OIan Abbott1-1/+10
2023-10-05comedi: comedi_8254: Conditionally remove I/O port supportIan Abbott1-0/+8
2023-10-05comedi: comedi_8254: Replace comedi_8254_init() and comedi_8254_mm_init()Ian Abbott28-157/+171
2023-10-05comedi: comedi_8254: Use a call-back function for register accessIan Abbott2-55/+126
2023-10-05comedi: Correct dependencies for COMEDI_NI_PCIDIOIan Abbott1-1/+0
2023-09-12Revert "comedi: add HAS_IOPORT dependencies"Ian Abbott1-68/+35
2023-06-23comedi: make all 'class' structures constIvan Orlov2-35/+35
2023-05-31comedi: add HAS_IOPORT dependenciesNiklas Schnelle1-35/+68
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman2-2/+2
2023-01-22Merge 6.2-rc5 into char-misc-nextGreg Kroah-Hartman1-1/+1
2023-01-19comedi: adv_pci1760: Fix PWM instruction handlingIan Abbott1-1/+1