index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
base
/
mutex.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
1
-1
/
+1
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-29
/
+29
*
Change method verifiers to be thread local roots
Mathieu Chartier
2015-03-13
1
-5
/
+0
*
ART: Add entries_ lock for race condition
bowen_lai
2015-03-13
1
-0
/
+5
*
Wait for threads to finish unregistering
Mathieu Chartier
2015-03-03
1
-0
/
+6
*
Print lock level in ExclusiveUnlock
Mathieu Chartier
2015-01-27
1
-1
/
+2
*
ART: On shutdown, only warn on mutex contention
Andreas Gampe
2015-01-23
1
-10
/
+13
*
Fix false alarm on thread suspend timeout
tony.ys_liu
2015-01-14
1
-2
/
+2
*
Add more logging to Mutex::ExclusiveUnlock
Mathieu Chartier
2014-12-15
1
-1
/
+11
*
Stop daemon threads in runtime shutdown
Mathieu Chartier
2014-12-10
1
-2
/
+6
*
Revert "Tidy gAborting."
Nicolas Geoffray
2014-12-09
1
-1
/
+3
*
Tidy gAborting.
Ian Rogers
2014-12-04
1
-3
/
+1
*
ART: Avoid recursive abort
Andreas Gampe
2014-11-24
1
-1
/
+3
*
Modify the behavior of thread suspend shootouts.
Ian Rogers
2014-11-12
1
-11
/
+4
*
Make out-of-line mutex contention dependent on ART_USE_FUTEXES.
Ian Rogers
2014-10-23
1
-1
/
+3
*
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
1
-0
/
+46
*
Tidy up logging.
Ian Rogers
2014-10-22
1
-3
/
+3
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
1
-1
/
+8
*
Dump mutator lock for thread suspend timeout
Mathieu Chartier
2014-10-08
1
-1
/
+7
*
Fix broken runtime SetStatsEnabled logic
Mathieu Chartier
2014-09-26
1
-0
/
+5
*
Avoid suspending for alloc trace enabling when already suspended.
Jeff Hao
2014-09-17
1
-4
/
+4
*
Add native support for FinalizerList.makeCircularListIfUnenqueued
Mathieu Chartier
2014-09-14
1
-1
/
+31
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-2
/
+7
*
Fix numerous issues with DdmVmInternal allocation tracking
Brian Carlstrom
2014-09-05
1
-5
/
+21
*
Reduce lock contention when debugging
Sebastien Hertz
2014-09-02
1
-2
/
+2
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-0
/
+6
*
Avoid race in single thread suspension.
Ian Rogers
2014-07-17
1
-6
/
+14
*
Avoid direct use of QuasiAtomic by using Atomic.
Ian Rogers
2014-07-17
1
-9
/
+3
*
Merge "Use memory chunks for monitors on LP64"
Andreas Gampe
2014-07-09
1
-0
/
+6
|
\
|
*
Use memory chunks for monitors on LP64
Andreas Gampe
2014-07-10
1
-0
/
+6
*
|
Remove legacy CAS implementations from mutex.
Ian Rogers
2014-07-10
1
-49
/
+50
|
/
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
1
-41
/
+47
*
Clean up and augment Atomic class. Replace QuasiAtomic MemBars.
Hans Boehm
2014-06-06
1
-4
/
+6
*
Verify there's no mem map gap for immune region not to break.
Hiroshi Yamauchi
2014-06-04
1
-0
/
+5
*
Fix x86_64 test failures.
Nicolas Geoffray
2014-05-26
1
-2
/
+2
*
Move modify_ldt_lock into global lock order.
Chao-ying Fu
2014-05-22
1
-20
/
+72
*
Begin migration of art::Atomic to std::atomic.
Ian Rogers
2014-05-20
1
-21
/
+22
*
Enable reading page map without lock in RosAlloc::BulkFree
Mathieu Chartier
2014-04-25
1
-11
/
+11
*
Merge "Remove use of pthread_cond_timedwait_monotonic."
Narayan Kamath
2014-03-31
1
-5
/
+9
|
\
|
*
Remove use of pthread_cond_timedwait_monotonic.
Narayan Kamath
2014-03-20
1
-5
/
+9
*
|
Refactor deoptimization support in debugger
Sebastien Hertz
2014-03-26
1
-4
/
+0
|
/
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
1
-9
/
+73
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-3
/
+3
*
Tidy up memory barriers.
Ian Rogers
2013-12-20
1
-29
/
+31
*
Fix remaining mips build issues.
Mathieu Chartier
2013-11-12
1
-3
/
+3
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-4
/
+2
*
Inflate contended lock word by suspending owner.
Ian Rogers
2013-10-02
1
-8
/
+9
*
More allocation code optimizations.
Hiroshi Yamauchi
2013-09-11
1
-134
/
+8
*
Add a systrace support for lock contention logging.
Hiroshi Yamauchi
2013-08-13
1
-3
/
+3
*
Polish the lock contention logging.
Hiroshi Yamauchi
2013-08-09
1
-96
/
+133
[next]