1. 799f89c staging: comedi: pcl818: remove 'ai_mode' from private data by H Hartley Sweeten · 11 years ago
  2. b619f5a staging: comedi: pcl816: remove 'int816_mode' from private data by H Hartley Sweeten · 11 years ago
  3. 10933a9 staging: comedi: pcl818: exit interrupt quick when there is nothing to do by H Hartley Sweeten · 11 years ago
  4. d7a9f76 staging: comedi: pcl816: exit interrupt quick when there is nothing to do by H Hartley Sweeten · 11 years ago
  5. 776d5b5 staging: comedi: pcl812: remove "spurious interrupt" noise by H Hartley Sweeten · 11 years ago
  6. 905a832 staging: comedi: pcl818: fix (*cancel) when cmd->stop_src == TRIG_NONE by H Hartley Sweeten · 11 years ago
  7. edf0f32 staging: comedi: pcl816: clarify 'irq_was_now_closed' flag in private data by H Hartley Sweeten · 11 years ago
  8. 2850b1c staging: comedi: pcl818: reduce indent level in pcl818_ai_cancel() by H Hartley Sweeten · 11 years ago
  9. 61b3980 staging: comedi: pcl816: reduce indent level in pcl816_ai_cancel() by H Hartley Sweeten · 11 years ago
  10. a8f461c staging: comedi: pcl818: factor out the common "dropout" detect code by H Hartley Sweeten · 11 years ago
  11. 4206e1b staging: comedi: pcl818: introduce pcl818_ai_get_fifo_sample() by H Hartley Sweeten · 11 years ago
  12. 61ef471 staging: comedi: pcl818: fix PCL818_FI_DATAHI by H Hartley Sweeten · 11 years ago
  13. 6d5b785 staging: comedi: pcl818: factor out the common "next ai chan" code by H Hartley Sweeten · 11 years ago
  14. 0f8837b staging: comedi: pcl816: factor out the "next ai chan" code by H Hartley Sweeten · 11 years ago
  15. db702b7 staging: comedi: pcl812: factor out the common "next ai chan" code by H Hartley Sweeten · 11 years ago
  16. 8429504 staging: comedi: pcl816: only hook up async command support if DMA is available by H Hartley Sweeten · 11 years ago
  17. 885a7da staging: comedi: pcl816: remove unreachable interrupt handler code by H Hartley Sweeten · 11 years ago
  18. 1270057 staging: comedi: pcl818: interrupt handlers should not busywait by H Hartley Sweeten · 11 years ago
  19. db0446d staging: comedi: pcl812: interrupt handlers should not busywait by H Hartley Sweeten · 11 years ago
  20. 080ee88 staging: comedi: pcl816: remove 'dmasamplesize' from private data by H Hartley Sweeten · 11 years ago
  21. b0b9085 staging: comedi: pcl812: remove 'ai_data_len' from private data by H Hartley Sweeten · 11 years ago
  22. ab72ef3 staging: comedi: pcl818: factor out dma setup to helper functions by H Hartley Sweeten · 11 years ago
  23. 82ac3e7 staging: comedi: pcl816: factor out dma setup to helper functions by H Hartley Sweeten · 11 years ago
  24. 9173bf1 staging: comedi: pcl812: factor out dma setup to helper functions by H Hartley Sweeten · 11 years ago
  25. 00aba6e staging: comedi: pcl818: remove 'neverending_ai' from private data by H Hartley Sweeten · 11 years ago
  26. 68d7808 staging: comedi: pcl816: remove 'ai_neverending' from private data by H Hartley Sweeten · 11 years ago
  27. be40b46 staging: comedi: pcl812: remove 'ai_neverending' from private data by H Hartley Sweeten · 11 years ago
  28. 80cc648 staging: comedi: pcl818: fix board resource region request by H Hartley Sweeten · 11 years ago
  29. 569d138 staging: comedi: pcl818: remove pcl818_check() by H Hartley Sweeten · 11 years ago
  30. 3b84e79 staging: comedi: pcl816: remove pcl816_check() by H Hartley Sweeten · 11 years ago
  31. 002de0b staging: dgap: Simplify and cleanup dgap_init_module function by Mark Hounschell · 11 years ago
  32. 434b679 staging: dgap: Remove printks associated with sysfile creation by Mark Hounschell · 11 years ago
  33. 6126022 staging: dgap: Remove some dead code by Mark Hounschell · 11 years ago
  34. 8fc324e staging: dgap: fix a few more 80+ lines as reported by checkpatch by Mark Hounschell · 11 years ago
  35. 8a2c9c4 staging: dgap: fix a few more 80+ lines as reported by checkpatch by Mark Hounschell · 11 years ago
  36. 6045b6a staging: dgap: fix a few more 80+ lines as reported by checkpatch by Mark Hounschell · 11 years ago
  37. 2f60b33 staging: dgap: fix a few 80+ char lines as reported by checkpatch by Mark Hounschell · 11 years ago
  38. af5b80b staging: dgap: fix suspect code indent for conditional statements checkpatch warning by Mark Hounschell · 11 years ago
  39. c4875eb staging: dgap: fix checkpatch warning on sscanf usage by Mark Hounschell · 11 years ago
  40. c96f565 staging: dgap: Remove module param and sysfs var rawreadok by Mark Hounschell · 11 years ago
  41. a9072fe staging: dgap: remove unnecessary dgap_global_lock by Mark Hounschell · 11 years ago
  42. 54794d1 staging: dgap: Don't remove sysfs group we failed to create by Mark Hounschell · 11 years ago
  43. 249e734 staging: dgap: fix some pr_warns with new lines in the string by Mark Hounschell · 11 years ago
  44. 82ed977 staging: dgap: Add curly braces back in for Multi-line indent block by Mark Hounschell · 11 years ago
  45. 3eb1415 staging: dgap: get rid of nasty DGAP_VERIFY_BOARD macro by Mark Hounschell · 11 years ago
  46. dc7fcc9 staging: dgap: Remove more degug/tracing code by Mark Hounschell · 11 years ago
  47. 9b073ac staging: dgap: Fix various previously missed checkpatch errors by Mark Hounschell · 11 years ago
  48. 8cbb5e3 staging: dgap: Fix printk related errors as reported by checkpatch by Mark Hounschell · 11 years ago
  49. 01a8d25 staging:dgap: Fix externs should be avoided in .c files as reported by checkpatch by Mark Hounschell · 11 years ago
  50. 7091be3 Staging: unisys: virthba: Add dependency on SCSI by Ken Cox · 11 years ago
  51. 927c792 staging: unisys: Give exported symbols unique names by Ken Cox · 11 years ago
  52. 0d776fa staging: unisys: remove unreferenced utility functions. by Ken Cox · 11 years ago
  53. 1fa21a7 staging: cxt1e1: removed version string declaration by Shaun Laing · 11 years ago
  54. b16aad3 Staging: rtl8712: fix an error test in start_drv_threads() by Dan Carpenter · 11 years ago
  55. 879cb0c staging: rtl8712: fix some confusing indenting by Dan Carpenter · 11 years ago
  56. 88fa1eb staging: usbip: vhci_sysfs.c: check return value of sscanf by John de la Garza · 11 years ago
  57. d629947 Merge tag 'iio-for-3.15c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 11 years ago
  58. 843a01f drivers: staging: rtl8187se: refactor wmm_param_update by Axel Rasmussen · 11 years ago
  59. aaf3f2d drivers: staging: rtl8187se: wrap excessively long lines by Axel Rasmussen · 11 years ago
  60. 10ca862 drivers: staging: rtl8187se: fixed checkpatch.pl errors by Axel Rasmussen · 11 years ago
  61. d310c5a drivers: staging: rtl8187se: fixed broken indentation by Axel Rasmussen · 11 years ago
  62. 8d808aa drivers: staging: rtl8187se: wrap excessively long lines by Axel Rasmussen · 11 years ago
  63. 52c25f2 drivers: staging: rtl8187se: wrap excessively long lines by Axel Rasmussen · 11 years ago
  64. 3187fcb drivers: staging: rtl8187se: wrap excessively long lines by Axel Rasmussen · 11 years ago
  65. 6c76aab drivers: staging: rtl8187se: refactor/clean signal smoothing by Axel Rasmussen · 11 years ago
  66. d11ca55 drivers: staging: rtl8187se: use netdev_* instead of prink by Axel Rasmussen · 11 years ago
  67. abed632 staging: s-Par driver documentation by Ken Cox · 11 years ago
  68. dc95086 staging: virthba driver to access shared SCSI hba by Ken Cox · 11 years ago
  69. af86526 staging: virtpci driver by Ken Cox · 11 years ago
  70. bac8a4d staging: visoruislib driver used to handle requests from virtpci by Ken Cox · 11 years ago
  71. 7b2a2d8 staging: visorchannelstub driver to provide channel support routines by Ken Cox · 11 years ago
  72. 12e364b staging: visorchipset driver to provide registration and other services by Ken Cox · 11 years ago
  73. e423812 staging: visorchannel module by Ken Cox · 11 years ago
  74. 9d9baad staging: visorutil driver to provide common functionality to other s-Par drivers by Ken Cox · 11 years ago
  75. 6b02933 drivers:staging:ozwpan Replaced wrapper functions with actual spin lock function by Surendra Patil · 11 years ago
  76. 5c2f26d staging: octeon-ethernet: add missing include by Aaro Koskinen · 11 years ago
  77. 54bf917 staging: octeon-ethernet: make global_register_lock static by Aaro Koskinen · 11 years ago
  78. 54396b6 staging: octeon-ethernet: make cvm_oct_free_tx_skbs static by Aaro Koskinen · 11 years ago
  79. 9041961 staging: octeon-ethernet: make num_packet_buffers static by Aaro Koskinen · 11 years ago
  80. 5ff8bebb staging: octeon-ethernet: drop CONFIG_CAVIUM_OCTEON_NUM_PACKET_BUFFERS by Aaro Koskinen · 11 years ago
  81. ba835c1 staging: comedi: ke_counter: update the MODULE_DESCRIPTION by H Hartley Sweeten · 11 years ago
  82. cbc7179 staging: comedi: ke_counter: tidy up multi-line comments by H Hartley Sweeten · 11 years ago
  83. 661b9db staging: comedi: ke_counter: add digital output support by H Hartley Sweeten · 11 years ago
  84. 7556dc3 staging: comedi: ke_counter: rename cnt_auto_attach() by H Hartley Sweeten · 11 years ago
  85. d250972 staging: comedi: ke_counter: fix ke_counter_insn_read() by H Hartley Sweeten · 11 years ago
  86. 99a1b98 staging: comedi: ke_counter: fix ke_counter_insn_write() by H Hartley Sweeten · 11 years ago
  87. 89d9dcd staging: comedi: ke_counter: tidy up the subdevice init by H Hartley Sweeten · 11 years ago
  88. 4761fb4 staging: comedi: ke_counter: define the register map by H Hartley Sweeten · 11 years ago
  89. 8fff5ac staging: comedi: ke_counter: remove CNT_CARD_DEVICE_ID by H Hartley Sweeten · 11 years ago
  90. 553a518 staging: cxt1e1: Add extern keyword for sparse 'static' warning by Shaun Laing · 11 years ago
  91. 293ed46 staging: cxt1e1: Fix line length over 80 characters in linux.c by Daeseok Youn · 11 years ago
  92. aa562fa staging: cxt1e1: Fix no spaces at the start of a line in linux.c by Daeseok Youn · 11 years ago
  93. 922b81b staging: cxt1e1: remove space between function name and parenthesis by Daeseok Youn · 11 years ago
  94. 5326192 staging: cxt1e1: fix checkpatch errors with open brace '{' by Daeseok Youn · 11 years ago
  95. 418af0d staging: cxt1e1: fix checkpatch error 'assignment in if condition' by Daeseok Youn · 11 years ago
  96. 532fdaa Staging: cxt1e1: Fix line length over 80 characters in hwprobe.c by Daeseok Youn · 11 years ago
  97. a8b42ea Staging:tidspbridge: Fixed braces, spaces and long line coding style by Masood Mehmood · 11 years ago
  98. cec2e7b staging/usbip: change usbip userspace to include new uapi usbip.h by Shuah Khan · 11 years ago
  99. cd84ec9 staging/usbip: change usbip to include new uapi usbip.h by Shuah Khan · 11 years ago
  100. 78a10b8 staging/usbip: add uapi header to export usbip kernel interfaces by Shuah Khan · 11 years ago