1. 7cc334c adb: fdevent: delete FDE_CREATED. am: e546f6816e by Josh Gao · 6 years ago
  2. d3f739a adb: fdevent: move run queue to fdevent_context. am: 95eef6b097 by Josh Gao · 6 years ago
  3. 46210b9 adb: implement fdevent_reset by constructing a new context. am: 7adca93fe9 by Josh Gao · 6 years ago
  4. 1a0bf92 adb: move fdevent implementation out to a separate file. am: 95068bbd9a by Josh Gao · 6 years ago
  5. 5e14fcc adb: de-globalize fdevent context. am: c2cf121174 by Josh Gao · 6 years ago
  6. 234a9c4 adb: move fdevent to its own folder. am: 57e09b16ca by Josh Gao · 6 years ago
  7. 71ca32c [automerger skipped] adb: add superfluous include. by Josh Gao · 6 years ago
  8. 78ef2d1 Merge "Fix a few clang-tidy issues and add NOLINT for others" am: 343ce615cf by Tom Cherry · 6 years ago
  9. 8a13ab4 Merge "Fix a few clang-tidy issues and add NOLINT for others" by Tom Cherry · 6 years ago
  10. ff55a90 Fix a few clang-tidy issues and add NOLINT for others by Tom Cherry · 6 years ago
  11. 84798f3 Merge "toolbox: drop NetBSD grep for toybox grep." am: 0e04ce98ef by Elliott Hughes · 6 years ago
  12. 7a537ad Merge "toolbox: drop NetBSD grep for toybox grep." by Elliott Hughes · 6 years ago
  13. 31adfe2 Merge "Rename product_services to system_ext" am: 5ffffb4f30 by Justin Yun · 6 years ago
  14. 5d3d477 Merge "Rename product_services to system_ext" by Treehugger Robot · 6 years ago
  15. afeeb06 Rename product_services to system_ext by Justin Yun · 6 years ago
  16. 16b6c0e Merge "logcat: add 'kernel' to defaults" am: c7fe1552d5 by Steven Moreland · 6 years ago
  17. d870f0e Merge "Fix unsigned type sub overflow issue when isntall DSU" am: 747aa9a49b by liyong · 6 years ago
  18. 8ca2615 Merge "logcat: add 'kernel' to defaults" by Treehugger Robot · 6 years ago
  19. 7a08c41 Merge "Fix unsigned type sub overflow issue when isntall DSU" by Treehugger Robot · 6 years ago
  20. 0321203 Merge "init: fix to avoid loading apex *.rc files twice" am: 3d3f24bc22 by Jooyung Han · 6 years ago
  21. 1d0d86e adb: fdevent: delete FDE_CREATED. by Josh Gao · 6 years ago
  22. b11eb64 adb: fdevent: move run queue to fdevent_context. by Josh Gao · 6 years ago
  23. 7c4f413 Merge "init: fix to avoid loading apex *.rc files twice" by Treehugger Robot · 6 years ago
  24. 713bc32 adb: implement fdevent_reset by constructing a new context. by Josh Gao · 6 years ago
  25. 777ebc7 Merge "Refactorings to match adb_abb to adb_shell code." am: 463773b733 by Alex Buynytskyy · 6 years ago
  26. ef6a145 Merge "first_stage_init: add console" am: ee148dd9c1 by Steve Muckle · 6 years ago
  27. 5f2402c Merge "Fix error printing code." am: b0c5cd27a1 by Christopher Ferris · 6 years ago
  28. 78d91c6 adb: move fdevent implementation out to a separate file. by Josh Gao · 6 years ago
  29. dc12905 logcat: add 'kernel' to defaults by Steven Moreland · 6 years ago
  30. c49fa5f Merge "Refactorings to match adb_abb to adb_shell code." by Treehugger Robot · 6 years ago
  31. 0a28a67 Merge "first_stage_init: add console" by Treehugger Robot · 6 years ago
  32. e3c5112 Merge "Fix error printing code." by Christopher Ferris · 6 years ago
  33. 8ece6ae adb: de-globalize fdevent context. by Josh Gao · 6 years ago
  34. d7f5e5e adb: move fdevent to its own folder. by Josh Gao · 6 years ago
  35. 82c9b84 adb: add superfluous include. by Josh Gao · 6 years ago
  36. 166ecb0 toolbox: drop NetBSD grep for toybox grep. by Elliott Hughes · 6 years ago
  37. bea4f54 Refactorings to match adb_abb to adb_shell code. by Alex Buynytskyy · 6 years ago
  38. d1298cd Merge "Remove utf32 functions." am: 4e6275ddaf by Steven Moreland · 6 years ago
  39. c1e6ca7 Merge "Remove utf32 functions." by Steven Moreland · 6 years ago
  40. 5341e49 first_stage_init: add console by Steve Muckle · 6 years ago
  41. 474f94d init: fix to avoid loading apex *.rc files twice by Jooyung Han · 6 years ago
  42. bcb0104 Fix unsigned type sub overflow issue when isntall DSU by liyong · 6 years ago
  43. 9d8371a Remove utf32 functions. by Steven Moreland · 6 years ago
  44. 666b9ee Merge "Add android::base::GetPids() function to return all pids" am: c538656d7d by Tom Cherry · 6 years ago
  45. b8162bb Merge "Add android::base::GetPids() function to return all pids" by Tom Cherry · 6 years ago
  46. 5afa35b Merge "DO NOT MERGE - Merge qt-dev-plus-aosp-without-vendor (5699924) into stage-aosp-master" into stage-aosp-master by TreeHugger Robot · 6 years ago
  47. 44d8274 Merge "fastboot: add a wipe-super command." am: e5815ca19a by David Anderson · 6 years ago
  48. ff05bbc Merge "fastboot: add a wipe-super command." by David Anderson · 6 years ago
  49. 363d221 Merge "Revert "Modularize logd."" am: ab80b02493 by Tom Cherry · 6 years ago
  50. 48901e1 Merge "Revert "Modularize logd."" by Tom Cherry · 6 years ago
  51. 1205374 Merge "Checks each interface in an init_rc file is a known hidl_interface." by Daniel Norman · 6 years ago
  52. f5b6554 Merge "Checks each interface in an init_rc file is a known hidl_interface." by Daniel Norman · 6 years ago
  53. acb22dd DO NOT MERGE - Merge qt-dev-plus-aosp-without-vendor (5699924) into stage-aosp-master by Xin Li · 6 years ago
  54. 9fcb448 Add android::base::GetPids() function to return all pids by Tom Cherry · 6 years ago
  55. bb2f30c Merge "Revert "logd: validate and fill in socket credentials"" am: c3c598134f by Tom Cherry · 6 years ago
  56. 8f1d9ac Merge "Revert "logd: validate and fill in socket credentials"" by Tom Cherry · 6 years ago
  57. fd15c68 Merge "dmabuf_dump: Change the default view to per-process stats" am: 581f45892c by Sandeep Patil · 6 years ago
  58. b9bb189 Merge "dmabuf_dump: Change the default view to per-process stats" by Sandeep Patil · 6 years ago
  59. b52f6c7 Fix error printing code. by Christopher Ferris · 6 years ago
  60. 9080a0c Revert "Modularize logd." by Tom Cherry · 6 years ago
  61. dcc1ee1 Revert "logd: validate and fill in socket credentials" by Tom Cherry · 6 years ago
  62. 20a8951 fastboot: add a wipe-super command. by David Anderson · 6 years ago
  63. 2592980 Checks each interface in an init_rc file is a known hidl_interface. by Daniel Norman · 6 years ago
  64. 8d600e4 Merge "adbd: move jdwp listening logic into ART." am: d194013097 am: 56d33633c2 by Josh Gao · 6 years ago
  65. 42d8cc3 Merge "adbd: move jdwp listening logic into ART." am: d194013097 by Josh Gao · 6 years ago
  66. 98d6512 Merge "adbd: move jdwp listening logic into ART." by Josh Gao · 6 years ago
  67. 29fd2cb dmabuf_dump: Change the default view to per-process stats by Sandeep Patil · 6 years ago
  68. c30e948 [automerger skipped] Merge changes from topic "gatekeeper_maintenance" am: e180ec52a2 by Janis Danisevskis · 6 years ago
  69. a120e82 [automerger skipped] Gatekeeperd maintenance am: 3a1eb672c5 by Janis Danisevskis · 6 years ago
  70. e114a9e Merge changes from topic "gatekeeper_maintenance" am: e180ec52a2 by Janis Danisevskis · 6 years ago
  71. 544fc6f Gatekeeperd maintenance am: 3a1eb672c5 by Janis Danisevskis · 6 years ago
  72. de6a619 Merge changes from topic "gatekeeper_maintenance" by Janis Danisevskis · 6 years ago
  73. adba2dc [automerger skipped] Merge "Make ext4 userdata checkpoints work with metadata encryption" into qt-dev by Paul Lawrence · 6 years ago
  74. a8942c0 [automerger skipped] Make ext4 userdata checkpoints work with metadata encryption by Paul Lawrence · 6 years ago
  75. 1492998 Merge "init: switch host_init_verifier to getopt()" am: c4117afdc9 by Tom Cherry · 6 years ago
  76. 6054cc3 Merge "init: switch host_init_verifier to getopt()" am: c4117afdc9 by Tom Cherry · 6 years ago
  77. fb93443 Merge "Make ext4 userdata checkpoints work with metadata encryption" into qt-dev by TreeHugger Robot · 6 years ago
  78. b2b40b5 Merge "init: switch host_init_verifier to getopt()" by Tom Cherry · 6 years ago
  79. 26ae381 Replace legacy trusty gatekeeper HAL with HIDLized version by Janis Danisevskis · 6 years ago
  80. 2755f66 Gatekeeperd maintenance by Janis Danisevskis · 6 years ago
  81. 1c4554e Merge "Make ext4 userdata checkpoints work with metadata encryption" am: 99ae1d943b by Paul Lawrence · 6 years ago
  82. 46c3653 Merge "Make ext4 userdata checkpoints work with metadata encryption" by Paul Lawrence · 6 years ago
  83. 648c260 Make ext4 userdata checkpoints work with metadata encryption by Paul Lawrence · 6 years ago
  84. 0af6076 Merge "Make ext4 userdata checkpoints work with metadata encryption" by Treehugger Robot · 6 years ago
  85. 1bd62e6 init: switch host_init_verifier to getopt() by Tom Cherry · 6 years ago
  86. ca30850 Merge "init: clean up host_init_stubs a bit" am: 52f617176e am: cedfaa7ed5 by Tom Cherry · 6 years ago
  87. 63aca0d Merge "init: remove last init.cpp global" am: 90381baf2b am: fe0f813aac by Tom Cherry · 6 years ago
  88. 418d50d Merge changes I9248fbaf,Ifd795776,I201109b5 am: 21d98807bd am: a1b35b544f by Tom Cherry · 6 years ago
  89. 898d83a Merge "init: clean up host_init_stubs a bit" am: 52f617176e by Tom Cherry · 6 years ago
  90. 906ed34 Merge "init: remove last init.cpp global" am: 90381baf2b by Tom Cherry · 6 years ago
  91. 6703c26 Merge changes I9248fbaf,Ifd795776,I201109b5 am: 21d98807bd by Tom Cherry · 6 years ago
  92. 55b2281 Merge "init: clean up host_init_stubs a bit" by Tom Cherry · 6 years ago
  93. 6150848 Merge "init: remove last init.cpp global" by Tom Cherry · 6 years ago
  94. c325e99 Merge changes I9248fbaf,Ifd795776,I201109b5 by Tom Cherry · 6 years ago
  95. d95e6f9 Merge "dmabuf_dump: Fix aosp_x86-eng builds" am: 91913677c3 am: b784b00e08 by Tiger Huang · 6 years ago
  96. e7c7a30 Merge "dmabuf_dump: Fix aosp_x86-eng builds" am: 91913677c3 by Tiger Huang · 6 years ago
  97. f263b30 Merge "dmabuf_dump: Fix aosp_x86-eng builds" by Tiger Huang · 6 years ago
  98. 511633b dmabuf_dump: Fix aosp_x86-eng builds by Sandeep Patil · 6 years ago
  99. 552c2fe Merge "Cache only a small portion of page map data." am: 037d025aa5 by Christopher Ferris · 6 years ago
  100. 2108e47 Merge "Cache only a small portion of page map data." am: 037d025aa5 by Christopher Ferris · 6 years ago