Tag user memory pointers with __user.
[comedi.git] / comedi /
2012-01-19 Ian AbbottTag user memory pointers with __user.
2012-01-17 Ian Abbottamplc_dio200: Fix harmless typo in 8254 subdevice cleanup
2012-01-17 Ian Abbottdt9812: Fix logical || vs bitwise |.
2012-01-13 Ian AbbottRevert "Check integer overflow in do_cmd_ioctl() and...
2012-01-09 Ian Abbottme4000: Correct previous change to INSN_CONFIG.
2011-12-15 Ian Abbottme_daq: don't access *data when insn->n == 0
2011-12-15 Ian Abbottadv_pci_dio: don't access *data when insn->n == 0
2011-12-15 Ian Abbottni_at_ao: don't access *data when insn->n == 0
2011-12-15 Ian Abbottusbdux: don't access *data when insn->n == 0
2011-12-15 Ian Abbottdas1800: don't access *data when insn->bits == 0
2011-12-15 Ian Abbottamplc_dio200: don't access *data when insn->n == 0
2011-12-15 Ian Abbottcb_pcidas64: don't access *data when insn->n == 0
2011-12-15 Ian Abbottquatech_daqp_cs: don't access *data when insn->n == 0
2011-12-15 Ian Abbottadl_pci8164: don't access *data when insn->n == 0
2011-12-15 Ian Abbottni_mio_common: don't access *data when insn->n == 0
2011-12-15 Ian Abbottaddi_common: don't access *data when insn->n == 0
2011-12-15 Ian Abbottme4000: check for unsupported INSN_CONFIG
2011-12-15 Ian Abbottdt2801: do INSN_CONFIG properly for DIO subdevice
2011-12-15 Ian Abbottdt2801: don't access *data when insn->n == 0
2011-12-15 Ian Abbottni_labpc: don't access *data when insn->n == 0
2011-12-15 Ian Abbottdt282x: don't access *data when insn->n == 0
2011-12-15 Ian Abbottcb_pcidda: don't access *data when insn->n == 0
2011-12-15 Ian Abbottdas08: don't access *data when insn->n == 0
2011-12-15 Ian Abbottke_counter: don't access *data when insn->n == 0
2011-12-15 Ian Abbottcb_pcidas: don't access *data when insn-en == 0
2011-12-15 Ian Abbottadv_pci1710: don't access *data when insn->n == 0
2011-12-15 Ian Abbotts526: don't access *data when insn->n == 0
2011-12-15 Ian Abbottii_pci20kc: don't access *data when insn->n == 0
2011-12-15 Ian Abbottpoc: don't access *data when insn->n == 0
2011-12-15 Ian Abbottunioxx5: don't access *data when insn->n == 0
2011-12-15 Ian Abbottcomedi/drivers.c: handle insn->n == 0 in insn_rw_emulat...
2011-11-30 Ian Abbottusbdux: unlock on error in usbdux_ao_inttrig()
2011-11-30 Ian Abbottusbduxsigma: unlock on error in usbdux_ao_inttrig()
2011-11-23 Ian AbbottRemove arbitrary limit in do_insnlist_ioctl() and do_in...
2011-11-23 Ian AbbottCheck integer overflow in do_cmd_ioctl() and do_cmdtest...
2011-11-23 Ian AbbottCheck integer overflow in do_insnlist_ioctl().
2011-11-23 Ian AbbottRevert "Check integer overflow in do_insnlist_ioctl()"
2011-11-15 Ian Abbottni_pcimio: Added support for NI PXIe-6251
2011-11-08 Bernd PorrChecks for NULL pointers to prevent kernel oops when...
2011-11-08 Bernd PorrCorrected wrong analogue input range. It's not +/-2...
2011-11-07 Ian AbbottCheck integer overflow in do_insnlist_ioctl()
2011-11-01 Ian AbbottFix signal handling in read and write
2011-11-01 Ian AbbottFix mmap_count.
2011-09-26 Ian Abbottusbduxsigma: Remove conditional code that calls sema_init
2011-09-26 Bernd PorrAdded support for the new board by ITL called USBDUXsigma.
2011-09-14 Ian AbbottRename some function parameters from 'register' to...
2011-09-13 Nico NellAdded support for trailing edge external trigger to...
2011-09-08 Nico NellAdded comedi_poll support to ni_pcidio
2011-07-18 Ian Abbottni_pcidio: Forgot to include irq flags variable for...
2011-07-18 Ian Abbottni_pcidio: Grab MITE channel spinlock while preparing...
2011-07-18 Ian Abbottni_pcidio: Mark buffer for writing when setting up...
2011-06-27 Ian AbbottFix infoleak to userspace.
2011-06-16 Nico NellAdvantech PCI-1739U support
2011-05-16 Ian Abbottaddi-data: Get rid of redundant ps_BoardInfo
2011-05-16 Ian Abbottaddi_data: Don't overwrite read-only data
2011-05-16 Ian Abbottadv_pci_dio: Add 8254 counter subdevice to PCI-1751
2011-05-13 Ian Abbottcomedi: Removal of <linux/smp_lock.h>
2011-05-10 Ian AbbottRemove references to .cvsignore from .gitignore files.
2011-05-10 Ian AbbottRename the .cvsignore files to .gitignore
2011-01-19 Ian Abbottni_labpc: Use shared IRQ for PCMCIA card.
2011-01-18 Ian AbbottMost drivers ignore the base channel in insn->chanspec...
2011-01-13 Ian Abbottpcmmio: Avoid compiler warning about uninitialized...
2010-11-22 Ian Abbottcb_pcidas: Applied patch from Brice DUBOST to support...
2010-11-15 Ian AbbottFix memory leak spotted by Nicolas Kaiser in the stagin...
2010-11-09 Ian Abbottni_mio_cs: I broke support for 2.6.35 when adding suppo...
2010-11-08 Ian AbbottMore ugly PCMCIA changes for 2.6.37 kernel.
2010-10-08 Ian AbbottPCMCIA support broke again with 2.6.36(-rc) kernel...
2010-10-08 Ian Abbottserial2002: old 'ioctl' file operation removed in 2...
2010-10-08 Ian Abbottcomedi_compat32: old 'ioctl' file operation removed...
2010-10-08 Ian AbbottI messed up the #ifdefs on the previous commit. Sorry!
2010-09-30 Ian Abbottquatech_daqp_cs: Replace eos semaphore with a completio...
2010-09-30 Ian AbbottPCMCIA support broke again with 2.6.35 kernel, so add...
2010-07-26 Ian Abbottdt9812, usbdux, usbduxfast: Use mutex instead of semaphore.
2010-07-26 Ian AbbottAdd #include <linux/semaphore.h>.
2010-06-22 Ian AbbottPCMCIA support broke with the 2.6.33 kernel, so add...
2010-06-18 Ian Abbottadl_pci9111: bug fix for AI commands when scan_begin_sr...
2010-06-14 Ian AbbottChange example Driver: comment block slightly to avoid...
2010-05-19 Ian AbbottFix previous commit. For COMEDI_BUFINFO, if command...
2010-05-19 Ian Abbottadv_pci_dio: Forgot to update the 'Updated:' line when...
2010-05-19 Ian Abbottadv_pci_dio: Protect access to counter subdevice with...
2010-05-18 Ian Abbottserial2002: Fix memory leak on 'detach' (off-by-one...
2010-05-17 Ian AbbottFor COMEDI_BUFINFO ioctl, check for locked or busy...
2010-05-17 Ian AbbottFor COMEDI_BUFINFO ioctl, if subdevice has no async...
2010-05-14 Ian AbbottFor write(), don't bother writing data to buffer if...
2010-05-04 Ian AbbottSupport Advantech PCI-1735, including 8254-based counte...
2010-04-12 Frank Mori HessSome changes to make new driver pass kernel's anal...
2010-04-12 Frank Mori HessAdded Adlink PCI-7230 driver from David Fernandez.
2010-03-24 Ian Abbottaddi_common: Just use the driver name in the call to...
2010-03-24 Ian Abbottamplc_dio200: Protect access to counter subdevices...
2010-03-24 Ian Abbottserial2002: Slight change to previous commit. If faile...
2010-03-24 Ian Abbottserial2002: In serial_2002_open(), handle failure to...
2010-03-24 Ian Abbottserial2002: Reduce stack usage in serial_2002_open...
2010-03-24 Ian AbbottThe 'open' method in struct comedi_device_struct now...
2010-03-18 Ian AbbottGive the different addi_apci_* drivers different comedi...
2010-03-15 Ian AbbottPrototype of request_firmware_nowait() changed in 2...
2010-02-22 Frank Mori HessIncreased timeout for digital output dma loading, due...
2010-01-20 Ian Abbottpcl818: No need to check chanlist_len for AI command...
2010-01-20 Ian Abbottpcl816: No need to check chanlist_len for AI command...
2010-01-20 Ian Abbottpcl812: Don't need to set cur_chan twice at end of...
2010-01-20 Ian Abbottpcl812: No need to check chanlist_len for AI command...
next