index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
comedi
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-02
comedi: dt2815: add hardware detection to prevent crash
Deepanshu Kartikey
1
-0
/
+12
2026-04-02
comedi: runflags cannot determine whether to reclaim chanlist
Edward Adam Davis
1
-3
/
+5
2026-04-02
comedi: Reinit dev->spinlock between attachments to low-level drivers
Ian Abbott
1
-0
/
+8
2026-04-02
comedi: me_daq: Fix potential overrun of firmware buffer
Ian Abbott
1
-16
/
+19
2026-04-02
comedi: me4000: Fix potential overrun of firmware buffer
Ian Abbott
1
-4
/
+12
2026-04-02
comedi: ni_atmio16d: Fix invalid clean-up after failed attach
Ian Abbott
1
-1
/
+2
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
11
-20
/
+20
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
12
-26
/
+24
2026-02-17
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2
-14
/
+117
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+1
2026-01-26
Merge 6.19-rc7 into char-misc-next
Greg Kroah-Hartman
3
-4
/
+32
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2026-01-16
comedi: dmm32at: serialize use of paged registers
Ian Abbott
1
-2
/
+30
2026-01-16
comedi: Fix getting range information for subdevices 16 to 255
Ian Abbott
2
-2
/
+2
2026-01-16
comedi: comedi_test: add a DIO subdevice
Ian Abbott
1
-1
/
+49
2026-01-16
comedi: don't use mutex for COMEDI_BUFINFO ioctl
Ian Abbott
1
-13
/
+68
2025-12-06
Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
10
-207
/
+606
2025-12-05
Merge tag 'hardening-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-1
/
+1
2025-11-26
comedi: 8255: Fail to attach if fail to request I/O port region
Ian Abbott
1
-11
/
+9
2025-11-26
comedi: comedi_bond: Check for loops when bonding devices
Ian Abbott
1
-2
/
+2
2025-11-26
comedi: kcomedilib: Add loop checking variants of open and close
Ian Abbott
1
-5
/
+115
2025-11-26
comedi: Use reference count for asynchronous command functions
Ian Abbott
4
-152
/
+323
2025-11-26
comedi: Add reference counting for Comedi command handling
Ian Abbott
2
-8
/
+71
2025-11-26
comedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel()
Nikita Zhandarovich
1
-3
/
+2
2025-11-26
comedi: multiq3: sanitize config options in multiq3_attach()
Nikita Zhandarovich
1
-0
/
+9
2025-11-26
comedi: check device's attached status in compat ioctls
Nikita Zhandarovich
1
-6
/
+36
2025-11-26
comedi: c6xdigio: Fix invalid PNP driver unregistration
Ian Abbott
1
-11
/
+35
2025-11-24
comedi: Adjust range_table_list allocation type
Kees Cook
1
-1
/
+1
2025-10-27
Merge 6.18-rc3 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2025-10-22
comedi: fix divide-by-zero in comedi_buf_munge()
Deepanshu Kartikey
1
-1
/
+1
2025-10-22
comedi: Replace kcalloc + copy_from_user with memdup_array_user
Thorsten Blum
1
-9
/
+4
2025-09-06
comedi: Add new driver for ADLink PCI-7250 series
Ian Abbott
3
-0
/
+230
2025-08-19
comedi: Make insn_rw_emulate_bits() do insn->n samples
Ian Abbott
1
-11
/
+12
2025-08-19
comedi: Fix use of uninitialized memory in do_insn_ioctl() and do_insnlist_ioctl()
Ian Abbott
1
-0
/
+5
2025-08-19
comedi: pcl726: Prevent invalid irq number
Edward Adam Davis
1
-1
/
+2
2025-07-29
Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
3
-10
/
+35
2025-07-22
comedi: fix race between polling and detaching
Ian Abbott
3
-10
/
+35
2025-07-16
comedi: comedi_test: Fix possible deletion of uninitialized timers
Ian Abbott
1
-1
/
+1
2025-07-16
comedi: Fix initialization of data for instructions that write to subdevice
Ian Abbott
1
-2
/
+12
2025-07-16
comedi: Fix use of uninitialized data in insn_rw_emulate_bits()
Ian Abbott
1
-0
/
+3
2025-07-16
comedi: das6402: Fix bit shift out of bounds
Ian Abbott
1
-1
/
+2
2025-07-16
comedi: aio_iiro_16: Fix bit shift out of bounds
Ian Abbott
1
-1
/
+2
2025-07-16
comedi: pcl812: Fix bit shift out of bounds
Ian Abbott
1
-1
/
+2
2025-07-16
comedi: das16m1: Fix bit shift out of bounds
Ian Abbott
1
-1
/
+2
2025-07-16
comedi: Fix some signed shift left operations
Ian Abbott
1
-7
/
+7
2025-07-16
comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too large
Ian Abbott
1
-0
/
+16
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
3
-4
/
+8
2025-05-08
comedi: drivers: adl_pci9118.c: Edit file so that checkpatch.pl has 0 typo errors
Heikki Huttu
1
-2
/
+2
[next]