1. 3df8dc5 Checks each interface in an init_rc file is a known hidl_interface. by Daniel Norman · 5 years ago
  2. c4117af Merge "init: switch host_init_verifier to getopt()" by Tom Cherry · 5 years ago
  3. 99ae1d9 Merge "Make ext4 userdata checkpoints work with metadata encryption" by Treehugger Robot · 5 years ago
  4. 3f1bce8 init: switch host_init_verifier to getopt() by Tom Cherry · 5 years ago
  5. 52f6171 Merge "init: clean up host_init_stubs a bit" by Tom Cherry · 5 years ago
  6. 90381ba Merge "init: remove last init.cpp global" by Tom Cherry · 5 years ago
  7. 21d9880 Merge changes I9248fbaf,Ifd795776,I201109b5 by Tom Cherry · 5 years ago
  8. 9191367 Merge "dmabuf_dump: Fix aosp_x86-eng builds" by Tiger Huang · 5 years ago
  9. 3dc456e dmabuf_dump: Fix aosp_x86-eng builds by Sandeep Patil · 5 years ago
  10. 037d025 Merge "Cache only a small portion of page map data." by Christopher Ferris · 5 years ago
  11. bb56ba8 Merge "dmabuf_dump: Make output more readable and debug friendly" by Treehugger Robot · 5 years ago
  12. 6347749 dmabuf_dump: Make output more readable and debug friendly by Sandeep Patil · 5 years ago
  13. a484817 Merge "Increase timeout to avoid flaky tests." by Christopher Ferris · 5 years ago
  14. 7e473e2 Merge "Fix IsUsable to check for each controller separately" by Suren Baghdasaryan · 5 years ago
  15. f1a044b init: clean up host_init_stubs a bit by Tom Cherry · 5 years ago
  16. 323959e Make ext4 userdata checkpoints work with metadata encryption by Paul Lawrence · 5 years ago
  17. afc0ff7 Increase timeout to avoid flaky tests. by Christopher Ferris · 5 years ago
  18. 172c83f init: remove last init.cpp global by Tom Cherry · 5 years ago
  19. ff88e30 init: remove console_init_action by Tom Cherry · 5 years ago
  20. b1ffb1d Move actual parsing from Service to ServiceParser by Tom Cherry · 5 years ago
  21. 2aeb1ad Split out ServiceList and ServiceParser from service.cpp/.h by Tom Cherry · 5 years ago
  22. 25eb1bf Fix IsUsable to check for each controller separately by Suren Baghdasaryan · 5 years ago
  23. 7f8915c Cache only a small portion of page map data. by Christopher Ferris · 5 years ago
  24. c034919 Merge "bootstat: add reboot,longkey sub-reason to known set" by Treehugger Robot · 5 years ago
  25. 12794c0 Merge "Revert "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND.""" by Elliott Hughes · 5 years ago
  26. fab9f30 Revert "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Elliott Hughes · 5 years ago
  27. 84fc269 Merge "init: Handle properties in the background of calling fs_mgr" by Tom Cherry · 5 years ago
  28. 2067024 Merge "Actually make fs_path_config / fs_path_config_from_file private" by Tom Cherry · 5 years ago
  29. 71bdf28 init: Handle properties in the background of calling fs_mgr by Tom Cherry · 5 years ago
  30. 3f6b163 Merge "Avoid get same timestamps in log testcase" by Tom Cherry · 5 years ago
  31. af274fd Merge "init: use a property instead of file to communicate cold boot done" by Tom Cherry · 5 years ago
  32. b9a8033 bootstat: add reboot,longkey sub-reason to known set by Jone Chou · 5 years ago
  33. 99087de Merge "Prevent definitions of expected.h from being included twice" by Mohammad Islam · 5 years ago
  34. 4f2048d Merge "Switch case to suite to follow new gtest naming." by Christopher Ferris · 5 years ago
  35. 1e13891 Merge "Allow to drop existing fd cache of cgroup path" by Treehugger Robot · 5 years ago
  36. 2a6ec6c Merge "Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Josh Gao · 5 years ago
  37. 87db478 Merge "libfiemap_writer: Improve device unwrapping to support simple linear devices." by David Anderson · 5 years ago
  38. 68debff Actually make fs_path_config / fs_path_config_from_file private by Tom Cherry · 5 years ago
  39. 7e21eba Switch case to suite to follow new gtest naming. by Christopher Ferris · 5 years ago
  40. 8c63ef8 Merge "usbd: Exit in case of charger mode." by Treehugger Robot · 5 years ago
  41. 1bfcd58 libfiemap_writer: Improve device unwrapping to support simple linear devices. by David Anderson · 5 years ago
  42. 2226fe6 Merge "Finally remove ZipString." by Elliott Hughes · 5 years ago
  43. abc9299 usbd: Exit in case of charger mode. by Badhri Jagan Sridharan · 5 years ago
  44. 99f610d Merge "liblp: Handle invalid alignment offsets correctly." by David Anderson · 5 years ago
  45. 0b5c355 Merge "Remove fs_mgr_wait_for_file." by David Anderson · 5 years ago
  46. 71b3afe Merge changes Iae25434a,I13fd6699 by David Anderson · 5 years ago
  47. 9f24c38 Prevent definitions of expected.h from being included twice by Mohammad Samiul Islam · 5 years ago
  48. 9b22906 Merge "Remove fs_config endianness functions" by Tom Cherry · 5 years ago
  49. 5550d4e Remove fs_config endianness functions by Tom Cherry · 5 years ago
  50. 45f79b1 Merge "Remove fs_config_generate()" by Tom Cherry · 5 years ago
  51. 61fc364 Merge "Fix potential race condition." by Christopher Ferris · 5 years ago
  52. ea0dda1 libdm: Add LoopControl helpers for enabling direct IO. by David Anderson · 5 years ago
  53. d106f1e libdm: Add helpers for getting the device number of a dm device. by David Anderson · 5 years ago
  54. 2ca0700 liblp: Handle invalid alignment offsets correctly. by David Anderson · 5 years ago
  55. d1d973b Fix potential race condition. by Christopher Ferris · 5 years ago
  56. 50ef29a Finally remove ZipString. by Elliott Hughes · 5 years ago
  57. 3215fd9 Merge "[zip] Save 1 malloc and memset for each added file in ZipWriter" by Treehugger Robot · 5 years ago
  58. 02427f5 Merge "Introduce inotify-based replacements for fs_mgr_wait_for_file." by David Anderson · 5 years ago
  59. a91e50b Merge "[zip] Change const char* to string_view in ZipWriter" by Treehugger Robot · 5 years ago
  60. 998fca5 Avoid get same timestamps in log testcase by Xu YiPing · 5 years ago
  61. a6633d7 [zip] Save 1 malloc and memset for each added file in ZipWriter by Yurii Zubrytskyi · 5 years ago
  62. 4a8d436 Merge "init: Create /data/apex/hashtree folder at boot" by Treehugger Robot · 5 years ago
  63. 2b28311 [zip] Change const char* to string_view in ZipWriter by Yurii Zubrytskyi · 5 years ago
  64. 411fb88 Merge "Qualifies the mention of lazily starting services from 'interface'." by Treehugger Robot · 5 years ago
  65. 52c8565 Merge "Start Vold on early-fs" by Treehugger Robot · 5 years ago
  66. 90eb2ed Merge "create libmodprobe, integrate into first_stage_init" by Treehugger Robot · 5 years ago
  67. ad0f27f Merge "adb: turn CHECKs into an error + transport restart." by Treehugger Robot · 5 years ago
  68. d6d09c6 Qualifies the mention of lazily starting services from 'interface'. by Daniel Norman · 5 years ago
  69. 5c475c7 Remove fs_mgr_wait_for_file. by David Anderson · 5 years ago
  70. c651213 Introduce inotify-based replacements for fs_mgr_wait_for_file. by David Anderson · 5 years ago
  71. b00e66f Reland "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Josh Gao · 5 years ago
  72. 18b981e create libmodprobe, integrate into first_stage_init by Steve Muckle · 5 years ago
  73. c6e8972 Start Vold on early-fs by Daniel Rosenberg · 5 years ago
  74. b89a443 Merge "Remove system/core/mkbootimg" by Treehugger Robot · 5 years ago
  75. a6abd82 Allow to drop existing fd cache of cgroup path by Riddle Hsu · 5 years ago
  76. ad6f656 Merge "Remove ACgroupController_getFlags to fix API breakage" by Treehugger Robot · 5 years ago
  77. 716ba5d Merge "libprocessgroup: move native_bridge_support" by Treehugger Robot · 5 years ago
  78. bc53c84 Merge "liblp: Remove the slot-suffix requirement in MetadataBuilder." by David Anderson · 5 years ago
  79. 55fe01d Remove fs_config_generate() by Tom Cherry · 5 years ago
  80. b495b0d libprocessgroup: move native_bridge_support by Steven Moreland · 5 years ago
  81. 338260a Remove ACgroupController_getFlags to fix API breakage by Suren Baghdasaryan · 5 years ago
  82. 7f34035 Merge "Create android-base/format.h that includes fmtlib headers" by Tom Cherry · 5 years ago
  83. 30f6f42 Merge "init: use Errorf() now that we have it" by Tom Cherry · 5 years ago
  84. a6f90ce Merge "Revert "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Josh Gao · 5 years ago
  85. 9dba0f5 Revert "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Josh Gao · 5 years ago
  86. 6860f68 Merge "VtsKernelLiblpTest: use static test" by Treehugger Robot · 5 years ago
  87. f4db2aa init: use Errorf() now that we have it by Tom Cherry · 5 years ago
  88. b90dcc0 Create android-base/format.h that includes fmtlib headers by Tom Cherry · 5 years ago
  89. c476186 Merge "fs_mgr_fstab: translate reserve_root to reserved_size in fsmgr" by Jaegeuk Kim · 5 years ago
  90. 8301957 VtsKernelLiblpTest: use static test by Steve Muckle · 5 years ago
  91. ebbe9e7 Merge "Add Errorf and ErrnoErrorf" by Tom Cherry · 5 years ago
  92. f07d07b fs_mgr_fstab: translate reserve_root to reserved_size in fsmgr by Jaegeuk Kim · 5 years ago
  93. 2d620c0 Merge "Link the sanitizer runtime libraries to the default unrestricted namespace." by Treehugger Robot · 5 years ago
  94. baa7c13 init: Create /data/apex/hashtree folder at boot by Jooyung Han · 5 years ago
  95. 20524ed Add Errorf and ErrnoErrorf by Jiyong Park · 5 years ago
  96. 563ca38 Link the sanitizer runtime libraries to the default unrestricted namespace. by Peter Collingbourne · 5 years ago
  97. 935420f liblp: Remove the slot-suffix requirement in MetadataBuilder. by David Anderson · 5 years ago
  98. 69880e1 Merge "Support importing property file with expanded name" by Treehugger Robot · 5 years ago
  99. a87c0f9 Support importing property file with expanded name by Dongcheol Shin · 5 years ago
  100. fc0f80a adb: turn CHECKs into an error + transport restart. by Josh Gao · 5 years ago