summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_fops.c
AgeCommit message (Expand)Author
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman
2021-02-04staging: comedi: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi
2020-12-28Staging: comedi: Return -EFAULT if copy_to_user() failsDan Carpenter
2020-07-25staging: comedi: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-17staging: comedi: comedi_fops.c: added casts to get rid of sparse warningsB K Karthik
2020-06-18Staging: comedi: Added blank lines to fix coding style issueDivyansh Kamboj
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-03Merge branch 'uaccess.comedi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_CMD{,TEST} compatAl Viro
2020-05-29comedi: do_cmd_ioctl(): lift copyin/copyout into the callerAl Viro
2020-05-29comedi: do_cmdtest_ioctl(): lift copyin/copyout into the callerAl Viro
2020-05-29comedi: lift copy_from_user() into callers of __comedi_get_user_cmd()Al Viro
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSNLIST compatAl Viro
2020-05-29comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSN compatAl Viro
2020-05-28comedi: get rid of compat_alloc_user_space() mess in COMEDI_RANGEINFO compatAl Viro
2020-05-28comedi: get rid of compat_alloc_user_space() mess in COMEDI_CHANINFO compatAl Viro
2020-05-28comedi: get rid of indirection via translated_ioctl()Al Viro
2020-05-28comedi: move compat ioctl handling to native fopsAl Viro
2020-04-23staging: comedi: Fix comedi_device refcnt leak in comedi_openXiyu Yang
2019-06-26staging: comedi: use dma_mmap_coherent for DMA-able buffer mmapIan Abbott
2019-04-19staging: comedi: Add lockdep_assert_held() calls for dev->mutexIan Abbott
2019-02-04staging: comedi: comedi_fops.c: Remove redundant blank lineSandesh Kenjana Ashok
2019-01-18staging: comedi: Removed not necessary braces for single blockJitendra Khasdev
2018-12-12staging: comedi: change do_insn*_ioctl to allow more samplesSpencer E. Olson
2018-11-07staging: comedi: Check length of INSN_CONFIG_TIMER_1 instructionIan Abbott
2018-10-09staging: comedi: add new device-global config interfaceSpencer E. Olson
2018-10-09staging: comedi: add facility to directly query subdevice timing constraintsSpencer E. Olson
2018-07-16staging: comedi: comedi_fops: Shift assignment operator '=' to previous lineNishad Kamdar
2018-06-17staging: comedi: comedi_fops: make bool bit-field unsigned int bit-fields.Giulio Benetti
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-28staging: comedi: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2017-08-23Staging: comedi: comedi_fops: fix dev_err() warning styleBryan Garza
2017-07-30staging: comedi: comedi_fops: do not call blocking ops when !TASK_RUNNINGIan Abbott
2017-06-24staging: comedi: use centralized error clean-up in comedi_init()Ian Abbott
2017-06-24staging: comedi: fix clean-up of comedi_class in comedi_init()Ian Abbott
2017-04-25staging: comedi: support vm_access_process for mmap'd bufferIan Abbott
2017-03-09Staging: comedi: comedi_fops: Change comedi_num_legacy_minors typeCheah Kok Cheong
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-01-10Staging: comedi: comedi_fops: Remove unused stat.h headerCheah Kok Cheong
2017-01-10Staging: comedi: comedi_fops: Remove unused vmalloc.h headerCheah Kok Cheong
2017-01-10Staging: comedi: comedi_fops: Remove redundant init.h headerCheah Kok Cheong
2017-01-10Staging: comedi: comedi_fops: Remove unused kmod.h headerCheah Kok Cheong
2017-01-03Staging: comedi: comedi_fops: Avoid orphaned proc entryCheah Kok Cheong
2016-09-20staging: comedi: Use vma_pages function on vma object instead of explicit com...sayli karnik
2016-09-13staging: comedi: comedi_fops: coding style fixesMatias Mucciolo
2016-06-17staging: comedi: avoid using timevalArnd Bergmann
2016-06-17Staging: comedi: comedi_fops.c: Fixed coding style issueShyam Saini