index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
thread_linux.cc
Age
Commit message (
Expand
)
Author
2022-01-12
ARM64: Enable implicit suspend checks and madvise()...
Vladimir Marko
2019-01-31
Revert "Revert "ART: introduce PALette abstraction layer""
Orion Hodson
2019-01-30
Revert "ART: introduce PALette abstraction layer"
Orion Hodson
2019-01-30
ART: introduce PALette abstraction layer
Orion Hodson
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2017-12-07
ART: Replace base/logging with android-base/logging
Andreas Gampe
2016-04-22
Refactor use of __ANDROID__ macro
Bilyan Borisov
2015-07-30
ART: Use __ANDROID__ instead of HAVE_ANDROID_OS
Andreas Gampe
2015-06-24
Increase alt signal stack to 32K on host.
Christopher Ferris
2015-05-26
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2014-10-22
Tidy up logging.
Ian Rogers
2014-08-13
Ensure alternate signal stack is minimum size.
Ian Rogers
2014-08-07
Add implicit checks for x86_64 architecture.
Dave Allison
2014-07-11
Revert "Revert "Revert "Add implicit null and stack checks for x86"""
Nicolas Geoffray
2014-07-10
Revert "Revert "Add implicit null and stack checks for x86""
Dave Allison
2014-07-10
Revert "Add implicit null and stack checks for x86"
Dave Allison
2014-07-09
Add implicit null and stack checks for x86
Dave Allison
2013-07-26
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-16
Don't manually mess with sigaltstack on Android any more.
Elliott Hughes
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom