summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: comedi: Return -EFAULT if copy_to_user() failsDan Carpenter2020-12-281-1/+3
* staging: comedi: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-251-1/+1
* staging: comedi: comedi_fops.c: added casts to get rid of sparse warningsB K Karthik2020-07-171-2/+2
* Staging: comedi: Added blank lines to fix coding style issueDivyansh Kamboj2020-06-181-0/+3
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* Merge branch 'uaccess.comedi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-031-105/+459
|\
| * comedi: get rid of compat_alloc_user_space() mess in COMEDI_CMD{,TEST} compatAl Viro2020-05-291-115/+66
| * comedi: do_cmd_ioctl(): lift copyin/copyout into the callerAl Viro2020-05-291-24/+24
| * comedi: do_cmdtest_ioctl(): lift copyin/copyout into the callerAl Viro2020-05-291-23/+22
| * comedi: lift copy_from_user() into callers of __comedi_get_user_cmd()Al Viro2020-05-291-8/+12
| * comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSNLIST compatAl Viro2020-05-291-90/+48
| * comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSN compatAl Viro2020-05-291-27/+47
| * comedi: get rid of compat_alloc_user_space() mess in COMEDI_RANGEINFO compatAl Viro2020-05-281-24/+19
| * comedi: get rid of compat_alloc_user_space() mess in COMEDI_CHANINFO compatAl Viro2020-05-281-38/+30
| * comedi: get rid of indirection via translated_ioctl()Al Viro2020-05-281-18/+8
| * comedi: move compat ioctl handling to native fopsAl Viro2020-05-281-3/+448
* | staging: comedi: Fix comedi_device refcnt leak in comedi_openXiyu Yang2020-04-231-1/+3
|/
* staging: comedi: use dma_mmap_coherent for DMA-able buffer mmapIan Abbott2019-06-261-13/+26
* staging: comedi: Add lockdep_assert_held() calls for dev->mutexIan Abbott2019-04-191-0/+32
* staging: comedi: comedi_fops.c: Remove redundant blank lineSandesh Kenjana Ashok2019-02-041-1/+0
* staging: comedi: Removed not necessary braces for single blockJitendra Khasdev2019-01-181-2/+2
* staging: comedi: change do_insn*_ioctl to allow more samplesSpencer E. Olson2018-12-121-17/+31
* staging: comedi: Check length of INSN_CONFIG_TIMER_1 instructionIan Abbott2018-11-071-0/+1
* staging: comedi: add new device-global config interfaceSpencer E. Olson2018-10-091-0/+69
* staging: comedi: add facility to directly query subdevice timing constraintsSpencer E. Olson2018-10-091-0/+4
* staging: comedi: comedi_fops: Shift assignment operator '=' to previous lineNishad Kamdar2018-07-161-2/+2
* staging: comedi: comedi_fops: make bool bit-field unsigned int bit-fields.Giulio Benetti2018-06-171-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-011-10/+1
|\
| * staging: comedi: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0
| * staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-281-0/+1
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* Staging: comedi: comedi_fops: fix dev_err() warning styleBryan Garza2017-08-231-1/+1
* staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNINGIan Abbott2017-07-301-0/+3
* staging: comedi: use centralized error clean-up in comedi_init()Ian Abbott2017-06-241-21/+22
* staging: comedi: fix clean-up of comedi_class in comedi_init()Ian Abbott2017-06-241-0/+1
* staging: comedi: support vm_access_process for mmap'd bufferIan Abbott2017-04-251-0/+15
* Staging: comedi: comedi_fops: Change comedi_num_legacy_minors typeCheah Kok Cheong2017-03-091-4/+3
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* Staging: comedi: comedi_fops: Remove unused stat.h headerCheah Kok Cheong2017-01-101-1/+0
* Staging: comedi: comedi_fops: Remove unused vmalloc.h headerCheah Kok Cheong2017-01-101-1/+0
* Staging: comedi: comedi_fops: Remove redundant init.h headerCheah Kok Cheong2017-01-101-1/+0
* Staging: comedi: comedi_fops: Remove unused kmod.h headerCheah Kok Cheong2017-01-101-1/+0
* Staging: comedi: comedi_fops: Avoid orphaned proc entryCheah Kok Cheong2017-01-031-3/+3
* staging: comedi: Use vma_pages function on vma object instead of explicit com...sayli karnik2016-09-201-1/+1
* staging: comedi: comedi_fops: coding style fixesMatias Mucciolo2016-09-131-3/+3
* staging: comedi: avoid using timevalArnd Bergmann2016-06-171-4/+5
* Staging: comedi: comedi_fops.c: Fixed coding style issueShyam Saini2016-06-171-6/+6
* staging: comedi: comedi_fops.c: fix lines over 80 charactersIan Abbott2016-03-291-6/+10
* Staging: comedi: comedi_fops: Replace 'unsigned' with 'unsigned int'Leslie Klein2016-03-281-24/+24