1. 11cabcb Blackfin: bf537-minotaur: fix build errors due to header changes by Mike Frysinger · 15 years ago
  2. d2db97b Blackfin: kgdb: pass up the CC register instead of a 0 stub by Mike Frysinger · 15 years ago
  3. a80d5f4 Blackfin: handle HW errors in the new "FAULT" printing code by Robin Getz · 15 years ago
  4. a6d9dbf Blackfin: show the whole accumulator in the pseudo DBG insn by Robin Getz · 15 years ago
  5. 5a132f7 Blackfin: support all possible registers in the pseudo instructions by Robin Getz · 15 years ago
  6. dc89d97 Blackfin: add support for the DBG (debug output) pseudo insn by Robin Getz · 15 years ago
  7. 6a4110c Blackfin: change the BUG opcode to an unused 16-bit opcode by Robin Getz · 15 years ago
  8. c429886 Blackfin: allow NMI watchdog to be used w/RETN as a scratch reg by Graf Yang · 15 years ago
  9. 6ce3e9c Blackfin: add support for the DBGA (debug assert) pseudo insn by Robin Getz · 15 years ago
  10. 2620c83 Blackfin: SMP: add flush_tlb_kernel_range stub by Graf Yang · 15 years ago
  11. 9a95e2f Blackfin: make hardware trace output a little more useful by Robin Getz · 15 years ago
  12. d60805a Blackfin: print out the faulting insn in the trace output by Robin Getz · 15 years ago
  13. d28cff4 Blackfin: remove CONFIG_DEBUG_VERBOSE from trace.c by Robin Getz · 15 years ago
  14. 2a12c46 Blackfin: split kernel/traps.c by Robin Getz · 15 years ago
  15. bb84dbf Blackfin: punt Blackfin-specific GPIO wakeup API by Michael Hennerich · 15 years ago
  16. 85eb0e4 Blackfin: mark MUSB VRSEL as active high for appropriate boards by Cliff Cai · 15 years ago
  17. def282d Blackfin: punt duplicated CAN MMRs by Mike Frysinger · 15 years ago
  18. d012ce2 Blackfin: cleanup style/comments/etc... in paging_init() by Mike Frysinger · 16 years ago
  19. f074e48 Blackfin: drop unused bad_page pages and move zero_page to the bss by Mike Frysinger · 16 years ago
  20. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  21. 3d62e3f sound: fixup for usb_buffer_alloc/free rename by Stephen Rothwell · 15 years ago
  22. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  23. a26272e Merge branch 'docs-next' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 15 years ago
  24. 7c6d87a Merge branch 'viafb-next' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 15 years ago
  25. e26bcf3 USB: remove unused usb_buffer_alloc and usb_buffer_free macros by Greg Kroah-Hartman · 15 years ago
  26. c4d80b7d usb: musb: update gfp/slab.h includes by Tejun Heo · 15 years ago
  27. c1aa075a USB: ftdi_sio: fix legacy SIO-device header by Johan Hovold · 15 years ago
  28. 60b3013 USB: kl5usb105: reimplement using generic framework by Johan Hovold · 15 years ago
  29. ff8c195 USB: kl5usb105: minor clean ups by Johan Hovold · 15 years ago
  30. 313b0d8 USB: kl5usb105: fix memory leak by Johan Hovold · 15 years ago
  31. d733cec USB: io_ti: use kfifo to implement write buffering by Johan Hovold · 15 years ago
  32. a3a30f1 USB: io_ti: remove unsused private counter by Johan Hovold · 15 years ago
  33. 074ef65 USB: ti_usb: use kfifo to implement write buffering by Johan Hovold · 15 years ago
  34. e421fe9 USB: ir-usb: fix incorrect write-buffer length by Johan Hovold · 15 years ago
  35. f26c288 USB: aircable: fix incorrect write-buffer length by Johan Hovold · 15 years ago
  36. 6d1bf48 USB: safe_serial: straighten out read processing by Johan Hovold · 15 years ago
  37. 12e2e52 USB: safe_serial: reimplement read using generic framework by Johan Hovold · 15 years ago
  38. 241c80e USB: safe_serial: reimplement write using generic framework by Johan Hovold · 15 years ago
  39. 39f2f08 usb-storage: always print quirks by Felipe Contreras · 15 years ago
  40. cbd3af5 USB: usb-storage: trivial debug improvements by Felipe Contreras · 15 years ago
  41. 28f27dc USB: oti6858: use port write fifo by Johan Hovold · 15 years ago
  42. e3c1803 USB: oti6858: use kfifo to implement write buffering by Johan Hovold · 15 years ago
  43. 117fb8d USB: cypress_m8: use kfifo to implement write buffering by Johan Hovold · 15 years ago
  44. c4f4736 USB: cypress_m8: remove unused drain define by Johan Hovold · 15 years ago
  45. 7288d75 USB: usb_debug: set bulk out size at probe by Johan Hovold · 15 years ago
  46. 4b8e123 USB: gadget: Use kmemdup by Julia Lawall · 15 years ago
  47. eefd902 USB: CP210x New Device IDs 11 New device IDs by Craig Shelley · 15 years ago
  48. 9a1f298 USB: visor: increase bulk-out buffer size by Johan Hovold · 15 years ago
  49. 2afd828 USB: belkin_sa: implement line status handling by Johan Hovold · 15 years ago
  50. f2f8b7f USB: belkin_sa: clean up open by Johan Hovold · 15 years ago
  51. 726ef42 USB: belkin_sa: minor clean-ups by Johan Hovold · 15 years ago
  52. a901317 USB: cp210x: use generic open to start reading from device by Johan Hovold · 15 years ago
  53. 214916f USB: visor: reimplement using generic framework by Johan Hovold · 15 years ago
  54. 199b113 USB: visor: fix memory leak by Johan Hovold · 15 years ago
  55. fa993ca USB: spcp8x5: reimplement using generic framework by Johan Hovold · 15 years ago
  56. 6b6962f USB: ipaq: reimplement using generic framework by Johan Hovold · 15 years ago
  57. 695aaae USB: empeg: reimplement using generic framework by Johan Hovold · 15 years ago
  58. 56a1df4 USB: serial: add special case for processing of empty read urbs by Johan Hovold · 15 years ago
  59. c0f631d USB: kobil: fix memory leak by Johan Hovold · 15 years ago
  60. 86234d4 USB: option.c: OLIVETTI OLICARD100 support by Nils Radtke · 15 years ago
  61. c3443a6 USB: xhci: fix compiler warning. by Greg Kroah-Hartman · 15 years ago
  62. c024b72 USB: remove match_device by Ming Lei · 15 years ago
  63. 0858a3a USB: include/usb/*.h checkpatch cleanup by Greg Kroah-Hartman · 15 years ago
  64. 812219a USB: usb.h: checkpatch cleanups by Greg Kroah-Hartman · 15 years ago
  65. aa84dfc USB: visor.h: checkpatch cleanups by Greg Kroah-Hartman · 15 years ago
  66. 5d78fcb USB: pl2303.h: checkpatch cleanups by Greg Kroah-Hartman · 15 years ago
  67. e4582b6 USB: kobil_sct.h: checkpatch cleanups by Greg Kroah-Hartman · 15 years ago
  68. 932d22c USB: kl5kusb105.h: checkpatch cleanups by Greg Kroah-Hartman · 15 years ago
  69. a320471 USB: io_edgeport: checkpatch cleanups by Greg Kroah-Hartman · 15 years ago
  70. 3bb36aa USB: ftdi_sio: checkpatch cleanups by Greg Kroah-Hartman · 15 years ago
  71. 995834e USB: cypress_m8.h: checkpatch cleanups by Greg Kroah-Hartman · 15 years ago
  72. 1689e993 USB: belkin_sa.h: checkpatch cleanups by Greg Kroah-Hartman · 15 years ago
  73. 4204769 USB: mct_u232.h: checkpatch cleanups by Greg Kroah-Hartman · 15 years ago
  74. 7f1cccd USB: FHCI: cq_get() should check kfifo_out()'s return value by Anton Vorontsov · 15 years ago
  75. 12e7eca USB: cp210x: remove redundant disconnect() by Johan Hovold · 15 years ago
  76. 1ac93a3 USB: io_edgeport: Use kzalloc by Julia Lawall · 15 years ago
  77. b2c5737 USB: ipw: reimplement using generic framework by Johan Hovold · 15 years ago
  78. 55c6d85 USB: ipw: remove dummy port_probe and port_remove by Johan Hovold · 15 years ago
  79. 605204b USB: ipw: clean up dtr-rts handling by Johan Hovold · 15 years ago
  80. f4a4cbb USB: ir-usb: reimplement using generic framework by Johan Hovold · 15 years ago
  81. df66e8a USB: ir-usb: fix set_termios race by Johan Hovold · 15 years ago
  82. 6f6ed69 USB: ir-usb: allow custom bulk buffer size without reallocation by Johan Hovold · 15 years ago
  83. 2ff78c0 USB: ir-usb: fix double free by Johan Hovold · 15 years ago
  84. 16032c4 USB: EHCI: fix controller wakeup flag settings during suspend by Alan Stern · 15 years ago
  85. eab80de USB: EHCI: clear PHCD before resuming by Alek Du · 15 years ago
  86. 17b2765 USB: fix functionfs for CONFIG_NET disabled by Randy Dunlap · 15 years ago
  87. 419a8e81 USB: xhci: Remove the arbitrary limit of 15 xHCI ports by William Gulland · 15 years ago
  88. 22b4b61 USB: remove usb_find_device by Ming Lei · 15 years ago
  89. b9e0008 USB: gadget: f_mass_storage: fix in error recovery by Michal Nazarewicz · 15 years ago
  90. f537da6 USB: add missing "{}" in map_urb_for_dma by Ming Lei · 15 years ago
  91. 572538d USB: ehci-omap: Fix resume failures after bus suspend by Anand Gadiyar · 15 years ago
  92. 89842ae USB: fix interface runtime-PM settings by Alan Stern · 15 years ago
  93. 54b5acf USB: xHCI: Fix wrong usage of macro TRB_TYPE by Andiry Xu · 15 years ago
  94. 6c12db9 USB: xhci: Transfer ring link TRB activation change. by John Youn · 15 years ago
  95. b060869 USB: gadget: f_fs.c needs to include pagemap.h by Randy Dunlap · 15 years ago
  96. 968b448 USB: ohci: Add Kconfig entries for ohci-omap3 by Anand Gadiyar · 15 years ago
  97. 88ed0c9 USB: ohci: introduce omap3 ohci-hcd driver by Anand Gadiyar · 15 years ago
  98. 95344fc USB: omap3: add platform init code for OHCI driver by Anand Gadiyar · 15 years ago
  99. 73a0bd7 USB: mxc: gadget: remove 60mhz clock requirement for freescale mx51 usb core by Dinh Nguyen · 15 years ago
  100. 166ceb6 USB: ftdi_sio: clean up line-status handling by Johan Hovold · 15 years ago