1. 3bac1ff Merge changes from topic "unwindstack_clone" into pi-dev by Josh Gao · 6 years ago
  2. f7023c9 crash_dump: defuse our signal handlers earlier. by Josh Gao · 6 years ago
  3. d852500 Wipe metadata when we wipe userdata and cache. by Paul Crowley · 6 years ago
  4. 398b551 logd: notify kernel log readers of new messages by Tom Cherry · 6 years ago
  5. 86ea074 libdebuggerd: clone registers before we Unwind with them. by Josh Gao · 6 years ago
  6. fe39631 libunwindstack: add Regs::Clone. by Josh Gao · 6 years ago
  7. 564e358 Merge "Add support for logging complex events from C++." into pi-dev by Mathew Inwood · 6 years ago
  8. 51fd544 Merge "adb: don't error in handle_host_request if we can't acquire a transport." into pi-dev by Josh Gao · 6 years ago
  9. c415deb Merge "Add a dummy entry for the 70220 event tag" into pi-dev by Tom Cherry · 6 years ago
  10. 05e5bc1 adb: don't error in handle_host_request if we can't acquire a transport. by Josh Gao · 6 years ago
  11. f9ec346 Add a dummy entry for the 70220 event tag by Tom Cherry · 6 years ago
  12. 2df20b6 Merge "Set property for metadata encryption on first boot" into pi-dev by Paul Crowley · 6 years ago
  13. d0613ac Add support for logging complex events from C++. by Mathew Inwood · 6 years ago
  14. dc29476 Merge "Remove test_suites: ["vts"] from memunreachable_binder_test" into pi-dev by TreeHugger Robot · 6 years ago
  15. 658ae90 cutils: add restricted cpuset by Tim Murray · 6 years ago
  16. 2f569b7 Remove test_suites: ["vts"] from memunreachable_binder_test by Colin Cross · 6 years ago
  17. 5872cbd Set property for metadata encryption on first boot by Paul Crowley · 6 years ago
  18. e58d713 Merge "Re-land "If enablefilecrypto or init_user0 fails, reboot into recovery."" into pi-dev by TreeHugger Robot · 6 years ago
  19. ab90190 Merge "Remove header version check for command "fastboot boot boot.img"" into pi-dev by TreeHugger Robot · 6 years ago
  20. b35c019 Merge "Add /mnt/vendor rw mount point for vendor partitions." into pi-dev by TreeHugger Robot · 6 years ago
  21. 11a52dd Remove header version check for command "fastboot boot boot.img" by Hridya Valsaraju · 6 years ago
  22. b511475 Add /mnt/vendor rw mount point for vendor partitions. by Tri Vo · 6 years ago
  23. b3b1a5e Merge "Fix FDE" into pi-dev by TreeHugger Robot · 6 years ago
  24. dc97e3e Re-land "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 6 years ago
  25. ffdc4dd lmkd: Introduce support for legacy kill algorithm that uses minfree levels by Suren Baghdasaryan · 6 years ago
  26. 9926e57 lmkd: Switch to using /proc/meminfo to have access to file cache size by Suren Baghdasaryan · 6 years ago
  27. 8b9deaf lmkd: Add zoneinfo and meminfo parsing routines by Suren Baghdasaryan · 6 years ago
  28. 7cb8aad Merge changes I8e27f8b9,I78d2dc79 into pi-dev by Suren Baghdasaryan · 6 years ago
  29. 4807bc2 Merge "Make bootstat container-friendly" into pi-dev by TreeHugger Robot · 6 years ago
  30. 7fdcbdf Fix FDE by Paul Lawrence · 6 years ago
  31. 583d34c Make bootstat container-friendly by Luis Hector Chavez · 6 years ago
  32. b2d59ee lmkd: Optimize frequent file reads by keeping file descriptors open by Suren Baghdasaryan · 6 years ago
  33. 9ff66ff lmkd: Fix usage of ro.lmk.kill_heaviest_task property by Suren Baghdasaryan · 6 years ago
  34. 39a22e7 lmkd: Rename is_go_device variable to better reflect its function by Suren Baghdasaryan · 6 years ago
  35. 9dbd937 lmkd: Add lmkd README file by Suren Baghdasaryan · 6 years ago
  36. 14eb611 Merge "adb: fix `adb reverse` when adbd has multiple transports." into pi-dev by TreeHugger Robot · 6 years ago
  37. 05d9ec9 Merge "adbd: increase oom_score_adj for `adb shell`" into pi-dev by TreeHugger Robot · 6 years ago
  38. a98aab2 adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 6 years ago
  39. 217b8fc adbd: increase oom_score_adj for `adb shell` by Josh Gao · 6 years ago
  40. 7b7901a Merge "storaged: lower capabilities in init" into pi-dev by TreeHugger Robot · 6 years ago
  41. ce135a6 storaged: lower capabilities in init by David Anderson · 6 years ago
  42. c8014f7 Merge "Build /vendor/bin/logwrapper too." into pi-dev by Logan Chien · 6 years ago
  43. 1257812 init: do not impose vendor_init restrictions on old vendor images by Tom Cherry · 6 years ago
  44. c43dd75 fastboot: fix header_actual calculation by Fernando Lugo · 6 years ago
  45. 5a4c20b Build /vendor/bin/logwrapper too. by Elliott Hughes · 6 years ago
  46. 65ce3b2 Allow vendor-init-actionable for vold-related properties by Jaekyun Seok · 6 years ago
  47. 2e05dfa adb: properly calculate packet size on Mac. by Josh Gao · 6 years ago
  48. 8aafb0d Merge "Add event log tag for hidden API access logging." into pi-dev by Mathew Inwood · 6 years ago
  49. 44fd93d Merge "fastboot, fs_mgr: set fsverity feature bit" into pi-dev by TreeHugger Robot · 6 years ago
  50. aeee02f Merge "Use the non-LTO, non-PGO version of libhwbinder" into pi-dev by TreeHugger Robot · 6 years ago
  51. 8ec1c7e Add event log tag for hidden API access logging. by Mathew Inwood · 6 years ago
  52. 9dddfbc Use the non-LTO, non-PGO version of libhwbinder by Pirama Arumuga Nainar · 6 years ago
  53. 6d2f213 Merge "Support /odm and /product in "adb remount" and "adb sync"." into pi-dev by Elliott Hughes · 6 years ago
  54. c867941 Merge "health service can write kernel log" into pi-dev by Yifan Hong · 6 years ago
  55. 715700a Merge "Use non-LTO variant of libhwbinder" into pi-dev by TreeHugger Robot · 6 years ago
  56. b68b02c fastboot, fs_mgr: set fsverity feature bit by Jaegeuk Kim · 6 years ago
  57. 2685c77 adb: Correctly drop caps when ambient capabilities are used by Luis Hector Chavez · 6 years ago
  58. 792581f Support /odm and /product in "adb remount" and "adb sync". by Elliott Hughes · 6 years ago
  59. 7eed108 health service can write kernel log by Yifan Hong · 6 years ago
  60. a4217d0 Merge "Allow vendor-init-actionable for wlan.driver.status and init.svc.surfaceflinger" into pi-dev by TreeHugger Robot · 6 years ago
  61. 587004c Merge "Remove vendor Wifi and BT entries from fs_config.cpp" into pi-dev by TreeHugger Robot · 6 years ago
  62. 7498160 Merge changes from topic "healthd_deprecate2" into pi-dev by Yifan Hong · 6 years ago
  63. 6c985e2 Merge "Add a MemoryOfflineBuffer object." into pi-dev by Christopher Ferris · 6 years ago
  64. 4ae7d5c Merge "Make logd more aggressive when scanning for the position from which to resume logging." into pi-dev by TreeHugger Robot · 6 years ago
  65. 07aa2a6 Remove vendor Wifi and BT entries from fs_config.cpp by Tom Cherry · 6 years ago
  66. 6679780 Allow vendor-init-actionable for wlan.driver.status and init.svc.surfaceflinger by Jaekyun Seok · 6 years ago
  67. 4bba698 Make logd more aggressive when scanning for the position from which to resume logging. by Joe Onorato · 6 years ago
  68. 1cf853f healthd: a.h.health@2.0-service.override removes healthd by Yifan Hong · 6 years ago
  69. 9a67c69 make_f2fs: specify sector size for target image size by Jaegeuk Kim · 6 years ago
  70. fd1aa70 healthd: add healthd.rc by Yifan Hong · 6 years ago
  71. f4e3ff6 Add a MemoryOfflineBuffer object. by Christopher Ferris · 6 years ago
  72. 95958a7 Use non-LTO variant of libhwbinder by Yi Kong · 6 years ago
  73. 0a5bc29 Merge "Add dummy vndk library libmkbootimg to enable abi checks on boot_img_hdr." into pi-dev by Jayant Chowdhary · 6 years ago
  74. f4bda9a Add dummy vndk library libmkbootimg to enable abi checks on boot_img_hdr. by Jayant Chowdhary · 6 years ago
  75. 0b637d9 Merge "storaged: fix divide-by-zero when updating history" into pi-dev by TreeHugger Robot · 6 years ago
  76. 88de555 Add a header-version argument to fastboot by Hridya Valsaraju · 6 years ago
  77. e344782 Merge "graphics: add render intents and new color modes" into pi-dev by Chia-I Wu · 6 years ago
  78. 9d1f783 Merge "Support Speck encryption." into pi-dev by TreeHugger Robot · 6 years ago
  79. 49c27c5 Support Speck encryption. by Paul Crowley · 6 years ago
  80. e9aaadf Allow VNDK-SP extensions to use vendor lib by Logan Chien · 6 years ago
  81. adf13a6 Merge changes from topic "recovery-dtbo" into pi-dev by TreeHugger Robot · 6 years ago
  82. bd920a2 Merge "Allow vendor-init-actionable for ro.board.platform and sys.boot_from_charger_mode" into pi-dev by TreeHugger Robot · 6 years ago
  83. 465704d Merge "Add "require partition-exists=" support." into pi-dev by Elliott Hughes · 6 years ago
  84. d71e39a Add a script to unpack boot image by Hridya Valsaraju · 6 years ago
  85. f328b0d Allow vendor-init-actionable for ro.board.platform and sys.boot_from_charger_mode by Jaekyun Seok · 6 years ago
  86. 9b7cd9a Add "require partition-exists=" support. by Elliott Hughes · 6 years ago
  87. 6bacea2 Add a recovery DTBO section to boot image by Hridya Valsaraju · 6 years ago
  88. 12d9029 Cache DWARF location rules for a given pc. by David Srbecky · 6 years ago
  89. 8dc3f94 Merge "Fix null pointer dereference in RegsArm." into pi-dev by Christopher Ferris · 6 years ago
  90. 83ebd8d adb: fix windows test build. by Josh Gao · 6 years ago
  91. abb6343 adb: bump the local socket backlog to the maximum. by Josh Gao · 6 years ago
  92. cc9414e adb: delete vestigial SHELL_EXIT_NOTIFY_FD. by Josh Gao · 6 years ago
  93. 7c87b07 adb: don't immediately close a socket when write fails. by Josh Gao · 6 years ago
  94. 3b0146c adb: make fdevent_run_on_main_thread's fd nonblocking. by Josh Gao · 6 years ago
  95. 9edb94f adb: skip IPv6 test if IPv6 isn't available. by Josh Gao · 6 years ago
  96. fd6ffb8 adb: add `adb shell exit 42` stress test. by Josh Gao · 6 years ago
  97. e523e4e adb: improve socket tests. by Josh Gao · 6 years ago
  98. 28589bb adb: implement std::make_unique, start using it. by Josh Gao · 6 years ago
  99. 1430d39 adb: add test for flushing socket data after a write failure. by Josh Gao · 6 years ago
  100. 6c4ed57 Merge "Adding odm.img for `fastboot flashall`" into pi-dev by TreeHugger Robot · 6 years ago