index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
comedi
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
comedi: fix race between polling and detaching
Ian Abbott
3
-10
/
+35
2025-07-24
comedi: Fix initialization of data for instructions that write to subdevice
Ian Abbott
1
-2
/
+12
2025-07-24
comedi: Fix use of uninitialized data in insn_rw_emulate_bits()
Ian Abbott
1
-0
/
+3
2025-07-24
comedi: Fix some signed shift left operations
Ian Abbott
1
-7
/
+7
2025-07-24
comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too large
Ian Abbott
1
-0
/
+16
2025-07-24
comedi: comedi_test: Fix possible deletion of uninitialized timers
Ian Abbott
1
-1
/
+1
2025-07-24
comedi: das6402: Fix bit shift out of bounds
Ian Abbott
1
-1
/
+2
2025-07-24
comedi: das16m1: Fix bit shift out of bounds
Ian Abbott
1
-1
/
+2
2025-07-24
comedi: aio_iiro_16: Fix bit shift out of bounds
Ian Abbott
1
-1
/
+2
2025-07-24
comedi: pcl812: Fix bit shift out of bounds
Ian Abbott
1
-1
/
+2
2025-04-15
comedi: jr3_pci: Fix synchronous deletion of timer
Ian Abbott
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
3
-9
/
+9
2024-11-05
comedi: Flush partial mappings in error case
Jann Horn
1
-0
/
+12
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-11
comedi: ni_routing: tools: Check when the file could not be opened
Ruffalo Lavoisier
1
-0
/
+5
2024-07-31
comedi: ni_*: do not declare unused variable range_ni_E_ao_ext
Ian Abbott
4
-11
/
+18
2024-04-23
Merge 6.9-rc5 into char-misc-next
Greg Kroah-Hartman
1
-23
/
+12
2024-04-11
comedi: vmk80xx: fix incomplete endpoint checking
Nikita Zhandarovich
1
-23
/
+12
2024-04-11
comedi: remove unused helper function dma_chain_flag_bits
Colin Ian King
1
-5
/
+0
2024-03-21
Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2024-03-05
comedi: comedi_test: Prevent timers rescheduling during deletion
Ian Abbott
1
-4
/
+26
2024-03-05
comedi: comedi_8255: Correct error in subdevice initialization
Frej Drejhammar
1
-0
/
+1
2024-02-18
comedi: remove redundant assignment to variable range
Colin Ian King
1
-1
/
+0
2023-12-07
drivers/comedi: use standard array-copy-function
Philipp Stanner
1
-2
/
+2
2023-10-05
comedi: add HAS_IOPORT dependencies again
Ian Abbott
1
-1
/
+43
2023-10-05
comedi: amplc_dio200_common: Conditionally remove I/O port support
Ian Abbott
1
-0
/
+36
2023-10-05
comedi: amplc_dio200_common: Refactor register access functions
Ian Abbott
1
-14
/
+38
2023-10-05
comedi: amplc_dio200_pci: Conditionally remove devices that use port I/O
Ian Abbott
1
-1
/
+11
2023-10-05
comedi: ni_mio_common: Conditionally use I/O port or MMIO
Ian Abbott
1
-20
/
+50
2023-10-05
comedi: ni_labpc_common: Conditionally remove I/O port support
Ian Abbott
1
-0
/
+9
2023-10-05
comedi: comedi_8255: Conditionally remove I/O port support
Ian Abbott
1
-0
/
+8
2023-10-05
comedi: comedi_8255: Rework subdevice initialization functions
Ian Abbott
23
-94
/
+85
2023-10-05
comedi: 8255_pci: Conditionally remove devices that use port I/O
Ian Abbott
1
-1
/
+10
2023-10-05
comedi: comedi_8254: Conditionally remove I/O port support
Ian Abbott
1
-0
/
+8
2023-10-05
comedi: comedi_8254: Replace comedi_8254_init() and comedi_8254_mm_init()
Ian Abbott
28
-157
/
+171
2023-10-05
comedi: comedi_8254: Use a call-back function for register access
Ian Abbott
2
-55
/
+126
2023-10-05
comedi: Correct dependencies for COMEDI_NI_PCIDIO
Ian Abbott
1
-1
/
+0
2023-09-12
Revert "comedi: add HAS_IOPORT dependencies"
Ian Abbott
1
-68
/
+35
2023-06-23
comedi: make all 'class' structures const
Ivan Orlov
2
-35
/
+35
2023-05-31
comedi: add HAS_IOPORT dependencies
Niklas Schnelle
1
-35
/
+68
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2
-2
/
+2
2023-01-22
Merge 6.2-rc5 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2023-01-19
comedi: adv_pci1760: Fix PWM instruction handling
Ian Abbott
1
-1
/
+1
2023-01-19
comedi: check data length for INSN_CONFIG_GET_PWM_OUTPUT
Ian Abbott
1
-0
/
+1
2023-01-19
comedi: use menuconfig for main Comedi menu
Randy Dunlap
1
-1
/
+1
2022-09-09
comedi: convert sysfs snprintf to sysfs_emit
Xuezhi Zhang
1
-4
/
+4
2022-08-04
Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2022-07-22
PCI: Move isa_dma_bridge_buggy out of asm/dma.h
Stafford Horne
1
-1
/
+1
2022-06-10
comedi: vmk80xx: fix expression for tx buffer size
Ian Abbott
1
-1
/
+1
2022-05-19
drivers: comedi: replace ternary operator with min()
Guo Zhengkui
1
-1
/
+1
[next]