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