summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
AgeCommit message (Expand)AuthorLines
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-1/+1
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+4
2020-06-03Merge branch 'uaccess.comedi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-600/+467
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_CMD{,TEST} compatAl Viro-115/+66
2020-05-29comedi: do_cmd_ioctl(): lift copyin/copyout into the callerAl Viro-24/+24
2020-05-29comedi: do_cmdtest_ioctl(): lift copyin/copyout into the callerAl Viro-23/+22
2020-05-29comedi: lift copy_from_user() into callers of __comedi_get_user_cmd()Al Viro-8/+12
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSNLIST compatAl Viro-90/+48
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSN compatAl Viro-27/+47
2020-05-28comedi: get rid of compat_alloc_user_space() mess in COMEDI_RANGEINFO compatAl Viro-35/+27
2020-05-28comedi: get rid of compat_alloc_user_space() mess in COMEDI_CHANINFO compatAl Viro-38/+30
2020-05-28comedi: get rid of indirection via translated_ioctl()Al Viro-18/+8
2020-05-28comedi: move compat ioctl handling to native fopsAl Viro-487/+448
2020-05-05Staging: comedi: drivers: ni_pcimio: Fix variable nameEric Yu-2/+2
2020-04-27Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman-1/+6
2020-04-23staging: comedi: Fix comedi_device refcnt leak in comedi_openXiyu Yang-1/+3
2020-04-13staging: comedi: dt2815: fix writing hi byte of analog outputIan Abbott-0/+3
2020-04-13staging: comedi: Fix line ending with a (John B. Wyatt IV-2/+2
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-03-23staging: comedi: ni_labpc_common: Reformat multiple line dereferenceDeepak R Varma-7/+6
2020-03-17staging: comedi: dt3000: Reformat multiple line dereferenceDeepak R Varma-3/+2
2020-03-17staging: comedi: ni_atmio16d: remove commented code blocksDeepak R Varma-10/+0
2020-03-17staging: comedi: ni_mio_common: Code reformat and re-indentationDeepak R Varma-24/+30
2020-03-17staging: comedi: s626: Reformat function argumentsDeepak R Varma-2/+1
2020-03-17staging: comedi: rtd520: Resolve multiline dereferenceDeepak R Varma-3/+2
2020-03-17staging: comedi: ni_tio: Reformat function call argumentsDeepak R Varma-4/+4
2020-03-11staging: comedi: dt282x: remove old unused codeDeepak R Varma-29/+1
2020-02-10staging: comedi: ni_pcimio: add routes for NI PCIe-6251 and PCIe-6259Ian Abbott-0/+2
2020-02-10staging: comedi: ni_mio_common: Allow alternate board name for routesIan Abbott-1/+3
2020-02-10staging: comedi: ni_routes: Allow alternate board name for routesIan Abbott-4/+22
2020-02-10staging: comedi: ni_routes: Refactor ni_find_valid_routes()Ian Abbott-10/+34
2020-01-23staging: comedi: drivers: fix spelling mistake "to" -> "too"Colin Ian King-1/+1
2020-01-15staging: comedi: ni_routes: allow partial routing informationIan Abbott-6/+3
2020-01-15staging: comedi: ni_routes: fix null dereference in ni_find_route_source()Ian Abbott-0/+3
2020-01-03staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713Ian Abbott-2/+2
2019-12-17staging: comedi: gsc_hpdi: check dma_alloc_coherent() return valueIan Abbott-0/+10
2019-11-22staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding errorBernd Porr-7/+14
2019-10-24staging: comedi: remove unused variable 'route_table_size'YueHaibing-2/+0
2019-10-08staging: comedi: Remove set but not used variable 'aref'zhengbin-2/+1
2019-08-21staging: comedi: ni_mio_common: Fix a typo in ni_mio_common.cMasanari Iida-1/+1
2019-08-19Merge 5.3-rc5 into staging-nextGreg Kroah-Hartman-4/+4
2019-08-15staging: comedi: usbduxsigma: remove redundant assignment to variable fx2delayColin Ian King-1/+1
2019-08-12staging: comedi: dt3000: Fix rounding up of timer divisorIan Abbott-3/+3
2019-08-12staging: comedi: dt3000: Fix signed integer overflow 'divider * base'Ian Abbott-1/+1
2019-07-25staging: comedi: daqboard2000: Remove function db2k_initialize_dac()Nishka Dasgupta-6/+1
2019-07-03staging: comedi: mite: Replace function mite_request_channel_in_range()Nishka Dasgupta-17/+10
2019-07-03staging: comedi: amplc_dio200: Remove function gat_sce()Nishka Dasgupta-7/+1
2019-07-03staging: comedi: amplc_dio200: Remove function clk_sce()Nishka Dasgupta-7/+1
2019-07-01staging: comedi: dt282x: fix a null pointer deref on interruptIan Abbott-1/+2