1. 25ed994 [dev] fbcon: flush the display after newline/scroll. by Dima Zavin · 16 years ago
  2. d085013 [msm7k] add gpio keypad config and flash init by Dima Zavin · 16 years ago
  3. b428360 [aboot] unless cancelled with 'back' key, default to booting from flash by Dima Zavin · 16 years ago
  4. d6455cd [dev][gpio_keypad] make the init function wait for one full scan by Dima Zavin · 16 years ago
  5. 214cc64 [aboot] added fastboot commands for flash (erase, flash, continue) by Dima Zavin · 16 years ago
  6. 9c6992d [surf-qsd8k] initialize flash by Dima Zavin · 16 years ago
  7. 9caac25 [msm] parse qcom partition table info from SMEM by Dima Zavin · 16 years ago
  8. a404bce [msm] support reading/parsing SMEM allocations info table. by Dima Zavin · 16 years ago
  9. 03cf431 [msm] nand flash driver by Dima Zavin · 16 years ago
  10. e12b411 [dev] flash: add flash ops definitions. by Dima Zavin · 16 years ago
  11. 2b8429d [lib] ptable: add basic partition table management. by Dima Zavin · 16 years ago
  12. ebec43f [scripts] default trace32 script to using aboot-surf8k project binaries by Dima Zavin · 16 years ago
  13. 42f13d3 [dev] gpio_keypad: get rid of compiler warnings by Dima Zavin · 16 years ago
  14. bfeab36 [msm][uart] do not try to read/write uart before it is initialized by Brian Swetland · 16 years ago
  15. 8504544 [aboot] leave icache disabled before starting linux by Brian Swetland · 16 years ago
  16. f4acf73 [msm7k] initialize uart3 by Brian Swetland · 16 years ago
  17. 31016c4 [qsd8k] clean up dcc/uart debug options by Brian Swetland · 16 years ago
  18. a8ec56d [qsd8k] initialize uart3 by Brian Swetland · 16 years ago
  19. 89f67ec [qsd8k] remove workaround for ES1 chips by Brian Swetland · 16 years ago
  20. a5e9095 [scripts] trace32 debug scripts for lk on 7k/8k by Brian Swetland · 16 years ago
  21. f8cefec [qsd8k] add support for the gpio keypad. by Dima Zavin · 16 years ago
  22. 0f88be2 [dev][keys] Initial support for gpio keypads. by Dima Zavin · 16 years ago
  23. 86aafc2 [qsd8k] gpio device support by Dima Zavin · 16 years ago
  24. 443afca [dev] add primitive keys state management (keys device) by Dima Zavin · 16 years ago
  25. afa6839 generic: add ops/defines to work with multi-word bitmaps. by Dima Zavin · 16 years ago
  26. d153278 [project] projects for aboot on surf 7k and surf 8k by Brian Swetland · 16 years ago
  27. 9c4c075 [app][aboot] Android Bootloader by Brian Swetland · 16 years ago
  28. d0da856 [msm] enable uart init code, include workaround for qsd8k clock issue by Brian Swetland · 16 years ago
  29. e35e75b [qsd8k] basic support for fbcon. by Dima Zavin · 16 years ago
  30. d5b0b6a [dev] add framebuffer console device. by Dima Zavin · 16 years ago
  31. 0d7b1b8 [msm] timer: provide uninit function, sync support on qsd8k by Brian Swetland · 16 years ago
  32. 3f92461 [msm7k] add missing irq numbers by Brian Swetland · 16 years ago
  33. 3e7e21a [msm] hsusb udc driver for the chipidea usb client peripheral by Brian Swetland · 16 years ago
  34. 9a2cd26 [dev][udc] simple interface for usb device controllers by Brian Swetland · 16 years ago
  35. a07d2fa [docs] provide rules for correct usage of events, mutexes, and timers by Brian Swetland · 16 years ago
  36. f1e5afd [lk] allow "make projectname" by Brian Swetland · 16 years ago
  37. 577036f get rid of project as a container of code, flatten it one level by Travis Geiselbrecht · 16 years ago
  38. c676001 remove project_init() by Travis Geiselbrecht · 16 years ago
  39. 668383c [app] change the app api to have an init and entry point by Travis Geiselbrecht · 16 years ago
  40. 3f14b66 [app] convert the existing apps to the app modules, add new shell app to by Travis Geiselbrecht · 16 years ago
  41. 6837223 [app] add the app module init system by Travis Geiselbrecht · 16 years ago
  42. ef67d2b remove nettests by Travis Geiselbrecht · 16 years ago
  43. 5bcbd9d move the stray .mk files from the root dir into a make/ subdir by Travis Geiselbrecht · 16 years ago
  44. 39deded move all of the references to app/console to lib/console by Travis Geiselbrecht · 16 years ago
  45. 0166fb2 move app/console to lib/console by Travis Geiselbrecht · 16 years ago
  46. bb777a1 [kernel] fix bug in event_signal with AUTOUNSIGNAL flag by Travis Geiselbrecht · 16 years ago
  47. 09eeebd [arm] only restore the relevant parts of cpsr in arm debug code by Travis Geiselbrecht · 16 years ago
  48. 3db8380 [arm] properly restore spsr on exception exit by Travis Geiselbrecht · 16 years ago
  49. b2b4990 dtc: Move some functions to util.[ch] by David Gibson · 16 years ago
  50. 75bdd84 libfdt: Fix error in documentation for fdt_get_alias_namelen() by David Gibson · 16 years ago
  51. 6272182 libfdt: Introduce libfdt shared library by Josh Boyer · 16 years ago
  52. 787b599 libfdt: Add version.lds file by Josh Boyer · 16 years ago
  53. c82fda9 [msm] fix dumb bugs in uart.c and debug.c by Brian Swetland · 16 years ago
  54. 977224f [arm][msm] hsusb_clock_init() for configuring USB clocks by Brian Swetland · 16 years ago
  55. d5b7ac1 [arm][msm7k] gpio device support by Brian Swetland · 16 years ago
  56. 12981aa [dev] minimal generic gpio device api by Brian Swetland · 16 years ago
  57. dfdb461 [msm] initial qsd8k support (tested on qsd8250 surf) by Brian Swetland · 16 years ago
  58. 9a47753 [msm] proc_comm initial support by Brian Swetland · 16 years ago
  59. 5240291 [arm] force 4 byte alignment of data segments in the linkscript by Brian Swetland · 16 years ago
  60. af7dab4 arm: arch_idle: don't use swfi on msm7k by Brian Swetland · 16 years ago
  61. eceda41 arm: mmu: deal with peripheral mapping on msm7k by Brian Swetland · 16 years ago
  62. 1c87cc2 [target][surf] add surf-test to the buildall script by Travis Geiselbrecht · 16 years ago
  63. 2500aa1 arm: add msm7k platform, common msm drivers, and surf-msm7k target by Brian Swetland · 16 years ago
  64. 345adb5 [usb] merge in some changes from another code base to make the usb by Travis Geiselbrecht · 16 years ago
  65. 0e71315 [usb][beagle] beagleboard test usb setup by Travis Geiselbrecht · 16 years ago
  66. 7689f35 [usb][omap3] working omap3 usb driver by Travis Geiselbrecht · 16 years ago
  67. 89fcb14 [usb] first stab at a usb device stack by Travis Geiselbrecht · 16 years ago
  68. 47e7539 get usbc building again after debug changes by Travis Geiselbrecht · 16 years ago
  69. 2c691e8 work in progress of usb controller and usb stack for omap3 by Travis Geiselbrecht · 16 years ago
  70. 6ec9c27 [omap3] start of twl4030 driver by Travis Geiselbrecht · 16 years ago
  71. bea5a4a [omap3] i2c driver by Travis Geiselbrecht · 16 years ago
  72. a8cf2b8 arm: provide __cpu_early_init hook by Brian Swetland · 16 years ago
  73. 7057769 arm: the dcc code works for V6 or V7, not just 1136 by Brian Swetland · 16 years ago
  74. 9c19412 provide linux-style readl()/writel() in reg.h by Brian Swetland · 16 years ago
  75. 7d7380c [ARM] fix missing newline at eof in dcc.S by Brian Swetland · 16 years ago
  76. 858b1ad [kernel] properly initialize the default thread context very early to avoid crash on pixies by travis geiselbrecht · 16 years ago
  77. c60a2e6 [kernel] simple thread local storage by travis geiselbrecht · 16 years ago
  78. 6c5fa8a [libc] move most vsprintfs to vsnprintfs by Travis Geiselbrecht · 16 years ago
  79. 9d564f1 [libc] add n versions of sprintf and vprintf by travis geiselbrecht · 16 years ago
  80. d647d76 add *~ to .gitignore -- remove emacs droppings by Brian Swetland · 16 years ago
  81. 9878f30 dtc: Handle linux,phandle properties which self-reference by David Gibson · 16 years ago
  82. 2f76623 dtc: Use noinput flex option for convert-dtsv0 to remove warning by David Gibson · 16 years ago
  83. 0783d7e dtc: Check return value from fwrite() by David Gibson · 16 years ago
  84. f99cd15 libfdt: Fix bug in fdt_subnode_offset_namelen() by David Gibson · 16 years ago
  85. b57cdae update a printf in the kernel init to match reality by Travis Geiselbrecht · 16 years ago
  86. 2ebe88d Add conditionalized debug() print macro. by Jon Loeliger · 16 years ago
  87. 4e1a0a0 Remove support for the legacy DTS source file format. by Jon Loeliger · 16 years ago
  88. e5c8e1d Enhance source position implementation. by Jon Loeliger · 16 years ago
  89. 83ac55d Use flex's YY_USER_ACTION feature to avoid code duplication by Jon Loeliger · 16 years ago
  90. 879e4d2 Implement and use an xstrdup() function by Jon Loeliger · 16 years ago
  91. 68f98d7 Rearrange ftdump and convert-dtsv0 into sub-Makefiles. by Jon Loeliger · 16 years ago
  92. e8903fe Some Documentation fixes and generalizations. by Jon Loeliger · 16 years ago
  93. 3a90ce6 Install & document convert-dtsv0 by Niklaus Giger · 16 years ago
  94. 9c83115 libfdt: Add function to explicitly expand aliases by David Gibson · 16 years ago
  95. b236893 Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3. by Jon Loeliger · 16 years ago
  96. 8daae14 libfdt: Fix bugs in fdt_get_path() by David Gibson · 16 years ago
  97. d98cea1 [kernel] fix the AUTOUNSIGNAL path on kernel events to wait until a thread waits on the event by travis geiselbrecht · 16 years ago
  98. eb94605 [IO] rework dprintf to take a debug level, defined in DEBUGLEVEL by Travis Geiselbrecht · 16 years ago
  99. 8d529ef [ARM] update atomic ops to use the ldr/strex instructions on armv6+ by Travis Geiselbrecht · 16 years ago
  100. b26a2d0 update the beagle test script to put in the right directory by Travis Geiselbrecht · 16 years ago