1. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  2. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 7 years ago
  3. 46f9340 Add SuspendReason enum and change Suspension functions. by Alex Light · 7 years ago
  4. 5544e72 ART: Replace some '\n' with std::endl by Andreas Gampe · 7 years ago
  5. ae4c845 Revert "Change thread suspend timeout to be fatal for non-debug" by Mathieu Chartier · 7 years ago
  6. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  7. d490129 ART: Clean up heap headers by Andreas Gampe · 7 years ago
  8. 6e64445 ART: Make GC Pause Listener more precise by Andreas Gampe · 7 years ago
  9. 824fd23 Merge "Revert "Revert "Add concurrent card graying for immune spaces""" by Mathieu Chartier · 7 years ago
  10. 3768ade Revert "Revert "Add concurrent card graying for immune spaces"" by Mathieu Chartier · 7 years ago
  11. c4bed16 ART: Change shutdown order by Andreas Gampe · 7 years ago
  12. 1c8f4ff Always check result of Thread::ModifySuspendCount by Sebastien Hertz · 7 years ago
  13. d69f82e Change thread suspend timeout to be fatal for non-debug by Mathieu Chartier · 7 years ago
  14. a222404 Fix the empty checkpoint timeout. by Hiroshi Yamauchi · 7 years ago
  15. e9429c8 Add to time to suspend in FlipThreadRoots to histogram by Mathieu Chartier · 7 years ago
  16. 3fceaf5 Use higher default thread suspend timeout for run tests by Mathieu Chartier · 8 years ago
  17. 32c8337 Increase thread suspension timeout for debug builds by Mathieu Chartier · 8 years ago
  18. 35af2ad Use relative futex timeout in SuspendAllInternal. by rock.yeh · 8 years ago
  19. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  20. 585da95 ART: Add precise root visiting by Andreas Gampe · 8 years ago
  21. a82769c Dump more debug info for b/33006388. by Hiroshi Yamauchi · 8 years ago
  22. 39ce7d2 Merge "Make empty checkpoint work while weak ref access is disabled." by Hiroshi Yamauchi · 8 years ago
  23. fe814e8 Use entrypoint switching to reduce code size of GcRoot read barrier by Mathieu Chartier · 8 years ago
  24. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 8 years ago
  25. 18f7de8 Merge "Allow early abort logging" by Treehugger Robot · 8 years ago
  26. 81c6c8e Merge "Fix a deadlock between thread flip and suspend request." by Treehugger Robot · 8 years ago
  27. 3f386d5 Allow early abort logging by Mathieu Chartier · 8 years ago
  28. 02e7f1a Fix a deadlock between thread flip and suspend request. by Hiroshi Yamauchi · 8 years ago
  29. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  30. b737745 Merge "Fix a CC deadlock in 129-ThreadGetId." by Treehugger Robot · 8 years ago
  31. 15af34c Fix a CC deadlock in 129-ThreadGetId. by Hiroshi Yamauchi · 8 years ago
  32. d6e54bb ART: Fix nits by Andreas Gampe · 8 years ago
  33. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  34. febd0cf Fix a deadlock in the CC collector. by Hiroshi Yamauchi · 8 years ago
  35. 7e6df6e Merge "Revert "Revert "Improve the thread flip.""" am: 0b10387ced by Hiroshi Yamauchi · 8 years ago
  36. ee23582 Revert "Revert "Improve the thread flip."" by Hiroshi Yamauchi · 8 years ago
  37. ec70e96 Merge "Revert "Improve the thread flip."" am: bf042503dc by Hiroshi Yamauchi · 8 years ago
  38. bf04250 Merge "Revert "Improve the thread flip."" by Treehugger Robot · 8 years ago
  39. db3204f Revert "Improve the thread flip." by Hiroshi Yamauchi · 8 years ago
  40. 0fcddda Merge "Improve the thread flip." am: f606c3a687 by Hiroshi Yamauchi · 8 years ago
  41. f606c3a Merge "Improve the thread flip." by Treehugger Robot · 8 years ago
  42. e61e6fd Improve the thread flip. by Hiroshi Yamauchi · 8 years ago
  43. db8309b Merge "ART: Factor out native stack dumping" am: c10ad42302 by Andreas Gampe · 8 years ago
  44. 5dd44d0 ART: Factor out native stack dumping by Andreas Gampe · 8 years ago
  45. 79d44a9 Merge \"Expect spurious wake-up from futex(2)/FUTEX_WAIT call.\" am: 94aaec9544 by Vladimir Marko · 8 years ago
  46. d778cd6 Expect spurious wake-up from futex(2)/FUTEX_WAIT call. by Vladimir Marko · 8 years ago
  47. bf3cdef Merge \"Release the thread_list lock while waiting for daemons.\" am: bbcf0728f0 by Nicolas Geoffray · 8 years ago
  48. aa45daa Release the thread_list lock while waiting for daemons. by Nicolas Geoffray · 8 years ago
  49. 696bb07 Merge \"Visit invalid roots of only suspended threads\" am: 93f26bed24 by Mathieu Chartier · 8 years ago
  50. f8a86b9 Visit invalid roots of only suspended threads by Mathieu Chartier · 8 years ago
  51. d31f207 ART: Turn off unattached thread dumping am: a3e8fc3aab by Andreas Gampe · 8 years ago
  52. a3e8fc3 ART: Turn off unattached thread dumping by Andreas Gampe · 8 years ago
  53. e99f532 Use ScopedObjectAccess in ThreadList::Dump by Mathieu Chartier · 8 years ago
  54. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 8 years ago
  55. 61b3cd4 Prevent holding stale Thread pointers by Mathieu Chartier · 8 years ago
  56. 81c170f Prevent holding stale Thread pointers by Mathieu Chartier · 8 years ago
  57. d3c5965 Check GetDumpNativeStackOnSigQuit() for daemons. by Nicolas Geoffray · 8 years ago
  58. 8d1594d ART: Allow unwinding unattached threads by Andreas Gampe · 8 years ago
  59. 47c1959 Increase kDumpWaitTimeout 10x for target builds by Mathieu Chartier · 8 years ago
  60. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 8 years ago
  61. 0c65939 Revert "ART: Allow unwinding unattached threads" by Nicolas Geoffray · 8 years ago
  62. f728672 ART: Allow unwinding unattached threads by Andreas Gampe · 8 years ago
  63. a73280d Add an option to disable native stack dumping on SIGQUIT. by Nicolas Geoffray · 8 years ago
  64. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  65. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  66. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  67. 59a8c0b Use current pid not tid to create a backtrace map. by tony.ys_liu · 9 years ago
  68. 62597d1 Add sleep in SuspendAllDaemonThreadsForShutdown by Mathieu Chartier · 9 years ago
  69. ba098ba Revert "Revert "Reduce sleep duration in SuspendAllDaemonThreads"" by Mathieu Chartier · 9 years ago
  70. 4d87df6 Improve handling of daemon threads after runtime shutdown by Mathieu Chartier · 9 years ago
  71. bc34a7e Revert "Reduce sleep duration in SuspendAllDaemonThreads" by Nicolas Geoffray · 9 years ago
  72. adef5bd Reduce sleep duration in SuspendAllDaemonThreads by Mathieu Chartier · 9 years ago
  73. fb6db4c Add systrace output to runtime shutdown by Mathieu Chartier · 9 years ago
  74. 9450c6c Remove thread suspension assertion for SuspendAllForDebugger by Mathieu Chartier · 9 years ago
  75. 6262340 Fix deadlock with the JIT code cache. by Nicolas Geoffray · 9 years ago
  76. b56200b Add comment for RunCheckpoint and clean up ThreadList a bit by Mathieu Chartier · 9 years ago
  77. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 9 years ago
  78. 6cff48f ART: Speed up thread stack tracing for ANRs by Christopher Ferris · 11 years ago
  79. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  80. 0037082 Use thread-local is_gc_marking flags for the CC collector. by Hiroshi Yamauchi · 9 years ago
  81. 5116837 Wait for GC to finish in ThreadList::~ThreadList by Mathieu Chartier · 9 years ago
  82. 4382f1e Revert "Revert "ART: Use bionic TLS slot for thread-self"" by Andreas Gampe · 9 years ago
  83. b19ccb1 Use SuspendAllInternal for FlipThreadRoots by Mathieu Chartier · 9 years ago
  84. 19af117 Fix mac build by Mathieu Chartier · 9 years ago
  85. c6f3439 Merge "ART: JNI thread state transition optimization" by Mathieu Chartier · 9 years ago
  86. eac4424 ART: JNI thread state transition optimization by Yu Li · 9 years ago
  87. 5b1eea0 Merge "Thread-local mark stacks for the CC collector." by Hiroshi Yamauchi · 9 years ago
  88. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 9 years ago
  89. 3cf2253 Clean up some includes by Mathieu Chartier · 9 years ago
  90. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago
  91. bf44d42 Add a way to SuspendAll for a long duration by Mathieu Chartier · 9 years ago
  92. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  93. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  94. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  95. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 9 years ago
  96. 1558b57 JDWP: allocate DebugInvokeReq only when requested by Sebastien Hertz · 9 years ago
  97. ff3ef43 Merge "Reserve bits in the lock word for read barriers." by Hiroshi Yamauchi · 9 years ago
  98. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 9 years ago
  99. 91e5669 Wait for threads to finish unregistering by Mathieu Chartier · 9 years ago
  100. 9db831a Print thread name for attempting to unregister unattached thread by Mathieu Chartier · 9 years ago