1. 79400aa Whitelist user_code_suspension_lock_ for ConditionVariable wait by Alex Light · 7 years ago
  2. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 7 years ago
  3. 8a43324 Add two locks to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 8 years ago
  4. b139b6d Revert "Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_." by Hiroshi Yamauchi · 8 years ago
  5. 35b456a Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 8 years ago
  6. df56931 Add jni_libraries_lock_ to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 8 years ago
  7. a222404 Fix the empty checkpoint timeout. by Hiroshi Yamauchi · 8 years ago
  8. 1b14fb8 Remove Mutex dependency from MemMap by David Sehr · 8 years ago
  9. 44751ef Merge "Revert "ART: Start RuntimeCallbacks"" by Nicolas Geoffray · 8 years ago
  10. bf6331a Revert "ART: Start RuntimeCallbacks" by Nicolas Geoffray · 8 years ago
  11. a7e64f0 Merge "ART: Start RuntimeCallbacks" by Treehugger Robot · 8 years ago
  12. 13093d4 ART: Start RuntimeCallbacks by Andreas Gampe · 8 years ago
  13. c808954 ART: Add JNI function table manipulation by Andreas Gampe · 8 years ago
  14. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  15. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 8 years ago
  16. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  17. f05ccaf Merge "Correctly handle EINTR return from futex" by Mathieu Chartier · 8 years ago
  18. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 8 years ago
  19. 6f4d102 Correctly handle EINTR return from futex by Daniel Colascione · 8 years ago
  20. ca47a17 ART: Clean up old mutex by Andreas Gampe · 8 years ago
  21. f42eb2c Remove mutex dependency on art::Runtime by David Sehr · 8 years ago
  22. 05a364c ART: Make JNI global and weak global locks global by Andreas Gampe · 8 years ago
  23. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  24. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  25. ca3c8c3 Collect verifier dependencies by David Brazdil · 8 years ago
  26. 9231f4e ART: Remove vestiges of GCC by Andreas Gampe · 8 years ago
  27. 14832ef Revert experimental lambda feature. by Narayan Kamath · 8 years ago
  28. a206c74 Don't use dlopen on host for already loaded oat files. by Richard Uhler · 8 years ago
  29. fba3997 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 8 years ago
  30. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  31. 98e6ce4 Remove string init map. by Nicolas Geoffray · 9 years ago
  32. 4d87df6 Improve handling of daemon threads after runtime shutdown by Mathieu Chartier · 9 years ago
  33. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  34. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  35. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 9 years ago
  36. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago
  37. a2c3864 Add lock around interpreter string init reg map. by Jeff Hao · 9 years ago
  38. 5bdb655 ART: Fix missing role definition by Andreas Gampe · 9 years ago
  39. e2facc5 runtime: Add lambda box/unbox object equality by Igor Murashkin · 9 years ago
  40. eac4424 ART: JNI thread state transition optimization by Yu Li · 9 years ago
  41. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  42. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  43. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 10 years ago
  44. 2435a43 ART: Add entries_ lock for race condition by bowen_lai · 10 years ago
  45. 91e5669 Wait for threads to finish unregistering by Mathieu Chartier · 10 years ago
  46. 4c10110 Print lock level in ExclusiveUnlock by Mathieu Chartier · 10 years ago
  47. 8f1fa10 ART: On shutdown, only warn on mutex contention by Andreas Gampe · 10 years ago
  48. 071e48e Fix false alarm on thread suspend timeout by tony.ys_liu · 10 years ago
  49. eb0a179 Add more logging to Mutex::ExclusiveUnlock by Mathieu Chartier · 10 years ago
  50. cef50f0 Stop daemon threads in runtime shutdown by Mathieu Chartier · 10 years ago
  51. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 10 years ago
  52. 015b137 Tidy gAborting. by Ian Rogers · 10 years ago
  53. 90675a7 ART: Avoid recursive abort by Andreas Gampe · 10 years ago
  54. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  55. 51d212e Make out-of-line mutex contention dependent on ART_USE_FUTEXES. by Ian Rogers · 10 years ago
  56. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  57. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  58. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  59. 5869a2c Dump mutator lock for thread suspend timeout by Mathieu Chartier · 10 years ago
  60. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  61. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  62. a5a53ef Add native support for FinalizerList.makeCircularListIfUnenqueued by Mathieu Chartier · 10 years ago
  63. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  64. 306db81 Fix numerous issues with DdmVmInternal allocation tracking by Brian Carlstrom · 10 years ago
  65. ed2be17 Reduce lock contention when debugging by Sebastien Hertz · 10 years ago
  66. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  67. f3d874c Avoid race in single thread suspension. by Ian Rogers · 10 years ago
  68. 37f3c96 Avoid direct use of QuasiAtomic by using Atomic. by Ian Rogers · 10 years ago
  69. c4f72ec Merge "Use memory chunks for monitors on LP64" by Andreas Gampe · 10 years ago
  70. 7424081 Use memory chunks for monitors on LP64 by Andreas Gampe · 11 years ago
  71. c719069 Remove legacy CAS implementations from mutex. by Ian Rogers · 10 years ago
  72. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  73. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 10 years ago
  74. 3eed93d Verify there's no mem map gap for immune region not to break. by Hiroshi Yamauchi · 10 years ago
  75. 7f0a6d6 Fix x86_64 test failures. by Nicolas Geoffray · 10 years ago
  76. 9e36931 Move modify_ldt_lock into global lock order. by Chao-ying Fu · 10 years ago
  77. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 10 years ago
  78. 73d1e17 Enable reading page map without lock in RosAlloc::BulkFree by Mathieu Chartier · 11 years ago
  79. 8732bf9 Merge "Remove use of pthread_cond_timedwait_monotonic." by Narayan Kamath · 11 years ago
  80. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 11 years ago
  81. 51b7102 Remove use of pthread_cond_timedwait_monotonic. by Narayan Kamath · 11 years ago
  82. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  83. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  84. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  85. 34e8293 Fix remaining mips build issues. by Mathieu Chartier · 11 years ago
  86. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  87. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  88. 967a0ad More allocation code optimizations. by Hiroshi Yamauchi · 11 years ago
  89. b373308 Add a systrace support for lock contention logging. by Hiroshi Yamauchi · 11 years ago
  90. 1afde13 Polish the lock contention logging. by Hiroshi Yamauchi · 11 years ago
  91. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  92. 0de7985 Consistently handle EINTR on FUTEX_WAIT by Brian Carlstrom · 11 years ago
  93. 6eb5288 Conditionally define non-Android pthread structures by Brian Carlstrom · 11 years ago
  94. fb6996f Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 11 years ago
  95. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  96. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  97. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  98. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  99. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/base/mutex.cc]
  100. 1d54e73 GC clean up. by Ian Rogers · 11 years ago