1. 4d9505a staging:iio:gyro:adis16080: remove sparse warnings by Leed Aguilar · 12 years ago
  2. 871784a staging: comedi: me4000: remove PDEBUG macro by H Hartley Sweeten · 12 years ago
  3. ef5bbfc staging: comedi: me4000: remove ISR_PDEBUG macro by H Hartley Sweeten · 12 years ago
  4. d6cbe53 staging: comedi: me4000: remove inline port io wrappers by H Hartley Sweeten · 12 years ago
  5. 3934954 staging: comedi: me4000: remove PORT_PDEBUG macro by H Hartley Sweeten · 12 years ago
  6. 1d489ba staging: comedi: me4000: remove CALL_PDEBUG macro by H Hartley Sweeten · 12 years ago
  7. 23bcbb6 staging: comedi: pcl812: remove PCL812_EXTDEBUG define and related code by H Hartley Sweeten · 12 years ago
  8. 31a4590 staging: comedi: pcl812: remove unneeded tests in pcl812_ai_cmdtest by H Hartley Sweeten · 12 years ago
  9. f7f111c staging: comedi: pcl818: remove unneeded tests in ai_cmdtest by H Hartley Sweeten · 12 years ago
  10. 2b8557a staging: comedi: pcl816: remove unneeded tests in pcl816_ai_cmdtest by H Hartley Sweeten · 12 years ago
  11. 985eb50 staging: comedi: ni_atmio16d: remove the function tracing debug by H Hartley Sweeten · 12 years ago
  12. d7be394 staging: zcache: don't limit number of pools per client by Sasha Levin · 12 years ago
  13. 7489301 staging: usbip: cleanup and fix of vhci_hub_status by Bart Westgeest · 12 years ago
  14. b4b700c staging: zsmalloc: fix uninit'ed variable warning by Seth Jennings · 12 years ago
  15. 03ae818 staging: comedi: 8255: add some whitespace to the #define's by H Hartley Sweeten · 12 years ago
  16. cf8a6b3 staging: comedi: 8255: add namespace to 'do_config' function by H Hartley Sweeten · 12 years ago
  17. f9af899 staging: comedi: 8255: move the subdev_8255_io function by H Hartley Sweeten · 12 years ago
  18. 459f299 staging: comedi: 8255: refactor subdev_8255_insn function by H Hartley Sweeten · 12 years ago
  19. f218d9f staging: comedi: 8255: use a local variable for the iobase by H Hartley Sweeten · 12 years ago
  20. e64fb55 staging: comedi: 8255: use kzalloc to allocate the private data by H Hartley Sweeten · 12 years ago
  21. 3e189f0 staging: comedi: 8255: check for failure of subdev_8255_init by H Hartley Sweeten · 12 years ago
  22. 34cfcf9 staging: comedi: 8255: remove have_irg and refactor subdev_8255_init_irq by H Hartley Sweeten · 12 years ago
  23. cc31b1b staging: comedi: 8255: refactor subdev_8255_init by H Hartley Sweeten · 12 years ago
  24. d29a18d staging: comedi: 8255: push out the 8255's private data variable rename by H Hartley Sweeten · 12 years ago
  25. 7a58316 staging: comedi: 8255: rename cb_arg and cb_func by H Hartley Sweeten · 12 years ago
  26. 7c61452 staging: comedi: 8255: remove the s->private access macros by H Hartley Sweeten · 12 years ago
  27. a9044d9 staging: comedi: 8255: rename the private data structure by H Hartley Sweeten · 12 years ago
  28. e40e837 staging: comedi: 8255: use pointer to dev->subdevices by H Hartley Sweeten · 12 years ago
  29. 01bd3e3 staging: comedi: 8255: replace printk calls by H Hartley Sweeten · 12 years ago
  30. 6d12dae staging/xgifb: Cleanup vb_device_info struct by Peter Huewe · 12 years ago
  31. 51f984b staging/xgifb: Use SiS structs by Peter Huewe · 12 years ago
  32. 03f76fc staging/xgifb: Replace delay lookup tables with constant values by Peter Huewe · 12 years ago
  33. 64e2498 staging/xgifb: Remove useless function XGI_CloseCRTC by Peter Huewe · 12 years ago
  34. 9507259 staging/xgifb: Simplyfy XGI_GetVCLK2Ptr a bit by Peter Huewe · 12 years ago
  35. f477d3e staging/xgifb: Replace constant arrays with constant values by Peter Huewe · 12 years ago
  36. d6461e4 staging/xgifb: Remove unnecessary fields of XGINew_DDRDRAM_TYPE{340, 20} by Peter Huewe · 12 years ago
  37. 4e55d0b staging/xgifb: Inline XGINew_SetDRAMSizingType by Peter Huewe · 12 years ago
  38. 672f5ee staging/xgifb: Remove duplicated code from XGINew_DDRSizing340 by Peter Huewe · 12 years ago
  39. 391f695 staging/xgifb: Consolidate XGINew_SetDRAMSize{,20}Reg by Peter Huewe · 12 years ago
  40. f3ca589 staging/xgifb: Remove superfluous header includes by Peter Huewe · 12 years ago
  41. ac326fb staging/xgifb: Add header #include guards to vb_table.h by Peter Huewe · 12 years ago
  42. 95649c4 staging/xgifb: Add mutext for fb_mmap locking by Peter Huewe · 12 years ago
  43. 176f784 staging/xgifb: Remove assignments without effect by Peter Huewe · 12 years ago
  44. 15d7644 staging/android: Remove ram_console driver by Anton Vorontsov · 12 years ago
  45. 521f7288 pstore/platform: Disable automatic updates by default by Anton Vorontsov · 12 years ago
  46. a3f5f07 pstore/platform: Make automatic updates interval configurable by Anton Vorontsov · 12 years ago
  47. b8587da pstore/ram_core: Remove now unused code by Anton Vorontsov · 12 years ago
  48. 958502d pstore/ram: Add some more documentation and examples by Anton Vorontsov · 12 years ago
  49. 602b5be pstore/ram_core: Silence some printks by Anton Vorontsov · 12 years ago
  50. b5d38e9 pstore/ram: Add console messages handling by Anton Vorontsov · 12 years ago
  51. 755d66b pstore/ram: Factor ramoops_get_next_prz() out of ramoops_pstore_read() by Anton Vorontsov · 12 years ago
  52. f4c5d24 pstore/ram: Factor dmesg przs initialization out of probe() by Anton Vorontsov · 12 years ago
  53. cac2eb7 pstore/ram: Give proper names to dump-related variables by Anton Vorontsov · 12 years ago
  54. f29e595 pstore: Add console log messages support by Anton Vorontsov · 12 years ago
  55. 89a86a2 Merge branch 'staging-linus' into staging-next by Greg Kroah-Hartman · 12 years ago
  56. 364ed2f pstore/inode: Make pstore_fill_super() static by Anton Vorontsov · 12 years ago
  57. 93cce04 pstore/ram: Should zap persistent zone on unlink by Anton Vorontsov · 12 years ago
  58. fce3979 pstore/ram_core: Factor persistent_ram_zap() out of post_init() by Anton Vorontsov · 12 years ago
  59. 25b63da pstore/ram_core: Do not reset restored zone's position and size by Anton Vorontsov · 12 years ago
  60. 201e4ac pstore/ram: Should update old dmesg buffer before reading by Anton Vorontsov · 12 years ago
  61. 71f882f staging: android: alarm: remove unnecessary goto statement by Devendra Naga · 12 years ago
  62. 4829a99 staging: comedi: Kconfig: cleanup depends on logic by H Hartley Sweeten · 12 years ago
  63. e888fab staging: speakup: fixed checkpatch and sparse warnings in selection.c by Chris Yungmann · 12 years ago
  64. a2c49a9 Staging: keucr: scsiglue: fixed a do while coding style issue by William Blair · 12 years ago
  65. b38e274 staging bcm: spelling of suppress in code by Peter Meerwald · 12 years ago
  66. f922ffc staging bcm: spelling of suppress in comments by Peter Meerwald · 12 years ago
  67. 95dc690 staging: comedi: remove check for PCI_SUPPORT_VER1 by H Hartley Sweeten · 12 years ago
  68. 7dcd7b6 iio: cleanup iio/iio.h by Peter Meerwald · 12 years ago
  69. f4c3493 iio: mark struct iio_enum elements with @ in comment by Peter Meerwald · 12 years ago
  70. a16561c iio: clarify channel and indexed in struct iio_chan_spec by Peter Meerwald · 12 years ago
  71. 1787948 iio: fix typos in iio.h by Peter Meerwald · 12 years ago
  72. 8b417d7 iio: nitpicking on sysfs-bus-iio by Peter Meerwald · 12 years ago
  73. 988bb03 iio: drop comment about 'real' channels by Peter Meerwald · 12 years ago
  74. 011c10c iio: ad9523: Fix argument type mismatch by Michael Hennerich · 12 years ago
  75. cf35ad6 iio: add mcp4725 I2C DAC driver by Peter Meerwald · 12 years ago
  76. 1a135d1 iio: frequency: adf4350: using an uninitialized variable by Dan Carpenter · 12 years ago
  77. e86ee14 iio: frequency: adf4350: fix an initialization by Dan Carpenter · 12 years ago
  78. f9eb89e iio: max517: mark probe() and remove() with __devinit and __devexit by Peter Meerwald · 12 years ago
  79. 227d5e0 iio: remove indio_dev pointer from max517_data by Peter Meerwald · 12 years ago
  80. 17c88eb iio: frequency: ad9523: unlock on error in ad9523_reg_access() by Dan Carpenter · 12 years ago
  81. 03afcf4 staging: comedi: cleanup comedi_alloc_subdevices by H Hartley Sweeten · 12 years ago
  82. 8b6c569 staging: comedi: propogate error code from comedi_alloc_subdevices by H Hartley Sweeten · 12 years ago
  83. eea6838 staging: comedi: remove the "Allocate the subdevice..." comments by H Hartley Sweeten · 12 years ago
  84. 0e4039f staging: comedi: remove the comed_alloc_subdevices "allocation failed" messages by H Hartley Sweeten · 12 years ago
  85. fba1d0f staging: comedi: only set dev->n_subdevices when kcalloc succeedes by H Hartley Sweeten · 12 years ago
  86. 7f801c4 staging: comedi: sanity check num_subdevices parameter in comedi_alloc_subdevices by H Hartley Sweeten · 12 years ago
  87. 8b9ba6e staging: comedi: change type of num_subdevices parameter to comedi_alloc_subdevices by H Hartley Sweeten · 12 years ago
  88. 0c16ae7 staging: gdm72xx: Simplify spinlock fix for gdm_usb_send_complete by Ben Chan · 12 years ago
  89. 592314e staging: Android: Fix NULL pointer related warning in alarm-dev.c file by Sachin Kamat · 12 years ago
  90. c810a39 staging: Android: Fix some checkpatch warnings by Sachin Kamat · 12 years ago
  91. 2f0b9d0 staging: comedi: export alloc_subdevices as comedi_alloc_subdevices by H Hartley Sweeten · 12 years ago
  92. e349951 staging "sep" Fix typos found while reading. by Justin P. Mattock · 12 years ago
  93. 33735a9 staging:iio:ad7298: Fix linker error due to missing IIO kfifo buffer by Lars-Peter Clausen · 12 years ago
  94. 1b84873 Revert "staging: usbip: bugfix for stack corruption on 64-bit architectures" by Greg Kroah-Hartman · 12 years ago
  95. 7a2ea60 Staging: ipack: delete sysfs from to-do list. by Samuel Iglesias Gonsalvez · 12 years ago
  96. 383b7fc Staging: keucr: init: fixed a brace coding style issue by William Blair · 12 years ago
  97. 4bce6b8 staging: usb: gadget: Configurable Composite Gadget depends on BLOCK by Andrzej Pietrasiewicz · 12 years ago
  98. 14e70bf Staging: ipack: remove pr_fmt definition. by Samuel Iglesias Gonsalvez · 12 years ago
  99. 925aa66 staging: sm7xxfb: sm7xx becomes sm7xxfb by Javier M. Mellid · 12 years ago
  100. 0beb30d staging: sm7xx: update comments and clarify supported chips by Javier M. Mellid · 12 years ago