1. b68b073 debuggerd: remove unused file. by Elliott Hughes · 4 years, 5 months ago
  2. ccc7db3 Merge "libsnapshot: Fix CowWriter::Finalize() not restoring footer correctly." by David Anderson · 4 years, 5 months ago
  3. dce1f88 Merge "Populate `ro.boot.qemu` for the emulator device" by Roman Kiryanov · 4 years, 5 months ago
  4. 7787e70 Merge "Populate only emulator specific properties into `ro.kernel.`" by Roman Kiryanov · 4 years, 5 months ago
  5. a3d37ac Merge "Move the `androidboot.` literal into its own variable" by Roman Kiryanov · 4 years, 5 months ago
  6. 4a47c74 Populate `ro.boot.qemu` for the emulator device by Roman Kiryanov · 4 years, 5 months ago
  7. 1a705d4 Populate only emulator specific properties into `ro.kernel.` by Roman Kiryanov · 4 years, 5 months ago
  8. ccc15c5 Move the `androidboot.` literal into its own variable by Roman Kiryanov · 4 years, 5 months ago
  9. bf3020b libsnapshot: Fix CowWriter::Finalize() not restoring footer correctly. by David Anderson · 4 years, 5 months ago
  10. d5bd543 Merge "enable fuzzing trusty targets automatically" by Kris Alder · 4 years, 5 months ago
  11. d9f1884 Merge "libprocessgroup: introduce optional attribute for cgroup controllers" by Suren Baghdasaryan · 4 years, 5 months ago
  12. 7f19b1e libprocessgroup: introduce optional attribute for cgroup controllers by Suren Baghdasaryan · 4 years, 5 months ago
  13. c19a7dd Merge changes from topic "bootconfig-selinux-property" by Alistair Delva · 4 years, 5 months ago
  14. 5e8ee31 enable fuzzing trusty targets automatically by Kris Alder · 4 years, 5 months ago
  15. 43defd9 Merge "Add some keystore boot levels." by Martijn Coenen · 4 years, 5 months ago
  16. 72ad5d2 Merge "libprocessgroup: remove a false error message" by Suren Baghdasaryan · 4 years, 5 months ago
  17. f46a229 libprocessgroup: remove a false error message by Suren Baghdasaryan · 4 years, 5 months ago
  18. 90947d4 Merge "Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info()." by Peter Collingbourne · 4 years, 5 months ago
  19. bd83b72 Merge "libsnapshot:snapuserd: Multithreading support" by Akilesh Kailash · 4 years, 5 months ago
  20. 394a1ed Merge "Handle "hardware" bootconfig parameter as "androidboot.hardware"" by Devin Moore · 4 years, 5 months ago
  21. 8f08409 libsnapshot:snapuserd: Multithreading support by Akilesh Kailash · 4 years, 5 months ago
  22. 0a799bd Handle "hardware" bootconfig parameter as "androidboot.hardware" by Devin Moore · 4 years, 5 months ago
  23. 63594a4 Allow selinux to be set by bootconfig by Alistair Delva · 4 years, 5 months ago
  24. 3bb240b Allow android_dt_dir to be set by bootconfig by Alistair Delva · 4 years, 5 months ago
  25. 9865e47 Merge "libsnapshot: Collect more COW size data in snapshot merge stats." by David Anderson · 4 years, 5 months ago
  26. e94b366 Add some keystore boot levels. by Martijn Coenen · 4 years, 5 months ago
  27. f0e39a9 Merge "Really fix Mac build." by Neil Fuller · 4 years, 5 months ago
  28. bc3dec4 Merge "liblp: Remove uses of alignment_offset." by David Anderson · 4 years, 5 months ago
  29. c90fce4 Merge "init: only mlock() system pages when performing snapuserd transitions." by David Anderson · 4 years, 5 months ago
  30. 39d6c8e Really fix Mac build. by Elliott Hughes · 4 years, 5 months ago
  31. 7c98b89 Merge changes from topic "bootconfig_args" by Devin Moore · 4 years, 5 months ago
  32. fcb28f5 Merge "Check if service is executed before APEX is ready" by Kiyoung Kim · 4 years, 5 months ago
  33. 478d069 Merge "Fix Mac build." by Alistair Delva · 4 years, 5 months ago
  34. fce8e0f Merge "fastbootd: Fix USB transport data is repeated every 256K" by Treehugger Robot · 4 years, 5 months ago
  35. 5f23388 fastbootd: Fix USB transport data is repeated every 256K by Yifan Hong · 4 years, 5 months ago
  36. 3f24fef Merge "Untag addresses in registers before looking up the mapping." by Treehugger Robot · 4 years, 5 months ago
  37. 66bfb9a Fix Mac build. by Elliott Hughes · 4 years, 5 months ago
  38. 294a13a Merge "bootstat: clarify unit." by Yifan Hong · 4 years, 5 months ago
  39. 9fd8862 init: only mlock() system pages when performing snapuserd transitions. by David Anderson · 4 years, 5 months ago
  40. 0b58967 Merge "Ban exit-time destructors in libcutils." by Treehugger Robot · 4 years, 5 months ago
  41. 1c9f84e Merge "Disallow exit-time destructors in libutils." by Treehugger Robot · 4 years, 5 months ago
  42. 20b7425 fs_mgr: handle more bootconfig parameters by Devin Moore · 4 years, 5 months ago
  43. 7905848 init: handle more bootconfig parameters by Devin Moore · 4 years, 5 months ago
  44. fdac598 Merge "threads.h: avoid defining gettid on glibc >= 2.32" by Jim Pollock · 4 years, 5 months ago
  45. 66b93e3 Merge "init.rc: set up a tracing instance for BootReceiver.java" by Alexander Potapenko · 4 years, 5 months ago
  46. a742158 threads.h: avoid defining gettid on glibc >= 2.32 by Adrian Ratiu · 4 years, 5 months ago
  47. 0cbee0d Check if service is executed before APEX is ready by Kiyoung Kim · 4 years, 5 months ago
  48. 48a9eb4 Disallow exit-time destructors in libutils. by Elliott Hughes · 4 years, 5 months ago
  49. 527d71f Ban exit-time destructors in libcutils. by Elliott Hughes · 4 years, 5 months ago
  50. 439608b init.rc: set up a tracing instance for BootReceiver.java by Alexander Potapenko · 4 years, 5 months ago
  51. cdf3b39 libsnapshot: Collect more COW size data in snapshot merge stats. by David Anderson · 4 years, 5 months ago
  52. 3aab337 Merge "libsnapshot: Use the compression algorithm specified in the DeltaArchiveManifest." by David Anderson · 4 years, 5 months ago
  53. cbc204b libsnapshot: Use the compression algorithm specified in the DeltaArchiveManifest. by David Anderson · 4 years, 5 months ago
  54. 08ba15d bootstat: clarify unit. by Yifan Hong · 4 years, 5 months ago
  55. e886702 Merge "Revert "init.rc: set up a tracing instance for BootReceiver.java"" by Wonsik Kim · 4 years, 5 months ago
  56. 5e53f90 Revert "init.rc: set up a tracing instance for BootReceiver.java" by Wonsik Kim · 4 years, 5 months ago
  57. c08abac Merge "snapuserd: fix a use of an uninitialized value" by George Burgess IV · 4 years, 5 months ago
  58. fd8bbd4 Merge "Merge RQ2A.210305.007" by Xin Li · 4 years, 5 months ago
  59. f3b0383 Merge RQ2A.210305.007 by Xin Li · 4 years, 5 months ago
  60. 5aa0527 liblp: Remove uses of alignment_offset. by David Anderson · 4 years, 5 months ago
  61. 24ad66e Merge changes I1e1e2c70,I9c86a12c by Tri Vo · 4 years, 5 months ago
  62. 9539282 Merge changes Ifcb52754,I29f79097 by Treehugger Robot · 4 years, 5 months ago
  63. 08f0076 Merge "init.rc: set up a tracing instance for BootReceiver.java" am: ef239b7517 by Alexander Potapenko · 4 years, 5 months ago
  64. 64af127 Merge "trusty: Apploader fuzzer" am: 427706675c by Tri Vo · 4 years, 5 months ago
  65. 67881fb Merge changes Idcb30151,I0f746870 am: 04502383f6 by David Anderson · 4 years, 5 months ago
  66. 835640f Merge "libdebuggerd: delete unused code." am: d3ffa8acd5 by Treehugger Robot · 4 years, 5 months ago
  67. e809747 Merge "[libprocessgroup] Use new jsoncpp API" am: ff02909cf7 by Treehugger Robot · 4 years, 5 months ago
  68. 900c601 Merge "Detect the absence of the default fstab" am: d9b7c9b4a7 by Treehugger Robot · 4 years, 5 months ago
  69. ef239b7 Merge "init.rc: set up a tracing instance for BootReceiver.java" by Alexander Potapenko · 4 years, 5 months ago
  70. 5ff073e trusty: Fuzzer for ConfirmationUI messages by Tri Vo · 4 years, 5 months ago
  71. fcfa3cd trusty: Use a simple TIPC fuzzer for ConfirmationUI by Tri Vo · 4 years, 6 months ago
  72. 7a2c31e Merge "Search fstab also from /first_stage_ramdisk" am: 937611f843 by Treehugger Robot · 4 years, 5 months ago
  73. 48c4886 Merge changes I94a1cc28,Ib3f40e7d am: ce519b8a97 by Tri Vo · 4 years, 5 months ago
  74. 4277066 Merge "trusty: Apploader fuzzer" by Tri Vo · 4 years, 5 months ago
  75. 0450238 Merge changes Idcb30151,I0f746870 by David Anderson · 4 years, 5 months ago
  76. d3ffa8a Merge "libdebuggerd: delete unused code." by Treehugger Robot · 4 years, 5 months ago
  77. ff02909 Merge "[libprocessgroup] Use new jsoncpp API" by Treehugger Robot · 4 years, 5 months ago
  78. 2ec6c68 init.rc: set up a tracing instance for BootReceiver.java by Alexander Potapenko · 4 years, 5 months ago
  79. d9b7c9b Merge "Detect the absence of the default fstab" by Treehugger Robot · 4 years, 5 months ago
  80. 5c1d2e1 trusty: Apploader fuzzer by Tri Vo · 4 years, 5 months ago
  81. 8b0a9e0 libdebuggerd: delete unused code. by Josh Gao · 4 years, 5 months ago
  82. 937611f Merge "Search fstab also from /first_stage_ramdisk" by Treehugger Robot · 4 years, 5 months ago
  83. ce519b8 Merge changes I94a1cc28,Ib3f40e7d by Tri Vo · 4 years, 5 months ago
  84. 7e7b7a1 Search fstab also from /first_stage_ramdisk by Jiyong Park · 4 years, 5 months ago
  85. 78a996a Merge changes I57c4aacc,I8430579f am: 5060516c6f by Treehugger Robot · 4 years, 5 months ago
  86. 5060516 Merge changes I57c4aacc,I8430579f by Treehugger Robot · 4 years, 5 months ago
  87. d9ac92a [libprocessgroup] Use new jsoncpp API by Haibo Huang · 4 years, 5 months ago
  88. 5774f82 Merge "fastboot: Bring back legacy A/B support" am: 71a17ff717 by Treehugger Robot · 4 years, 5 months ago
  89. 71a17ff Merge "fastboot: Bring back legacy A/B support" by Treehugger Robot · 4 years, 5 months ago
  90. 123c038 trusty: Fuzz keymaster TA using generic TIPC fuzzer by Tri Vo · 4 years, 5 months ago
  91. d8ea826 Merge "Set an initial keystore.boot_level" am: 75a2bba158 by Paul Crowley · 4 years, 5 months ago
  92. 75a2bba Merge "Set an initial keystore.boot_level" by Paul Crowley · 4 years, 5 months ago
  93. e4a80fe trusty: Fuzz gatekeeper TA using generic TIPC fuzzer by Tri Vo · 4 years, 5 months ago
  94. f41fee5 trusty: Generic parameterizable TIPC fuzzer by Tri Vo · 4 years, 5 months ago
  95. 3c8a004 trusty: coverage: Add UUID helpers by Tri Vo · 4 years, 5 months ago
  96. dae48ef fastboot: Bring back legacy A/B support by LuK1337 · 5 years ago
  97. 2a55e81 libsnapshot: Harden merge-in-recovery for factory data resets. by David Anderson · 4 years, 5 months ago
  98. 4e936b4 libsnapshot: Quell error spam during factory data resets. by David Anderson · 4 years, 5 months ago
  99. 1677523 Merge "trusty: Export ConfirmationUI helper classes" am: 1d9764209f by Treehugger Robot · 4 years, 5 months ago
  100. 1d97642 Merge "trusty: Export ConfirmationUI helper classes" by Treehugger Robot · 4 years, 5 months ago