1. c2b1654 init: skip cgroup/task_profiles configuration if cgroups are disabled by Nikita Ioffe · 3 years, 4 months ago
  2. 7a95261 libprocessgroup: Improve error messages by Bart Van Assche · 3 years, 4 months ago
  3. eb7ec7b Annotate symbols correctly by Jiyong Park · 3 years, 4 months ago
  4. 9c0fcbb libprocessgroup: Add I/O scheduler attributes to task_profiles.json by Bart Van Assche · 3 years, 6 months ago
  5. f32c4ec libprocessgroup: Provide SetProcessProfiles() and SetTaskProfiles() alternatives by Bart Van Assche · 3 years, 6 months ago
  6. d0b8ce2 libprocessgroup: Make GetProfile() and GetAttribute() more efficient by Bart Van Assche · 3 years, 6 months ago
  7. a823bee libprocessgroup: Switch from gnu++-17 to gnu++-20 by Bart Van Assche · 3 years, 6 months ago
  8. ccaac4a libprocessgroup: Fix a log message by Bart Van Assche · 3 years, 6 months ago
  9. fd93378 libprocessgroup: Handle temporarily non-empty group removal failure by Suren Baghdasaryan · 3 years, 8 months ago
  10. 29b2640 Rename VMCompilationPerformance to SCHED_SP_COMPUTE by Victor Hsieh · 3 years, 9 months ago
  11. c9e0f79 Make VMCompilationPerformance an aggregated profile with default by Victor Hsieh · 3 years, 9 months ago
  12. 4345f3f libprocessgroup: Add a function to remove only empty process groups by Suren Baghdasaryan · 3 years, 9 months ago
  13. cc9932b Fix: null name is added when using android_set_process_profiles by Jiyong Park · 3 years, 10 months ago
  14. a18660f Merge "Add profile for VM compilation" by Rick Yiu · 3 years, 10 months ago
  15. a38d834 Add profile for VM compilation by Rick Yiu · 3 years, 10 months ago
  16. 8bf5940 c wrapper for SetProcessProfiles by Jiyong Park · 3 years, 10 months ago
  17. 538fc1f Reland "libprocessgroup: return false on failure" by Inseob Kim · 3 years, 10 months ago
  18. c109b13 Revert "libprocessgroup: return false on failure" by Jiyong Park · 3 years, 10 months ago
  19. 9818f95 libprocessgroup: return false on failure by Jiyong Park · 3 years, 10 months ago
  20. 54136f8 Add a comment to explain how errno is set by Bart Van Assche · 3 years, 10 months ago
  21. 921d266 Merge "Revert "Migrate the blkio controller to the v2 cgroup hierarchy"" by Wei Wang · 3 years, 10 months ago
  22. 1595635 Revert "Migrate the blkio controller to the v2 cgroup hierarchy" by Bart Van Assche · 3 years, 10 months ago
  23. 8eb7a6e Revert "Fix the cgroup directory owner in createProcessGroupInternal()" by Bart Van Assche · 3 years, 10 months ago
  24. 07f6c82 Migrate the blkio controller to the v2 cgroup hierarchy by Bart Van Assche · 4 years ago
  25. d316020 Canonicalize cgroup paths by Bart Van Assche · 3 years, 10 months ago
  26. ebea909 Micro-optimize MergeCgroupToDescriptors() by Bart Van Assche · 3 years, 10 months ago
  27. 9b5a232 Fix support for optional cgroup attributes by Bart Van Assche · 3 years, 11 months ago
  28. 812d769 Fix the cgroup directory owner in createProcessGroupInternal() by Bart Van Assche · 3 years, 11 months ago
  29. 55a9b1e Fix the stat() return value check in createProcessGroupInternal() by Bart Van Assche · 3 years, 11 months ago
  30. 4c95712 Use the proper memcg directory for the v2 hierarchy by Bart Van Assche · 4 years ago
  31. 4f2e629 Enable the memory_recursiveprot mount option by Bart Van Assche · 4 years ago
  32. bc077ff Add support for memcg v2 attributes by Bart Van Assche · 4 years ago
  33. 59af680 Add support for optional cgroup attributes by Bart Van Assche · 4 years ago
  34. 32a9b1c Use uid_t for user IDs and gid_t for group IDs by Bart Van Assche · 3 years, 11 months ago
  35. 990194f Fix cgroup directory permissions by Bart Van Assche · 3 years, 11 months ago
  36. f508ede Simplify cgroups.json by Bart Van Assche · 4 years ago
  37. a323e02 Merge "Support process path for WriteFileAction" by Wei Wang · 4 years ago
  38. 9221b1e Support process path for WriteFileAction by Rick Yiu · 4 years ago
  39. f096bd2 Make task profiles easier to debug by Bart Van Assche · 4 years ago
  40. 4c99e96 Introduce interface class IProfileAttribute by Bart Van Assche · 4 years ago
  41. 6e814b0 Make two error messages more detailed by Bart Van Assche · 4 years ago
  42. 6856cfc Use the 'override' keyword where appropriate by Bart Van Assche · 4 years ago
  43. 8923d72 Micro-optimize CgroupMap::ActivateControllers() by Bart Van Assche · 4 years ago
  44. 20d59bd Make class SetTimerSlackAction easier to maintain by Bart Van Assche · 4 years ago
  45. f3bdac7 libprocessgroup: Add fd caching support for SetProcessProfiles by Suren Baghdasaryan · 4 years ago
  46. c2ee2e5 libprocessgroup: Move fd caching code into FdCacheHelper by Suren Baghdasaryan · 4 years ago
  47. 77ad7c7 libprocessgroup: fall back to cpuset in get_sched_policy by Wei Wang · 4 years, 2 months ago
  48. 9dfff25 Merge "libprocessgroup: Use WriteStringToFd for WriteFileAction" by Rick Yiu · 4 years, 2 months ago
  49. d4c5351 libprocessgroup: Use WriteStringToFd for WriteFileAction by Rick Yiu · 4 years, 2 months ago
  50. 91ce8bd Add a profile for OTA by Rick Yiu · 4 years, 2 months ago
  51. 8e9beea Merge "libprocessgroup/tools: Add settaskprofile command-line tool" by Suren Baghdasaryan · 4 years, 3 months ago
  52. d48d7c8 libprocessgroup/tools: Add settaskprofile command-line tool by Suren Baghdasaryan · 4 years, 3 months ago
  53. 9e3ace5 libprocessgroup: Add CgroupGetControllerFromPath API function by Suren Baghdasaryan · 4 years, 8 months ago
  54. 43293de Merge "libprocessgroup: Prevent error spam when tests disable all cpus in a cpuset" by Suren Baghdasaryan · 4 years, 3 months ago
  55. ec88556 libprocessgroup: Prevent error spam when tests disable all cpus in a cpuset by Suren Baghdasaryan · 4 years, 5 months ago
  56. 014446d init.rc: Create a new group for dex2oat by Rick Yiu · 4 years, 4 months ago
  57. 1132977 Merge changes from topic "sysbg_aosp" by Wei Wang · 4 years, 4 months ago
  58. c53d794 task_profiles: add ServicePerformance to legacy device policy by Wei Wang · 4 years, 4 months ago
  59. 80e34e3 Fix compiling libprocessgroup against musl by Colin Cross · 4 years, 5 months ago
  60. 25ad3f9 libprocessgroup: Activate controllers in cgroup v2 hierarchy at intermediate levels by Suren Baghdasaryan · 4 years, 6 months ago
  61. 814673a task_profiles.json: add taskprofile for dex2oat boot_complete policy by Wei Wang · 4 years, 7 months ago
  62. 29c9e26 libprocessgroup: Remove unnecessary permissions change in uid/pid hierarchy by Suren Baghdasaryan · 4 years, 7 months ago
  63. d0464b0 libprocessgroup: Do not remove uid cgroups directory by Li Li · 4 years, 7 months ago
  64. 6c54679 task_profiles.json: add taskprofile for SurfaceFlinger by Wei Wang · 4 years, 8 months ago
  65. 08a7cf2 Merge "libprocessgroup: remove failure log for aggregate profiles" by Treehugger Robot · 4 years, 9 months ago
  66. 8722e4d libprocessgroup: remove failure log for aggregate profiles by Wei Wang · 4 years, 9 months ago
  67. 3b0ec90 Merge "libprocessgroup: Fix warnings when legacy schedtune cgroup is absent" by Treehugger Robot · 4 years, 9 months ago
  68. e3d3896 libprocessgroup: Fix warnings when legacy schedtune cgroup is absent by Suren Baghdasaryan · 4 years, 9 months ago
  69. 176ec1b Replace llndk_library with llndk clause in cc_library by Colin Cross · 4 years, 10 months ago
  70. 50d8f9d Merge "task_profiles.json: use cgroup v2 uid/pid freezer" by Li Li · 4 years, 10 months ago
  71. 2470e47 task_profiles.json: use cgroup v2 uid/pid freezer by Li Li · 4 years, 10 months ago
  72. 49fce95 libprocessgroup: Change LogFailures to string by Rick Yiu · 4 years, 10 months ago
  73. 7f19b1e libprocessgroup: introduce optional attribute for cgroup controllers by Suren Baghdasaryan · 5 years ago
  74. f46a229 libprocessgroup: remove a false error message by Suren Baghdasaryan · 5 years ago
  75. d9ac92a [libprocessgroup] Use new jsoncpp API by Haibo Huang · 5 years ago
  76. b47969b libprocessgroup: remove hardcoded freezer path by Marco Ballesio · 5 years ago
  77. 4e644c4 libprocessgroup: new method to get cgroup paths by Marco Ballesio · 5 years ago
  78. d69ad69 [LSC] Add LOCAL_LICENSE_KINDS to system/core by Bob Badour · 5 years ago
  79. c3a206c Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/core" by Elliott Hughes · 5 years ago
  80. 187b7d1 [LSC] Add LOCAL_LICENSE_KINDS to system/core by Bob Badour · 5 years ago
  81. 9e628a6 libprocessgroup: fix uid/pid hierarchy for recovery mode by Marco Ballesio · 5 years ago
  82. a7148f8 libprocessgroup: adopt cgroup v2 freezer search path by Marco Ballesio · 5 years ago
  83. 4dac816 Revert^4 "libprocessgroup: uid/pid hierarchy for cgroup v2" by Marco Ballesio · 5 years ago
  84. 23fddab libprocessgroup: define path for freezer search by Marco Ballesio · 5 years ago
  85. 0794774 Revert^3 "libprocessgroup: move freezer to uid/pid hierarchy" by Marco Ballesio · 5 years ago
  86. fe13d49 Merge "Symbol files describing APIs across updatable components are reviewed" by Treehugger Robot · 5 years ago
  87. cfb743e Merge "Revert^3 "libprocessgroup: uid/pid hierarchy for cgroup v2"" by Treehugger Robot · 5 years ago
  88. 088924a Revert^3 "libprocessgroup: uid/pid hierarchy for cgroup v2" by Marco Ballesio · 5 years ago
  89. 427e9f0 Remove TEST_MAPPING entry based on go/a-unit-tests update by Julien Desprez · 5 years ago
  90. 9ae5dab Symbol files describing APIs across updatable components are reviewed by Jiyong Park · 5 years ago
  91. d76053a libprocessgroup: Add control of printing log in WriteFileAction by Rick Yiu · 5 years ago
  92. 7707909 Revert "Revert "libprocessgroup: move freezer to uid/pid hierarchy"" by Marco Ballesio · 5 years ago
  93. a1a0497 Revert^2 "libprocessgroup: uid/pid hierarchy for cgroup v2" by Marco Ballesio · 5 years ago
  94. ab8a7d2 Cgroup APIs are guarded by Jiyong Park · 5 years ago
  95. 2d30fe4 Remove __ANDROID_API__ guards by Jiyong Park · 5 years ago
  96. bde5350 Merge "Revert "libprocessgroup: move freezer to uid/pid hierarchy"" by Treehugger Robot · 5 years ago
  97. b01aa99 Revert "libprocessgroup: move freezer to uid/pid hierarchy" by Marco Ballesio · 5 years ago
  98. 21de4e7 Add new owners to various sub-projects. by Elliott Hughes · 5 years ago
  99. ac216ac Merge "Revert "libprocessgroup: uid/pid hierarchy for cgroup v2"" by Jonglin Lee · 5 years ago
  100. 4bbabe4 Revert "libprocessgroup: uid/pid hierarchy for cgroup v2" by Jonglin Lee · 5 years ago