1. 269edc8 staging: line6: rename MidiBuffer to avoid CamelCase by Stefan Hajnoczi · 12 years ago
  2. 4d3f50e staging: line6: use pr_err() instead of printk(KERN_ERR, ...) by Stefan Hajnoczi · 12 years ago
  3. bc776f2 staging: line6: wrap comment to 80 chars in driver.c by Stefan Hajnoczi · 12 years ago
  4. 0a1eb4e staging: line6: wrap lines to 80 chars in pod.c by Stefan Hajnoczi · 12 years ago
  5. 709b2fa staging: line6: drop ToneportSourceInfo CamelCase name by Stefan Hajnoczi · 12 years ago
  6. 7414e82 rtl8712: remove unused definitions from ethernet.h by Przemo Firszt · 12 years ago
  7. 9e01b9f rtl8712: remove all NDIS_* definitions and use rndis.h instead by Przemo Firszt · 12 years ago
  8. fc6556e rtl8712: remove unused macros by Przemo Firszt · 12 years ago
  9. 0024a1e rtl8712: replace min with min_t by Przemo Firszt · 12 years ago
  10. 87a573a rtl8712: replace printk with better solutions by Przemo Firszt · 12 years ago
  11. 94973b6 rtl8712: remove unused macros from rtl8712/wifi.h by Przemo Firszt · 12 years ago
  12. c07f972 rtl8712: code clean up by Przemo Firszt · 12 years ago
  13. 666b3bf staging: rtl8192u: fixed coding style issues in r8192U_core.c by Patrik Karlin · 12 years ago
  14. 29b48ae staging: rtl8192u: removed some non used else's by Patrik Karlin · 12 years ago
  15. f00c493 staging: rtl8192u: fixed some coding style issues in r8192U_core.c by Patrik Karlin · 12 years ago
  16. 0fb3321 rtl8712: remove useless calls to memset(). by Cyril Roelandt · 12 years ago
  17. 17cb3be Merge branch 'staging-linus' into staging-next by Greg Kroah-Hartman · 12 years ago
  18. e16a922 staging: tidspbridge: use prepare/unprepare on dsp clocks by Omar Ramirez Luna · 12 years ago
  19. fe02508 staging: tidspbridge: Fix build breakage due to splitting CM functions. by Enric Balletbo i Serra · 12 years ago
  20. d7f9729 staging: android: Add some Kconfig help entries by Cruz Julian Bishop · 12 years ago
  21. 167bccb staging: android: Fix two checkpatch issues in binder.c by Cruz Julian Bishop · 12 years ago
  22. 0f5afdd staging: android: Avoid using camelcase in binder.h by Cruz Julian Bishop · 12 years ago
  23. 94b84e4 staging/csr: Fix dereference before check by Peter Huewe · 12 years ago
  24. dbc320f staging: Add angle bracket before and after the URL by Masanari Iida · 12 years ago
  25. 2cc1dd9 staging: vme: Fix URL in Kconfig by Masanari Iida · 12 years ago
  26. 2df29e7 staging: rtl8712: avoid a useless call to memset(). by Cyril Roelandt · 12 years ago
  27. ac6a98d staging: omap-thermal: fix error check in omap_thermal_expose_sensor() and in omap_thermal_register_cpu_cooling(). by Cyril Roelandt · 12 years ago
  28. fd958f7 staging: comedi: Makefile: conditionally compile multi-file core module by H Hartley Sweeten · 12 years ago
  29. c0729ee staging: comedi: comedi_test: fix race when cancelling command by Ian Abbott · 12 years ago
  30. 34ffb33 staging: comedi: Kconfig: COMEDI_NI_AT_A2150 should select COMEDI_FC by Ian Abbott · 12 years ago
  31. 5eaf711 Staging: comedi: addi_common.c: checkpatch.pl fixes by Lijo Antony · 12 years ago
  32. ae6eee39 staging: comedi: comedi_test: whitespace fixes by Ian Abbott · 12 years ago
  33. 0642c94 staging: comedi: comedi_test: tidy up waveform_ai_interrupt() by Ian Abbott · 12 years ago
  34. 8bd48c9 staging: comedi: comedi_test: make samples unsigned by Ian Abbott · 12 years ago
  35. ea4f72b staging: comedi: comedi_test: change end-of-acquisition test by Ian Abbott · 12 years ago
  36. 594dc67 staging: comedi: comedi_test: remove unnecessary del_timer() call by Ian Abbott · 12 years ago
  37. 0653bed6 staging: comedi: comedi_test: fix race when cancelling command by Ian Abbott · 12 years ago
  38. 21f181f Staging: comedi: comedidev.h: fixed a camel case by Lijo Antony · 12 years ago
  39. 90a35c1 staging: comedi: store the 'index' for each subdevice by H Hartley Sweeten · 12 years ago
  40. 71cf6d3 staging: comedi: comedi_fops: use kzalloc in comedi_alloc_subdevice_minor() by H Hartley Sweeten · 12 years ago
  41. a52840a staging: comedi: comedi_fops: cleanup comedi_mmap() by H Hartley Sweeten · 12 years ago
  42. 401d99d staging: comedi: comedi_fops: cleanup comedi_{read, write}_subdevice() by H Hartley Sweeten · 12 years ago
  43. 9682e28 staging: comedi: comedi_fops: introduce comedi_is_subdevice_idle() by H Hartley Sweeten · 12 years ago
  44. c098c21a staging: comedi: comedi_fops: introduce comedi_is_subdevice_in_error() by H Hartley Sweeten · 12 years ago
  45. ade1764 staging: comedi: comedi_fops: don't export comedi_get_subdevice_runflags() by H Hartley Sweeten · 12 years ago
  46. f012463 staging: comedi: use comedi_is_subdevice_running() by H Hartley Sweeten · 12 years ago
  47. e0dac31 staging: comedi: comedi_fops: introduce comedi_is_subdevice_running() by H Hartley Sweeten · 12 years ago
  48. 7412071 staging: comedi: comedi_fops: move comedi_get_subdevice_runflags() by H Hartley Sweeten · 12 years ago
  49. bc252fd staging: comedi: comedi_fops: fix a number of sizeof(struct foo) forms by H Hartley Sweeten · 12 years ago
  50. 76cca89 staging: comedi: comedi_fops: move comedi_cleanup_legacy_minors() by H Hartley Sweeten · 12 years ago
  51. 91fa0b0 staging: comedi: comedi_fops: move the module_{init, exit} functions to EOF by H Hartley Sweeten · 12 years ago
  52. a578782 staging: comedi: comedi_fops: move the MODULE_* information to EOF by H Hartley Sweeten · 12 years ago
  53. 2714b01 staging: comedi: comedi_fops: remove the goto's in comedi_write() by H Hartley Sweeten · 12 years ago
  54. 5c87fef staging: comedi: comedi_fops: remove the goto's in comedi_read() by H Hartley Sweeten · 12 years ago
  55. ca081b1 staging: comedi: comedi_fops: cleanup comedi_poll() by H Hartley Sweeten · 12 years ago
  56. 0e70092 staging: comedi: comedi_fops: cleanup do_devinfo_ioctl() by H Hartley Sweeten · 12 years ago
  57. 7d8a256 staging: comedi: comedi_fops: rename comedi_{read,write}_subdevice() by H Hartley Sweeten · 12 years ago
  58. ed69335 staging: comedi: comedi_fops: rename comedi_get_device_file_info() by H Hartley Sweeten · 12 years ago
  59. cd6b763 staging: comedi: comedi_fops: rename struct comedi_device_file_info by H Hartley Sweeten · 12 years ago
  60. e79c8d2 staging: comedi: don't expose struct comedi_device_file_info by H Hartley Sweeten · 12 years ago
  61. 87b1ad7 staging: comedi: comedi_fops: don't export comedi_get_device_file_info() by H Hartley Sweeten · 12 years ago
  62. 4da5fa9 staging: comedi: use comedi_dev_from_minor() by H Hartley Sweeten · 12 years ago
  63. 85104e9 staging: comedi: comedi_fops: introduce comedi_dev_from_minor() by H Hartley Sweeten · 12 years ago
  64. 43bd33f staging: comedi: don't expose comedi_get_{read, write}_subdevice by H Hartley Sweeten · 12 years ago
  65. 2aae007 staging: comedi: comedi_fops: remove forward declarations by H Hartley Sweeten · 12 years ago
  66. 7d3135a staging: comedi: prevent auto-unconfig of manually configured devices by Ian Abbott · 12 years ago
  67. 34b55d8 staging: comedi: fix minimum AO period for NI 625x and NI 628x by Éric Piel · 12 years ago
  68. f95d45d staging: comedi: pcm_common: remove module by H Hartley Sweeten · 12 years ago
  69. 215cace staging: comedi: addi_apci_2032: support stop_src == TRIG_COUNT by Ian Abbott · 12 years ago
  70. 5f6c2a9 staging: comedi: addi_apci_2032: always initialize interrupt subdevice by Ian Abbott · 12 years ago
  71. 5c2d4cb staging: comedi: addi_apci_2032: use channel list by Ian Abbott · 12 years ago
  72. ef6543d staging: comedi: addi_apci_2032: only disable triggered interrupts by Ian Abbott · 12 years ago
  73. b652bd8 staging: comedi: addi_apci_2032: make insn_bits read live data by Ian Abbott · 12 years ago
  74. 6bf9a3b staging: comedi: addi_apci_2032: set COMEDI_CB_OVERFLOW by Ian Abbott · 12 years ago
  75. b82fe57 staging: comedi: addi_apci_2032: correct interrupt subdevice by Ian Abbott · 12 years ago
  76. 0774c2b staging: comedi: addi_apci_2032: interrupt safety change by Ian Abbott · 12 years ago
  77. d9f5420 staging: speakup: Turn some symbols static by Samuel Thibault · 12 years ago
  78. ca2beaf staging: speakup: Prefix externally-visible symbols by Samuel Thibault · 12 years ago
  79. a129be8 staging: et131x: Use register defines instead of magic numbers by Mark Einon · 12 years ago
  80. 3040d05 staging: et131x: Replace rxdma csr register magic numbers with defines by Mark Einon · 12 years ago
  81. 0902468 staging: echo.c: fix memory leakage by Cong Ding · 12 years ago
  82. 78855c7 staging: csr: remove unneeded call to memset(). by Cyril Roelandt · 12 years ago
  83. c020a7a staging: echo: remove unused variable by Cong Ding · 12 years ago
  84. e02b124 staging: line6: delete an unused function by Dan Carpenter · 12 years ago
  85. 77ecb6f staging: line6: Use kmemdup rather than duplicating its implementation by Laurent Navet · 12 years ago
  86. a376290 staging: line6: pcm.c fix checkpatch issues by Laurent Navet · 12 years ago
  87. 9349f8a staging: vme_pio2: fix oops on module unloading by Konstantin Khlebnikov · 12 years ago
  88. 6102c48 staging: speakup: avoid out-of-range access in synth_add() by Samuel Thibault · 12 years ago
  89. ae42865 staging: speakup: avoid out-of-range access in synth_init() by Nickolai Zeldovich · 12 years ago
  90. b466eb5 staging: keucr: Fix parens/braces by Kurt Kanzenbach · 12 years ago
  91. 2c392da staging: keucr: Removed trailing whitespaces by Kurt Kanzenbach · 12 years ago
  92. 531c336 staging: keucr: Replaced c99 comments by Kurt Kanzenbach · 12 years ago
  93. 2dcb4a2 staging: rtl8192e: Fix failure to check pci_map_single() by Larry Finger · 12 years ago
  94. 0d826c3 staging: rtl8187se: Fix failure to check pci_map_single() by Larry Finger · 12 years ago
  95. de13a3d staging/rtl8192u: do not init statics to 0 by Sebastian Hahn · 12 years ago
  96. 24fbe87 staging/rtl8192u: use same indent for switch and case by Sebastian Hahn · 12 years ago
  97. c4cda304 staging/rtl8192u: don't init globals to 0 or NULL by Sebastian Hahn · 12 years ago
  98. fdc64a9 staging/rtl8192u: indent with tabs, not spaces by Sebastian Hahn · 12 years ago
  99. 0db7a34 staging/rtl8192u: put { on same line as struct by Jennifer Naumann · 12 years ago
  100. 35997ff staging/rtl8192u: cleanfile run by Sebastian Hahn · 12 years ago