1. a73280d Add an option to disable native stack dumping on SIGQUIT. by Nicolas Geoffray · 8 years ago
  2. 4d87df6 Improve handling of daemon threads after runtime shutdown by Mathieu Chartier · 9 years ago
  3. b56200b Add comment for RunCheckpoint and clean up ThreadList a bit by Mathieu Chartier · 9 years ago
  4. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 9 years ago
  5. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  6. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  7. eac4424 ART: JNI thread state transition optimization by Yu Li · 9 years ago
  8. bf44d42 Add a way to SuspendAll for a long duration by Mathieu Chartier · 9 years ago
  9. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  10. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  11. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 9 years ago
  12. 91e5669 Wait for threads to finish unregistering by Mathieu Chartier · 9 years ago
  13. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  14. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  15. 70a596d Add thread suspend histogram by Mathieu Chartier · 10 years ago
  16. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  17. 253fa55 Fix JDWP Virtualmachine.Resume command by Sebastien Hertz · 10 years ago
  18. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  19. ba32de4 Fix issue with Thread.setName hanging after Thread.start by Brian Carlstrom · 10 years ago
  20. f3d874c Avoid race in single thread suspension. by Ian Rogers · 10 years ago
  21. 9e36931 Move modify_ldt_lock into global lock order. by Chao-ying Fu · 10 years ago
  22. a03de6d Revert "Revert "Make clang the default compiler on host."" by Ian Rogers · 10 years ago
  23. d54f3a6 Revert "Make clang the default compiler on host." by Ian Rogers · 10 years ago
  24. 87f8b4c Make clang the default compiler on host. by Ian Rogers · 10 years ago
  25. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  26. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  27. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  28. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  29. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  30. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  31. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  32. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  33. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/thread_list.h]
  34. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  35. f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 12 years ago
  36. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  37. cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 12 years ago
  38. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  39. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  40. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
  41. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  42. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  43. 01ae580 Fix race in thread attaching during GC. by Ian Rogers · 12 years ago
  44. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  45. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  46. 06f7987 Fix "holding ThreadListLock while doing condition variable wait on HeapLock" by Mathieu Chartier · 12 years ago
  47. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
  48. 7664f5c Fix GC performance regression by Mathieu Chartier · 12 years ago
  49. abbe07d Include non-attached native threads in the SIGQUIT output. by Elliott Hughes · 12 years ago
  50. c967f78 Include a new heap summary line in the SIGQUIT output. by Elliott Hughes · 12 years ago
  51. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 12 years ago
  52. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 12 years ago
  53. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 12 years ago
  54. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 12 years ago
  55. ff73806 Fix a thread suspend timeout, and improve the diagnostics for thread suspend timeouts. by Elliott Hughes · 13 years ago
  56. cd74c4b Fix thread hang by Brian Carlstrom · 13 years ago
  57. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  58. 4e23531 Implement "GetThreadGroupParent", "Suspend", and "Resume". by Elliott Hughes · 13 years ago
  59. bbd9d83 Fix at least two deadlocks. by Elliott Hughes · 13 years ago
  60. bfe487b Makes objects known to the debugger GC roots, implements the THST message, and lets DDMS request stack traces. by Elliott Hughes · 13 years ago
  61. 234ab15 Implement Dbg::Disconnected and Dbg::UndoDebuggerSuspensions. by Elliott Hughes · 13 years ago
  62. 47fce01 Basic DDMS thread support. by Elliott Hughes · 13 years ago
  63. 475fc23 More debugger support. by Elliott Hughes · 13 years ago
  64. 4f20aef Generalizing TryLock pattern to ThreadListLocker by Brian Carlstrom · 13 years ago
  65. 24a3c2e ClassLinker changes by Brian Carlstrom · 13 years ago
  66. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 13 years ago
  67. accd83d Fix a heap lock/thread list lock deadlock. by Elliott Hughes · 13 years ago
  68. 8e4aac5 Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output. by Elliott Hughes · 13 years ago
  69. 14357e8 Add a -verbose:thread option. by Elliott Hughes · 13 years ago
  70. 7a3aeb4 Thread state fixes. by Elliott Hughes · 13 years ago
  71. 01158d7 Implement most of VMStack and some of Zygote. by Elliott Hughes · 13 years ago
  72. 038a806 Thread.join, GC daemons, suspend daemons on shutdown, and wait for non-daemon threads to exit. by Elliott Hughes · 13 years ago
  73. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
  74. 8d768a9 Thread suspension. by Elliott Hughes · 13 years ago
  75. 93e74e8 More of the thread infrastructure. by Elliott Hughes · 13 years ago
  76. 8daa092 More threads work. by Elliott Hughes · 13 years ago