1. ec9d075 staging: comedi: Use vma_pages function on vma object instead of explicit computation by sayli karnik · 8 years ago
  2. 6e30293 staging: comedi: comedi_fops: coding style fixes by Matias Mucciolo · 8 years ago
  3. 70db384 staging: comedi: avoid using timeval by Arnd Bergmann · 8 years ago
  4. 34d3473 Staging: comedi: comedi_fops.c: Fixed coding style issue by Shyam Saini · 8 years ago
  5. b2073dc staging: comedi: comedi_fops.c: fix lines over 80 characters by Ian Abbott · 8 years ago
  6. d4d4789 Staging: comedi: comedi_fops: Replace 'unsigned' with 'unsigned int' by Leslie Klein · 8 years ago
  7. 44b8c79 Staging: comedi: Use predefined macro offset_in_page() instead of (addr & ~PAGE_MASK). by Sandhya Bankar · 8 years ago
  8. be611a1 staging: comedi: COMEDI_BUFINFO: terminate "write" command when stopped by Ian Abbott · 8 years ago
  9. 36a5117 staging: comedi: COMEDI_BUFINFO: return -EPIPE for abnormal read by Ian Abbott · 8 years ago
  10. f3aa8c0 staging: comedi: COMEDI_BUFINFO: become non-busy even if bytes_read is 0 by Ian Abbott · 8 years ago
  11. 57c563b staging: comedi: COMEDI_BUFINFO: return error if no active command by Ian Abbott · 8 years ago
  12. bb0c6bf staging: comedi: COMEDI_BUFINFO: force bytes_written to 0 if stopped by Ian Abbott · 8 years ago
  13. 0657856 staging: comedi: COMEDI_BUFINFO: update buffer before becoming non-busy by Ian Abbott · 8 years ago
  14. 66c3650 staging: comedi: COMEDI_BUFINFO: force bytes_read or bytes_written to 0 by Ian Abbott · 8 years ago
  15. e5be74c staging: comedi: COMEDI_BUFINFO: get amount freed, not amount allocated by Ian Abbott · 8 years ago
  16. 28a60c4 staging: comedi: check for more errors for zero-length write by Ian Abbott · 9 years ago
  17. 3318c7a staging: comedi: simplify returned errors for comedi_write() by Ian Abbott · 9 years ago
  18. 40d0e80 staging: comedi: return error on "write" if no command set up by Ian Abbott · 9 years ago
  19. 35a7475 staging: comedi: allow buffer wraparound in comedi_write() by Ian Abbott · 9 years ago
  20. 591c5f8 staging: comedi: avoid bad truncation of a size_t in comedi_write() by Ian Abbott · 9 years ago
  21. 84a185e staging: comedi: make some variables unsigned in comedi_write() by Ian Abbott · 9 years ago
  22. ed65bba staging: comedi: do extra checks for becoming non-busy for "write" by Ian Abbott · 9 years ago
  23. 06181de staging: comedi: rearrange comedi_write() code by Ian Abbott · 9 years ago
  24. 3c3bea2 staging: comedi: check for more errors for zero-length read by Ian Abbott · 9 years ago
  25. 3958284 staging: comedi: simplify returned errors for comedi_read() by Ian Abbott · 9 years ago
  26. a8ed75c staging: comedi: return error on "read" if no command set up by Ian Abbott · 9 years ago
  27. f84e27a staging: comedi: remove superfluous retval = 0 in comedi_read() by Ian Abbott · 9 years ago
  28. 42ea907 staging: comedi: allow buffer wraparound in comedi_read() by Ian Abbott · 9 years ago
  29. 8ea9392 staging: comedi: avoid bad truncation of a size_t in comedi_read() by Ian Abbott · 9 years ago
  30. 76e8e7d staging: comedi: make some variables unsigned in comedi_read() by Ian Abbott · 9 years ago
  31. fd060c8 staging: comedi: do extra checks for becoming non-busy for "read" by Ian Abbott · 9 years ago
  32. 09d6b9a staging: comedi: don't consider "unmunged" data when becoming non-busy by Ian Abbott · 9 years ago
  33. 970679b staging: comedi: remain busy until read end-of-file by Ian Abbott · 9 years ago
  34. d5eb3a7 staging: comedi: don't use mutex when polling file by Ian Abbott · 9 years ago
  35. 3834234 staging: comedi: check command started by file being polled by Ian Abbott · 9 years ago
  36. ecf04ed staging: comedi: don't allocate buffer space when polling for write by Ian Abbott · 9 years ago
  37. 322146d staging: comedi: don't poll_wait on same subdevice twice by Ian Abbott · 9 years ago
  38. 30cc9bd Staging: comedi: Remove exceptional & on function name by Shraddha Barke · 9 years ago
  39. a3e3994 staging: comedi: comedi_fops.c: Tweak kernel-doc for consistency by Ian Abbott · 9 years ago
  40. 63107ce staging: comedi: comedi_fops.c: remove bogus kernel-doc for runflags by Ian Abbott · 9 years ago
  41. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  42. 2be8ae5 staging: comedi: comedi_fops: absorb comedi_free_board_minor() by H Hartley Sweeten · 9 years ago
  43. c4237a2 staging: comedi: comedi_fops: remove BUG_ON() in comedi_dev_get_from_board_minor() by H Hartley Sweeten · 9 years ago
  44. 5104a89 staging: comedi: comedi_fops: remove BUG_ON() in comedi_free_subdevice_minor() by H Hartley Sweeten · 9 years ago
  45. 6b3703f staging: comedi: comedi_fops: remove BUG_ON() in comedi_cleanup() by H Hartley Sweeten · 9 years ago
  46. 0bb6419 staging: comedi: comedi_fops: remove remaining BUG_ON() checks by H Hartley Sweeten · 9 years ago
  47. 90e6f51 staging: Comedi: comedi_fops: Fixed the return error code by Santhosh Pai · 9 years ago
  48. 0e0d311 staging: comedi: use CAP_SYS_ADMIN instead of CAP_NET_ADMIN by Ian Abbott · 9 years ago
  49. 3bc4cc7 staging: comedi: remove commented code by Hari Prasath Gujulan Elango · 9 years ago
  50. 69e98df Staging: fixed multiple spelling errors. by Carlos E. Garcia · 9 years ago
  51. eb340ac staging: comedi: move COMEDI_SRF_... macros to "comedi_fops.c" by Ian Abbott · 9 years ago
  52. 8fc369a staging: comedi: wrap COMEDI_SRF_FREE_SPRIV usage by Ian Abbott · 9 years ago
  53. ef4b4b2 staging: comedi: comedi_fops: extend spin-lock scope in comedi_event() by Ian Abbott · 9 years ago
  54. aa33122 staging: comedi: comedi_fops: send SIGIO according to command direction by Ian Abbott · 9 years ago
  55. 922d9ce staging: comedi: comedi_fops: always clear events by Ian Abbott · 9 years ago
  56. 258c1dd staging: comedi: comedi_fops: remove unnecessary s->async use by Ian Abbott · 9 years ago
  57. 38ee1fd staging: comedi: comedi_fops: simplify comedi_is_subdevice_idle() by Ian Abbott · 9 years ago
  58. b183a83 staging: comedi: comedi_fops: eliminate a use of subdevice spin-lock by Ian Abbott · 9 years ago
  59. cc64ea4 staging: comedi: comedi_fops: rename comedi_set_subdevice_runflags() by Ian Abbott · 9 years ago
  60. a112eab Staging: comedi: replace pr_err with dev_err by Haneen Mohammed · 9 years ago
  61. 88cc30c staging: comedi: comedi_fops: (!foo) preferred over (foo == NULL) by H Hartley Sweeten · 9 years ago
  62. a2aab8b staging: comedi: comedi_fops.c: reformat remaining block comments by Ian Abbott · 10 years ago
  63. 18e01b2 staging: comedi: comedi_fops.c: reformat ioctl handler comments by Ian Abbott · 10 years ago
  64. dd630cd staging: comedi: comedi_fops.c: document exported functions by Ian Abbott · 10 years ago
  65. f6fef5d staging: comedi: comedi_fops.c: reformat copyright header by Ian Abbott · 10 years ago
  66. 84bb0bc staging: comedi: comedidev.h: add namespace to the subdevice "runflags" by H Hartley Sweeten · 10 years ago
  67. c299a67 staging: comedi: add ioctls to set per-file read and write subdevice by Ian Abbott · 10 years ago
  68. 20f083c staging: comedi: prepare support for per-file read and write subdevices by Ian Abbott · 10 years ago
  69. c39e050 staging: comedi: remove use of 'bytes_per_sample()' by H Hartley Sweeten · 10 years ago
  70. 75f6108 staging: comedi: check actual data direction for COMEDI_BUFINFO ioctl by Ian Abbott · 10 years ago
  71. 662c722 staging: comedi: check command direction in poll() file operation by Ian Abbott · 10 years ago
  72. f739850 staging: comedi: don't allow write() on async command set up for "read" by Ian Abbott · 10 years ago
  73. f025ab9 staging: comedi: don't allow read() on async command set up for "write" by Ian Abbott · 10 years ago
  74. 5d070cf staging: comedi: maybe force CMDF_WRITE command flag by Ian Abbott · 10 years ago
  75. 7cbe010 Merge 3.18-rc3 into staging-next by Greg Kroah-Hartman · 10 years ago
  76. 238b5ad staging: comedi: fix memory leak / bad pointer freeing for chanlist by Ian Abbott · 10 years ago
  77. c1a6eac staging: comedi: widen subdevice number argument in ioctl handlers by Ian Abbott · 10 years ago
  78. 781f933 staging: comedi: comedidev.h: clarify async->event error/cancel detection by H Hartley Sweeten · 10 years ago
  79. 6cab7a3 staging: comedi: (regression) channel list must be set for COMEDI_CMD ioctl by Ian Abbott · 10 years ago
  80. fe43ec5 Staging: comedi: Compressed two lines of code into one. by Heena Sirwani · 10 years ago
  81. b0446a2 staging: comedi: use CMDF_BOGUS in do_cmd_ioctl() by Ian Abbott · 10 years ago
  82. d8bff6e staging: comedi: use CMDF_WAKE_EOS in do_cmd_ioctl() by Ian Abbott · 10 years ago
  83. d546b89 staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_change) by H Hartley Sweeten · 10 years ago
  84. 90ac076 staging: comedi: comedi_fops: remove disabled subdevice lock/unlock callback by H Hartley Sweeten · 10 years ago
  85. 36efbac staging: comedi: comedi_fops: checkpatch.pl --strict cleanup by H Hartley Sweeten · 10 years ago
  86. 5ee2263 staging: comedi: comedi_fops: remove commented out debug messages by H Hartley Sweeten · 10 years ago
  87. c2ad078 staging: comedi: comedi_fops: use pr_fmt() by H Hartley Sweeten · 10 years ago
  88. 6b362f5 staging: comedi: remove comedi_error() by H Hartley Sweeten · 10 years ago
  89. cb3aada staging: comedi: removing not useful `else` after return by Kinka Huang · 10 years ago
  90. a5bde3a Staging: comedi: check the return value of kobject_set_name by Anton Protopopov · 10 years ago
  91. 0e02dca staging: comedi: allow COMEDI_BUFINFO, COMEDI_CANCEL and COMEDI_POLL on locked subdevice by Ian Abbott · 10 years ago
  92. f4f3f7c staging: comedi: introduce comedi_buf_n_bytes_ready() by H Hartley Sweeten · 10 years ago
  93. f4a8f52 staging: comedi: style - use kmalloc_array(n, s, ...) instead of kmalloc(n*s, ...) by Wolfgang Ocker · 10 years ago
  94. a5897f7 staging: comedi: remove in_request_module by Ian Abbott · 10 years ago
  95. f30f2c2 staging: comedi: remove check for CONFIG_KMOD by Paul Bolle · 10 years ago
  96. d4526ab staging: comedi: pass subdevice to comedi_buf_is_mmapped() by Ian Abbott · 10 years ago
  97. fcc18a9 staging: comedi: pass subdevice to comedi_buf_reset() by Ian Abbott · 10 years ago
  98. e9edef3 staging: comedi: pass subdevice to comedi_buf_read_n_available() by Ian Abbott · 10 years ago
  99. f1df866 staging: comedi: pass subdevice to comedi_buf_read_free() by Ian Abbott · 10 years ago
  100. d13be55 staging: comedi: pass subdevice to comedi_buf_read_alloc() by Ian Abbott · 10 years ago