1. 9c8c748 libprocessgroup: Remove isolated UID cgroup directories by T.J. Mercier · 2 years, 6 months ago
  2. 8cacb61 libprocessgroup: implement task profile validity checks by Suren Baghdasaryan · 2 years, 9 months ago
  3. b83e6e4 libprocessgroup: Remove unused uid_path from RemoveProcessGroup by T.J. Mercier · 2 years, 9 months ago
  4. 8a20643 task_profiles_test: Skip this test if cgroups is read-only by Bart Van Assche · 2 years, 9 months ago
  5. 04a44c1 Merge "libprocessgroup: Add sendSignalToProcessGroup" by Treehugger Robot · 2 years, 9 months ago
  6. 5ed5e1b Revert "Revert "libprocessgroup: Add support for SetUserProfiles"" by T.J. Mercier · 3 years, 5 months ago
  7. 22006bf libprocessgroup: Add sendSignalToProcessGroup by T.J. Mercier · 2 years, 9 months ago
  8. d09713f libprocessgroup: fix task_profile_test to correctly detect cgroup v2 by Suren Baghdasaryan · 2 years, 9 months ago
  9. 5a3c3f7 libprocessgroup: Check validity of uid and pid arguments by Bart Van Assche · 2 years, 10 months ago
  10. eef0f56 [DO NOT MERGE] Migrate the blkio controller to the v2 cgroup hierarchy by Bart Van Assche · 3 years, 6 months ago
  11. 51e58ac libprocessgroup: Add argument checks in KillProcessGroup() by Bart Van Assche · 2 years, 11 months ago
  12. 4f7cc8c libprocessgroup: fix boot time performance regression by Suren Baghdasaryan · 2 years, 11 months ago
  13. 0f90ba6 Merge "Fix invalid uses of PLOG." by Krzysztof Kosiński · 2 years, 11 months ago
  14. 0310ec4 Fix invalid uses of PLOG. by Krzysztof Kosiński · 2 years, 11 months ago
  15. 304c0f1 Kill its process group even if the given process is already dead by Jing Ji · 2 years, 11 months ago
  16. b0947e0 libprocessgroup: Proceed if activation of an optional controller fails by Bart Van Assche · 3 years ago
  17. 1ec6ec4 libprocessgroup: Rework SetupCgroup() by Bart Van Assche · 3 years ago
  18. 17c84b9 libprocessgroup: Introduce a local variable in CgroupMap::ActivateControllers() by Bart Van Assche · 3 years ago
  19. 0e8e4f8 Fix the cgroup v2 thread path by Bart Van Assche · 3 years ago
  20. c7a6fe6 Revert "Migrate the blkio controller to the v2 cgroup hierarchy" by Jooyung Han · 3 years ago
  21. 5400ae2 Migrate the blkio controller to the v2 cgroup hierarchy by Bart Van Assche · 3 years, 6 months ago
  22. 6ad747a task_profiles.json: Convert tabs into spaces by Bart Van Assche · 3 years, 1 month ago
  23. eb3912e Merge "Don't retry kill if cgroups isn't available" by Inseob Kim · 3 years, 1 month ago
  24. 91bc6d3 Merge "Updating Attributes on task_profiles.json" by Bart Van Assche · 3 years, 1 month ago
  25. 92153fb Updating Attributes on task_profiles.json by Carlos Galo · 3 years, 1 month ago
  26. ce318e8 Merge "Updating owners of libprocessgroup" by Carlos Galo · 3 years, 1 month ago
  27. 8ceaf0c Updating owners of libprocessgroup by Carlos Galo · 3 years, 1 month ago
  28. 110cd77 Don't retry kill if cgroups isn't available by Inseob Kim · 3 years, 1 month ago
  29. 70d34f0 Merge changes I52e778d1,I33f4d1d2 by Jiakai Zhang · 3 years, 1 month ago
  30. 180a51d Rename "Dex2OatBootBackground" to "Dex2OatBackground". by Jiakai Zhang · 3 years, 1 month ago
  31. 38e9373 Add task profile "Dex2OatBackground". by Jiakai Zhang · 3 years, 2 months ago
  32. a049a99 Kill services even when cgroups is disabled by Inseob Kim · 3 years, 2 months ago
  33. c2b1654 init: skip cgroup/task_profiles configuration if cgroups are disabled by Nikita Ioffe · 3 years, 3 months ago
  34. 7a95261 libprocessgroup: Improve error messages by Bart Van Assche · 3 years, 3 months ago
  35. eb7ec7b Annotate symbols correctly by Jiyong Park · 3 years, 4 months ago
  36. 9c0fcbb libprocessgroup: Add I/O scheduler attributes to task_profiles.json by Bart Van Assche · 3 years, 6 months ago
  37. f32c4ec libprocessgroup: Provide SetProcessProfiles() and SetTaskProfiles() alternatives by Bart Van Assche · 3 years, 6 months ago
  38. d0b8ce2 libprocessgroup: Make GetProfile() and GetAttribute() more efficient by Bart Van Assche · 3 years, 6 months ago
  39. a823bee libprocessgroup: Switch from gnu++-17 to gnu++-20 by Bart Van Assche · 3 years, 6 months ago
  40. ccaac4a libprocessgroup: Fix a log message by Bart Van Assche · 3 years, 6 months ago
  41. fd93378 libprocessgroup: Handle temporarily non-empty group removal failure by Suren Baghdasaryan · 3 years, 8 months ago
  42. 29b2640 Rename VMCompilationPerformance to SCHED_SP_COMPUTE by Victor Hsieh · 3 years, 8 months ago
  43. c9e0f79 Make VMCompilationPerformance an aggregated profile with default by Victor Hsieh · 3 years, 8 months ago
  44. 4345f3f libprocessgroup: Add a function to remove only empty process groups by Suren Baghdasaryan · 3 years, 9 months ago
  45. cc9932b Fix: null name is added when using android_set_process_profiles by Jiyong Park · 3 years, 9 months ago
  46. a18660f Merge "Add profile for VM compilation" by Rick Yiu · 3 years, 9 months ago
  47. a38d834 Add profile for VM compilation by Rick Yiu · 3 years, 10 months ago
  48. 8bf5940 c wrapper for SetProcessProfiles by Jiyong Park · 3 years, 10 months ago
  49. 538fc1f Reland "libprocessgroup: return false on failure" by Inseob Kim · 3 years, 9 months ago
  50. c109b13 Revert "libprocessgroup: return false on failure" by Jiyong Park · 3 years, 9 months ago
  51. 9818f95 libprocessgroup: return false on failure by Jiyong Park · 3 years, 10 months ago
  52. 54136f8 Add a comment to explain how errno is set by Bart Van Assche · 3 years, 10 months ago
  53. 921d266 Merge "Revert "Migrate the blkio controller to the v2 cgroup hierarchy"" by Wei Wang · 3 years, 10 months ago
  54. 1595635 Revert "Migrate the blkio controller to the v2 cgroup hierarchy" by Bart Van Assche · 3 years, 10 months ago
  55. 8eb7a6e Revert "Fix the cgroup directory owner in createProcessGroupInternal()" by Bart Van Assche · 3 years, 10 months ago
  56. 07f6c82 Migrate the blkio controller to the v2 cgroup hierarchy by Bart Van Assche · 4 years ago
  57. d316020 Canonicalize cgroup paths by Bart Van Assche · 3 years, 10 months ago
  58. ebea909 Micro-optimize MergeCgroupToDescriptors() by Bart Van Assche · 3 years, 10 months ago
  59. 9b5a232 Fix support for optional cgroup attributes by Bart Van Assche · 3 years, 10 months ago
  60. 812d769 Fix the cgroup directory owner in createProcessGroupInternal() by Bart Van Assche · 3 years, 10 months ago
  61. 55a9b1e Fix the stat() return value check in createProcessGroupInternal() by Bart Van Assche · 3 years, 10 months ago
  62. 4c95712 Use the proper memcg directory for the v2 hierarchy by Bart Van Assche · 4 years ago
  63. 4f2e629 Enable the memory_recursiveprot mount option by Bart Van Assche · 4 years ago
  64. bc077ff Add support for memcg v2 attributes by Bart Van Assche · 4 years ago
  65. 59af680 Add support for optional cgroup attributes by Bart Van Assche · 4 years ago
  66. 32a9b1c Use uid_t for user IDs and gid_t for group IDs by Bart Van Assche · 3 years, 11 months ago
  67. 990194f Fix cgroup directory permissions by Bart Van Assche · 3 years, 11 months ago
  68. f508ede Simplify cgroups.json by Bart Van Assche · 3 years, 11 months ago
  69. a323e02 Merge "Support process path for WriteFileAction" by Wei Wang · 3 years, 11 months ago
  70. 9221b1e Support process path for WriteFileAction by Rick Yiu · 4 years ago
  71. f096bd2 Make task profiles easier to debug by Bart Van Assche · 4 years ago
  72. 4c99e96 Introduce interface class IProfileAttribute by Bart Van Assche · 4 years ago
  73. 6e814b0 Make two error messages more detailed by Bart Van Assche · 4 years ago
  74. 6856cfc Use the 'override' keyword where appropriate by Bart Van Assche · 4 years ago
  75. 8923d72 Micro-optimize CgroupMap::ActivateControllers() by Bart Van Assche · 4 years ago
  76. 20d59bd Make class SetTimerSlackAction easier to maintain by Bart Van Assche · 4 years ago
  77. f3bdac7 libprocessgroup: Add fd caching support for SetProcessProfiles by Suren Baghdasaryan · 4 years ago
  78. c2ee2e5 libprocessgroup: Move fd caching code into FdCacheHelper by Suren Baghdasaryan · 4 years ago
  79. 77ad7c7 libprocessgroup: fall back to cpuset in get_sched_policy by Wei Wang · 4 years, 1 month ago
  80. 9dfff25 Merge "libprocessgroup: Use WriteStringToFd for WriteFileAction" by Rick Yiu · 4 years, 1 month ago
  81. d4c5351 libprocessgroup: Use WriteStringToFd for WriteFileAction by Rick Yiu · 4 years, 2 months ago
  82. 91ce8bd Add a profile for OTA by Rick Yiu · 4 years, 1 month ago
  83. 8e9beea Merge "libprocessgroup/tools: Add settaskprofile command-line tool" by Suren Baghdasaryan · 4 years, 2 months ago
  84. d48d7c8 libprocessgroup/tools: Add settaskprofile command-line tool by Suren Baghdasaryan · 4 years, 2 months ago
  85. 9e3ace5 libprocessgroup: Add CgroupGetControllerFromPath API function by Suren Baghdasaryan · 4 years, 7 months ago
  86. 43293de Merge "libprocessgroup: Prevent error spam when tests disable all cpus in a cpuset" by Suren Baghdasaryan · 4 years, 3 months ago
  87. ec88556 libprocessgroup: Prevent error spam when tests disable all cpus in a cpuset by Suren Baghdasaryan · 4 years, 5 months ago
  88. 014446d init.rc: Create a new group for dex2oat by Rick Yiu · 4 years, 3 months ago
  89. 1132977 Merge changes from topic "sysbg_aosp" by Wei Wang · 4 years, 4 months ago
  90. c53d794 task_profiles: add ServicePerformance to legacy device policy by Wei Wang · 4 years, 4 months ago
  91. 80e34e3 Fix compiling libprocessgroup against musl by Colin Cross · 4 years, 4 months ago
  92. 25ad3f9 libprocessgroup: Activate controllers in cgroup v2 hierarchy at intermediate levels by Suren Baghdasaryan · 4 years, 6 months ago
  93. 814673a task_profiles.json: add taskprofile for dex2oat boot_complete policy by Wei Wang · 4 years, 7 months ago
  94. 29c9e26 libprocessgroup: Remove unnecessary permissions change in uid/pid hierarchy by Suren Baghdasaryan · 4 years, 7 months ago
  95. d0464b0 libprocessgroup: Do not remove uid cgroups directory by Li Li · 4 years, 7 months ago
  96. 6c54679 task_profiles.json: add taskprofile for SurfaceFlinger by Wei Wang · 4 years, 7 months ago
  97. 08a7cf2 Merge "libprocessgroup: remove failure log for aggregate profiles" by Treehugger Robot · 4 years, 8 months ago
  98. 8722e4d libprocessgroup: remove failure log for aggregate profiles by Wei Wang · 4 years, 8 months ago
  99. 3b0ec90 Merge "libprocessgroup: Fix warnings when legacy schedtune cgroup is absent" by Treehugger Robot · 4 years, 9 months ago
  100. e3d3896 libprocessgroup: Fix warnings when legacy schedtune cgroup is absent by Suren Baghdasaryan · 4 years, 9 months ago