1. fa7a05f libprocessgroup: add flags to indicate when a controller failed to mount by Suren Baghdasaryan · 6 years ago
  2. 8a315d2 Re-enable file descriptor caching and add option to skip caching by Suren Baghdasaryan · 6 years ago
  3. 5c42169 Merge "Let blkio cgroup follow cpuset cgroup only" by Treehugger Robot · 6 years ago
  4. e8678cf Let blkio cgroup follow cpuset cgroup only by Rick Yiu · 6 years ago
  5. 53e0deb libprocessgroup: use libcgrouprc to read cgroup.rc by Yifan Hong · 6 years ago
  6. d71d301 Set cg_file_data_ to null when initialization failed by Wei Wang · 6 years ago
  7. 2b3bf84 Add blkio cgroup to libprocessgroup by Rick Yiu · 6 years ago
  8. eca87cb Fix non-Android build targets by Suren Baghdasaryan · 7 years ago
  9. 82b72a5 libprocessgroup: Add support for task profiles by Suren Baghdasaryan · 7 years ago
  10. 1bd127b DO NOT MERGE: Revert "Revert "libcutils: Move sched_policy functions into libprocessgroup"" by Suren Baghdasaryan · 7 years ago[Renamed (99%) from libcutils/sched_policy.cpp]
  11. b5394db DO NOT MERGE: Revert "libcutils: Move sched_policy functions into libprocessgroup" by Suren Baghdasaryan · 7 years ago[Renamed (99%) from libprocessgroup/sched_policy.cpp]
  12. facd40d libcutils: Move sched_policy functions into libprocessgroup by Suren Baghdasaryan · 7 years ago[Renamed (99%) from libcutils/sched_policy.cpp]
  13. 9f49508 Rewrite get_sched_policy_name for safety. by Elliott Hughes · 7 years ago
  14. 419ba9e cutils: add restricted cpuset by Tim Murray · 7 years ago
  15. 38d2567 Stop defining local "unused" macros now this is C++. by Elliott Hughes · 8 years ago
  16. 8e9aeb9 Move libcutils source to C++. by Elliott Hughes · 8 years ago
  17. f4b0141 Merge "Remove more documentation for obsolete board configuration." am: 73a6512bab am: 09181f3dd9 by Elliott Hughes · 8 years ago
  18. 73a6512 Merge "Remove more documentation for obsolete board configuration." by Elliott Hughes · 8 years ago
  19. 5dc7736 Remove more documentation for obsolete board configuration. by Elliott Hughes · 8 years ago
  20. dfed7fb Merge "Allow SLOG* to vendors" am: 6afbd476ab am: eacf704a6c am: 708f8295e0 by Jiyong Park · 8 years ago
  21. 6afbd47 Merge "Allow SLOG* to vendors" by Treehugger Robot · 8 years ago
  22. 9ffeab8 Allow SLOG* to vendors by Jiyong Park · 8 years ago
  23. f067ab4 Merge "Remove documentation for obsolete board configuration." am: 3f4cea940d am: a96d1aebdb by Elliott Hughes · 8 years ago
  24. 76a934a Remove documentation for obsolete board configuration. by Elliott Hughes · 8 years ago
  25. fb5f042 Merge "libcutils: Clarify schedboost_enabled()" am: 643b4776b5 am: 7ce1bdec47 by Alex Naidis · 8 years ago
  26. 2d998ea libcutils: Clarify schedboost_enabled() by Alex Naidis · 8 years ago
  27. 2daf868 Merge "Fix prctl argument type" am: 6cc5927e0d am: 316b7334b8 am: 184fa60c23 by Elliott Hughes · 8 years ago
  28. f5b8e34 Fix prctl argument type by Stephen Crane · 8 years ago
  29. 88ef9f0 libcutils: Add support for RT schedtune group by Joel Fernandes · 8 years ago
  30. d32331f Change set_sched_policy to set slack for current thread. by Erik Staats · 8 years ago
  31. b4c4654 Change get_sched_policy to check "schedtune" and "cpuset". by Erik Staats · 8 years ago
  32. d73be1b libcutils: compile with BOARD_VNDK_VERSION current by Steven Moreland · 8 years ago
  33. 6748f24 libcutils: fix system-background tasks shown in top command by Ganesh Mahendran · 8 years ago
  34. a8d59fa libcutils: remove sched_set/getscheduler by Wei Wang · 8 years ago
  35. 4026798 libcutils: remove schedgroup by Wei Wang · 8 years ago
  36. 97957fc libcutils: only change cgroup when fd is initialized by Wei Wang · 8 years ago
  37. 795267d Removed cpusets/schedboost build time dependency. by Isaac Chen · 8 years ago[Renamed (73%) from libcutils/sched_policy.c]
  38. 8a7297a Merge "system/core: preparation to pull back interfaces from android/log.h" by Mark Salyzyn · 9 years ago
  39. cfd5b08 system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 9 years ago
  40. 9bb1f2f libcutils: Replace cutils/log.h with android/log.h am: 23ed4c242a am: f56fce0240 by Mark Salyzyn · 9 years ago
  41. 23ed4c2 libcutils: Replace cutils/log.h with android/log.h by Mark Salyzyn · 9 years ago
  42. 4409555 Merge "Fix access check" am: 87ef739dba am: 9cbbe2d9df am: cf2f39d7de by John Reck · 9 years ago
  43. 2e336b1 Fix access check by John Reck · 9 years ago
  44. c4f153e Merge "Remove the prctl PR_SET_TIMERSLACK_PID call." am: b3654fa086 am: fb7e8a0088 by Elliott Hughes · 9 years ago
  45. fb7e8a0 Merge "Remove the prctl PR_SET_TIMERSLACK_PID call." am: b3654fa086 by Elliott Hughes · 9 years ago
  46. d7967c1 Remove the prctl PR_SET_TIMERSLACK_PID call. by Elliott Hughes · 9 years ago
  47. 5758078 Merge \\\"sched_policy: Add support for /proc/<tid>/timerslack_ns over PR_SET_TIMERSLACK_PID\\\" am: 817d53493a am: acf5e849b4 by John Stultz · 9 years ago
  48. acf5e84 Merge \"sched_policy: Add support for /proc/<tid>/timerslack_ns over PR_SET_TIMERSLACK_PID\" by John Stultz · 9 years ago
  49. 2f13f0a sched_policy: Add support for /proc/<tid>/timerslack_ns over PR_SET_TIMERSLACK_PID by John Stultz · 9 years ago
  50. b386d72 Merge \"Add support for background stune group.\" into nyc-mr1-dev by Tim Murray · 9 years ago
  51. 5dcff8f Add support for background stune group. by Tim Murray · 9 years ago
  52. b8a19f4 Merge changes from topic \'stune\' into nyc-mr1-dev am: 4b75a86858 by Tim Murray · 9 years ago
  53. 955694b Add support for top-app stune group. by Tim Murray · 9 years ago
  54. aa45cb8 Set stune groups from set_sched_policy. by Tim Murray · 9 years ago
  55. ee85737 Merge \"Not dynamically add system-background tasks to bg_schedboost_fd.\" into nyc-mr1-dev by Srinath Sridharan · 9 years ago
  56. 70a415f Not dynamically add system-background tasks to bg_schedboost_fd. by Srinath Sridharan · 9 years ago
  57. e7b8d06 Merge "Only apply schedTune boost to top-app tasks" into nyc-mr1-dev by Srinath Sridharan · 9 years ago
  58. 1339871 Only apply schedTune boost to top-app tasks by Srinath Sridharan · 9 years ago
  59. 2af9f2f Merge "More secure and compiler warning fix for sprintf into snprintf" am: 4f21555 by Elliott Hughes · 9 years ago
  60. a2f37e4 More secure and compiler warning fix for sprintf into snprintf by Raja M · 9 years ago
  61. 7b173a1 Update get_sched_policy to return TOP_APP correctly. by Martijn Coenen · 9 years ago
  62. d125f6e Merge "Mount schedTune cgroup as /dev/stune" into nyc-dev by Todd Kjos · 9 years ago
  63. b43225e Fix build break with uninitialized boost_fd. by Tim Murray · 10 years ago
  64. 11cde56 Mount schedTune cgroup as /dev/stune by Todd Kjos · 9 years ago
  65. 6647bb5 Enable top-app cpuset support. by Tim Murray · 10 years ago
  66. 4284f9f Improve cpuset support for surfaceflinger. by Tim Murray · 10 years ago
  67. 88b5892 resolve merge conflicts of ed60788968 to mnc-dr2-dev-plus-aosp. by Todd Kjos · 10 years ago
  68. ba8a475 Actively mangage EAS schedtune nodes by Todd Kjos · 10 years ago
  69. ed60788 Actively mangage EAS schedtune nodes by Todd Kjos · 10 years ago
  70. 5ec940a am fb1ecbc5: am e6e71608: Merge "Use __ANDROID__ instead of HAVE_ANDROID_OS." by Elliott Hughes · 10 years ago
  71. 9b828ad Use __ANDROID__ instead of HAVE_ANDROID_OS. by Elliott Hughes · 10 years ago
  72. 919bb66 Fix libcutils build. by Elliott Hughes · 10 years ago
  73. 1fb6e24 Merge "Fix janky navbar ripples -- incorrect timerslack values" into mnc-dev by Todd Kjos · 10 years ago
  74. 4cdce42 Fix janky navbar ripples -- incorrect timerslack values by Todd Kjos · 10 years ago
  75. 9991026 Don't set cgroup policy when updating cpusets. by Tim Murray · 10 years ago
  76. b769c8d add cpuset support to libcutils by Tim Murray · 10 years ago
  77. 27484f2 am fae953eb: Merge "HAVE_ANDROID_OS implies that you have <pthread.h> and <sched.h>." by Elliott Hughes · 11 years ago
  78. 6acf3d7 HAVE_ANDROID_OS implies that you have <pthread.h> and <sched.h>. by Elliott Hughes · 11 years ago
  79. d1380d6 am 33b33549: Merge "Make the default cgroup, the foreground cgroup." into lmp-mr1-dev by Riley Andrews · 11 years ago
  80. 522d72b Make the default cgroup, the foreground cgroup. by Riley Andrews · 11 years ago
  81. 10cce72 am 3859029a: am 7fb0ee0c: Merge "Remove androidGetTid." by Elliott Hughes · 11 years ago
  82. b765961 Remove androidGetTid. by Elliott Hughes · 11 years ago
  83. 400c381 Move sched_policy.c off bionic's PR_SET_TIMERSLACK_PID. by Elliott Hughes · 11 years ago
  84. e07d77e Use <sys/prctl.h> instead of <linux/prctl.h>. by Elliott Hughes · 11 years ago
  85. b8f8648 am a0a461d3: am 82e1b89f: am a32e01d2: Merge "libcutils: turn on -Werror" by Mark Salyzyn · 11 years ago
  86. 1271716 libcutils: turn on -Werror by Mark Salyzyn · 11 years ago
  87. f4362cc Fix build problems caused by commit: by Ruchi Kandoi · 11 years ago
  88. 422852e Set timer slack value according to thread foreground/background state. by Ruchi Kandoi · 11 years ago
  89. 29319a6 cutils: sched_policy: remove audio app/sys groups, merge into fg by Dima Zavin · 13 years ago
  90. 13ed76b cutils: sched_policy: make bg group be nested under fg by Dima Zavin · 13 years ago
  91. 5b878d2 Revert "Revert "Use O_CLOEXEC when opening cgroup fds."" by Jeff Brown · 13 years ago
  92. bff8f3f Add stubs for host builds. by Jeff Brown · 13 years ago
  93. 4df54bc Revert "Use O_CLOEXEC when opening cgroup fds." by Jeff Brown · 13 years ago
  94. e1440d8 Use O_CLOEXEC when opening cgroup fds. by Jeff Brown · 13 years ago
  95. 10ec3c7 Add more SP_ constants by Glenn Kasten · 13 years ago
  96. 69bfb1f Scheduling group cleanup - add comment, SP_DEFAULT by Glenn Kasten · 13 years ago
  97. 86c7cc8 Add get_sched_policy_name() and use in ps and top by Glenn Kasten · 13 years ago
  98. 86b1215 fix windows SDK build by Brad Fitzpatrick · 15 years ago
  99. e43c248 More fixes to Binder perf regression from Eclair by Brad Fitzpatrick · 15 years ago
  100. 253e27a Optimize set_sched_policy(), which gets called in every binder call. by Brad Fitzpatrick · 15 years ago