1. 96cab4c staging: wilc1000: wilc_msgqueue.c: remove unnecessary parentheses by Chaehyun Lim · 9 years ago
  2. b6583f7 staging: wilc1000: wilc_msgqueue.c: remove blank line before a close brace by Chaehyun Lim · 9 years ago
  3. df1890a staging: wilc1000: wilc_msgqueue.c: remove multiple blank lines by Chaehyun Lim · 9 years ago
  4. 32728da staging: wilc1000: wilc_msgqueue.c: remove blank line after open brace by Chaehyun Lim · 9 years ago
  5. 6fffc62 staging: wilc1000: wilc_msgqueue.c: remove braces for single statement by Chaehyun Lim · 9 years ago
  6. 8dfaafd staging: wilc1000: add a blank line after declaration by Chaehyun Lim · 9 years ago
  7. 297a1c3 staging: wilc1000: replace MALLOC_WILC_BUFFER() macro to avoid possible memory leak by Raphaël Beamonte · 9 years ago
  8. 7a669e5 staging: wilc1000: remove FREE_WILC_BUFFER() by Raphaël Beamonte · 9 years ago
  9. b8797af staging: android: fix coding style checks in sw_sync.c by Trung Thanh Le · 9 years ago
  10. 7048c1f staging: android: ashmem.c: 'Alignment' style issue by Peng Sun · 9 years ago
  11. b8d3bfa staging: android: ashmem.c: 'No space necessary after' style issue by Peng Sun · 9 years ago
  12. d2e4f68 staging: android: ashmem.c: 'spaces preferred around that -' style issue by Peng Sun · 9 years ago
  13. 9cb693f staging: vt6655: replace typedef struct tagSRxDesc by Malcolm Priestley · 9 years ago
  14. 88defe2 staging: vt6655: replace typedef struct tagDEVICE_RD_INFO by Malcolm Priestley · 9 years ago
  15. 9fc7091 staging: vt6655: replace typedef struct tagRDES1 by Malcolm Priestley · 9 years ago
  16. de1c186 staging: vt6655: replace typedef struct tagRDES0 by Malcolm Priestley · 9 years ago
  17. e48c9c2 staging: comedi: usbduxfast: remove unnecessary clearing of private data by H Hartley Sweeten · 9 years ago
  18. 42293db staging: comedi: usbduxfast: absorb usbduxfast_attach_common() by H Hartley Sweeten · 9 years ago
  19. 7c79c014 staging: comedi: usbduxfast: remove unnecessary semaphore down/up by H Hartley Sweeten · 9 years ago
  20. a05e94b staging: comedi: usbduxfast: document strange ai maxdata by H Hartley Sweeten · 9 years ago
  21. 7b0fc5b staging: comedi: usbduxfast: use a common exit path in ai (*do_cmd) by H Hartley Sweeten · 9 years ago
  22. c748deb staging: comedi: usbduxfast: tidy up the conversion timing validation by H Hartley Sweeten · 9 years ago
  23. fe0d96b staging: comedi: usbduxfast: TRIG_EXT is only valid for cmd->start_src by H Hartley Sweeten · 9 years ago
  24. d636f87 staging: comedi: usbduxfast: TRIG_EXT only works for 1 or 16 channels by H Hartley Sweeten · 9 years ago
  25. 24b8378 staging: comedi: usbduxfast: fix multi-line comment by H Hartley Sweeten · 9 years ago
  26. 2696154 staging: comedi: usbduxfast: use preferred kernel types by H Hartley Sweeten · 9 years ago
  27. fd9fe1f staging: comedi: usbduxfast: remove impossible 'if (!devpriv)' checks by H Hartley Sweeten · 9 years ago
  28. db1876f staging: comedi: usbduxfast: only chanlist of 1, 2, 3, or 16 are supported by H Hartley Sweeten · 9 years ago
  29. 99555fc staging: comedi: usbduxfast: chanlist check is Step 5 of (*do_cmdtest) by H Hartley Sweeten · 9 years ago
  30. a399d81 staging: comedi: s526: fix the block comments by H Hartley Sweeten · 9 years ago
  31. 4f3ed25 staging: comedi: s526: remove #if 0'ed out code block by H Hartley Sweeten · 9 years ago
  32. 537dd66 staging: comedi: s526: remove unnecessary defines by H Hartley Sweeten · 9 years ago
  33. 21424e3 staging: comedi: s526: remove s526_ai_insn_config() by H Hartley Sweeten · 9 years ago
  34. bf483f1 staging: comedi: s526: tidy up s526_ai_rinsn() by H Hartley Sweeten · 9 years ago
  35. 09c5d6c staging: comedi: s526: wait for analog output conversions to complete by H Hartley Sweeten · 9 years ago
  36. 12911c2 staging: comedi: s526: tidy up subdevice init by H Hartley Sweeten · 9 years ago
  37. 2c6b582 staging: comedi: s526: define the eeprom data and control registers by H Hartley Sweeten · 9 years ago
  38. 64fe38f staging: comedi: s526: define the miscellaneous register and bits by H Hartley Sweeten · 9 years ago
  39. 658441b staging: comedi: s526: define the digtial I/O control register and bits by H Hartley Sweeten · 9 years ago
  40. 8a5d6d2 staging: comedi: s526: define the interrupt enable/status registers by H Hartley Sweeten · 9 years ago
  41. 15bccf2 staging: comedi: s526: add defines for the ao/ai data register by H Hartley Sweeten · 9 years ago
  42. fe79b3d staging: comedi: s526: define the ADC (analog input) control register and bits by H Hartley Sweeten · 9 years ago
  43. abbb648 staging: comedi: s526: define the DAC (analog output) control register and bits by H Hartley Sweeten · 9 years ago
  44. 088c1ce staging: comedi: s526: define the watchdog timer control register and bits by H Hartley Sweeten · 9 years ago
  45. 4e04fd3 staging: comedi: s526: define the timer control register and bits by H Hartley Sweeten · 9 years ago
  46. 1d0d1c0 staging: comedi: s526: refactor gpct registers by H Hartley Sweeten · 9 years ago
  47. de332b1 staging: comedi: s526: tidy up multi-line comments by H Hartley Sweeten · 9 years ago
  48. 8d63f5b staging: comedi: serial2002: use proper errno by H Hartley Sweeten · 9 years ago
  49. 3335dfd staging: comedi: serial2002: usleep_range is preferred over udelay by H Hartley Sweeten · 9 years ago
  50. 28a2993 staging: comedi: serial2002: tidy up multi-line comments by H Hartley Sweeten · 9 years ago
  51. 6d40c0c staging: comedi: unioxx5: remove this flawed driver by H Hartley Sweeten · 9 years ago
  52. 035d819 staging: comedi: ssv_dnp: tidy up multi-line comments by H Hartley Sweeten · 9 years ago
  53. 6e2ebdf staging: comedi: usbdux: use comedi_offset_munge() by H Hartley Sweeten · 9 years ago
  54. 2779b7e staging: comedi: usbdux: remove impossible 'if (!devpriv)' check by H Hartley Sweeten · 9 years ago
  55. 1e4c3a2 staging: comedi: usbdux: rename dev->private local variables by H Hartley Sweeten · 9 years ago
  56. a0341e5 staging: comedi: usbdux: use common code path to check the cmd->scan_begin_arg by H Hartley Sweeten · 9 years ago
  57. 0725b16 staging: comedi: usbdux: add missing spaces by H Hartley Sweeten · 9 years ago
  58. 3b2ea2f staging: comedi: usbdux: use preferred kernel types by H Hartley Sweeten · 9 years ago
  59. c9b9cfe staging: comedi: vmk80xx: tidy up defines by H Hartley Sweeten · 9 years ago
  60. 0726f06 staging: comedi: vmk80xx: cleanup multi-line comment by H Hartley Sweeten · 9 years ago
  61. d3f1e38 staging: comedi: usbduxsigma: use comedi_offset_munge() by H Hartley Sweeten · 9 years ago
  62. c20d199 staging: comedi: usbduxsigma: tidy up block comments by H Hartley Sweeten · 9 years ago
  63. ef9a6bd staging: comedi: usbduxsigma: use prefered kernel types by H Hartley Sweeten · 9 years ago
  64. 11f32ad staging: comedi: usbduxsigma: add missing spaces by H Hartley Sweeten · 9 years ago
  65. 2b241d3 staging: lustre: put constant on the right of binary operator by Julia Lawall · 9 years ago
  66. 40daf5c staging: lustre: osc: put constant on the right of binary operator by Julia Lawall · 9 years ago
  67. 9c5d9fa Staging: lustre: obd: put constant on the right of binary operator by Julia Lawall · 9 years ago
  68. 1f6eaf8 staging: lustre: llite: put constant on the right of binary operator by Julia Lawall · 9 years ago
  69. 3cfc537 staging: lustre: libcfs: put constant on the right of binary operator by Julia Lawall · 9 years ago
  70. a75e7ac staging: lustre: ldlm: put constant on the right of binary operator by Julia Lawall · 9 years ago
  71. 5019c8f0 staging: lustre: lnet: lib-ptl.c: put constant on the right of binary operator by Julia Lawall · 9 years ago
  72. 625a312 staging: lustre: include: put constant on the right of binary operator by Julia Lawall · 9 years ago
  73. 60753e9 staging: lustre: fix OPEN_BRACE checkpatch.pl errors by Mike Rapoport · 9 years ago
  74. ea28d21 staging: lustre: fix GLOBAL_INITIALISERS checkpatch.pl errors by Mike Rapoport · 9 years ago
  75. b1ff890 staging: lustre: fix CODE_INDENT checkpatch.pl errors by Mike Rapoport · 9 years ago
  76. d0bed03 staging/lustre: fix block comment formatting by Jeff Becker · 9 years ago
  77. 8369cff staging: lustre: lustre: llite: Added a space by Anjali Menon · 9 years ago
  78. 441fda8 staging: lustre: simplify ptlrpc_deactivate_and_unlock_import by Maxime Lorrillere · 9 years ago
  79. 6ff33f3 Linux 4.3-rc1 by Linus Torvalds · 9 years ago
  80. 6917b51 Merge tag 'cris-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris by Linus Torvalds · 9 years ago
  81. 10fbd36 blk: rq_data_dir() should not return a boolean by Linus Torvalds · 9 years ago
  82. e1df8b0 Merge branch 'writeback-plugging' by Linus Torvalds · 9 years ago
  83. 505a666 writeback: plug writeback in wb_writeback() and writeback_inodes_wb() by Linus Torvalds · 9 years ago
  84. dfb22fc thermal: fix intel PCH thermal driver mismerge by Linus Torvalds · 9 years ago
  85. 01b0c01 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  86. 3ebb054 ARCv2: [axs103_smp] Reduce clk for SMP FPGA configs by Vineet Gupta · 9 years ago
  87. ded0e25 Merge tag 'ntb-4.3' of git://github.com/jonmason/ntb by Linus Torvalds · 9 years ago
  88. f0c032d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  89. fa9a67e Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  90. 05c7808 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  91. 8e78b7d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  92. 06a660a Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  93. d9b44fe Merge tag 'edac/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac by Linus Torvalds · 9 years ago
  94. 9ebd051 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  95. e527b22 revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each" by Andrew Morton · 9 years ago
  96. 4f1af60 mm/early_ioremap: add explicit #include of asm/early_ioremap.h by Ard Biesheuvel · 9 years ago
  97. 6798a8c fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to void by Joe Perches · 9 years ago
  98. c9946c4 selftests: enhance membarrier syscall test by Mathieu Desnoyers · 9 years ago
  99. b6d9734 selftests: add membarrier syscall test by Pranith Kumar · 9 years ago
  100. 5b25b13 sys_membarrier(): system-wide memory barrier (generic, x86) by Mathieu Desnoyers · 9 years ago