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