1. 82e347b Increase kNotifyNativeInterval on host by Hans Boehm · 5 years ago
  2. ea5b429 Include evacuated bytes in heap size trace by Lokesh Gidra · 5 years ago
  3. 7cde458 Further clean up boot image address checks. by Vladimir Marko · 5 years ago
  4. 1aff1ef Clean up retrieving boot image address range. by Vladimir Marko · 5 years ago
  5. 991cd5c Add default template args to Heap::Alloc*Object*(). by Vladimir Marko · 5 years ago
  6. bb2467b Make kHugeNativeAllocs configurable by Hans Boehm · 6 years ago
  7. b52df53 Revert^2 "Remove support for moving GC collector transitions" by Mathieu Chartier · 6 years ago
  8. 8f88207 Revert "Remove support for moving GC collector transitions" by Mathieu Chartier · 6 years ago
  9. 66a6550 Remove support for moving GC collector transitions by Mathieu Chartier · 6 years ago
  10. f75dce4 Revert^2 "Delete GSS" by Mathieu Chartier · 6 years ago
  11. e185883 Revert "Delete GSS" by Mathieu Chartier · 6 years ago
  12. 1397ea1 Delete GSS by Mathieu Chartier · 6 years ago
  13. 0a20607 Remove ART dependence on property debug.allocTracker.stackDepth by Mathieu Chartier · 6 years ago
  14. 8682354 ART: Allow to change boot image pickup order by Andreas Gampe · 6 years ago
  15. 7c73dd1 Revert "Revert "Prevent overflows for concurrent_start_bytes_ sum"" by Hans Boehm · 6 years ago
  16. 83ba9b9 Revert "Prevent overflows for concurrent_start_bytes_ sum" by Vladimir Marko · 6 years ago
  17. 50b0445 Prevent overflows for concurrent_start_bytes_ sum by Hans Boehm · 6 years ago
  18. cc17d07 Reducing CPU impact of non-monotonic clocks on Gc. by Vincent Palomares · 6 years ago
  19. 0b4d146 ART: make generational CC a runtime option by Albert Mingkun Yang · 6 years ago
  20. 1c0ae84 ART: fix post gc weighted allocated bytes metrics by Albert Mingkun Yang · 6 years ago
  21. 639b2b1 ART: Remove instruction_set.h from thread.h by Andreas Gampe · 6 years ago
  22. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
  23. e959e5d Merge "Tweak native allocation GC triggering thresholds" by Hans Boehm · 6 years ago
  24. 1575267 Tweak native allocation GC triggering thresholds by Hans Boehm · 6 years ago
  25. f9f22f9 ART: add longest consecutive free bytes in region dump by Albert Mingkun Yang · 6 years ago
  26. de94ea7 ART: add dump region info runtime option by Albert Mingkun Yang · 6 years ago
  27. c220f98 Change GC triggering to use mallinfo() by Hans Boehm · 6 years ago
  28. 6e0d325 ART: add post gc weighted allocated bytes metrics by Albert Mingkun Yang · 6 years ago
  29. ad2845c ART: fix overflow in weighted allocated bytes metrics by Albert Mingkun Yang · 6 years ago
  30. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
  31. 2d7329b ART: add weighted allocated bytes metrics by Albert Mingkun Yang · 6 years ago
  32. d6e178e Revert^2 "ART: add GC time ratio metrics to GC performance" by Albert Mingkun Yang · 6 years ago
  33. 4d57c69 Revert "ART: add GC time ratio metrics to GC performance" by Andreas Gampe · 6 years ago
  34. fe21070 ART: add GC time ratio metrics to GC performance by Albert Mingkun Yang · 6 years ago
  35. 5fcf1ea Refactor assertions in ConcurrentCopying::ProcessMarkStackRef. by Roland Levillain · 6 years ago
  36. fb8b4e2 Clean up allocation accounting by Hans Boehm · 6 years ago
  37. d9205b8 Merge "Experimental Sticky-Bit (Generational) CC collection" by Roland Levillain · 6 years ago
  38. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  39. 8d1a996 Experimental Sticky-Bit (Generational) CC collection by Mathieu Chartier · 8 years ago
  40. 3b8aa77 Pause GC during deoptimization work by Alex Light · 6 years ago
  41. 88ea61e Refactor WriteBarrier logic into its own file by Mathieu Chartier · 6 years ago
  42. 1979c64 Clean up include paths by David Sehr · 7 years ago
  43. f8e5d8c Delete MarkCompact GC by Mathieu Chartier · 7 years ago
  44. 82cf9a2 ART: heap counter check by Orion Hodson · 7 years ago
  45. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  46. fa4ea82 Remove mandatory address for non moving space / zygote by Mathieu Chartier · 7 years ago
  47. 92abf46 Merge "Do fewer GCs shortly after zygote fork" by Lokesh Gidra · 7 years ago
  48. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  49. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  50. 99bd16b Extend error reporting in art::gc::Heap::GrowForUtilization. by Roland Levillain · 7 years ago
  51. 8f7ea9a Various ART GC documentation updates. by Roland Levillain · 7 years ago
  52. ef01222 Fix typos. by Roland Levillain · 7 years ago
  53. a98a282 Do fewer GCs shortly after zygote fork by Mathieu Chartier · 7 years ago
  54. c06d6c6 Remove art::gc::Heap::allocation_rate_. by Roland Levillain · 7 years ago
  55. f4eedfe Remove blocking case from RegisterNativeAllocation. by Richard Uhler · 7 years ago
  56. 94c589d ART: Mark Dbg GCs as debugger by Andreas Gampe · 7 years ago
  57. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 7 years ago
  58. dcc528d ART: Move runtime-debug flags to own files by Andreas Gampe · 7 years ago
  59. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  60. 660be6f Add VMDebug.getInstancesOfClasses API. by Richard Uhler · 7 years ago
  61. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  62. ed56b5e ART: Only stress background transition in slow-debug by Andreas Gampe · 7 years ago
  63. 217488a ART: Move read barrier config out of globals by Andreas Gampe · 7 years ago
  64. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  65. 0c18338 ART: Replace or remove some ObjectCallback Walk functions by Andreas Gampe · 7 years ago
  66. 10d3908 ART: Remove old visit functions by Andreas Gampe · 7 years ago
  67. 351c447 ART: Add templated VisitObjects by Andreas Gampe · 7 years ago
  68. 34afcde Trace heap size for allocations by Mathieu Chartier · 7 years ago
  69. 40112dd Make waiting for blocking GC more intuitive by Mathieu Chartier · 7 years ago
  70. 5d08fcc ART: More header cleanups by Andreas Gampe · 7 years ago
  71. d490129 ART: Clean up heap headers by Andreas Gampe · 7 years ago
  72. da1da8a Revert "Revert "RegisterNativeAllocation: Avoid case of double blocking gc."" by Richard Uhler · 7 years ago
  73. 602b1c1 Revert "RegisterNativeAllocation: Avoid case of double blocking gc." by Richard Uhler · 7 years ago
  74. 8df0f36 RegisterNativeAllocation: Avoid case of double blocking gc. by Richard Uhler · 7 years ago
  75. 1ca6890 More robust GC verification and corruption dumping by Mathieu Chartier · 8 years ago
  76. 35b59a2 Differentiate between native alloc and normal background GC by Mathieu Chartier · 8 years ago
  77. d6b17d4 Move thread_running_gc_ logic to VisitObjectsInternalRegionSpace by Mathieu Chartier · 8 years ago
  78. 183009a Change IsMovingGCDisabled to take into account GC critical sections by Mathieu Chartier · 8 years ago
  79. caaa2b0 Revert "Revert "Redesign implementation of RegisterNativeAllocation."" by Richard Uhler · 8 years ago
  80. 36bdbd2 Revert "Redesign implementation of RegisterNativeAllocation." by Richard Uhler · 8 years ago
  81. 6bfc37d Redesign implementation of RegisterNativeAllocation. by Richard Uhler · 8 years ago
  82. 5ace201 Revert "Revert CC related changes." by Mathieu Chartier · 8 years ago
  83. 96172e0 Revert CC related changes. by Nicolas Geoffray · 8 years ago
  84. f5de232 X86_64: Add allocation entrypoint switching for CC is_marking by Mathieu Chartier · 8 years ago
  85. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 8 years ago
  86. 9b8c588 ART: Add GC callbacks by Andreas Gampe · 8 years ago
  87. 2d85595 Move Heap::GetInstances to use Handles by Mathieu Chartier · 8 years ago
  88. aea9bfb Use handles for GetReferringObjects by Mathieu Chartier · 8 years ago
  89. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 8 years ago
  90. 27fa96c ART: Add allocation callback by Andreas Gampe · 8 years ago
  91. a058fdf Move mirror::Object setters to ObjPtr by Mathieu Chartier · 8 years ago
  92. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  93. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  94. 60985b7 Background full compaction for CC. by Hiroshi Yamauchi · 8 years ago
  95. 8261d02 Revert "Revert "ARM64 asm for region space array allocation"" by Mathieu Chartier · 8 years ago
  96. 56fe258 Add a way to measure read barrier slow paths by Mathieu Chartier · 8 years ago
  97. 9e03b2f Reduce TLAB size by Mathieu Chartier · 8 years ago
  98. 5d2a3f7 Add histogram for native allocations by Mathieu Chartier · 8 years ago
  99. 458b105 Obtain stack trace outside of critical section by Mathieu Chartier · 9 years ago
  100. f8cb178 Move process state into runtime by Mathieu Chartier · 9 years ago