1. 696f74c staging/android: move sync_file functions comments to sync.c by Gustavo Padovan · 8 years ago
  2. 2a7c1db staging/android: drop sync_file_install() and sync_file_put() by Gustavo Padovan · 8 years ago
  3. a64d6a6 staging/android: remove redundant comments on sync_merge_data by Gustavo Padovan · 8 years ago
  4. 2d75c88 staging/android: refactor SYNC IOCTLs by Gustavo Padovan · 8 years ago
  5. 3ed605b kernel.h: add u64_to_user_ptr() by Gustavo Padovan · 8 years ago
  6. b5b7fe8 staging: android: Fix grammar error in Kconfig file by Leo Sperling · 8 years ago
  7. d03c023 MAINTAINERS: Add Android Ion as a separate entry by Laura Abbott · 8 years ago
  8. af4981f staging: rtl8723au: Add warning about this driver being deprecated by Jes Sorensen · 8 years ago
  9. 6c3b78a staging: comedi: mite: don't expose CHSR_* bit defines by H Hartley Sweeten · 8 years ago
  10. 0c912e5 staging: comedi: mite: return void from mite_ack_linkc() by H Hartley Sweeten · 8 years ago
  11. f7d005c staging: comedi: mite: make mite_ack_linkc() handle mite_sync_dma() by H Hartley Sweeten · 8 years ago
  12. 3da088c staging: comedi: ni_mio_common: handle_a_interrupt() does not need ai_mite_status by H Hartley Sweeten · 8 years ago
  13. 7101711 staging: comedi: ni_mio_common: simplify AI LINKC handling by H Hartley Sweeten · 8 years ago
  14. ba5c0da staging: comedi: ni_mio_common: fix interrupt handler for dev->read_subdev by H Hartley Sweeten · 8 years ago
  15. 4b2d738 staging: comedi: ni_mio_common: handle_b_interrupt() does not need ao_mite_status by H Hartley Sweeten · 8 years ago
  16. 7ef1745 staging: comedi: ni_mio_common: fix interrupt handler for dev->write_subdev by H Hartley Sweeten · 8 years ago
  17. 72639a1 staging: comedi: ni_mio_common: absorb mite_handle_b_linkc() by H Hartley Sweeten · 8 years ago
  18. cc38da7 staging: comedi: mite: check for transfer errors in mite_ack_linkc() by H Hartley Sweeten · 8 years ago
  19. 21e871f staging: comedi: mite: cleanup remaining mite register/bits by H Hartley Sweeten · 8 years ago
  20. 7024cc8 staging: comedi: mite: remove BUG_ON() in MITE_IODWBSR_1_WSIZE_bits() by H Hartley Sweeten · 8 years ago
  21. 43d6672 staging: comedi: mite: document the mite_struct spinlock_t by H Hartley Sweeten · 8 years ago
  22. 268bc9c staging: comedi: mite: rename CamelCase CHSR bit enums by H Hartley Sweeten · 8 years ago
  23. 51d4300 staging: comedi: mite: introduce mite_sync_dma() by H Hartley Sweeten · 8 years ago
  24. 33b0b69 staging: comedi: mite: don't expose unnecessary register/bit info by H Hartley Sweeten · 8 years ago
  25. 4d88096 staging: comedi: mite: introduce mite_ack_linkc() by H Hartley Sweeten · 8 years ago
  26. 96f3153 staging: comedi: mite: don't expose mite_dma_reset() by H Hartley Sweeten · 8 years ago
  27. eecbade staging: comedi: ni_pcidio: remove redundant mite disarm/reset by H Hartley Sweeten · 8 years ago
  28. ef81f55 staging: comedi: mite: remove mite_struct member 'daq_phys_addr' by H Hartley Sweeten · 8 years ago
  29. 0db6624 staging: comedi: mite: remove mite_struct member 'mite_phys_addr' by H Hartley Sweeten · 8 years ago
  30. 0d9bfc2 staging: comedi: mite: don't export internal functions by H Hartley Sweeten · 8 years ago
  31. a2a9d1b staging: comedi: mite: remove mite_dma_tcr() by H Hartley Sweeten · 8 years ago
  32. ace613e staging: comedi: mite: remove TOP_OF_PAGE() macro by H Hartley Sweeten · 8 years ago
  33. aac00ea staging: comedi: mite: Prefer 'unsigned int' to bare use of 'unsigned' by H Hartley Sweeten · 8 years ago
  34. 6f7fa70 staging: comedi: ni_mio_common: introduce NI_STC_DMA_CHAN_SEL() by H Hartley Sweeten · 8 years ago
  35. bbd9622 staging: comedi: mite.h: rename CHSR_LxERR_mask by H Hartley Sweeten · 8 years ago
  36. b24a3ec staging: comedi: ni_mio_common: fix CamelCase in ni_serial_hw_readwrite8() by H Hartley Sweeten · 8 years ago
  37. 68556ff staging: comedi: ni_mio_common: remove 'fudge_factor_80_to_20Mhz' by H Hartley Sweeten · 8 years ago
  38. 8a5b817 staging: comedi: ni_mio_common: usleep_range is preferred over udelay by H Hartley Sweeten · 8 years ago
  39. 2e2f7b7 staging: comedi: ni_mio_common: tidy up ni_gpct_write_register() by H Hartley Sweeten · 8 years ago
  40. 1392dcc staging: comedi: ni_mio_common: tidy up AO scan begin by H Hartley Sweeten · 8 years ago
  41. 55f9e7d staging: comedi: ni_mio_common: tidy up AO trigger selection by H Hartley Sweeten · 8 years ago
  42. 0b235d5 staging: comedi: ni_mio_common: convert NI_GPCT_SUBDEV to a macro by H Hartley Sweeten · 8 years ago
  43. 7389498 staging: comedi: ni_mio_common: fix logical continuations by H Hartley Sweeten · 8 years ago
  44. beb1cc1 staging: comedi: ni_mio_common: multiple assignments should be avoided by H Hartley Sweeten · 8 years ago
  45. b6a0e5b staging: comedi: ni_mio_common: fix lines over 80 characters by H Hartley Sweeten · 8 years ago
  46. bd474a0 staging: comedi: ni_mio_common: tidy up block comments by H Hartley Sweeten · 8 years ago
  47. 546615f staging: comedi: ni_mio_common: use 'unsigned int' instead of kernel types by H Hartley Sweeten · 8 years ago
  48. fe20a34 staging: comedi: ni_mio_common: Prefer 'unsigned int' to bare use of 'unsigned' by H Hartley Sweeten · 8 years ago
  49. cf122bb staging: comedi: ni_mio_common: tidy up DIO subdevice ifdef'ery by H Hartley Sweeten · 8 years ago
  50. b7cd3f6 staging: comedi: ni_mio_common: tidy up mite dma channel releases by H Hartley Sweeten · 8 years ago
  51. 38b81a7 staging: comedi: ni_mio_common: tidy up mite dma channel requests by H Hartley Sweeten · 8 years ago
  52. bf2388b staging: comedi: ni_mio_common: remove some unnecessary BUG_ON() by H Hartley Sweeten · 8 years ago
  53. 0983530 staging: comedi: das1800: update the MODULE_DESCRIPTION by H Hartley Sweeten · 8 years ago
  54. a6b7dbb staging: comedi: das1800: allow setting the external trigger polarity by H Hartley Sweeten · 8 years ago
  55. a2706b0 staging: comedi: das1800: clarify the analog input cmd triggers by H Hartley Sweeten · 8 years ago
  56. 5f657f8 staging: comedi: das1800: fix comments about the 'ao' board range by H Hartley Sweeten · 8 years ago
  57. 6d8c9a9 staging: comedi: das1800: fix lines over 80 characters by H Hartley Sweeten · 8 years ago
  58. b52fd5f staging: comedi: das1800: fix comments in das1800_ai_handler() by H Hartley Sweeten · 8 years ago
  59. 99ad808 staging: comedi: das1800: fix comments in das1800_ai_cmd() by H Hartley Sweeten · 8 years ago
  60. 18092f4 staging: comedi: das1800: remove the function comments by H Hartley Sweeten · 8 years ago
  61. 7d5fa05 staging: comedi: das1800: clarify step 4 of the ai (*do_cmdtest) by H Hartley Sweeten · 8 years ago
  62. cf9eaee staging: comedi: das1800: remove the private data member comments by H Hartley Sweeten · 8 years ago
  63. 5b28b8c staging: comedi: das1800: move comment about max conversion speeds by H Hartley Sweeten · 8 years ago
  64. cc3ddba staging: comedi: das1800: change type of private data 'fifo_buf' by H Hartley Sweeten · 8 years ago
  65. bface0f staging: comedi: das1800: cleanup copyright and comedi comment blocks by H Hartley Sweeten · 8 years ago
  66. 9833302 staging: comedi: das1800: document the spinlock by H Hartley Sweeten · 8 years ago
  67. fb90ec0 staging: comedi: das1800: absorb control_a_bits() by H Hartley Sweeten · 8 years ago
  68. cfc2236 staging: comedi: das1800: use comedi_timeout() by H Hartley Sweeten · 8 years ago
  69. 7b1924b staging: comedi: das1800: refactor program_chanlist() by H Hartley Sweeten · 8 years ago
  70. ceba822 staging: comedi: das1800: absorb control_c_bits() by H Hartley Sweeten · 8 years ago
  71. 843681c staging: comedi: das1800: introduce das1800_ai_chanspec_bits() by H Hartley Sweeten · 8 years ago
  72. 750bca6 staging: comedi: das1800: add analog output readback by H Hartley Sweeten · 8 years ago
  73. a5405cf staging: comedi: das1800: change type of 'ai_speed' boardinfo by H Hartley Sweeten · 8 years ago
  74. ac8ebf8 staging: comedi: das1800: remove 'qram_len' boardinfo by H Hartley Sweeten · 8 years ago
  75. 5068827 staging: comedi: das1800: refactor 'range_ai' boardinfo by H Hartley Sweeten · 8 years ago
  76. 8114b5e staging: comedi: das1800: remove 'ao_ability' boardinfo by H Hartley Sweeten · 8 years ago
  77. 1322f14 staging: comedi: das1800: remove 'ao_n_chan' boardinfo by H Hartley Sweeten · 8 years ago
  78. 4c6f738 staging: comedi: das1800: tidy up das1800_ao_insn_write() by H Hartley Sweeten · 8 years ago
  79. 605b670 staging: comedi: das1800: initialize all analog outputs by H Hartley Sweeten · 8 years ago
  80. bc52420 staging: comedi: das1800: remove 'do_n_chan' boardinfo by H Hartley Sweeten · 8 years ago
  81. dad1e30 staging: comedi: das1800: remove 'resolution' boardinfo by H Hartley Sweeten · 8 years ago
  82. 90f39b9 staging: comedi: das1800: use comedi_offset_munge() for analog output by H Hartley Sweeten · 8 years ago
  83. 7a92549 staging: comedi: das1800: remove 'common' boardinfo member by H Hartley Sweeten · 8 years ago
  84. fa33428 staging: comedi: das1800: tidy up das1800_probe() by H Hartley Sweeten · 8 years ago
  85. 1e436ce staging: comedi: das1800: tidy up boardinfo by H Hartley Sweeten · 8 years ago
  86. 7684174 staging: comedi: das1800: tidy up analog input subdevice init by H Hartley Sweeten · 8 years ago
  87. f4c96e0 staging: comedi: das1800: tidy up analog output subdevice init by H Hartley Sweeten · 8 years ago
  88. 92a3b54 staging: comedi: das1800: tidy up digital input subdevice init by H Hartley Sweeten · 8 years ago
  89. 5934ff9 staging: comedi: das1800: tidy up digital output subdevice init by H Hartley Sweeten · 8 years ago
  90. a512f53 staging: comedi: plx9080.h: rename CamelCase enum value by H Hartley Sweeten · 8 years ago
  91. a104336 staging: comedi: comedi_8254.h: tidy up the register map defines by H Hartley Sweeten · 8 years ago
  92. d074aeb staging: comedi: amcc_s5933.h: tidy up comment issues by H Hartley Sweeten · 8 years ago
  93. c0cb87a staging: comedi: ni_stc.h: tidy up block comments by H Hartley Sweeten · 8 years ago
  94. fb82926 staging: comedi: ni_stc.h: Prefer kernel type 'u8' over 'uint8_t' by H Hartley Sweeten · 8 years ago
  95. fd46fe7 staging: comedi: ni_stc.h: Prefer 'unsigned int' to bare use of 'unsigned' by H Hartley Sweeten · 8 years ago
  96. 30539a11 staging: comedi: das1800: fix das-1801st-da boardinfo by H Hartley Sweeten · 8 years ago
  97. afd0558 staging: comedi: das1800: fix analog input sample munging by H Hartley Sweeten · 8 years ago
  98. d375278 staging: comedi: das1800: fix possible NULL dereference by H Hartley Sweeten · 8 years ago
  99. 3a56d70 staging: unisys: visorbus: initialize variables by David Binder · 8 years ago
  100. 260d899 staging: unisys: visorbus: remove unused chipsetready information by Erik Arfvidson · 8 years ago