- fd93378 libprocessgroup: Handle temporarily non-empty group removal failure by Suren Baghdasaryan · 3 years ago
- 4345f3f libprocessgroup: Add a function to remove only empty process groups by Suren Baghdasaryan · 3 years, 1 month ago
- cc9932b Fix: null name is added when using android_set_process_profiles by Jiyong Park · 3 years, 1 month ago
- 8bf5940 c wrapper for SetProcessProfiles by Jiyong Park · 3 years, 2 months ago
- 8eb7a6e Revert "Fix the cgroup directory owner in createProcessGroupInternal()" by Bart Van Assche · 3 years, 2 months ago
- 812d769 Fix the cgroup directory owner in createProcessGroupInternal() by Bart Van Assche · 3 years, 2 months ago
- 55a9b1e Fix the stat() return value check in createProcessGroupInternal() by Bart Van Assche · 3 years, 2 months ago
- 4c95712 Use the proper memcg directory for the v2 hierarchy by Bart Van Assche · 3 years, 4 months ago
- 32a9b1c Use uid_t for user IDs and gid_t for group IDs by Bart Van Assche · 3 years, 3 months ago
- 4c99e96 Introduce interface class IProfileAttribute by Bart Van Assche · 3 years, 4 months ago
- 6e814b0 Make two error messages more detailed by Bart Van Assche · 3 years, 4 months ago
- f3bdac7 libprocessgroup: Add fd caching support for SetProcessProfiles by Suren Baghdasaryan · 3 years, 4 months ago
- 9e3ace5 libprocessgroup: Add CgroupGetControllerFromPath API function by Suren Baghdasaryan · 4 years ago
- 25ad3f9 libprocessgroup: Activate controllers in cgroup v2 hierarchy at intermediate levels by Suren Baghdasaryan · 3 years, 10 months ago
- 29c9e26 libprocessgroup: Remove unnecessary permissions change in uid/pid hierarchy by Suren Baghdasaryan · 3 years, 11 months ago
- d0464b0 libprocessgroup: Do not remove uid cgroups directory by Li Li · 4 years ago
- 4e644c4 libprocessgroup: new method to get cgroup paths by Marco Ballesio · 4 years, 3 months ago
- 9e628a6 libprocessgroup: fix uid/pid hierarchy for recovery mode by Marco Ballesio · 4 years, 4 months ago
- 4dac816 Revert^4 "libprocessgroup: uid/pid hierarchy for cgroup v2" by Marco Ballesio · 4 years, 4 months ago
- 088924a Revert^3 "libprocessgroup: uid/pid hierarchy for cgroup v2" by Marco Ballesio · 4 years, 4 months ago
- a1a0497 Revert^2 "libprocessgroup: uid/pid hierarchy for cgroup v2" by Marco Ballesio · 4 years, 4 months ago
- 4bbabe4 Revert "libprocessgroup: uid/pid hierarchy for cgroup v2" by Jonglin Lee · 4 years, 6 months ago
- 4d45b59 libprocessgroup: uid/pid hierarchy for cgroup v2 by Marco Ballesio · 4 years, 7 months ago
- 911109c libprocessgroup: Prevent SetProcessProfiles from using cached fd by Suren Baghdasaryan · 5 years ago
- d89ed13 init: always kill oneshot services' process groups. by Tom Cherry · 6 years ago
- 0b211fa libprocessgroup: add support to set aggregate profiles by Rick Yiu · 6 years ago
- a6abd82 Allow to drop existing fd cache of cgroup path by Riddle Hsu · 6 years ago
- fa7a05f libprocessgroup: add flags to indicate when a controller failed to mount by Suren Baghdasaryan · 6 years ago
- 8a315d2 Re-enable file descriptor caching and add option to skip caching by Suren Baghdasaryan · 6 years ago
- 53e0deb libprocessgroup: use libcgrouprc to read cgroup.rc by Yifan Hong · 6 years ago
- 6f9ce2e libprocessgroup: Move CgroupSetupCgroups() to libprocessgroup_setup by Yifan Hong · 6 years ago
- 8dcd839 Merge "Reduce log spam from libprocessgroup" by Treehugger Robot · 6 years ago
- 858f3e5 Reduce log spam from libprocessgroup by Wei Wang · 6 years ago
- ab8d6ab libprocessgroup: Fix memcg path for apps by Vic Yang · 6 years ago
- 82b72a5 libprocessgroup: Add support for task profiles by Suren Baghdasaryan · 6 years ago
- 7bf4381 DO NOT MERGE: Revert "Revert "Add libprocessgroup into VNDK"" by Suren Baghdasaryan · 6 years ago
- c4a02d2 DO NOT MERGE: Revert "Add libprocessgroup into VNDK" by Suren Baghdasaryan · 6 years ago
- dad4749 Add libprocessgroup into VNDK by Suren Baghdasaryan · 6 years ago
- d7157c2 Introduce additional service options for controlling memory cgroups. by Peter Collingbourne · 7 years ago
- 950f6f3 Fixed the can not kill some process using libprocessgroup by fengshaobo · 7 years ago
- dc80312 libbase: add host properties support. by Elliott Hughes · 7 years ago
- bc131c3 Make per-application memcg hierarchy configurable via a property by Suren Baghdasaryan · 7 years ago
- 574a081 libprocessgroup: remove legacy C string handling and build for host by Tom Cherry · 7 years ago
- d485226 Add memcg related configs to init. by Robert Benea · 8 years ago
- 3280e48 Use mem cgroups in libprocessgroup if they're available by Robert Benea · 8 years ago
- fc10e3d Revert "Use mem cgroups in libprocessgroup if they're available" by Tim Murray · 8 years ago
- 32375c2 Use mem cgroups in libprocessgroup if they're available by Robert Benea · 8 years ago
- 70a5ed4 init: move killing of process groups to libprocessgroup by Tom Cherry · 8 years ago
- 20514c4 Better logging in libprocessgroup and make resources clean up themselves by Tom Cherry · 8 years ago
- fac4b63 add killProcessGroupOnce by Keun-young Park · 8 years ago
- 290a228 Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for. by Elliott Hughes · 9 years ago
- 9f20693 Use readdir instead of readdir_r. by Elliott Hughes · 9 years ago
- b6e1d15 resolve merge conflicts of ed3596a to stage-aosp-master by Elliott Hughes · 9 years ago
- 171df0a Switch libprocessgroup to libbase logging. by Elliott Hughes · 9 years ago
- 8d532e4 resolve merge conflicts of cea1d04 to nyc-dev-plus-aosp by Elliott Hughes · 9 years ago
- f7e79b9 use process groups for processes started by init by Collin Mulliner · 9 years ago
- d89cd41 Merge "Don\'t use mem cgroups for pid accounting." into nyc-dev am: e9ea8db by Martijn Coenen · 9 years ago
- 5bb91ab Don't use mem cgroups for pid accounting. by Martijn Coenen · 9 years ago
- 22b6f7a resolve merge conflicts of 0f5d443d0c to nyc-dev-plus-aosp by James Hawkins · 9 years ago
- 588a2ca system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr. by James Hawkins · 9 years ago
- 623b56a Fix libprocessgroup SELinux denials. by Martijn Coenen · 9 years ago
- b82bab6 Reuse mem cgroups for tracking forked PIDs. by Martijn Coenen · 9 years ago
- d503930 processgroup: change the polling interval for killProcessGroup() by Yusuke Sato · 10 years ago
- 0badbd6 Fix missing #includes in system/core. by Elliott Hughes · 10 years ago
- fcc8115 Fix format string by Chih-Hung Hsieh · 11 years ago
- 758aeb7 Make mkdirAndChown do what it claims to do by Bernhard Rosenkränzer · 11 years ago
- 67f46cb Fix issue #18000467: processgroup truncates buffer by Dianne Hackborn · 11 years ago
- 2c5e7e1 Maybe fix issue #17969789: Shamu FR: Runtime restart while scrolling Instagram by Dianne Hackborn · 11 years ago
- c15dd04 processgroup: close directories opened by removeAllProcessGroups() by Colin Cross · 11 years ago
- cf8d1c2 Add libprocessgroup by Colin Cross · 11 years ago