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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Fix streaming tracing issues
Andreas Gampe
2015-06-26
1
-0
/
+2
*
New experimental GC stress mode
Mathieu Chartier
2015-06-22
1
-1
/
+1
*
JDWP: asynchronous invoke command handling
Sebastien Hertz
2015-06-12
1
-1
/
+0
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-2
/
+2
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-0
/
+1
*
Fix JDWP race at runtime shutdown
Sebastien Hertz
2015-04-01
1
-0
/
+1
*
Change method verifiers to be thread local roots
Mathieu Chartier
2015-03-13
1
-3
/
+1
*
ART: Add entries_ lock for race condition
bowen_lai
2015-03-13
1
-1
/
+4
*
Wait for threads to finish unregistering
Mathieu Chartier
2015-03-03
1
-1
/
+4
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-0
/
+1
*
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-1
/
+0
*
Add JIT
Mathieu Chartier
2015-02-23
1
-0
/
+1
*
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-0
/
+2
*
Revert "Tidy gAborting."
Nicolas Geoffray
2014-12-09
1
-6
/
+6
*
Tidy gAborting.
Ian Rogers
2014-12-04
1
-6
/
+6
*
Modify the behavior of thread suspend shootouts.
Ian Rogers
2014-11-12
1
-11
/
+1
*
ART: Replace COMPILE_ASSERT with static_assert (runtime)
Andreas Gampe
2014-11-03
1
-3
/
+3
*
Make out-of-line mutex contention dependent on ART_USE_FUTEXES.
Ian Rogers
2014-10-23
1
-1
/
+1
*
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
1
-0
/
+3
*
Fix broken runtime SetStatsEnabled logic
Mathieu Chartier
2014-09-26
1
-1
/
+5
*
Avoid suspending for alloc trace enabling when already suspended.
Jeff Hao
2014-09-17
1
-1
/
+1
*
Add native support for FinalizerList.makeCircularListIfUnenqueued
Mathieu Chartier
2014-09-14
1
-2
/
+25
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-1
/
+1
*
Fix numerous issues with DdmVmInternal allocation tracking
Brian Carlstrom
2014-09-05
1
-2
/
+11
*
Reduce lock contention when debugging
Sebastien Hertz
2014-09-02
1
-1
/
+1
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-2
/
+5
*
Fix performance regression in OatFile::GetOatDexFile().
Vladimir Marko
2014-08-08
1
-0
/
+1
*
Avoid race in single thread suspension.
Ian Rogers
2014-07-17
1
-1
/
+11
*
Avoid direct use of QuasiAtomic by using Atomic.
Ian Rogers
2014-07-17
1
-1
/
+1
*
Merge "Use memory chunks for monitors on LP64"
Andreas Gampe
2014-07-09
1
-2
/
+4
|
\
|
*
Use memory chunks for monitors on LP64
Andreas Gampe
2014-07-10
1
-2
/
+4
*
|
Remove legacy CAS implementations from mutex.
Ian Rogers
2014-07-10
1
-8
/
+10
|
/
*
Assign a lower Locklevel for Mutexes used in QuasiAtomic operations.
Raghu Gandham
2014-06-13
1
-0
/
+1
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-10
1
-0
/
+2
*
Verify there's no mem map gap for immune region not to break.
Hiroshi Yamauchi
2014-06-04
1
-0
/
+4
*
Move modify_ldt_lock into global lock order.
Chao-ying Fu
2014-05-22
1
-9
/
+17
*
Begin migration of art::Atomic to std::atomic.
Ian Rogers
2014-05-20
1
-2
/
+2
*
Use WaitHoldingLocks in ReferenceProcessor::GetReferent.
Mathieu Chartier
2014-05-08
1
-0
/
+1
*
Add monitor deflation.
Mathieu Chartier
2014-04-07
1
-0
/
+1
*
Refactor deoptimization support in debugger
Sebastien Hertz
2014-03-26
1
-4
/
+1
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
1
-1
/
+158
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-1
/
+1
*
Tidy up memory barriers.
Ian Rogers
2013-12-20
1
-3
/
+3
*
Merge "[MIPS] Enable futex support"
Elliott Hughes
2013-11-26
1
-1
/
+1
|
\
|
*
[MIPS] Enable futex support
Chris Dearman
2013-11-14
1
-1
/
+1
*
|
Inflate contended lock word by suspending owner.
Ian Rogers
2013-10-02
1
-1
/
+1
|
/
*
Disable lock contention logging by default.
Jeff Hao
2013-09-09
1
-2
/
+2
*
Enable contention logging by default.
Ian Rogers
2013-08-20
1
-2
/
+2
*
Revert "Always enable lock level checks."
Brian Carlstrom
2013-08-14
1
-1
/
+1
*
Polish the lock contention logging.
Hiroshi Yamauchi
2013-08-09
1
-18
/
+37
[next]