1. f0c80e4 staging: comedi: use memdup_user to simplify code by Teodora Baluta · 11 years ago
  2. 67aa4ac staging: comedi: avoid memleak for subdevice private by Ian Abbott · 11 years ago
  3. cd94d28 staging: comedi: remove 'settling_time_0' from subdevice by Ian Abbott · 11 years ago
  4. 64d9b1d staging: comedi: remove unused 'channel flags' support by Ian Abbott · 11 years ago
  5. 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
  6. b78b6b3 Merge 3.11-rc3 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  7. 01731cf Merge 3.11-rc3 into staging-next by Greg Kroah-Hartman · 11 years ago
  8. e56341a staging: comedi: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  9. 4b18f08 staging: comedi: fix a race between do_cmd_ioctl() and read/write by Ian Abbott · 11 years ago
  10. 69acbaa staging: comedi: COMEDI_CANCEL ioctl should wake up read/write by Ian Abbott · 11 years ago
  11. 8e6b791 staging: comedi: drivers do not need <linux/ioport.h> by H Hartley Sweeten · 11 years ago
  12. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  13. a44f520 comedi: quit wanking with FASYNC in ->release() by Al Viro · 11 years ago
  14. 0480bcb staging: comedi: have comedi_set_spriv() allocate the memory by H Hartley Sweeten · 11 years ago
  15. 588ba6d staging: comedi: drivers: let core handle freeing s->private by H Hartley Sweeten · 11 years ago
  16. 7b1a5e2 staging: comedi: remove 'bi.subdevice < 0' check in do_bufinfo_ioctl() by Güngör Erseymen · 11 years ago
  17. 11f80dd staging: comedi: remove 'bc.subdevice < 0' check in do_bufconfig_ioctl() by Güngör Erseymen · 11 years ago
  18. 829455b Merge 3.10-rc3 into staging-next by Greg Kroah-Hartman · 11 years ago
  19. b3fab42 staging: comedi: allow buffer resize if previous resize failed by Ian Abbott · 11 years ago
  20. 641f064 staging: comedi: remove FSF address from boilerplate text by H Hartley Sweeten · 11 years ago
  21. 5660e74 staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbols by H Hartley Sweeten · 11 years ago
  22. db210da staging: comedi: add comedi_clear_board_dev() by Ian Abbott · 11 years ago
  23. c6f5b4d staging: comedi: remove struct comedi_file_info by Ian Abbott · 11 years ago
  24. cb6b79d staging: comedi: simplify comedi_board_minor_table[] by Ian Abbott · 11 years ago
  25. bd5b417 staging: comedi: simplify comedi_subdevice_minor_table[] by Ian Abbott · 11 years ago
  26. dac59de staging: comedi: remove comedi_file_info_from_board_minor() by Ian Abbott · 11 years ago
  27. 0fcc9d4 staging: comedi: remove comedi_clear_subdevice_minor() by Ian Abbott · 11 years ago
  28. f3abc83 staging: comedi: refactor comedi_dev_from_minor() by Ian Abbott · 11 years ago
  29. 5e04c25 staging: comedi: reduce use of struct comedi_file_info by Ian Abbott · 11 years ago
  30. da56fdc staging: comedi: change comedi_read/write_subdevice() parameters by Ian Abbott · 11 years ago
  31. c88db46 staging: comedi: use minor device number in attribute functions by Ian Abbott · 11 years ago
  32. 7f4656c staging: comedi: get mutex before subdevice in attribute functions by Ian Abbott · 11 years ago
  33. 7a4e5a9 staging: comedi: rename dev parameter of device attribute functions by Ian Abbott · 11 years ago
  34. 0918e59 staging: comedi: remove hardware_device from struct comedi_device_info by Ian Abbott · 11 years ago
  35. ea1cc39 staging: comedi: remove comedi_clear_minor() by Ian Abbott · 11 years ago
  36. 5b7dba1 staging: comedi: separate board and subdevice minor tables by Ian Abbott · 11 years ago
  37. 8907cf6 staging: comedi: remove COMEDI_FIRST_SUBDEVICE_MINOR by Ian Abbott · 11 years ago
  38. eda5682 staging: comedi: move COMEDI_NUM_MINORS and COMEDI_FIRST_SUBDEVICE_MINOR by Ian Abbott · 11 years ago
  39. da619f5 staging: comedi: change comedi_file_info_table_lock to mutex by Ian Abbott · 11 years ago
  40. db2e348 staging: comedi: set hw_dev in comedi_alloc_board_minor() by Ian Abbott · 11 years ago
  41. b2a644b staging: comedi: simplify driver module counting by Ian Abbott · 11 years ago
  42. d9740a0 staging: comedi: avoid forward declarations by Ian Abbott · 11 years ago
  43. 8ab4ed6 staging: comedi: remove manually unconfigured dynamic devices by Ian Abbott · 11 years ago
  44. 1f423cf staging: comedi: no need to evade comedi_auto_unconfig() by Ian Abbott · 11 years ago
  45. 38b9722 staging: comedi: avoid releasing legacy minors automatically by Ian Abbott · 11 years ago
  46. 0777839 staging: comedi: pre-lock mutex on creation of comedi device by Ian Abbott · 11 years ago
  47. 7638ffc staging: comedi: change comedi_alloc_board_minor() to return pointer by Ian Abbott · 11 years ago
  48. 70f30c3 staging: comedi: make comedi_free_board_minor() static by Ian Abbott · 11 years ago
  49. 3346b79 staging: comedi: add comedi_release_hardware_device() by Ian Abbott · 11 years ago
  50. 24fb134 staging: comedi: refactor comedi_free_board_minor() by Ian Abbott · 11 years ago
  51. a649a67 staging: comedi: adjust module count on device cleanup by Ian Abbott · 11 years ago
  52. 4ca7da6 staging: comedi: remove memset() call from comedi_device_init() by Ian Abbott · 11 years ago
  53. 9162220 staging: comedi: no need to zero out comedi_file_info_table[] by Ian Abbott · 11 years ago
  54. 13f12b5 staging: comedi: make 'in_request_module' a bool bit-field by Ian Abbott · 11 years ago
  55. 6131ffa more file_inode() open-coded instances by Al Viro · 11 years ago
  56. b12da2e staging: comedi: correct error message in comedi_alloc_subdevice_minor() by Ian Abbott · 12 years ago
  57. da71854 staging: comedi: don't return minor from comedi_alloc_subdevice_minor() by Ian Abbott · 12 years ago
  58. cc400e1 staging: comedi: check s->async for poll(), read() and write() by Ian Abbott · 12 years ago
  59. 4a79f73 staging: comedi: remove 'comedi_autoconfig' module parameter by H Hartley Sweeten · 12 years ago
  60. f65cc54 staging: comedi: change comedi_alloc_subdevice_minor parameters by Ian Abbott · 12 years ago
  61. 682b911 staging: comedi: cleanup all board minors on module exit by Ian Abbott · 12 years ago
  62. 754ab5c staging: comedi: disallow COMEDI_DEVCONFIG on non-board minors by Ian Abbott · 12 years ago
  63. 1046406 staging: comedi: don't override read/write subdevice if not supported by Ian Abbott · 12 years ago
  64. 5b6cbd8 staging: comedi: comedi_fops: remove last forward declaration by H Hartley Sweeten · 12 years ago
  65. 24d8e51 staging/comedi: Use bool initializations by Peter Huewe · 12 years ago
  66. 61c9fb0 staging: comedi: comedi_buf: rename comedi_reset_async_buf() by H Hartley Sweeten · 12 years ago
  67. d184313 staging: comedi: deprecate loading firmware with comedi_config by H Hartley Sweeten · 12 years ago
  68. ba1bcf6 staging: comedi: (core): add comedi_dev_from_file_info() by Ian Abbott · 12 years ago
  69. 17cb3be Merge branch 'staging-linus' into staging-next by Greg Kroah-Hartman · 12 years ago
  70. 90a35c1 staging: comedi: store the 'index' for each subdevice by H Hartley Sweeten · 12 years ago
  71. 71cf6d3 staging: comedi: comedi_fops: use kzalloc in comedi_alloc_subdevice_minor() by H Hartley Sweeten · 12 years ago
  72. a52840a staging: comedi: comedi_fops: cleanup comedi_mmap() by H Hartley Sweeten · 12 years ago
  73. 401d99d staging: comedi: comedi_fops: cleanup comedi_{read, write}_subdevice() by H Hartley Sweeten · 12 years ago
  74. 9682e28 staging: comedi: comedi_fops: introduce comedi_is_subdevice_idle() by H Hartley Sweeten · 12 years ago
  75. c098c21a staging: comedi: comedi_fops: introduce comedi_is_subdevice_in_error() by H Hartley Sweeten · 12 years ago
  76. ade1764 staging: comedi: comedi_fops: don't export comedi_get_subdevice_runflags() by H Hartley Sweeten · 12 years ago
  77. f012463 staging: comedi: use comedi_is_subdevice_running() by H Hartley Sweeten · 12 years ago
  78. e0dac31 staging: comedi: comedi_fops: introduce comedi_is_subdevice_running() by H Hartley Sweeten · 12 years ago
  79. 7412071 staging: comedi: comedi_fops: move comedi_get_subdevice_runflags() by H Hartley Sweeten · 12 years ago
  80. bc252fd staging: comedi: comedi_fops: fix a number of sizeof(struct foo) forms by H Hartley Sweeten · 12 years ago
  81. 76cca89 staging: comedi: comedi_fops: move comedi_cleanup_legacy_minors() by H Hartley Sweeten · 12 years ago
  82. 91fa0b0 staging: comedi: comedi_fops: move the module_{init, exit} functions to EOF by H Hartley Sweeten · 12 years ago
  83. a578782 staging: comedi: comedi_fops: move the MODULE_* information to EOF by H Hartley Sweeten · 12 years ago
  84. 2714b01 staging: comedi: comedi_fops: remove the goto's in comedi_write() by H Hartley Sweeten · 12 years ago
  85. 5c87fef staging: comedi: comedi_fops: remove the goto's in comedi_read() by H Hartley Sweeten · 12 years ago
  86. ca081b1 staging: comedi: comedi_fops: cleanup comedi_poll() by H Hartley Sweeten · 12 years ago
  87. 0e70092 staging: comedi: comedi_fops: cleanup do_devinfo_ioctl() by H Hartley Sweeten · 12 years ago
  88. 7d8a256 staging: comedi: comedi_fops: rename comedi_{read,write}_subdevice() by H Hartley Sweeten · 12 years ago
  89. ed69335 staging: comedi: comedi_fops: rename comedi_get_device_file_info() by H Hartley Sweeten · 12 years ago
  90. cd6b763 staging: comedi: comedi_fops: rename struct comedi_device_file_info by H Hartley Sweeten · 12 years ago
  91. e79c8d2 staging: comedi: don't expose struct comedi_device_file_info by H Hartley Sweeten · 12 years ago
  92. 87b1ad7 staging: comedi: comedi_fops: don't export comedi_get_device_file_info() by H Hartley Sweeten · 12 years ago
  93. 4da5fa9 staging: comedi: use comedi_dev_from_minor() by H Hartley Sweeten · 12 years ago
  94. 85104e9 staging: comedi: comedi_fops: introduce comedi_dev_from_minor() by H Hartley Sweeten · 12 years ago
  95. 43bd33f staging: comedi: don't expose comedi_get_{read, write}_subdevice by H Hartley Sweeten · 12 years ago
  96. 2aae007 staging: comedi: comedi_fops: remove forward declarations by H Hartley Sweeten · 12 years ago
  97. 7d3135a staging: comedi: prevent auto-unconfig of manually configured devices by Ian Abbott · 12 years ago
  98. 1b6c710 staging: comedi: remove unnecessary '#define __NO_VERSION__' by H Hartley Sweeten · 12 years ago
  99. b0a2b6d staging: comedi: check data length for INSN_CONFIG_DIGITAL_TRIG by Ian Abbott · 12 years ago
  100. c8cad4c staging: comedi: fix memory leak for saved channel list by Ian Abbott · 12 years ago