index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
fault_handler.h
Age
Commit message (
Expand
)
Author
2024-01-08
Add visibility attributes in runtime/arch/{arm,arm64,riscv64,x86,x86_64}
Dmitrii Ishcheikin
2023-08-14
Detect bug 294339122 and crash with debugging output.
Vladimir Marko
2023-03-11
Use userfaultfd's SIGBUS feature for concurrent compaction
Lokesh Gidra
2023-01-09
Improve memory locality for generated code ranges list.
Vladimir Marko
2022-12-15
Reland^2 "ART: Rewrite compiled code check in FaultHandler."
Vladimír Marko
2022-11-30
Revert "Reland "ART: Rewrite compiled code check in FaultHandler.""
Vladimír Marko
2022-11-30
Reland "ART: Rewrite compiled code check in FaultHandler."
Vladimír Marko
2022-11-28
Revert "ART: Rewrite compiled code check in FaultHandler."
Vladimír Marko
2022-11-28
ART: Rewrite compiled code check in FaultHandler.
Vladimir Marko
2019-12-04
Helpers and refactorings to prepare for interpreter optimizations (x64)
Nicolas Geoffray
2019-01-09
ART: Introduce runtime_globals
Andreas Gampe
2018-12-06
ART: Move to using locks.h instead of mutex.h
Andreas Gampe
2018-11-21
ART: Remove setjmp.h includes
Andreas Gampe
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-03-23
Revert^2: "Make sigchain actually own the signal chain.""
Josh Gao
2017-03-18
Revert "Make sigchain actually own the signal chain."
Jin Qian
2017-03-17
Make sigchain actually own the signal chain.
Josh Gao
2017-03-08
Catch signals that happen inside a fault handler.
Josh Gao
2016-06-29
Do checks on the fault address when we think it's an NPE.
Nicolas Geoffray
2016-01-20
Invoke all other registered handlers only for generated code
jgu21
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2014-10-16
Add way to ensure we are at the front of the sigaction chain
Mathieu Chartier
2014-09-10
ART: Fix things for valgrind
Andreas Gampe
2014-08-27
Handle nested signals
Dave Allison
2014-08-21
Fix fault handler to unregister on shutdown
Dave Allison
2014-08-07
Add implicit checks for x86_64 architecture.
Dave Allison
2014-07-16
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
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
2014-06-06
Reduce header files including header files.
Ian Rogers
2014-05-13
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-04-01
Add handler for printing java stack traces for compiled code SIGSEGV.
Mathieu Chartier
2014-03-13
Implicit null/suspend checks (oat version bump)
Dave Allison