1. f73962d Merge "lib: debug: add common stack protection feature in lk" by Linux Build Service Account · 10 years ago
  2. d7826ef platform: msm_shared: add secure random value for canary by Maria Yu · 10 years ago
  3. e2e8035 lib: debug: add common stack protection feature in lk by Maria Yu · 10 years ago
  4. 35aebef platform: msm_shared: Correct the USB function prototype to avoid compiler warning. by vijay kumar · 10 years ago
  5. 35d110b target: add support for specifying display panel during init by Aravind Venkateswaran · 10 years ago
  6. 497653f target: rename splash screen display configuration functions by Aravind Venkateswaran · 10 years ago
  7. 6f3c4a2 Merge "fbcon: Read the splash image from splash partition" by Linux Build Service Account · 11 years ago
  8. ce06a01 fbcon: Read the splash image from splash partition by Aparna Mallavarapu · 11 years ago
  9. cdcb646 target: Support display panel detection API by Dhaval Patel · 11 years ago
  10. 65df150 arch: arm: Add support to clean and invalidate cache at unaligned addresses. by Deepa Dinamani · 11 years ago
  11. 7d8ac2f Merge "target: init: Add runtime check is SSD feature enabled" by Linux Build Service Account · 11 years ago
  12. c8dfa9d Merge "target: init: Add weak function for SSD keystore loading" by Linux Build Service Account · 11 years ago
  13. aeae9f4 udc: add usb 3.0 descriptor types by Amol Jadi · 11 years ago
  14. 8bc68c7 target: init: Add runtime check is SSD feature enabled by Stanimir Varbanov · 11 years ago
  15. 677001e target: init: Add weak function for SSD keystore loading by Stanimir Varbanov · 11 years ago
  16. f1a8ac9 msm_shared: mipi: Update header to support GCDB changes by Arpita Banerjee · 11 years ago
  17. 6a2de02 platform: msm_shared: Add support for boot timestamps by sundarajan srinivasan · 11 years ago
  18. a4c9d3a dload_util: Add normal dload mode entrance by Pavel Nedev · 11 years ago
  19. f197e4c target.h: Remove redundant function declarations by Pavel Nedev · 11 years ago
  20. 345ba9a Merge "init: Add generic set_download_mode() function" by Linux Build Service Account · 11 years ago
  21. 76a3e21 init: Add generic set_download_mode() function by Pavel Nedev · 11 years ago
  22. c3ecbf4 target: common: Add prototype for mmc dev function by Channagoud Kadabi · 11 years ago
  23. 7ee286a include: stdlib: add macro for cache align buffer by Channagoud Kadabi · 11 years ago
  24. 5a5806d Merge "boot_stats: add support for bootup timestamps" by Linux Build Service Account · 11 years ago
  25. 02ca2ee boot_stats: add support for bootup timestamps by Amol Jadi · 11 years ago
  26. 4ba108f include: reg: Add half word read/write macros by Channagoud Kadabi · 11 years ago
  27. f3ac7b3 Update copyright to The Linux Foundation by Duy Truong · 11 years ago
  28. 39112ac lib: libc: Add routines to find greatest common divisor and by Deepa Dinamani · 11 years ago
  29. 0bf2f44 Add support to fastboot using virtual addresses. by Deepa Dinamani · 12 years ago
  30. 3e5cf0d Bug: Remove inline attribute for platform_use_identity_mmu_mappings() by Deepa Dinamani · 12 years ago
  31. 20cb9e5 arch: arm: Add support to conditionally include identity mmu mappings. by Deepa Dinamani · 12 years ago
  32. eb9eefe libc: Add support for itoa and string reverse functions. by Deepa Dinamani · 12 years ago
  33. e4573be msm_shared: Add QPIC nand driver by Deepa Dinamani · 12 years ago
  34. f5317c8 debug: removed noreturn attribute for panic calls by Amol Jadi · 12 years ago
  35. 43000a6 msm7627a: Add support for lcdc splash screen by Channagoud Kadabi · 12 years ago
  36. 7e5380b mdm9x15:Re-organise the partitions by Neeti Desai · 12 years ago
  37. a63aaff msm: uart/gsbi driver update by Amol Jadi · 12 years ago
  38. b3be37f msm8960: msm8930: Enable PMIC GPIO based keypad. by Shashank Mittal · 12 years ago
  39. 2523e0b hsusb: Add support for USB receiver sensitivity test. by Shashank Mittal · 13 years ago
  40. ea64624 ssbi: Cleanup ssbi dependency from gpio_keypad by Kinson Chik · 13 years ago
  41. 2cd211f lk/openssl: Adding openssl to compile in lk build by Kinson Chik · 13 years ago
  42. 1073a5e Clean up more warnings by Greg Grisco · 13 years ago
  43. 8b99c68 [arm] add arch_sync_cache_range by Travis Geiselbrecht · 14 years ago
  44. 801509f [lib][text] simple library to draw static text by Travis Geiselbrecht · 14 years ago
  45. 97b5382 [lib][tga] routines to decode Targa files by Travis Geiselbrecht · 14 years ago
  46. 99b2d1d [lib] simple library routines for drawing text and keeping a graphical console by Travis Geiselbrecht · 14 years ago
  47. e06c67c [lib] generic graphics routines by Travis Geiselbrecht · 14 years ago
  48. f86c43c [lib][fs] simple file system layer by Travis Geiselbrecht · 14 years ago
  49. 84aa16c [stdlib] add countof() by Travis Geiselbrecht · 14 years ago
  50. b29c3ba [lib][bcache] add a simple block device cache by Travis Geiselbrecht · 14 years ago
  51. 2dc9c97 [lib][partition] add simple block device partition scanner (MBR only) by Travis Geiselbrecht · 14 years ago
  52. 5248673 [lib][bio] add simple block io layer by Travis Geiselbrecht · 14 years ago
  53. f6e2207 [error] add some more ERR_ defines by Travis Geiselbrecht · 14 years ago
  54. 12403e3 [kernel] add some documentation by Travis Geiselbrecht · 14 years ago
  55. ca0b6a2 [arch] factor out the debug_cycle_count to arch specific code by Ajay Dudani · 13 years ago
  56. 9e60486 [lib][cbuf] simple circular buffer implementation by Travis Geiselbrecht · 15 years ago
  57. 671cb79 [kernel] sync with external source. support for dynamic timer by Travis Geiselbrecht · 15 years ago
  58. 9045c06 [kernel] dynamic timer support from external sources by Travis Geiselbrecht · 15 years ago
  59. 28da92a [debug] change the dgetc signature to match external sources by Travis Geiselbrecht · 15 years ago
  60. b0bd183 Added support for PCI config space read/write via PCI BIOS. Added some PCI commands to query/modify config space and enum devices. by Corey Tabaka · 15 years ago
  61. 8469724 Initial x86 port by Corey Tabaka · 15 years ago
  62. d2471ef Clean up more warnings in lk code by Greg Grisco · 13 years ago
  63. 9ef9b73 arch/arm/mmu: Update MMU implementation for ARMv7 architecture. by Amol Jadi · 13 years ago
  64. d625055 Clean up warnings in lk code by Greg Grisco · 13 years ago
  65. d8b7afc [usb]: Add support to enter test mode by Subbaraman Narayanamurthy · 13 years ago
  66. efb6c97 include/bits: Fix BIT macro. by Shashank Mittal · 13 years ago
  67. 404a706 LK: Add 8bit BCH ECC Nand support. by Channagoud Kadabi · 13 years ago
  68. 5f1c9d4 fastboot: Increasing the max allowed download size by Vivek Mehta · 13 years ago
  69. 97df7fd msm7630: Add support for 7630 fluid LCD panel by Wentao Xu · 13 years ago
  70. 8f0b045 [msm8660]: Add fastboot key detection for QT8660 by Subbaraman Narayanamurthy · 13 years ago
  71. 78ae675 [msm8660]: Enable MIPI display support for Toshiba MIPI panel. by Chandan Uddaraju · 14 years ago
  72. 402d097 [msm8x60]: Enable LCDC display for SURF and FFA devices by Shashank Mittal · 14 years ago
  73. f9b6e0d [msm8x60]: Autodetect 8660 SURF and FFA by Subbaraman Narayanamurthy · 14 years ago
  74. bedca15 [target/msm8660_surf]: Add keypad driver support. by Chandan Uddaraju · 14 years ago
  75. 8e49dec LK: Add support to write on modem partition by Shashank Mittal · 14 years ago
  76. a342574 [msm7630]: Add code to scan limited number of keys of Qwerty keypad. by Chandan Uddaraju · 14 years ago
  77. 3679bc5 fastboot: Allow runtime decision on memory scratch space by David Ng · 14 years ago
  78. 6e1711f msm7630: Update for new memory map by David Ng · 14 years ago
  79. 4f99a88 LK: Add support for splash screen on MSM7627_SURF by Shashank Mittal · 14 years ago
  80. 183a742 lk: Add eMMC boot support by David Ng · 14 years ago
  81. 5fa471a [msm7630]: Add code to support qwerty keypad in lk bootloader by Chandan Uddaraju · 14 years ago
  82. 60a888a [qsd8250_ffa]: Add code to change the FFA key mapping. by Chandan Uddaraju · 14 years ago
  83. f72ce81 [lk/include]: Add limits.h to make LK compatible to arm-eabi-gcc-4.4.0. by Chandan Uddaraju · 14 years ago
  84. dcc2e35 NAND: Add support for NAND devices with 4k page size by Shashank Mittal · 14 years ago
  85. 83d16d0 NAND: Add support for 16-bit NAND by Shashank Mittal · 14 years ago
  86. fbde0ac [dev] flash: Add interface to obtain flash layout info by Dima Zavin · 15 years ago
  87. e5f6435 [dev] flash: Split up flash_init and set_ptable into separate functions. by Dima Zavin · 15 years ago
  88. e12b411 [dev] flash: add flash ops definitions. by Dima Zavin · 15 years ago
  89. 2b8429d [lib] ptable: add basic partition table management. by Dima Zavin · 15 years ago
  90. 0f88be2 [dev][keys] Initial support for gpio keypads. by Dima Zavin · 15 years ago
  91. 443afca [dev] add primitive keys state management (keys device) by Dima Zavin · 15 years ago
  92. afa6839 generic: add ops/defines to work with multi-word bitmaps. by Dima Zavin · 15 years ago
  93. d5b0b6a [dev] add framebuffer console device. by Dima Zavin · 15 years ago
  94. 9a2cd26 [dev][udc] simple interface for usb device controllers by Brian Swetland · 15 years ago
  95. a07d2fa [docs] provide rules for correct usage of events, mutexes, and timers by Brian Swetland · 15 years ago
  96. c676001 remove project_init() by Travis Geiselbrecht · 15 years ago
  97. 668383c [app] change the app api to have an init and entry point by Travis Geiselbrecht · 15 years ago
  98. 6837223 [app] add the app module init system by Travis Geiselbrecht · 15 years ago
  99. 0166fb2 move app/console to lib/console by Travis Geiselbrecht · 15 years ago
  100. 12981aa [dev] minimal generic gpio device api by Brian Swetland · 15 years ago