1. 1eb462b Add simpleperf in system shell utilities. by Yabin Cui · 6 years ago
  2. b43440b Merge "init: Add support for GSI installations in first-stage mount." by David Anderson · 6 years ago
  3. e181bf5 Merge "Remove liblog/uio.c and <log/uio.h>" by Tom Cherry · 6 years ago
  4. 0658547 Merge "Remove __android_log_event_list and the reader aspect of android_log_event_list" by Tom Cherry · 6 years ago
  5. b94c2e5 Merge "Add support for UnwinderFromPid object." by Christopher Ferris · 6 years ago
  6. 91b5adf Merge "reboot: only run fsck when detecting filesystem inconsistency" by Randall Huang · 6 years ago
  7. a36528d Merge "Fix clang-tidy warnings in log_time.h" by Treehugger Robot · 6 years ago
  8. ec6bd00 Merge "Add runtime module members to owners." by Nicolas Geoffray · 6 years ago
  9. 804e7d8 Fix clang-tidy warnings in log_time.h by Bernie Innocenti · 6 years ago
  10. ccb06c7 Merge "Retry mounts on -EAGAIN" by Treehugger Robot · 6 years ago
  11. bf17bd6 Merge "logd: use .clang-format-4 like the rest of system/core" by Treehugger Robot · 6 years ago
  12. 0e330f1 init: Add support for GSI installations in first-stage mount. by David Anderson · 6 years ago
  13. 6a46240 Merge "Remove liblog's rate limiting" by Treehugger Robot · 6 years ago
  14. 5620c6c Retry mounts on -EAGAIN by Daniel Rosenberg · 6 years ago
  15. 1b67602 Merge "Multi-package support for APEX." by Treehugger Robot · 6 years ago
  16. 3daecf5 Merge "Revert "Create new mount directory /mnt/runtime/full."" by Treehugger Robot · 6 years ago
  17. 3ec4081 Merge "libnativeloader: remove stubs for now." by Treehugger Robot · 6 years ago
  18. fa14bc8 Merge "toolbox: getevent: disable stdout buffering" by Treehugger Robot · 6 years ago
  19. 9ddb1dd Merge "liblog: statically link tests" by Tom Cherry · 6 years ago
  20. c2ea6e7 Remove __android_log_event_list and the reader aspect of android_log_event_list by Tom Cherry · 6 years ago
  21. df8063d logd: use .clang-format-4 like the rest of system/core by Tom Cherry · 6 years ago
  22. eb0772f Add support for UnwinderFromPid object. by Christopher Ferris · 6 years ago
  23. 6f6ef39 Remove liblog/uio.c and <log/uio.h> by Tom Cherry · 6 years ago
  24. 4f82461 Merge "Use #pragma one for all liblog includes" by Tom Cherry · 6 years ago
  25. 7338ef5 Add runtime module members to owners. by Nicolas Geoffray · 6 years ago
  26. bc54c36 Multi-package support for APEX. by Dario Freni · 6 years ago
  27. d06cb94 libnativeloader: remove stubs for now. by Nicolas Geoffray · 6 years ago
  28. c8b83f3 Merge "disable darwin build for libdm" by Bo Hu · 6 years ago
  29. 54b8844 Revert "Create new mount directory /mnt/runtime/full." by Sudheer Shanka · 6 years ago
  30. 1d69860 Merge "Remove <log/logd.h> and <log/logger.h>" by Treehugger Robot · 6 years ago
  31. bab5220 Use #pragma one for all liblog includes by Tom Cherry · 6 years ago
  32. 3a4591c Merge "Remove checks for _USING_LIBCXX" by Treehugger Robot · 6 years ago
  33. 3b4bddc Remove liblog's rate limiting by Tom Cherry · 6 years ago
  34. e780431 Merge "Remove __ANDROID_USE_LIBLOG_* guards" by Treehugger Robot · 6 years ago
  35. 72c06c5 Merge "fs_mgr: avb check avb_slot_data" by Treehugger Robot · 6 years ago
  36. c5ce8a8 Merge "liblog: convert to C++" by Tom Cherry · 6 years ago
  37. 598a4bc Merge "Create new mount directory /mnt/runtime/full." by Sudheer Shanka · 6 years ago
  38. 61f4ceb Merge "Fix usage of Read instead of ReadFully." by Christopher Ferris · 6 years ago
  39. a88a0fa Merge "Move to C API of libnativeloader." by Nicolas Geoffray · 6 years ago
  40. c3a73dc Move to C API of libnativeloader. by Nicolas Geoffray · 6 years ago
  41. df2faa4 reboot: only run fsck when detecting filesystem inconsistency by Randall Huang · 6 years ago
  42. 6410fd2 Merge "adb: switch install to unique_fd." by Treehugger Robot · 6 years ago
  43. a6d5998 Remove <log/logd.h> and <log/logger.h> by Tom Cherry · 6 years ago
  44. 1e1b915 Remove __ANDROID_USE_LIBLOG_* guards by Tom Cherry · 6 years ago
  45. e5b6150 Remove checks for _USING_LIBCXX by Tom Cherry · 6 years ago
  46. cadacdf Fix usage of Read instead of ReadFully. by Christopher Ferris · 6 years ago
  47. 3f4b005 Merge "lmkd: bump process priority and set to FOREGROUND group before kill" by Wei Wang · 6 years ago
  48. 173a02b Merge "lmkd: add missing libcutils library to test" by Tom Cherry · 6 years ago
  49. 71ba164 liblog: convert to C++ by Tom Cherry · 6 years ago
  50. cb33207 Merge "init: Allow first-stage mounts in the second stage if they're formattable." by Treehugger Robot · 6 years ago
  51. 54aa061 disable darwin build for libdm by bohu · 6 years ago
  52. 2d95c10 lmkd: bump process priority and set to FOREGROUND group before kill by Wei Wang · 6 years ago
  53. 3d8b4f5 Merge changes from topic "meminfo-cleanups" by Treehugger Robot · 6 years ago
  54. b2a08d8 lmkd: add missing libcutils library to test by Tom Cherry · 6 years ago
  55. 49edd88 Merge "Fix sdk-mac build." by Dongwon Kang · 6 years ago
  56. 49398d3 Merge "fs_mgr: overlayfs: test fix problems with runtime apex bind mounts" by Mark Salyzyn · 6 years ago
  57. bbf2a0d liblog: statically link tests by Tom Cherry · 6 years ago
  58. 4fc83b1 Merge "Load build sysprops early" by Treehugger Robot · 6 years ago
  59. 7d6431d fs_mgr: overlayfs: test fix problems with runtime apex bind mounts by Mark Salyzyn · 6 years ago
  60. 8c934c7 Fix sdk-mac build. by dimitry · 6 years ago
  61. 8cbf6bb toolbox: getevent: disable stdout buffering by Gary Bisson · 6 years ago
  62. 0ae6d74 Merge "Actually apply version script to libnativebridge" by Treehugger Robot · 6 years ago
  63. 3b316ee Load build sysprops early by Jiyong Park · 6 years ago
  64. b1197e9 Actually apply version script to libnativebridge by dimitry · 6 years ago
  65. 91fa140 Merge "Identify post-apexd crashing processes" by Zimuzo Ezeozue · 6 years ago
  66. 3fcb44b procmeminfo: use getline() instead of fgets() everywhere by Sandeep Patil · 6 years ago
  67. d03244a meminfo: test: delete SmapsOrRollupReturn test by Sandeep Patil · 6 years ago
  68. 42c32bf init: Allow first-stage mounts in the second stage if they're formattable. by David Anderson · 6 years ago
  69. a0ca019 Merge "Add eaeltsin to OWNERS" by Treehugger Robot · 6 years ago
  70. e16c2ce Merge changes from topic "meminfo-apis" by Sandeep Patil · 6 years ago
  71. 365b43b Merge "adb remount documentation error" by Mark Salyzyn · 6 years ago
  72. 71df3ca adb remount documentation error by Mark Salyzyn · 6 years ago
  73. ebae0d3 Merge "Init: error on oneway calls." by Steven Moreland · 6 years ago
  74. 400c71f Merge "disable darwin build for libfstab" by Bo Hu · 6 years ago
  75. dfd34be meminfo: Add IsSmapsRollupSupported Api by Sandeep Patil · 6 years ago
  76. 8871e7e meminfo: Add SmapsOrRollupPss by Sandeep Patil · 6 years ago
  77. 56c414e meminfo: Remove unnecessary working set stats by Sandeep Patil · 6 years ago
  78. 002f02e meminfo: Fix ProcMemInfo ForEachVmaFromFile by Sandeep Patil · 6 years ago
  79. 5424cad Merge "healthd.h: add ignorePowerSupplyNames to healthd_config" by Thierry Strudel · 6 years ago
  80. 965294b Merge "Initial "janitors" owner group." by Elliott Hughes · 6 years ago
  81. dea312b Merge "Move the template out of extern "C"." by Nicolas Geoffray · 6 years ago
  82. c661b66 Identify post-apexd crashing processes by Zimuzo · 6 years ago
  83. e7de616 Move the template out of extern "C". by Nicolas Geoffray · 6 years ago
  84. 9e03e1d Merge "Use cc_test, not art_cc_test." by Nicolas Geoffray · 6 years ago
  85. b6b910b Use cc_test, not art_cc_test. by Nicolas Geoffray · 6 years ago
  86. 445e09e Add eaeltsin to OWNERS by dimitry · 6 years ago
  87. 108ab21 Merge "Make the native bridge API a C API." by Nicolas Geoffray · 6 years ago
  88. d9b4d9b Make the native bridge API a C API. by Nicolas Geoffray · 6 years ago
  89. e5f61a9 Merge "Admit that there's more `adb install` help available." by Treehugger Robot · 6 years ago
  90. f73de6f healthd.h: add ignorePowerSupplyNames to healthd_config by Thierry Strudel · 6 years ago
  91. 1c4ad71 Merge "Remove dependency on libdexfile internal header." by Treehugger Robot · 6 years ago
  92. 3a46ae3 Initial "janitors" owner group. by Elliott Hughes · 6 years ago
  93. a89bd8b Merge "Adds atomic install support to adb" by Treehugger Robot · 6 years ago
  94. dc1f247 Init: error on oneway calls. by Steven Moreland · 6 years ago
  95. 91c4bd7 disable darwin build for libfstab by bohu · 6 years ago
  96. 61f872f adb: switch install to unique_fd. by Josh Gao · 6 years ago
  97. 0d4bf80 Admit that there's more `adb install` help available. by Elliott Hughes · 6 years ago
  98. 2677b80 Remove dependency on libdexfile internal header. by Martin Stjernholm · 6 years ago
  99. 987e732 Create new mount directory /mnt/runtime/full. by Sudheer Shanka · 6 years ago
  100. 6a56a2a fs_mgr: avb check avb_slot_data by Mark Salyzyn · 6 years ago