aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/comedi/comedi_fops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-3436/+0
2021-02-04staging: comedi: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi1-2/+2
2020-12-28Staging: comedi: Return -EFAULT if copy_to_user() failsDan Carpenter1-1/+3
2020-07-25staging: comedi: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-17staging: comedi: comedi_fops.c: added casts to get rid of sparse warningsB K Karthik1-2/+2
2020-06-18Staging: comedi: Added blank lines to fix coding style issueDivyansh Kamboj1-0/+3
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-03Merge branch 'uaccess.comedi' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-105/+459
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_CMD{,TEST} compatAl Viro1-115/+66
2020-05-29comedi: do_cmd_ioctl(): lift copyin/copyout into the callerAl Viro1-24/+24
2020-05-29comedi: do_cmdtest_ioctl(): lift copyin/copyout into the callerAl Viro1-23/+22
2020-05-29comedi: lift copy_from_user() into callers of __comedi_get_user_cmd()Al Viro1-8/+12
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSNLIST compatAl Viro1-90/+48
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSN compatAl Viro1-27/+47
2020-05-28comedi: get rid of compat_alloc_user_space() mess in COMEDI_RANGEINFO compatAl Viro1-24/+19
2020-05-28comedi: get rid of compat_alloc_user_space() mess in COMEDI_CHANINFO compatAl Viro1-38/+30
2020-05-28comedi: get rid of indirection via translated_ioctl()Al Viro1-18/+8
2020-05-28comedi: move compat ioctl handling to native fopsAl Viro1-3/+448
2020-04-23staging: comedi: Fix comedi_device refcnt leak in comedi_openXiyu Yang1-1/+3
2019-06-26staging: comedi: use dma_mmap_coherent for DMA-able buffer mmapIan Abbott1-13/+26
2019-04-19staging: comedi: Add lockdep_assert_held() calls for dev->mutexIan Abbott1-0/+32
2019-02-04staging: comedi: comedi_fops.c: Remove redundant blank lineSandesh Kenjana Ashok1-1/+0
2019-01-18staging: comedi: Removed not necessary braces for single blockJitendra Khasdev1-2/+2
2018-12-12staging: comedi: change do_insn*_ioctl to allow more samplesSpencer E. Olson1-17/+31
2018-11-07staging: comedi: Check length of INSN_CONFIG_TIMER_1 instructionIan Abbott1-0/+1
2018-10-09staging: comedi: add new device-global config interfaceSpencer E. Olson1-0/+69
2018-10-09staging: comedi: add facility to directly query subdevice timing constraintsSpencer E. Olson1-0/+4
2018-07-16staging: comedi: comedi_fops: Shift assignment operator '=' to previous lineNishad Kamdar1-2/+2
2018-06-17staging: comedi: comedi_fops: make bool bit-field unsigned int bit-fields.Giulio Benetti1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-10/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-28staging: comedi: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-08-23Staging: comedi: comedi_fops: fix dev_err() warning styleBryan Garza1-1/+1
2017-07-30staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNINGIan Abbott1-0/+3
2017-06-24staging: comedi: use centralized error clean-up in comedi_init()Ian Abbott1-21/+22
2017-06-24staging: comedi: fix clean-up of comedi_class in comedi_init()Ian Abbott1-0/+1
2017-04-25staging: comedi: support vm_access_process for mmap'd bufferIan Abbott1-0/+15
2017-03-09Staging: comedi: comedi_fops: Change comedi_num_legacy_minors typeCheah Kok Cheong1-4/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-10Staging: comedi: comedi_fops: Remove unused stat.h headerCheah Kok Cheong1-1/+0
2017-01-10Staging: comedi: comedi_fops: Remove unused vmalloc.h headerCheah Kok Cheong1-1/+0
2017-01-10Staging: comedi: comedi_fops: Remove redundant init.h headerCheah Kok Cheong1-1/+0
2017-01-10Staging: comedi: comedi_fops: Remove unused kmod.h headerCheah Kok Cheong1-1/+0
2017-01-03Staging: comedi: comedi_fops: Avoid orphaned proc entryCheah Kok Cheong1-3/+3
2016-09-20staging: comedi: Use vma_pages function on vma object instead of explicit computationsayli karnik1-1/+1
2016-09-13staging: comedi: comedi_fops: coding style fixesMatias Mucciolo1-3/+3
2016-06-17staging: comedi: avoid using timevalArnd Bergmann1-4/+5
2016-06-17Staging: comedi: comedi_fops.c: Fixed coding style issueShyam Saini1-6/+6