1. 440e4ce Add monitor deflation. by Mathieu Chartier · 10 years ago
  2. 4d25df3 Refactor deoptimization support in debugger by Sebastien Hertz · 10 years ago
  3. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  4. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  5. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  6. af82e0c Merge "[MIPS] Enable futex support" by Elliott Hughes · 11 years ago
  7. c014178 [MIPS] Enable futex support by Chris Dearman · 11 years ago
  8. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  9. 08f2e7b Disable lock contention logging by default. by Jeff Hao · 11 years ago
  10. 4aa48fc Enable contention logging by default. by Ian Rogers · 11 years ago
  11. 2e250c8 Revert "Always enable lock level checks." by Brian Carlstrom · 11 years ago
  12. 1afde13 Polish the lock contention logging. by Hiroshi Yamauchi · 11 years ago
  13. b0f8719 Removed unused friend classes for tests. by Dragos Sbirlea · 11 years ago
  14. 702a85b Fix typo in mutex.h file. by Sebastien Hertz · 11 years ago
  15. 42425b3 am fc0e3219: Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  16. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  17. 1db9113 resolved conflicts for merge of 7940e44f to dalvik-dev by Brian Carlstrom · 11 years ago
  18. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/base/mutex.h]
  19. bba5dd5 Merge "Semi-pruned SSA support for sea-ir." into dalvik-dev by Anwar Ghuloum · 11 years ago
  20. 5cd9e3b Revert "Always enable lock level checks." DO NOT MERGE by Brian Carlstrom · 11 years ago
  21. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  22. 3c539ff Improve Logging by Anwar Ghuloum · 11 years ago
  23. e3359f7 Don't recursively take ClassLinker::dex_lock_. by Ian Rogers · 11 years ago
  24. ccf1248 Always enable lock level checks. by Ian Rogers · 11 years ago
  25. bab7496 Remove unnecessary use of std::string. by Ian Rogers · 11 years ago
  26. 23055dc Mutex tidy up. by Ian Rogers · 11 years ago
  27. 1ffa32f Reduce inlining in debug builds. by Ian Rogers · 12 years ago
  28. 693ff61 Performance improvements by removing a DMB and inlining. by Ian Rogers · 12 years ago
  29. 56edc43 Support for contention logging with ART futexes. by Ian Rogers · 12 years ago
  30. a6f3aaf MIPS fixes. by Ian Rogers · 12 years ago
  31. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  32. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago[Renamed (98%) from src/mutex.h]
  33. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  34. d45f201 Simplify ConditionVariable and avoid potential race. by Ian Rogers · 12 years ago
  35. 5bd97c4 Fix and enable ART futexes. by Ian Rogers · 12 years ago
  36. 81b8871 Broaden scope of gAborting. Fixes hang in HandleUnexpectedSignal. by Brian Carlstrom · 12 years ago
  37. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
  38. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  39. 369809b Disable (again) futex ReaderWriterMutex implementation. by Ian Rogers · 12 years ago
  40. ab47016 Temporarily enable futex version of ReaderWriterMutex. by Ian Rogers · 12 years ago
  41. 01ae580 Fix race in thread attaching during GC. by Ian Rogers · 12 years ago
  42. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  43. 25fd14b Make lock debug checks optional. by Ian Rogers · 12 years ago
  44. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  45. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 12 years ago
  46. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  47. 66aee5c Mac build fix. Macs don't support timeouts on locks. by Ian Rogers · 12 years ago
  48. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  49. 92c9a35 Ensure we can Mutex::Wait on a recursively locked Mutex by Brian Carlstrom · 12 years ago
  50. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
  51. 0a1038b Make tsan happy. by Elliott Hughes · 12 years ago
  52. f149843 Clean up Mutex a little and add the missing pieces for Mac OS. by Elliott Hughes · 12 years ago
  53. 3efb841 Fix the Mac build, and clean up some test-only code. by Elliott Hughes · 13 years ago
  54. a4060e5 Fix a deadlock caused by my big threading change yesterday. by Elliott Hughes · 13 years ago
  55. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
  56. 9e921bc Remove Mutex::ClearOwner. by Elliott Hughes · 13 years ago
  57. cd74c4b Fix thread hang by Brian Carlstrom · 13 years ago
  58. cf04431 Work around the lack of gettid(3) on Mac OS. by Elliott Hughes · 13 years ago
  59. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 13 years ago
  60. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 13 years ago
  61. accd83d Fix a heap lock/thread list lock deadlock. by Elliott Hughes · 13 years ago
  62. 3147a23 Work around a bionic bug until I can fix bionic. by Elliott Hughes · 13 years ago
  63. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
  64. 8daa092 More threads work. by Elliott Hughes · 13 years ago