1. d8bff6e staging: comedi: use CMDF_WAKE_EOS in do_cmd_ioctl() by Ian Abbott · 10 years ago
  2. d546b89 staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_change) by H Hartley Sweeten · 10 years ago
  3. 90ac076 staging: comedi: comedi_fops: remove disabled subdevice lock/unlock callback by H Hartley Sweeten · 10 years ago
  4. 36efbac staging: comedi: comedi_fops: checkpatch.pl --strict cleanup by H Hartley Sweeten · 10 years ago
  5. 5ee2263 staging: comedi: comedi_fops: remove commented out debug messages by H Hartley Sweeten · 10 years ago
  6. c2ad078 staging: comedi: comedi_fops: use pr_fmt() by H Hartley Sweeten · 10 years ago
  7. 6b362f5 staging: comedi: remove comedi_error() by H Hartley Sweeten · 10 years ago
  8. cb3aada staging: comedi: removing not useful `else` after return by Kinka Huang · 10 years ago
  9. a5bde3a Staging: comedi: check the return value of kobject_set_name by Anton Protopopov · 10 years ago
  10. 0e02dca staging: comedi: allow COMEDI_BUFINFO, COMEDI_CANCEL and COMEDI_POLL on locked subdevice by Ian Abbott · 10 years ago
  11. f4f3f7c staging: comedi: introduce comedi_buf_n_bytes_ready() by H Hartley Sweeten · 10 years ago
  12. f4a8f52 staging: comedi: style - use kmalloc_array(n, s, ...) instead of kmalloc(n*s, ...) by Wolfgang Ocker · 10 years ago
  13. a5897f7 staging: comedi: remove in_request_module by Ian Abbott · 10 years ago
  14. f30f2c2 staging: comedi: remove check for CONFIG_KMOD by Paul Bolle · 10 years ago
  15. d4526ab staging: comedi: pass subdevice to comedi_buf_is_mmapped() by Ian Abbott · 10 years ago
  16. fcc18a9 staging: comedi: pass subdevice to comedi_buf_reset() by Ian Abbott · 10 years ago
  17. e9edef3 staging: comedi: pass subdevice to comedi_buf_read_n_available() by Ian Abbott · 10 years ago
  18. f1df866 staging: comedi: pass subdevice to comedi_buf_read_free() by Ian Abbott · 10 years ago
  19. d13be55 staging: comedi: pass subdevice to comedi_buf_read_alloc() by Ian Abbott · 10 years ago
  20. 0f1f34e staging: comedi: pass subdevice to comedi_buf_write_n_allocated() by Ian Abbott · 10 years ago
  21. 940dd35 staging: comedi: pass subdevice to comedi_buf_write_free() by Ian Abbott · 10 years ago
  22. 24e894b staging: comedi: pass subdevice to comedi_buf_write_alloc() by Ian Abbott · 10 years ago
  23. 482f0a2 staging: comedi: remove async parameter from resize_async_buffer() by Ian Abbott · 10 years ago
  24. 0ce016d staging: comedi: remove redundant pointer dereference in comedi_poll() by Ian Abbott · 10 years ago
  25. 4bac39f staging: comedi: fix coding style issues in comedi_fops.c by Raghavendra Ganiga · 10 years ago
  26. 3eb9992 Merge 3.15-rc2 into staging-next by Greg Kroah-Hartman · 10 years ago
  27. b34aa86 staging: comedi: fix circular locking dependency in comedi_mmap() by Ian Abbott · 10 years ago
  28. b2f4874 staging: comedi: comedy_fops.c: fix line over 80, characters warnings by Yves Deweerdt · 10 years ago
  29. f619621 staging: comedi: remove an unneeded variable by Dan Carpenter · 10 years ago
  30. c6cd0ee staging: comedi: comedi_fops: introduce __comedi_get_user_chanlist() by H Hartley Sweeten · 10 years ago
  31. 87ece58 staging: comedi: comedi_fops: introduce __comedi_get_user_cmd() by H Hartley Sweeten · 10 years ago
  32. cc0f58a Staging: comedi: Fix line length exceeding 80 characters by Monam Agarwal · 10 years ago
  33. 22ca19d staging: comedi: move (*insn_{read, write}) timeout debug messages to core by H Hartley Sweeten · 11 years ago
  34. ecd56ff Staging: comedi: Correct a few printf format codes by Chase Southwood · 11 years ago
  35. 52ef9e7 staging: comedi: fix bug destroying subdevice files after parent by Ian Abbott · 11 years ago
  36. e56b140 staging: comedi: fix result of memdup_user for user chanlist by Bernd Porr · 11 years ago
  37. 1363e4f staging/comedi: bug fix for module usage count on device removal by Ian Abbott · 11 years ago
  38. 8f988d8 staging/comedi: keep reference to class device after destroyed by Ian Abbott · 11 years ago
  39. 272850f staging: comedi: comedi_fops: remove use of DPRINTK by H Hartley Sweeten · 11 years ago
  40. d260169 staging: comedi: remove comedi_debug module parameter by H Hartley Sweeten · 11 years ago
  41. af93da3 staging: comedi: protect buffer from being freed while mmapped by Ian Abbott · 11 years ago
  42. 63ab039 staging: comedi: make determination of read or write subdevice safer by Ian Abbott · 11 years ago
  43. 49445b9 staging: comedi: remove comedi_dev_from_minor() by Ian Abbott · 11 years ago
  44. e5d670d staging: comedi: use file->private_data in file operations by Ian Abbott · 11 years ago
  45. be535c9 staging: comedi: use refcount in sysfs attribute handlers by Ian Abbott · 11 years ago
  46. fc40698 staging: comedi: increment reference while file open by Ian Abbott · 11 years ago
  47. b449c1c staging: comedi: add comedi_dev_get_from_minor() by Ian Abbott · 11 years ago
  48. 5b13ed9 staging: comedi: add a kref to comedi device by Ian Abbott · 11 years ago
  49. 45c2bc5 staging: comedi: protect against detach during read operation by Ian Abbott · 11 years ago
  50. 9329f13 staging: comedi: protect against detach during write operation by Ian Abbott · 11 years ago
  51. d19db51 staging: comedi: cancel commands before detaching device by Ian Abbott · 11 years ago
  52. 8da8c86 staging: comedi: wake up async waiters when become non-busy by Ian Abbott · 11 years ago
  53. 2f3fdcd staging: comedi: add rw_semaphore to protect against device detachment by Ian Abbott · 11 years ago
  54. c265be0 staging: comedi: remove unused command callback support by Ian Abbott · 11 years ago
  55. f0c80e4 staging: comedi: use memdup_user to simplify code by Teodora Baluta · 11 years ago
  56. 67aa4ac staging: comedi: avoid memleak for subdevice private by Ian Abbott · 11 years ago
  57. cd94d28 staging: comedi: remove 'settling_time_0' from subdevice by Ian Abbott · 11 years ago
  58. 64d9b1d staging: comedi: remove unused 'channel flags' support by Ian Abbott · 11 years ago
  59. 7511442 Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  60. b78b6b3 Merge 3.11-rc3 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  61. 01731cf Merge 3.11-rc3 into staging-next by Greg Kroah-Hartman · 11 years ago
  62. e56341a staging: comedi: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  63. 4b18f08 staging: comedi: fix a race between do_cmd_ioctl() and read/write by Ian Abbott · 11 years ago
  64. 69acbaa staging: comedi: COMEDI_CANCEL ioctl should wake up read/write by Ian Abbott · 11 years ago
  65. 8e6b791 staging: comedi: drivers do not need <linux/ioport.h> by H Hartley Sweeten · 11 years ago
  66. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  67. a44f520 comedi: quit wanking with FASYNC in ->release() by Al Viro · 11 years ago
  68. 0480bcb staging: comedi: have comedi_set_spriv() allocate the memory by H Hartley Sweeten · 11 years ago
  69. 588ba6d staging: comedi: drivers: let core handle freeing s->private by H Hartley Sweeten · 11 years ago
  70. 7b1a5e2 staging: comedi: remove 'bi.subdevice < 0' check in do_bufinfo_ioctl() by Güngör Erseymen · 11 years ago
  71. 11f80dd staging: comedi: remove 'bc.subdevice < 0' check in do_bufconfig_ioctl() by Güngör Erseymen · 11 years ago
  72. 829455b Merge 3.10-rc3 into staging-next by Greg Kroah-Hartman · 11 years ago
  73. b3fab42 staging: comedi: allow buffer resize if previous resize failed by Ian Abbott · 11 years ago
  74. 641f064 staging: comedi: remove FSF address from boilerplate text by H Hartley Sweeten · 11 years ago
  75. 5660e74 staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbols by H Hartley Sweeten · 11 years ago
  76. db210da staging: comedi: add comedi_clear_board_dev() by Ian Abbott · 11 years ago
  77. c6f5b4d staging: comedi: remove struct comedi_file_info by Ian Abbott · 11 years ago
  78. cb6b79d staging: comedi: simplify comedi_board_minor_table[] by Ian Abbott · 11 years ago
  79. bd5b417 staging: comedi: simplify comedi_subdevice_minor_table[] by Ian Abbott · 11 years ago
  80. dac59de staging: comedi: remove comedi_file_info_from_board_minor() by Ian Abbott · 11 years ago
  81. 0fcc9d4 staging: comedi: remove comedi_clear_subdevice_minor() by Ian Abbott · 11 years ago
  82. f3abc83 staging: comedi: refactor comedi_dev_from_minor() by Ian Abbott · 11 years ago
  83. 5e04c25 staging: comedi: reduce use of struct comedi_file_info by Ian Abbott · 11 years ago
  84. da56fdc staging: comedi: change comedi_read/write_subdevice() parameters by Ian Abbott · 11 years ago
  85. c88db46 staging: comedi: use minor device number in attribute functions by Ian Abbott · 11 years ago
  86. 7f4656c staging: comedi: get mutex before subdevice in attribute functions by Ian Abbott · 11 years ago
  87. 7a4e5a9 staging: comedi: rename dev parameter of device attribute functions by Ian Abbott · 11 years ago
  88. 0918e59 staging: comedi: remove hardware_device from struct comedi_device_info by Ian Abbott · 11 years ago
  89. ea1cc39 staging: comedi: remove comedi_clear_minor() by Ian Abbott · 11 years ago
  90. 5b7dba1 staging: comedi: separate board and subdevice minor tables by Ian Abbott · 11 years ago
  91. 8907cf6 staging: comedi: remove COMEDI_FIRST_SUBDEVICE_MINOR by Ian Abbott · 11 years ago
  92. eda5682 staging: comedi: move COMEDI_NUM_MINORS and COMEDI_FIRST_SUBDEVICE_MINOR by Ian Abbott · 11 years ago
  93. da619f5 staging: comedi: change comedi_file_info_table_lock to mutex by Ian Abbott · 11 years ago
  94. db2e348 staging: comedi: set hw_dev in comedi_alloc_board_minor() by Ian Abbott · 11 years ago
  95. b2a644b staging: comedi: simplify driver module counting by Ian Abbott · 11 years ago
  96. d9740a0 staging: comedi: avoid forward declarations by Ian Abbott · 11 years ago
  97. 8ab4ed6 staging: comedi: remove manually unconfigured dynamic devices by Ian Abbott · 11 years ago
  98. 1f423cf staging: comedi: no need to evade comedi_auto_unconfig() by Ian Abbott · 11 years ago
  99. 38b9722 staging: comedi: avoid releasing legacy minors automatically by Ian Abbott · 11 years ago
  100. 0777839 staging: comedi: pre-lock mutex on creation of comedi device by Ian Abbott · 11 years ago