1. 425c603 Fix IsUsable to check for each controller separately am: cb06c2b376 by Suren Baghdasaryan · 6 years ago
  2. b6f7ff6 Fix IsUsable to check for each controller separately by Suren Baghdasaryan · 6 years ago
  3. 8783aad Revert "libprocessgroup users use libcutils" by Zhijun He · 6 years ago
  4. 09a829c Merge "libprocessgroup users use libcutils" into qt-dev by Steven Moreland · 6 years ago
  5. ebb9784 libprocessgroup users use libcutils by Steven Moreland · 6 years ago
  6. 1b6d420 Allow to drop existing fd cache of cgroup path by Riddle Hsu · 6 years ago
  7. 61cda99 Merge "Remove ACgroupController_getFlags to fix API breakage" by Treehugger Robot · 6 years ago
  8. 3f9c943 libprocessgroup: move native_bridge_support by Steven Moreland · 6 years ago
  9. fdce410 Remove ACgroupController_getFlags to fix API breakage by Suren Baghdasaryan · 6 years ago
  10. f0f47ee Remove ACgroupController_getFlags to fix API breakage by Suren Baghdasaryan · 6 years ago
  11. ea46d11 race condition in libprocessgroup by mtk16036 · 6 years ago
  12. c37f395 race condition in libprocessgroup by mtk16036 · 6 years ago
  13. 6eea9f1 libprocessgroup: add flags to indicate when a controller failed to mount by Suren Baghdasaryan · 6 years ago
  14. 71b3ce5 libprocessgroup: add flags to indicate when a controller failed to mount by Suren Baghdasaryan · 6 years ago
  15. e9c5639 Enable native_bridge_support for libprocessgroup by dimitry · 6 years ago
  16. be372ef Static link libjsoncpp in libprocessgroup by Vic Yang · 6 years ago
  17. bb3d02b Static link libjsoncpp in libprocessgroup by Vic Yang · 6 years ago
  18. 3d47f62 libprocessgroup: limit libprocessgroup's VNDK API surface by Suren Baghdasaryan · 6 years ago
  19. 36627d0 Re-enable file descriptor caching and add option to skip caching by Suren Baghdasaryan · 6 years ago
  20. 761dbc8 libprocessgroup: limit libprocessgroup's VNDK API surface by Suren Baghdasaryan · 6 years ago
  21. c6091ec Re-enable file descriptor caching and add option to skip caching by Suren Baghdasaryan · 6 years ago
  22. c50f6cd Let blkio cgroup follow cpuset cgroup only by Rick Yiu · 6 years ago
  23. 1e39610 Merge "Let blkio cgroup follow cpuset cgroup only" by Treehugger Robot · 6 years ago
  24. 1541b41 Let blkio cgroup follow cpuset cgroup only by Rick Yiu · 6 years ago
  25. 164bd53 CgroupSetupCgroups: don't leak fd. by Yifan Hong · 6 years ago
  26. 571e77b libcgrouprc: version script: linux only by Yifan Hong · 6 years ago
  27. f165ba1 Merge "CgroupSetupCgroups: don't leak fd." by Treehugger Robot · 6 years ago
  28. 52914fe libcgrouprc: version script: linux only by Yifan Hong · 6 years ago
  29. 2263a0c CgroupSetupCgroups: don't leak fd. by Yifan Hong · 6 years ago
  30. 18fdde8 CgroupSetupCgroups -> CgroupSetup by Yifan Hong · 6 years ago
  31. 1cdf4ff libprocessgroup: use libcgrouprc to read cgroup.rc by Yifan Hong · 6 years ago
  32. 9ded5c0 libprocessgroup_setup: use libcgrouprc_format by Yifan Hong · 6 years ago
  33. a10d76d libprocessgroup: Move CgroupSetupCgroups() to libprocessgroup_setup by Yifan Hong · 6 years ago
  34. 0e48603 libprocessgroup: Add libcgrouprc by Yifan Hong · 6 years ago
  35. c4e88ef libprocessgroup: Add libcgrouprc_format by Yifan Hong · 6 years ago
  36. a8805c5 CgroupSetupCgroups -> CgroupSetup by Yifan Hong · 6 years ago
  37. 7b3fd74 libprocessgroup: use libcgrouprc to read cgroup.rc by Yifan Hong · 6 years ago
  38. 720da04 libprocessgroup_setup: use libcgrouprc_format by Yifan Hong · 6 years ago
  39. d93d4cc libprocessgroup: Move CgroupSetupCgroups() to libprocessgroup_setup by Yifan Hong · 6 years ago
  40. fba00f7 libprocessgroup: Add libcgrouprc by Yifan Hong · 6 years ago
  41. f2e249d libprocessgroup: Add libcgrouprc_format by Yifan Hong · 6 years ago
  42. 49a43f0 libprocessgroup: restrict SetupCgroups to one-time usage and only by init by Suren Baghdasaryan · 6 years ago
  43. 7c95a02 libprocessgroup: add -Wexit-time-destructors. by Elliott Hughes · 6 years ago
  44. 1c6fd89 Revert "libprocessgroup: make sure SetupCgroups is called once and only by init" by Suren Baghdasaryan · 6 years ago
  45. c49b403 libprocessgroup: make sure SetupCgroups is called once and only by init by Suren Baghdasaryan · 6 years ago
  46. a82553a libprocessgroup: Deliberately leak TaskProfiles and CgroupMap instances. by Peter Collingbourne · 6 years ago
  47. 9d185c0 Merge changes from topic "libprocessgroup" by Yifan Hong · 6 years ago
  48. 99cfc89 libprocessgroup: Add VTS tests for vendor JSON files by Yifan Hong · 6 years ago
  49. d14e909 libprocessgroup_proto_test split into multiple files by Yifan Hong · 6 years ago
  50. 7b9b25b libprocessgroup: PLOG already includes strerror(errno). by Elliott Hughes · 6 years ago
  51. e6ab423 Set cg_file_data_ to null when initialization failed by Wei Wang · 6 years ago
  52. a9f7754 Merge "Reduce log spam from libprocessgroup" by Treehugger Robot · 6 years ago
  53. 074db66 libprocessgroup: convert Json::Value to const refs by Suren Baghdasaryan · 6 years ago
  54. 7a0a5a3 Add vendor cgroups and task_profiles support by Suren Baghdasaryan · 6 years ago
  55. 963caea Unify some text format in task_profiles.json by Rick Yiu · 6 years ago
  56. b86d88b Merge "Add blkio cgroup to libprocessgroup" by Treehugger Robot · 6 years ago
  57. 14d2594 Fix string reference usage by Wei Wang · 6 years ago
  58. 79b4545 Add blkio cgroup to libprocessgroup by Rick Yiu · 6 years ago
  59. 252d42e Reduce log spam from libprocessgroup by Wei Wang · 6 years ago
  60. d2b3282 Merge changes from topic "libprocessgroup_json" by Yifan Hong · 6 years ago
  61. 98861f3 libprocessgroup: Fix memcg path for apps by Vic Yang · 6 years ago
  62. 849f508 Add schema for task profiles by Yifan Hong · 6 years ago
  63. e210b8e Move rootdir/*.json to libprocessgroup by Yifan Hong · 6 years ago
  64. 689eacb Fix cgroup support for recovery mode by Suren Baghdasaryan · 6 years ago
  65. 38b02dc Suppress error log when timerslack_ns write fails for already dead process by Suren Baghdasaryan · 6 years ago
  66. 16ac83b Merge "libprocessgroup: Fix file mode parsing that requires octal values" by Suren Baghdasaryan · 6 years ago
  67. 25dae89 libprocessgroup: Fix cgroup directory ownership setup by Suren Baghdasaryan · 6 years ago
  68. bbddc80 libprocessgroup: Fix file mode parsing that requires octal values by Suren Baghdasaryan · 6 years ago
  69. 8abd9bd libprocessgroup: Disable file descriptor caching temporarily by Suren Baghdasaryan · 6 years ago
  70. 1ec0718 libprocessgroup: Fix return values by Greg Kaiser · 6 years ago
  71. 6b32e2a Disable SetupCgroup for non-Android targets by Suren Baghdasaryan · 6 years ago
  72. 92ffcc9 Fix non-Android build targets by Suren Baghdasaryan · 6 years ago
  73. 62b18ee libprocessgroup: Add support for task profiles by Suren Baghdasaryan · 6 years ago
  74. 0f6b6e9 DO NOT MERGE: Revert "Revert "Add dependencies on libprocessgroup for sched_policy users"" by Suren Baghdasaryan · 6 years ago
  75. b40c668 DO NOT MERGE: Revert "Revert "libcutils: Move sched_policy functions into libprocessgroup"" by Suren Baghdasaryan · 6 years ago
  76. 51e6922 DO NOT MERGE: Revert "Revert "Add libprocessgroup into VNDK"" by Suren Baghdasaryan · 6 years ago
  77. 9a63267 DO NOT MERGE: Revert "Add libprocessgroup into VNDK" by Suren Baghdasaryan · 6 years ago
  78. 4440f1f DO NOT MERGE: Revert "libcutils: Move sched_policy functions into libprocessgroup" by Suren Baghdasaryan · 6 years ago
  79. a1c8352 DO NOT MERGE: Revert "Add dependencies on libprocessgroup for sched_policy users" by Suren Baghdasaryan · 6 years ago
  80. 1d6b373 Add dependencies on libprocessgroup for sched_policy users by Suren Baghdasaryan · 6 years ago
  81. 91f43d6 libcutils: Move sched_policy functions into libprocessgroup by Suren Baghdasaryan · 6 years ago
  82. 11352c0 Add libprocessgroup into VNDK by Suren Baghdasaryan · 6 years ago
  83. 62915b5 Introduce additional service options for controlling memory cgroups. by Peter Collingbourne · 6 years ago
  84. 133f19c Merge "Add OWNERS for libprocessgroup" by Treehugger Robot · 7 years ago
  85. c689968 Add OWNERS for libprocessgroup by Tom Cherry · 7 years ago
  86. d86014d Fixed the can not kill some process using libprocessgroup by fengshaobo · 7 years ago
  87. 596c1de Add recovery_available: true to init dependencies by Tom Cherry · 7 years ago
  88. 7151e0f libbase: add host properties support. by Elliott Hughes · 7 years ago
  89. 6d92d91 Make per-application memcg hierarchy configurable via a property by Suren Baghdasaryan · 7 years ago
  90. c99b823 libprocessgroup: remove legacy C string handling and build for host by Tom Cherry · 7 years ago
  91. 74f8115 Add memcg related configs to init. by Robert Benea · 8 years ago
  92. 91962fd Use mem cgroups in libprocessgroup if they're available by Robert Benea · 8 years ago
  93. 82232b6 Revert "Use mem cgroups in libprocessgroup if they're available" by Tim Murray · 8 years ago
  94. ee1b489 Use mem cgroups in libprocessgroup if they're available by Robert Benea · 8 years ago
  95. a5b539d init: move killing of process groups to libprocessgroup by Tom Cherry · 8 years ago
  96. 5b1d717 Enable libprocessgroup on host bionic by Tom Cherry · 8 years ago
  97. 03a9a2b Better logging in libprocessgroup and make resources clean up themselves by Tom Cherry · 8 years ago
  98. 6e56ae0 libprocessgroup: Android.mk -> Android.bp by Steven Moreland · 8 years ago
  99. 50bf135 add killProcessGroupOnce by Keun-young Park · 8 years ago
  100. 1c5fa22 Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for. by Elliott Hughes · 8 years ago