1. febd0cf Fix a deadlock in the CC collector. by Hiroshi Yamauchi · 8 years ago
  2. 7e6df6e Merge "Revert "Revert "Improve the thread flip.""" am: 0b10387ced by Hiroshi Yamauchi · 8 years ago
  3. ee23582 Revert "Revert "Improve the thread flip."" by Hiroshi Yamauchi · 8 years ago
  4. ec70e96 Merge "Revert "Improve the thread flip."" am: bf042503dc by Hiroshi Yamauchi · 8 years ago
  5. bf04250 Merge "Revert "Improve the thread flip."" by Treehugger Robot · 8 years ago
  6. db3204f Revert "Improve the thread flip." by Hiroshi Yamauchi · 8 years ago
  7. 0fcddda Merge "Improve the thread flip." am: f606c3a687 by Hiroshi Yamauchi · 8 years ago
  8. f606c3a Merge "Improve the thread flip." by Treehugger Robot · 8 years ago
  9. e61e6fd Improve the thread flip. by Hiroshi Yamauchi · 8 years ago
  10. db8309b Merge "ART: Factor out native stack dumping" am: c10ad42302 by Andreas Gampe · 8 years ago
  11. 5dd44d0 ART: Factor out native stack dumping by Andreas Gampe · 8 years ago
  12. 79d44a9 Merge \"Expect spurious wake-up from futex(2)/FUTEX_WAIT call.\" am: 94aaec9544 by Vladimir Marko · 8 years ago
  13. d778cd6 Expect spurious wake-up from futex(2)/FUTEX_WAIT call. by Vladimir Marko · 8 years ago
  14. bf3cdef Merge \"Release the thread_list lock while waiting for daemons.\" am: bbcf0728f0 by Nicolas Geoffray · 8 years ago
  15. aa45daa Release the thread_list lock while waiting for daemons. by Nicolas Geoffray · 8 years ago
  16. 696bb07 Merge \"Visit invalid roots of only suspended threads\" am: 93f26bed24 by Mathieu Chartier · 8 years ago
  17. f8a86b9 Visit invalid roots of only suspended threads by Mathieu Chartier · 8 years ago
  18. d31f207 ART: Turn off unattached thread dumping am: a3e8fc3aab by Andreas Gampe · 8 years ago
  19. a3e8fc3 ART: Turn off unattached thread dumping by Andreas Gampe · 8 years ago
  20. e99f532 Use ScopedObjectAccess in ThreadList::Dump by Mathieu Chartier · 8 years ago
  21. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 8 years ago
  22. 61b3cd4 Prevent holding stale Thread pointers by Mathieu Chartier · 8 years ago
  23. 81c170f Prevent holding stale Thread pointers by Mathieu Chartier · 8 years ago
  24. d3c5965 Check GetDumpNativeStackOnSigQuit() for daemons. by Nicolas Geoffray · 8 years ago
  25. 8d1594d ART: Allow unwinding unattached threads by Andreas Gampe · 8 years ago
  26. 47c1959 Increase kDumpWaitTimeout 10x for target builds by Mathieu Chartier · 8 years ago
  27. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 8 years ago
  28. 0c65939 Revert "ART: Allow unwinding unattached threads" by Nicolas Geoffray · 8 years ago
  29. f728672 ART: Allow unwinding unattached threads by Andreas Gampe · 8 years ago
  30. a73280d Add an option to disable native stack dumping on SIGQUIT. by Nicolas Geoffray · 8 years ago
  31. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  32. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  33. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  34. 59a8c0b Use current pid not tid to create a backtrace map. by tony.ys_liu · 9 years ago
  35. 62597d1 Add sleep in SuspendAllDaemonThreadsForShutdown by Mathieu Chartier · 9 years ago
  36. ba098ba Revert "Revert "Reduce sleep duration in SuspendAllDaemonThreads"" by Mathieu Chartier · 9 years ago
  37. 4d87df6 Improve handling of daemon threads after runtime shutdown by Mathieu Chartier · 9 years ago
  38. bc34a7e Revert "Reduce sleep duration in SuspendAllDaemonThreads" by Nicolas Geoffray · 9 years ago
  39. adef5bd Reduce sleep duration in SuspendAllDaemonThreads by Mathieu Chartier · 9 years ago
  40. fb6db4c Add systrace output to runtime shutdown by Mathieu Chartier · 9 years ago
  41. 9450c6c Remove thread suspension assertion for SuspendAllForDebugger by Mathieu Chartier · 9 years ago
  42. 6262340 Fix deadlock with the JIT code cache. by Nicolas Geoffray · 9 years ago
  43. b56200b Add comment for RunCheckpoint and clean up ThreadList a bit by Mathieu Chartier · 9 years ago
  44. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 9 years ago
  45. 6cff48f ART: Speed up thread stack tracing for ANRs by Christopher Ferris · 11 years ago
  46. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  47. 0037082 Use thread-local is_gc_marking flags for the CC collector. by Hiroshi Yamauchi · 9 years ago
  48. 5116837 Wait for GC to finish in ThreadList::~ThreadList by Mathieu Chartier · 9 years ago
  49. 4382f1e Revert "Revert "ART: Use bionic TLS slot for thread-self"" by Andreas Gampe · 9 years ago
  50. b19ccb1 Use SuspendAllInternal for FlipThreadRoots by Mathieu Chartier · 9 years ago
  51. 19af117 Fix mac build by Mathieu Chartier · 9 years ago
  52. c6f3439 Merge "ART: JNI thread state transition optimization" by Mathieu Chartier · 9 years ago
  53. eac4424 ART: JNI thread state transition optimization by Yu Li · 9 years ago
  54. 5b1eea0 Merge "Thread-local mark stacks for the CC collector." by Hiroshi Yamauchi · 9 years ago
  55. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 9 years ago
  56. 3cf2253 Clean up some includes by Mathieu Chartier · 9 years ago
  57. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago
  58. bf44d42 Add a way to SuspendAll for a long duration by Mathieu Chartier · 9 years ago
  59. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  60. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  61. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  62. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 9 years ago
  63. 1558b57 JDWP: allocate DebugInvokeReq only when requested by Sebastien Hertz · 9 years ago
  64. ff3ef43 Merge "Reserve bits in the lock word for read barriers." by Hiroshi Yamauchi · 9 years ago
  65. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  66. 91e5669 Wait for threads to finish unregistering by Mathieu Chartier · 9 years ago
  67. 9db831a Print thread name for attempting to unregister unattached thread by Mathieu Chartier · 9 years ago
  68. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 9 years ago
  69. 3a958aa Fix incorrect static const by Mathieu Chartier · 10 years ago
  70. c470aef Merge "Fix occasional long ThreadSuspendSleep" by Mathieu Chartier · 10 years ago
  71. 9914386 Fix occasional long ThreadSuspendSleep by Mathieu Chartier · 10 years ago
  72. dd9943d ART: checkpoint mechanism optimization by Lei Li · 10 years ago
  73. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  74. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  75. 1e4b0ca ART: Change ternary location for timeout by Andreas Gampe · 10 years ago
  76. f3401f7 Merge "JDWP: allow VirtualMachine.Resume on partial suspension" by Sebastien Hertz · 10 years ago
  77. 4a3d19b ART: Increase dump checkpoint timeout on the host by Andreas Gampe · 10 years ago
  78. f9d233d JDWP: allow VirtualMachine.Resume on partial suspension by Sebastien Hertz · 10 years ago
  79. 23f6e69 Only dump suspend all histogram if we have samples by Mathieu Chartier · 10 years ago
  80. 70a596d Add thread suspend histogram by Mathieu Chartier · 10 years ago
  81. f0dc8b5 Add systrace events to monitors and thread suspension by Mathieu Chartier · 10 years ago
  82. 82a800d Decrement suspend count if thread is shutting down by Mathieu Chartier · 10 years ago
  83. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 10 years ago
  84. 015b137 Tidy gAborting. by Ian Rogers · 10 years ago
  85. 7443c9a ART: Avoid a recursive abort by Andreas Gampe · 10 years ago
  86. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  87. 4d5d62f Merge "Make thread dumping more tolerant of broken invariants during abort." by Ian Rogers · 10 years ago
  88. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  89. 8409ec4 Make thread dumping more tolerant of broken invariants during abort. by Ian Rogers · 10 years ago
  90. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  91. 0256737 Merge "Fix JDWP Virtualmachine.Resume command" by Sebastien Hertz · 10 years ago
  92. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  93. 253fa55 Fix JDWP Virtualmachine.Resume command by Sebastien Hertz · 10 years ago
  94. e094b87 Store exiting thread ids and names while tracing to output later. by Jeff Hao · 10 years ago
  95. fec72f4 Fix race in thread list destructor by Mathieu Chartier · 10 years ago
  96. 5869a2c Dump mutator lock for thread suspend timeout by Mathieu Chartier · 10 years ago
  97. f272af4 Move spammy logs to JDWP verbose mode by Sebastien Hertz · 10 years ago
  98. a2af5c7 Only log an error if an unattached thread is unregistered. by Ian Rogers · 10 years ago
  99. 2156ff1 Add time out to dump check point. by Ian Rogers · 10 years ago
  100. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago