1. b6f7ff6 Fix IsUsable to check for each controller separately by Suren Baghdasaryan · 6 years ago
  2. 8783aad Revert "libprocessgroup users use libcutils" by Zhijun He · 6 years ago
  3. 09a829c Merge "libprocessgroup users use libcutils" into qt-dev by Steven Moreland · 6 years ago
  4. ebb9784 libprocessgroup users use libcutils by Steven Moreland · 6 years ago
  5. fdce410 Remove ACgroupController_getFlags to fix API breakage by Suren Baghdasaryan · 6 years ago
  6. ea46d11 race condition in libprocessgroup by mtk16036 · 6 years ago
  7. 71b3ce5 libprocessgroup: add flags to indicate when a controller failed to mount by Suren Baghdasaryan · 6 years ago
  8. bb3d02b Static link libjsoncpp in libprocessgroup by Vic Yang · 6 years ago
  9. 3d47f62 libprocessgroup: limit libprocessgroup's VNDK API surface by Suren Baghdasaryan · 6 years ago
  10. 36627d0 Re-enable file descriptor caching and add option to skip caching by Suren Baghdasaryan · 6 years ago
  11. c50f6cd Let blkio cgroup follow cpuset cgroup only by Rick Yiu · 6 years ago
  12. 164bd53 CgroupSetupCgroups: don't leak fd. by Yifan Hong · 6 years ago
  13. 571e77b libcgrouprc: version script: linux only by Yifan Hong · 6 years ago
  14. a8805c5 CgroupSetupCgroups -> CgroupSetup by Yifan Hong · 6 years ago
  15. 7b3fd74 libprocessgroup: use libcgrouprc to read cgroup.rc by Yifan Hong · 6 years ago
  16. 720da04 libprocessgroup_setup: use libcgrouprc_format by Yifan Hong · 6 years ago
  17. d93d4cc libprocessgroup: Move CgroupSetupCgroups() to libprocessgroup_setup by Yifan Hong · 6 years ago
  18. fba00f7 libprocessgroup: Add libcgrouprc by Yifan Hong · 6 years ago
  19. f2e249d libprocessgroup: Add libcgrouprc_format by Yifan Hong · 6 years ago
  20. 49a43f0 libprocessgroup: restrict SetupCgroups to one-time usage and only by init by Suren Baghdasaryan · 6 years ago
  21. 7c95a02 libprocessgroup: add -Wexit-time-destructors. by Elliott Hughes · 6 years ago
  22. 1c6fd89 Revert "libprocessgroup: make sure SetupCgroups is called once and only by init" by Suren Baghdasaryan · 6 years ago
  23. c49b403 libprocessgroup: make sure SetupCgroups is called once and only by init by Suren Baghdasaryan · 6 years ago
  24. a82553a libprocessgroup: Deliberately leak TaskProfiles and CgroupMap instances. by Peter Collingbourne · 6 years ago
  25. 9d185c0 Merge changes from topic "libprocessgroup" by Yifan Hong · 6 years ago
  26. 99cfc89 libprocessgroup: Add VTS tests for vendor JSON files by Yifan Hong · 6 years ago
  27. d14e909 libprocessgroup_proto_test split into multiple files by Yifan Hong · 6 years ago
  28. 7b9b25b libprocessgroup: PLOG already includes strerror(errno). by Elliott Hughes · 6 years ago
  29. e6ab423 Set cg_file_data_ to null when initialization failed by Wei Wang · 6 years ago
  30. a9f7754 Merge "Reduce log spam from libprocessgroup" by Treehugger Robot · 6 years ago
  31. 074db66 libprocessgroup: convert Json::Value to const refs by Suren Baghdasaryan · 6 years ago
  32. 7a0a5a3 Add vendor cgroups and task_profiles support by Suren Baghdasaryan · 6 years ago
  33. 963caea Unify some text format in task_profiles.json by Rick Yiu · 6 years ago
  34. b86d88b Merge "Add blkio cgroup to libprocessgroup" by Treehugger Robot · 6 years ago
  35. 14d2594 Fix string reference usage by Wei Wang · 6 years ago
  36. 79b4545 Add blkio cgroup to libprocessgroup by Rick Yiu · 6 years ago
  37. 252d42e Reduce log spam from libprocessgroup by Wei Wang · 6 years ago
  38. d2b3282 Merge changes from topic "libprocessgroup_json" by Yifan Hong · 6 years ago
  39. 98861f3 libprocessgroup: Fix memcg path for apps by Vic Yang · 6 years ago
  40. 849f508 Add schema for task profiles by Yifan Hong · 6 years ago
  41. e210b8e Move rootdir/*.json to libprocessgroup by Yifan Hong · 6 years ago
  42. 689eacb Fix cgroup support for recovery mode by Suren Baghdasaryan · 6 years ago
  43. 38b02dc Suppress error log when timerslack_ns write fails for already dead process by Suren Baghdasaryan · 6 years ago
  44. 16ac83b Merge "libprocessgroup: Fix file mode parsing that requires octal values" by Suren Baghdasaryan · 6 years ago
  45. 25dae89 libprocessgroup: Fix cgroup directory ownership setup by Suren Baghdasaryan · 6 years ago
  46. bbddc80 libprocessgroup: Fix file mode parsing that requires octal values by Suren Baghdasaryan · 6 years ago
  47. 8abd9bd libprocessgroup: Disable file descriptor caching temporarily by Suren Baghdasaryan · 6 years ago
  48. 1ec0718 libprocessgroup: Fix return values by Greg Kaiser · 6 years ago
  49. 6b32e2a Disable SetupCgroup for non-Android targets by Suren Baghdasaryan · 6 years ago
  50. 92ffcc9 Fix non-Android build targets by Suren Baghdasaryan · 6 years ago
  51. 62b18ee libprocessgroup: Add support for task profiles by Suren Baghdasaryan · 6 years ago
  52. 0f6b6e9 DO NOT MERGE: Revert "Revert "Add dependencies on libprocessgroup for sched_policy users"" by Suren Baghdasaryan · 6 years ago
  53. b40c668 DO NOT MERGE: Revert "Revert "libcutils: Move sched_policy functions into libprocessgroup"" by Suren Baghdasaryan · 6 years ago
  54. 51e6922 DO NOT MERGE: Revert "Revert "Add libprocessgroup into VNDK"" by Suren Baghdasaryan · 6 years ago
  55. 9a63267 DO NOT MERGE: Revert "Add libprocessgroup into VNDK" by Suren Baghdasaryan · 6 years ago
  56. 4440f1f DO NOT MERGE: Revert "libcutils: Move sched_policy functions into libprocessgroup" by Suren Baghdasaryan · 6 years ago
  57. a1c8352 DO NOT MERGE: Revert "Add dependencies on libprocessgroup for sched_policy users" by Suren Baghdasaryan · 6 years ago
  58. 1d6b373 Add dependencies on libprocessgroup for sched_policy users by Suren Baghdasaryan · 6 years ago
  59. 91f43d6 libcutils: Move sched_policy functions into libprocessgroup by Suren Baghdasaryan · 6 years ago
  60. 11352c0 Add libprocessgroup into VNDK by Suren Baghdasaryan · 6 years ago
  61. 62915b5 Introduce additional service options for controlling memory cgroups. by Peter Collingbourne · 6 years ago
  62. 133f19c Merge "Add OWNERS for libprocessgroup" by Treehugger Robot · 7 years ago
  63. c689968 Add OWNERS for libprocessgroup by Tom Cherry · 7 years ago
  64. d86014d Fixed the can not kill some process using libprocessgroup by fengshaobo · 7 years ago
  65. 596c1de Add recovery_available: true to init dependencies by Tom Cherry · 7 years ago
  66. 7151e0f libbase: add host properties support. by Elliott Hughes · 7 years ago
  67. 6d92d91 Make per-application memcg hierarchy configurable via a property by Suren Baghdasaryan · 7 years ago
  68. c99b823 libprocessgroup: remove legacy C string handling and build for host by Tom Cherry · 7 years ago
  69. 74f8115 Add memcg related configs to init. by Robert Benea · 8 years ago
  70. 91962fd Use mem cgroups in libprocessgroup if they're available by Robert Benea · 8 years ago
  71. 82232b6 Revert "Use mem cgroups in libprocessgroup if they're available" by Tim Murray · 8 years ago
  72. ee1b489 Use mem cgroups in libprocessgroup if they're available by Robert Benea · 8 years ago
  73. a5b539d init: move killing of process groups to libprocessgroup by Tom Cherry · 8 years ago
  74. 5b1d717 Enable libprocessgroup on host bionic by Tom Cherry · 8 years ago
  75. 03a9a2b Better logging in libprocessgroup and make resources clean up themselves by Tom Cherry · 8 years ago
  76. 6e56ae0 libprocessgroup: Android.mk -> Android.bp by Steven Moreland · 8 years ago
  77. 50bf135 add killProcessGroupOnce by Keun-young Park · 8 years ago
  78. 1c5fa22 Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for. by Elliott Hughes · 8 years ago
  79. 7d19dbc Use readdir instead of readdir_r. by Elliott Hughes · 9 years ago
  80. c20f795 resolve merge conflicts of ed3596a to stage-aosp-master by Elliott Hughes · 9 years ago
  81. 65a6709 Switch libprocessgroup to libbase logging. by Elliott Hughes · 9 years ago
  82. 2848f76 resolve merge conflicts of cea1d04 to nyc-dev-plus-aosp by Elliott Hughes · 9 years ago
  83. 972664a use process groups for processes started by init by Collin Mulliner · 9 years ago
  84. 1a6482d Remove useless #include. by Elliott Hughes · 9 years ago
  85. 30e0f5c Merge "Don\'t use mem cgroups for pid accounting." into nyc-dev am: e9ea8db by Martijn Coenen · 9 years ago
  86. f2f5cf2 Don't use mem cgroups for pid accounting. by Martijn Coenen · 9 years ago
  87. 69ee20e resolve merge conflicts of 0f5d443d0c to nyc-dev-plus-aosp by James Hawkins · 9 years ago
  88. fb6bb0a system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr. by James Hawkins · 9 years ago
  89. d5127e6 Fix libprocessgroup SELinux denials. by Martijn Coenen · 9 years ago
  90. 66ac56f Reuse mem cgroups for tracking forked PIDs. by Martijn Coenen · 9 years ago
  91. 73f4eaa processgroup: change the polling interval for killProcessGroup() by Yusuke Sato · 10 years ago
  92. f3ce24f Remove uses of libcxx.mk. by Dan Albert · 10 years ago
  93. 0badbd6 Fix missing #includes in system/core. by Elliott Hughes · 10 years ago
  94. fcc8115 Fix format string by Chih-Hung Hsieh · 10 years ago
  95. 758aeb7 Make mkdirAndChown do what it claims to do by Bernhard Rosenkränzer · 10 years ago
  96. 67f46cb Fix issue #18000467: processgroup truncates buffer by Dianne Hackborn · 10 years ago
  97. 2c5e7e1 Maybe fix issue #17969789: Shamu FR: Runtime restart while scrolling Instagram by Dianne Hackborn · 10 years ago
  98. c15dd04 processgroup: close directories opened by removeAllProcessGroups() by Colin Cross · 11 years ago
  99. cf8d1c2 Add libprocessgroup by Colin Cross · 11 years ago