- 5c0a678 lmkd: Implement lmkd-test by Suren Baghdasaryan · 7 years ago
- a3b8ff3 lmkd: Introduce liblmkd_utils for communicating with lmkd process by Suren Baghdasaryan · 7 years ago
- d760c7c lmkd: Add support for multiple lmkd client connections by Suren Baghdasaryan · 7 years ago
- 4781dbe Merge "fs_mgr: Ignore invalid DT device nodes" by Treehugger Robot · 7 years ago
- 53c34a7 Merge changes I443e733f,If1e89a67,I0481d87a by Tom Cherry · 7 years ago
- b733230 init: document previously undocumentary service options by Tom Cherry · 7 years ago
- d001459 init: alphabetize service options in README.md by Tom Cherry · 7 years ago
- 3bc38e6 init: alphabetize service options by Tom Cherry · 7 years ago
- 80b3e1e Merge "libutils: Remove Static.cpp and darwin hacks." by Treehugger Robot · 7 years ago
- 9150672 Merge "Base: Add default tag manipulation" by Treehugger Robot · 7 years ago
- d6b9656 Merge "init: use FQName parse" by Treehugger Robot · 7 years ago
- 87d5e7e Merge "adbd: don't require authentication for userdebug/eng builds." by Treehugger Robot · 7 years ago
- 19ebe60 Merge changes I51635278,I04c0038e by Treehugger Robot · 7 years ago
- 1d61d4f init: use FQName parse by Steven Moreland · 7 years ago
- 2605649 liblog: save errno through log writing by Mark Salyzyn · 7 years ago
- 43765c9 libion: cleanup logging by Mark Salyzyn · 7 years ago
- e29d82d fs_mgr: Ignore invalid DT device nodes by Tom Marshall · 7 years ago
- 250e199 Merge "Include iface index in the netlink event" by Treehugger Robot · 7 years ago
- b77ccb4 Include iface index in the netlink event by Chenbo Feng · 7 years ago
- ced9d17 Merge "adbd: make static." by Treehugger Robot · 7 years ago
- 60e90ed Base: Add default tag manipulation by Andreas Gampe · 7 years ago
- 424b4c9 Merge "Remove leftover commented out code." by Christopher Ferris · 7 years ago
- c65aec6 adbd: don't require authentication for userdebug/eng builds. by Josh Gao · 7 years ago
- 62b1693 adbd: make static. by Josh Gao · 7 years ago
- 1b07491 Merge "Make libasyncio headers usable from C" by Jerry Zhang · 7 years ago
- ca891f4 Remove leftover commented out code. by Christopher Ferris · 7 years ago
- 4c7bddd libutils: Remove Static.cpp and darwin hacks. by Steven Moreland · 7 years ago
- 307fbc7 Merge "Copy adb/OWNERS to diagnose_usb/OWNERS." by Treehugger Robot · 7 years ago
- e6db1e8 Copy adb/OWNERS to diagnose_usb/OWNERS. by Elliott Hughes · 7 years ago
- 57bad3b Merge changes from topic "adb_bp" by Josh Gao · 7 years ago
- 300176a adb: remove meaningless const. by Josh Gao · 7 years ago
- 5fee1bb adb: convert Connection to a nonblocking interface. by Josh Gao · 7 years ago
- 09998e6 adb: use soong version stamping. by Josh Gao · 7 years ago
- 126d4c4 Merge "Add ek and lorenzo to OWNERS for system/core netlink code." by Treehugger Robot · 7 years ago
- d67b4da Add ek and lorenzo to OWNERS for system/core netlink code. by Lorenzo Colitti · 7 years ago
- c51a691 Make libasyncio headers usable from C by Jerry Zhang · 7 years ago
- dd32de1 Merge changes I394a7920,Ia847118c,Ic8396eee,I79a85c33,Id015e6a7, ... by Suren Baghdasaryan · 7 years ago
- 69e611d Merge "fastboot: only require Linux modules on Linux" by Treehugger Robot · 7 years ago
- 64ce879 Merge "healthd: Fix negativity check after cast to unsigned enum" by Treehugger Robot · 7 years ago
- 9ba7992 healthd: Fix negativity check after cast to unsigned enum by Yi Kong · 7 years ago
- 868450e Merge "Remove empty zip warning on host builds" by Treehugger Robot · 7 years ago
- b9387c4 Merge "Revert "If enablefilecrypto or init_user0 fails, reboot into recovery."" by Treehugger Robot · 7 years ago
- 55c702f lmkd: Select in-kernel vs userspace lmk based on kernel driver presence by Suren Baghdasaryan · 7 years ago
- 68ed976 lmkd: Implement kill timeout by Suren Baghdasaryan · 7 years ago
- ec7b7d8 lmkd: Allow killing multiple processes to downgrade memory pressure by Suren Baghdasaryan · 7 years ago
- c4d6539 lmkd: Detect the highest level of vmpressure when event is detected by Suren Baghdasaryan · 7 years ago
- 0422e34 Merge "Restrict setting platform properties from vendor .prop files" by Tom Cherry · 7 years ago
- 95250d9 lmkd: Close cgroup.event_control file when done writing by Suren Baghdasaryan · 7 years ago
- 3e37838 lmkd: Remove stale dependency on libprocessgroup by Suren Baghdasaryan · 7 years ago
- f2bf890 lmkd: Add ability to trace lmkd kills by Suren Baghdasaryan · 7 years ago
- 79fae8c lmkd: add logic to kill the heaviest of the eligible processes by Suren Baghdasaryan · 7 years ago
- 6b17d8b lmkd: change defaults to disable event upgrade/downgrade logic by Suren Baghdasaryan · 7 years ago
- e41e3d9 Merge "Remove unreachable condition" by Treehugger Robot · 7 years ago
- 158ab15 Revert "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 7 years ago
- 1e0a222 Merge "Clean up property set error handling" by Tom Cherry · 7 years ago
- bae32ec Remove unreachable condition by Yi Kong · 7 years ago
- 7e83e04 Merge "Add a NOLINT for the memory leak we added" by Treehugger Robot · 7 years ago
- 1af9576 lmkd: add ability to monitor all vmpressure events by Suren Baghdasaryan · 7 years ago
- 6339926 Remove empty zip warning on host builds by Adam Lesinski · 7 years ago
- 2a7094f Restrict setting platform properties from vendor .prop files by Tom Cherry · 7 years ago
- 9372720 Clean up property set error handling by Tom Cherry · 7 years ago
- 311c894 Add a NOLINT for the memory leak we added by George Burgess IV · 7 years ago
- 69bb846 Merge "Don't build host_init_verifier on Android either" by Tom Cherry · 7 years ago
- 6f4e82b Don't build host_init_verifier on Android either by Tom Cherry · 7 years ago
- bea6a25 Merge "Don't build host_init_verifier for darwin" by Tom Cherry · 7 years ago
- 8572560 Don't build host_init_verifier for darwin by Tom Cherry · 7 years ago
- c2405a1 Merge "init: add host side parser for init" by Tom Cherry · 7 years ago
- 3c31148 adb: switch over to Android.bp. by Josh Gao · 7 years ago
- 1ea459a Merge "adb: add a way to make the server intentionally leak." by Treehugger Robot · 7 years ago
- 01713ee adb: add a way to make the server intentionally leak. by Josh Gao · 7 years ago
- ddda564 Merge "Make memunreachable_binder_test suitable for VTS" by Colin Cross · 7 years ago
- 4717050 init: add host side parser for init by Tom Cherry · 7 years ago
- 83b41f4 Merge "Change the remount command to be more container-friendly" by Treehugger Robot · 7 years ago
- 765e3ff Merge "libprocessgroup: remove legacy C string handling and build for host" by Tom Cherry · 7 years ago
- 593f1f3 Merge "Mark crash_dump.policy as not supported on mips" by Treehugger Robot · 7 years ago
- 1902ca4 Make memunreachable_binder_test suitable for VTS by Colin Cross · 7 years ago
- 352d710 Merge changes I0783be05,Id8178913 by Josh Gao · 7 years ago
- 9a7faaf Mark crash_dump.policy as not supported on mips by Dan Willemsen · 7 years ago
- 6d637cf adb: allow reentrant calls to fdevent_run_on_main_thread. by Josh Gao · 7 years ago
- 192b96e adb: stop using quick_exit. by Josh Gao · 7 years ago
- f94bfdc Change the remount command to be more container-friendly by Luis Hector Chavez · 7 years ago
- c99b823 libprocessgroup: remove legacy C string handling and build for host by Tom Cherry · 7 years ago
- d0035bf Merge "EndsWith *suffix*" by Treehugger Robot · 7 years ago
- 8b7564c EndsWith *suffix* by Erik Kline · 7 years ago
- 2cbb8a4 Merge "fs_mgr: add sysfs_path=%s to indicate a location of sysfs entry" by Jaegeuk Kim · 7 years ago
- 3a8f7af fs_mgr: add sysfs_path=%s to indicate a location of sysfs entry by Jaegeuk Kim · 7 years ago
- 9b9be79 Merge "init: Reboot after timeout passes during reboot" by Tom Cherry · 7 years ago
- 173ae6a Merge "libutils: remove subdirs" by Treehugger Robot · 7 years ago
- 5b0985b Merge "adb: switch apacket over to a std::string payload." by Treehugger Robot · 7 years ago
- 68bf7b9 libutils: remove subdirs by Steven Moreland · 7 years ago
- f938a09 Merge "Document property expansion." by Treehugger Robot · 7 years ago
- 3154055 Merge "debuggerd_fallback: don't recursively abort." by Treehugger Robot · 7 years ago
- 659990f Merge "Modify the offline handling interface." by David Srbecky · 7 years ago
- fb151e1 init: Reboot after timeout passes during reboot by Tom Cherry · 7 years ago
- ee0d516 Document property expansion. by Elliott Hughes · 7 years ago
- 2947597 Merge "Adjust DEX file reading to follow layout changes in ART." by David Srbecky · 7 years ago
- d05e6fc Modify the offline handling interface. by Christopher Ferris · 7 years ago
- 2411e5a Merge "Remove fs_config entries for webview_zygote." by Treehugger Robot · 7 years ago
- dca69eb debuggerd_fallback: don't recursively abort. by Josh Gao · 7 years ago
- 52c80da Merge "Change the GetAdjustedRelPc to GetPcAdjustment." by Christopher Ferris · 7 years ago