1. 6a2b166 Make the connection between implementation and llndk_library explicit by Colin Cross · 4 years ago
  2. 67b7dd5 Remove vts10 related configs by Dan Shi · 4 years ago
  3. 43050ba libprocessgroup: json prototype for cgroups v2 by Marco Ballesio · 4 years, 1 month ago
  4. 1c755e2 libprocessgroup: switch freezer to cgroup v2 by Marco Ballesio · 4 years, 4 months ago
  5. 76eca5b freezer: allow dynamic changes to freezer.state by Marco Ballesio · 4 years, 7 months ago
  6. 81b9f0b libprocessgroup: Allow vendor profile attributes to override system ones by Suren Baghdasaryan · 4 years, 3 months ago
  7. f16f941 libprocessgroup: support for cgroup v2 hierarchy by Marco Ballesio · 4 years, 4 months ago
  8. 2572f23 vts_processgroup_validate_test: make deps static by Yifan Hong · 4 years, 5 months ago
  9. f9273c2 Merge "processgroup: Set min_sdk_version" by Treehugger Robot · 4 years, 5 months ago
  10. 8c604e8 task_profiles.json: add a new task profile used by camera HAL by Suren Baghdasaryan · 4 years, 5 months ago
  11. 63a07aa Add vts_processgroup_validate_test to vts suite by Dan Shi · 4 years, 5 months ago
  12. 4f55f3e processgroup: Set min_sdk_version by Jooyung Han · 4 years, 6 months ago
  13. e3d371e Set apex_available property by Jiyong Park · 4 years, 6 months ago
  14. a8f188f Convert vts configs to Android.bp by Dan Willemsen · 4 years, 7 months ago
  15. 911109c libprocessgroup: Prevent SetProcessProfiles from using cached fd by Suren Baghdasaryan · 4 years, 8 months ago
  16. 20b2f1e task_profiles.json: Fix uclamp attribute by Quentin Perret · 4 years, 8 months ago
  17. cee468f Revive ACgroupController_getFlags LLNDK function to detect missing cgroups by Suren Baghdasaryan · 4 years, 8 months ago
  18. 8438595 libprocessgroup: Prevent aggregate profiles from referencing stale ones by Suren Baghdasaryan · 4 years, 8 months ago
  19. 64811b7 libprocessgroup: ensure schedboost_enabled is true with uclamp by Quentin Perret · 4 years, 9 months ago
  20. d89ed13 init: always kill oneshot services' process groups. by Tom Cherry · 4 years, 11 months ago
  21. 726a68c Add support for freezer cgroup by Marco Ballesio · 5 years ago
  22. cf8a5b0 Fix build with new googletest by Haibo Huang · 5 years ago
  23. ee2f260 sched_policy: add get_cpuset/sched_policy_profile_name by Wei Wang · 5 years ago
  24. 0b211fa libprocessgroup: add support to set aggregate profiles by Rick Yiu · 5 years ago
  25. 73f5b65 Add surenb@ to libprocessgroup OWNERS by Tom Cherry · 5 years ago
  26. 73e3554 Let blkio cgroup follow sched_policy by Wei Wang · 5 years ago
  27. 25eb1bf Fix IsUsable to check for each controller separately by Suren Baghdasaryan · 5 years ago
  28. a6abd82 Allow to drop existing fd cache of cgroup path by Riddle Hsu · 5 years ago
  29. ad6f656 Merge "Remove ACgroupController_getFlags to fix API breakage" by Treehugger Robot · 5 years ago
  30. b495b0d libprocessgroup: move native_bridge_support by Steven Moreland · 5 years ago
  31. 338260a Remove ACgroupController_getFlags to fix API breakage by Suren Baghdasaryan · 5 years ago
  32. 53f79e6 race condition in libprocessgroup by mtk16036 · 5 years ago
  33. fa7a05f libprocessgroup: add flags to indicate when a controller failed to mount by Suren Baghdasaryan · 5 years ago
  34. 49c1f6e Enable native_bridge_support for libprocessgroup by dimitry · 5 years ago
  35. d167cb2 Static link libjsoncpp in libprocessgroup by Vic Yang · 5 years ago
  36. 3bdf315 libprocessgroup: limit libprocessgroup's VNDK API surface by Suren Baghdasaryan · 5 years ago
  37. 8a315d2 Re-enable file descriptor caching and add option to skip caching by Suren Baghdasaryan · 6 years ago
  38. 5c42169 Merge "Let blkio cgroup follow cpuset cgroup only" by Treehugger Robot · 5 years ago
  39. e8678cf Let blkio cgroup follow cpuset cgroup only by Rick Yiu · 6 years ago
  40. cc5e2dc Merge "CgroupSetupCgroups: don't leak fd." by Treehugger Robot · 6 years ago
  41. 5ece395 libcgrouprc: version script: linux only by Yifan Hong · 6 years ago
  42. 8df75fc CgroupSetupCgroups: don't leak fd. by Yifan Hong · 6 years ago
  43. 9d7b89a CgroupSetupCgroups -> CgroupSetup by Yifan Hong · 6 years ago
  44. 53e0deb libprocessgroup: use libcgrouprc to read cgroup.rc by Yifan Hong · 6 years ago
  45. d8ce1fb libprocessgroup_setup: use libcgrouprc_format by Yifan Hong · 6 years ago
  46. 6f9ce2e libprocessgroup: Move CgroupSetupCgroups() to libprocessgroup_setup by Yifan Hong · 6 years ago
  47. 098323b libprocessgroup: Add libcgrouprc by Yifan Hong · 6 years ago
  48. c4b3ab4 libprocessgroup: Add libcgrouprc_format by Yifan Hong · 6 years ago
  49. 5b53573 libprocessgroup: restrict SetupCgroups to one-time usage and only by init by Suren Baghdasaryan · 6 years ago
  50. be87d44 libprocessgroup: add -Wexit-time-destructors. by Elliott Hughes · 6 years ago
  51. c8ac3b9 Revert "libprocessgroup: make sure SetupCgroups is called once and only by init" by Suren Baghdasaryan · 6 years ago
  52. 798e805 libprocessgroup: make sure SetupCgroups is called once and only by init by Suren Baghdasaryan · 6 years ago
  53. dba6d44 libprocessgroup: Deliberately leak TaskProfiles and CgroupMap instances. by Peter Collingbourne · 6 years ago
  54. 830f837 Merge changes from topic "libprocessgroup" by Yifan Hong · 6 years ago
  55. e8e2756 libprocessgroup: Add VTS tests for vendor JSON files by Yifan Hong · 6 years ago
  56. 28a44eb libprocessgroup_proto_test split into multiple files by Yifan Hong · 6 years ago
  57. 08b4d32 libprocessgroup: PLOG already includes strerror(errno). by Elliott Hughes · 6 years ago
  58. d71d301 Set cg_file_data_ to null when initialization failed by Wei Wang · 6 years ago
  59. 8dcd839 Merge "Reduce log spam from libprocessgroup" by Treehugger Robot · 6 years ago
  60. e681df4 libprocessgroup: convert Json::Value to const refs by Suren Baghdasaryan · 6 years ago
  61. 05da67c Add vendor cgroups and task_profiles support by Suren Baghdasaryan · 6 years ago
  62. e9d149f Unify some text format in task_profiles.json by Rick Yiu · 6 years ago
  63. d5345f5 Merge "Add blkio cgroup to libprocessgroup" by Treehugger Robot · 6 years ago
  64. 1770566 Fix string reference usage by Wei Wang · 6 years ago
  65. 2b3bf84 Add blkio cgroup to libprocessgroup by Rick Yiu · 6 years ago
  66. 858f3e5 Reduce log spam from libprocessgroup by Wei Wang · 6 years ago
  67. 4bb7b18 Merge changes from topic "libprocessgroup_json" by Yifan Hong · 6 years ago
  68. ab8d6ab libprocessgroup: Fix memcg path for apps by Vic Yang · 6 years ago
  69. 72ff585 Add schema for task profiles by Yifan Hong · 6 years ago
  70. 98a61dd Move rootdir/*.json to libprocessgroup by Yifan Hong · 6 years ago
  71. d032a92 Fix cgroup support for recovery mode by Suren Baghdasaryan · 6 years ago
  72. 2bc5228 Suppress error log when timerslack_ns write fails for already dead process by Suren Baghdasaryan · 6 years ago
  73. 3a22225 Merge "libprocessgroup: Fix file mode parsing that requires octal values" by Suren Baghdasaryan · 6 years ago
  74. e3ad888 libprocessgroup: Fix cgroup directory ownership setup by Suren Baghdasaryan · 6 years ago
  75. c760231 libprocessgroup: Fix file mode parsing that requires octal values by Suren Baghdasaryan · 6 years ago
  76. bee9f57 libprocessgroup: Disable file descriptor caching temporarily by Suren Baghdasaryan · 6 years ago
  77. 5c5ed9c libprocessgroup: Fix return values by Greg Kaiser · 6 years ago
  78. ff25a5f Disable SetupCgroup for non-Android targets by Suren Baghdasaryan · 6 years ago
  79. eca87cb Fix non-Android build targets by Suren Baghdasaryan · 6 years ago
  80. 82b72a5 libprocessgroup: Add support for task profiles by Suren Baghdasaryan · 6 years ago
  81. 9491078 DO NOT MERGE: Revert "Revert "Add dependencies on libprocessgroup for sched_policy users"" by Suren Baghdasaryan · 6 years ago
  82. 1bd127b DO NOT MERGE: Revert "Revert "libcutils: Move sched_policy functions into libprocessgroup"" by Suren Baghdasaryan · 6 years ago
  83. 7bf4381 DO NOT MERGE: Revert "Revert "Add libprocessgroup into VNDK"" by Suren Baghdasaryan · 6 years ago
  84. c4a02d2 DO NOT MERGE: Revert "Add libprocessgroup into VNDK" by Suren Baghdasaryan · 6 years ago
  85. b5394db DO NOT MERGE: Revert "libcutils: Move sched_policy functions into libprocessgroup" by Suren Baghdasaryan · 6 years ago
  86. 1bef8c5 DO NOT MERGE: Revert "Add dependencies on libprocessgroup for sched_policy users" by Suren Baghdasaryan · 6 years ago
  87. 0284333 Add dependencies on libprocessgroup for sched_policy users by Suren Baghdasaryan · 6 years ago
  88. facd40d libcutils: Move sched_policy functions into libprocessgroup by Suren Baghdasaryan · 6 years ago
  89. dad4749 Add libprocessgroup into VNDK by Suren Baghdasaryan · 6 years ago
  90. d7157c2 Introduce additional service options for controlling memory cgroups. by Peter Collingbourne · 6 years ago
  91. 8485d59 Merge "Add OWNERS for libprocessgroup" by Treehugger Robot · 6 years ago
  92. b1cb37b Add OWNERS for libprocessgroup by Tom Cherry · 6 years ago
  93. 950f6f3 Fixed the can not kill some process using libprocessgroup by fengshaobo · 6 years ago
  94. 1151d15 Add recovery_available: true to init dependencies by Tom Cherry · 6 years ago
  95. dc80312 libbase: add host properties support. by Elliott Hughes · 6 years ago
  96. bc131c3 Make per-application memcg hierarchy configurable via a property by Suren Baghdasaryan · 6 years ago
  97. 574a081 libprocessgroup: remove legacy C string handling and build for host by Tom Cherry · 7 years ago
  98. d485226 Add memcg related configs to init. by Robert Benea · 7 years ago
  99. 3280e48 Use mem cgroups in libprocessgroup if they're available by Robert Benea · 7 years ago
  100. fc10e3d Revert "Use mem cgroups in libprocessgroup if they're available" by Tim Murray · 7 years ago