1. 90ef3db Address some comments and clean up by Mathieu Chartier · 10 years ago
  2. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 10 years ago
  3. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  4. e2facc5 runtime: Add lambda box/unbox object equality by Igor Murashkin · 10 years ago
  5. eac4424 ART: JNI thread state transition optimization by Yu Li · 10 years ago
  6. 7526d78 ART: Fix streaming tracing issues by Andreas Gampe · 10 years ago
  7. 3100080 New experimental GC stress mode by Mathieu Chartier · 10 years ago
  8. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 10 years ago
  9. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  10. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  11. 4e5b208 Fix JDWP race at runtime shutdown by Sebastien Hertz · 10 years ago
  12. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 10 years ago
  13. 2435a43 ART: Add entries_ lock for race condition by bowen_lai · 10 years ago
  14. 91e5669 Wait for threads to finish unregistering by Mathieu Chartier · 10 years ago
  15. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  16. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  17. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  18. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 11 years ago
  19. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 11 years ago
  20. 015b137 Tidy gAborting. by Ian Rogers · 11 years ago
  21. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 11 years ago
  22. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 11 years ago
  23. 51d212e Make out-of-line mutex contention dependent on ART_USE_FUTEXES. by Ian Rogers · 11 years ago
  24. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 11 years ago
  25. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 11 years ago
  26. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 11 years ago
  27. a5a53ef Add native support for FinalizerList.makeCircularListIfUnenqueued by Mathieu Chartier · 11 years ago
  28. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  29. 306db81 Fix numerous issues with DdmVmInternal allocation tracking by Brian Carlstrom · 11 years ago
  30. ed2be17 Reduce lock contention when debugging by Sebastien Hertz · 11 years ago
  31. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 11 years ago
  32. 3f5838d Fix performance regression in OatFile::GetOatDexFile(). by Vladimir Marko · 11 years ago
  33. f3d874c Avoid race in single thread suspension. by Ian Rogers · 11 years ago
  34. 37f3c96 Avoid direct use of QuasiAtomic by using Atomic. by Ian Rogers · 11 years ago
  35. c4f72ec Merge "Use memory chunks for monitors on LP64" by Andreas Gampe · 11 years ago
  36. 7424081 Use memory chunks for monitors on LP64 by Andreas Gampe · 11 years ago
  37. c719069 Remove legacy CAS implementations from mutex. by Ian Rogers · 11 years ago
  38. 7de77dd Assign a lower Locklevel for Mutexes used in QuasiAtomic operations. by Raghu Gandham · 11 years ago
  39. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 11 years ago
  40. 3eed93d Verify there's no mem map gap for immune region not to break. by Hiroshi Yamauchi · 11 years ago
  41. 9e36931 Move modify_ldt_lock into global lock order. by Chao-ying Fu · 11 years ago
  42. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 11 years ago
  43. 2d1ab0a Use WaitHoldingLocks in ReferenceProcessor::GetReferent. by Mathieu Chartier · 11 years ago
  44. 440e4ce Add monitor deflation. by Mathieu Chartier · 11 years ago
  45. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 11 years ago
  46. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  47. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  48. b122a4b Tidy up memory barriers. by Ian Rogers · 12 years ago
  49. af82e0c Merge "[MIPS] Enable futex support" by Elliott Hughes · 12 years ago
  50. c014178 [MIPS] Enable futex support by Chris Dearman · 12 years ago
  51. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 12 years ago
  52. 08f2e7b Disable lock contention logging by default. by Jeff Hao · 12 years ago
  53. 4aa48fc Enable contention logging by default. by Ian Rogers · 12 years ago
  54. 2e250c8 Revert "Always enable lock level checks." by Brian Carlstrom · 12 years ago
  55. 1afde13 Polish the lock contention logging. by Hiroshi Yamauchi · 12 years ago
  56. b0f8719 Removed unused friend classes for tests. by Dragos Sbirlea · 12 years ago
  57. 702a85b Fix typo in mutex.h file. by Sebastien Hertz · 12 years ago
  58. 42425b3 am fc0e3219: Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  59. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  60. 1db9113 resolved conflicts for merge of 7940e44f to dalvik-dev by Brian Carlstrom · 12 years ago
  61. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/base/mutex.h]
  62. bba5dd5 Merge "Semi-pruned SSA support for sea-ir." into dalvik-dev by Anwar Ghuloum · 12 years ago
  63. 5cd9e3b Revert "Always enable lock level checks." DO NOT MERGE by Brian Carlstrom · 12 years ago
  64. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  65. 3c539ff Improve Logging by Anwar Ghuloum · 12 years ago
  66. e3359f7 Don't recursively take ClassLinker::dex_lock_. by Ian Rogers · 12 years ago
  67. ccf1248 Always enable lock level checks. by Ian Rogers · 12 years ago
  68. bab7496 Remove unnecessary use of std::string. by Ian Rogers · 12 years ago
  69. 23055dc Mutex tidy up. by Ian Rogers · 12 years ago
  70. 1ffa32f Reduce inlining in debug builds. by Ian Rogers · 12 years ago
  71. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 13 years ago
  72. 56edc43 Support for contention logging with ART futexes. by Ian Rogers · 13 years ago
  73. a6f3aaf MIPS fixes. by Ian Rogers · 13 years ago
  74. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 13 years ago
  75. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 13 years ago[Renamed (98%) from src/mutex.h]
  76. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 13 years ago
  77. d45f201 Simplify ConditionVariable and avoid potential race. by Ian Rogers · 13 years ago
  78. 5bd97c4 Fix and enable ART futexes. by Ian Rogers · 13 years ago
  79. 81b8871 Broaden scope of gAborting. Fixes hang in HandleUnexpectedSignal. by Brian Carlstrom · 13 years ago
  80. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 13 years ago
  81. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  82. 369809b Disable (again) futex ReaderWriterMutex implementation. by Ian Rogers · 13 years ago
  83. ab47016 Temporarily enable futex version of ReaderWriterMutex. by Ian Rogers · 13 years ago
  84. 01ae580 Fix race in thread attaching during GC. by Ian Rogers · 13 years ago
  85. 81d425b Pass self to lock methods. by Ian Rogers · 13 years ago
  86. 25fd14b Make lock debug checks optional. by Ian Rogers · 13 years ago
  87. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  88. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 13 years ago
  89. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 13 years ago
  90. 66aee5c Mac build fix. Macs don't support timeouts on locks. by Ian Rogers · 13 years ago
  91. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  92. 92c9a35 Ensure we can Mutex::Wait on a recursively locked Mutex by Brian Carlstrom · 13 years ago
  93. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 13 years ago
  94. 0a1038b Make tsan happy. by Elliott Hughes · 13 years ago
  95. f149843 Clean up Mutex a little and add the missing pieces for Mac OS. by Elliott Hughes · 13 years ago
  96. 3efb841 Fix the Mac build, and clean up some test-only code. by Elliott Hughes · 13 years ago
  97. a4060e5 Fix a deadlock caused by my big threading change yesterday. by Elliott Hughes · 13 years ago
  98. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
  99. 9e921bc Remove Mutex::ClearOwner. by Elliott Hughes · 14 years ago
  100. cd74c4b Fix thread hang by Brian Carlstrom · 14 years ago