index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
comedi
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
3 days
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
4 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
11
-20
/
+20
4 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
12
-26
/
+24
8 days
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-14
/
+117
13 days
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2026-01-26
Merge 6.19-rc7 into char-misc-next
Greg Kroah-Hartman
3
-4
/
+32
2026-01-21
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-07
Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
10
-207
/
+606
2025-12-05
Merge tag 'hardening-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
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_io...
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/g...
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 er...
Heikki Huttu
1
-2
/
+2
2025-04-28
Merge 6.15-rc4 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2025-04-25
comedi: allocate DMA coherent buffer as individual pages
Ian Abbott
2
-44
/
+42
2025-04-25
comedi: remove the mapping of the Comedi buffer in vmalloc address space
Ian Abbott
1
-41
/
+4
2025-04-25
comedi: access buffer data page-by-page
Ian Abbott
2
-48
/
+96
2025-04-25
comedi: ni_pcidio: Do not bother filling buffer with 0xaa byte values
Ian Abbott
1
-2
/
+0
2025-04-17
comedi: ni_atmio: avoid warning for unused device_ids[] table
Arnd Bergmann
1
-1
/
+1
[next]