1. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 10 years ago
  2. 015b137 Tidy gAborting. by Ian Rogers · 10 years ago
  3. 90675a7 ART: Avoid recursive abort by Andreas Gampe · 10 years ago
  4. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  5. 51d212e Make out-of-line mutex contention dependent on ART_USE_FUTEXES. by Ian Rogers · 10 years ago
  6. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  7. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  8. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  9. 5869a2c Dump mutator lock for thread suspend timeout by Mathieu Chartier · 10 years ago
  10. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  11. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  12. a5a53ef Add native support for FinalizerList.makeCircularListIfUnenqueued by Mathieu Chartier · 10 years ago
  13. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  14. 306db81 Fix numerous issues with DdmVmInternal allocation tracking by Brian Carlstrom · 10 years ago
  15. ed2be17 Reduce lock contention when debugging by Sebastien Hertz · 10 years ago
  16. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  17. f3d874c Avoid race in single thread suspension. by Ian Rogers · 10 years ago
  18. 37f3c96 Avoid direct use of QuasiAtomic by using Atomic. by Ian Rogers · 10 years ago
  19. c4f72ec Merge "Use memory chunks for monitors on LP64" by Andreas Gampe · 10 years ago
  20. 7424081 Use memory chunks for monitors on LP64 by Andreas Gampe · 10 years ago
  21. c719069 Remove legacy CAS implementations from mutex. by Ian Rogers · 10 years ago
  22. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  23. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 10 years ago
  24. 3eed93d Verify there's no mem map gap for immune region not to break. by Hiroshi Yamauchi · 10 years ago
  25. 7f0a6d6 Fix x86_64 test failures. by Nicolas Geoffray · 10 years ago
  26. 9e36931 Move modify_ldt_lock into global lock order. by Chao-ying Fu · 10 years ago
  27. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 10 years ago
  28. 73d1e17 Enable reading page map without lock in RosAlloc::BulkFree by Mathieu Chartier · 10 years ago
  29. 8732bf9 Merge "Remove use of pthread_cond_timedwait_monotonic." by Narayan Kamath · 10 years ago
  30. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 10 years ago
  31. 51b7102 Remove use of pthread_cond_timedwait_monotonic. by Narayan Kamath · 11 years ago
  32. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  33. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  34. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  35. 34e8293 Fix remaining mips build issues. by Mathieu Chartier · 11 years ago
  36. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  37. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  38. 967a0ad More allocation code optimizations. by Hiroshi Yamauchi · 11 years ago
  39. b373308 Add a systrace support for lock contention logging. by Hiroshi Yamauchi · 11 years ago
  40. 1afde13 Polish the lock contention logging. by Hiroshi Yamauchi · 11 years ago
  41. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  42. 0de7985 Consistently handle EINTR on FUTEX_WAIT by Brian Carlstrom · 11 years ago
  43. 6eb5288 Conditionally define non-Android pthread structures by Brian Carlstrom · 11 years ago
  44. fb6996f Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 11 years ago
  45. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  46. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  47. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  48. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  49. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/base/mutex.cc]
  50. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  51. c4ee12e Avoid recursion if logging lock is corrupt. by Ian Rogers · 11 years ago
  52. 23055dc Mutex tidy up. by Ian Rogers · 11 years ago
  53. 04d7aa9 Fix object verification. by Ian Rogers · 11 years ago
  54. 0f82716 Fix JDWP ObjectRegistry lock ordering. by Elliott Hughes · 12 years ago
  55. b6c31ea Move hot routine out of mutex.cc. by Ian Rogers · 12 years ago
  56. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 12 years ago
  57. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  58. 56edc43 Support for contention logging with ART futexes. by Ian Rogers · 12 years ago
  59. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  60. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago[Renamed from src/mutex.cc]
  61. 760c943 After ART_USE_FUTEXES was enabled, we need some different gAborting protection by Brian Carlstrom · 12 years ago
  62. d45f201 Simplify ConditionVariable and avoid potential race. by Ian Rogers · 12 years ago
  63. 6a07d3c Merge "Fix and enable ART futexes." into dalvik-dev by Ian Rogers · 12 years ago
  64. 9e419ca Disable another CHECK when gAborting by Brian Carlstrom · 12 years ago
  65. 5bd97c4 Fix and enable ART futexes. by Ian Rogers · 12 years ago
  66. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  67. bcc2926 Add dex2oat watch dog thread for host builds by Brian Carlstrom · 12 years ago
  68. e46cd75 Fix race condition in thread pool shutdown by Mathieu Chartier · 12 years ago
  69. 63af636 Fix build. by Elliott Hughes · 12 years ago
  70. 27913a2 Fix for Mac build. by Ian Rogers · 12 years ago
  71. 4c54e72 Fix mac build. by Ian Rogers · 12 years ago
  72. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
  73. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  74. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  75. ab47016 Temporarily enable futex version of ReaderWriterMutex. by Ian Rogers · 12 years ago
  76. 01ae580 Fix race in thread attaching during GC. by Ian Rogers · 12 years ago
  77. acc46d6 Mac build fix. by Ian Rogers · 12 years ago
  78. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  79. 25fd14b Make lock debug checks optional. by Ian Rogers · 12 years ago
  80. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  81. bd93c30 Comment on use of 0 and -1 values in mutex implementation by Brian Carlstrom · 12 years ago
  82. f3a2641 Make Mutexes work on Mac OS X 10.6 by Brian Carlstrom · 12 years ago
  83. 66aee5c Mac build fix. Macs don't support timeouts on locks. by Ian Rogers · 12 years ago
  84. a5acfd3 Mac build fix for global lock levels. by Ian Rogers · 12 years ago
  85. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  86. 92c9a35 Ensure we can Mutex::Wait on a recursively locked Mutex by Brian Carlstrom · 12 years ago
  87. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
  88. e62934d Like Mutex, failure to destroy a ConditionVariable on shutdown is a special case. by Elliott Hughes · 12 years ago
  89. 0e57ccb Start automatically generating operator<<s for enums. by Elliott Hughes · 12 years ago
  90. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 12 years ago
  91. b08e8a3 Restrict Mac OS 10.5 devices to 1 dex2oat thread. by Elliott Hughes · 12 years ago
  92. 5d6d5dc Try to work around Mac OS 10.5 lossage. by Elliott Hughes · 12 years ago
  93. f149843 Clean up Mutex a little and add the missing pieces for Mac OS. by Elliott Hughes · 12 years ago
  94. 67d9200 Add a compile-time constant bool equivalent to !defined(NDEBUG). by Elliott Hughes · 12 years ago
  95. 76e3694 Clean up the trivial uses of __attribute__((unused)). by Elliott Hughes · 12 years ago
  96. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  97. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  98. a4060e5 Fix a deadlock caused by my big threading change yesterday. by Elliott Hughes · 13 years ago
  99. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
  100. 9e921bc Remove Mutex::ClearOwner. by Elliott Hughes · 13 years ago