summaryrefslogtreecommitdiff
path: root/drivers/comedi
AgeCommit message (Expand)AuthorFilesLines
2026-04-02comedi: dt2817: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: dt2815: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: dt2814: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: dt2811: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: dt2801: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: dmm32at: Add sanity check for I/O base addressIan Abbott1-3/+19
2026-04-02comedi: das800: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: das6402: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: das1800: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: das16m1: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: das16: Add sanity checks for I/O base addressIan Abbott1-5/+26
2026-04-02comedi: das08_isa: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: dac02: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: comedi_parport: Add sanity checks for I/O base addressIan Abbott1-1/+3
2026-04-02comedi: c6xdigio: Add sanity checks for I/O base addressIan Abbott1-1/+3
2026-04-02comedi: amplc_pc263: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: amplc_pc236: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: amplc_dio200: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: aio_iiro_16: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: aio_aio12_8: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: adq12b: Add sanity checks for I/O base addressIan Abbott1-1/+2
2026-04-02comedi: 8255: Add some I/O base address sanity checksIan Abbott1-4/+6
2026-04-02comedi: add comedi_check_request_region()Ian Abbott1-11/+35
2026-04-02comedi: dt2815: add hardware detection to prevent crashDeepanshu Kartikey1-0/+12
2026-04-02comedi: runflags cannot determine whether to reclaim chanlistEdward Adam Davis1-3/+5
2026-04-02comedi: Reinit dev->spinlock between attachments to low-level driversIan Abbott1-0/+8
2026-04-02comedi: me_daq: Fix potential overrun of firmware bufferIan Abbott1-16/+19
2026-04-02comedi: me4000: Fix potential overrun of firmware bufferIan Abbott1-4/+12
2026-04-02comedi: ni_atmio16d: Fix invalid clean-up after failed attachIan Abbott1-1/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds11-20/+20
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-26/+24
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-14/+117
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman3-4/+32
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-16comedi: dmm32at: serialize use of paged registersIan Abbott1-2/+30
2026-01-16comedi: Fix getting range information for subdevices 16 to 255Ian Abbott2-2/+2
2026-01-16comedi: comedi_test: add a DIO subdeviceIan Abbott1-1/+49
2026-01-16comedi: don't use mutex for COMEDI_BUFINFO ioctlIan Abbott1-13/+68
2025-12-06Merge 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