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.cc
Age
Commit message (
Expand
)
Author
2024-10-17
Separate kRuntimeISA/kRuntimeQuickCodeISA
Chris Jones
2024-07-23
Remove threaded-mode related code from CMC GC
Lokesh Gidra
2024-02-16
Implement noinline SIGBUS hook for debuggers
Lokesh Gidra
2024-01-19
Move files related to compiled code into oat/ directory
Dmitrii Ishcheikin
2024-01-08
Add visibility attributes in runtime/arch/{arm,arm64,riscv64,x86,x86_64}
Dmitrii Ishcheikin
2023-08-24
Remove `SafeCopy`.
Vladimir Marko
2023-08-14
Detect bug 294339122 and crash with debugging output.
Vladimir Marko
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
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-12-06
Avoid using SafeCopy on userfaultfd compacted spaces
Lokesh Gidra
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
2021-11-25
Always access Thread state and flags as 32-bit location.
Vladimir Marko
2021-11-15
Add more checks in FaultHandler.
Nicolas Geoffray
2021-10-15
Add debug printing for MTE signal codes.
Evgenii Stepanov
2020-11-27
Do a null check on the OatQuickMethodHeader.
Nicolas Geoffray
2019-12-04
Helpers and refactorings to prepare for interpreter optimizations (x64)
Nicolas Geoffray
2018-11-21
ART: Remove setjmp.h includes
Andreas Gampe
2018-07-22
Fix mac build (hopefully)
Mathieu Chartier
2018-07-19
ObjPtr<>-ify ArtMethod and mirror::Method.
Vladimir Marko
2018-04-03
Ensure that art_sigsegv_fault is never inlined
Alex Light
2018-02-02
Extend VLOG(signals) to be more useful.
Alex Light
2018-01-17
Fix misc issues with non-generated-code fault handlers
Alex Light
2018-01-05
Create dex subdirectory
David Sehr
2017-12-07
ART: Remove base/logging from heap-inl.h
Andreas Gampe
2017-09-18
ART: Move kDexNoIndex to dex_file_types.h
Andreas Gampe
2017-08-09
Use HeapReference for SafeGetClass
Mathieu Chartier
2017-08-09
Don't use fences to implement volatiles
Hans Boehm
2017-06-02
ART: Introduce thread-current-inl.h
Andreas Gampe
2017-05-15
sigchain: limit use of SetHandlingSignal.
Josh Gao
2017-04-20
Fix fault_handler with heap poisoning.
Nicolas Geoffray
2017-04-19
fault_handler: hopefully fix darwin build.
Josh Gao
2017-04-19
fault_handler: use SafeCopy to verify the validity of ArtMethod.
Josh Gao
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-09-26
ART: Use libbase logging
Andreas Gampe
2016-08-01
ART: Convert pointer size to enum
Andreas Gampe
2016-04-18
ART: Fast-fail empty other handlers in fault handling
Andreas Gampe
2016-02-01
Add read barrier option to UpdateEntrypoints
Mathieu Chartier
2016-01-20
Invoke all other registered handlers only for generated code
jgu21
2015-10-20
Remove ArtCode.
Nicolas Geoffray
2015-10-15
Use ATTRIBUTE_UNUSED more.
Roland Levillain
2015-10-13
Add an abstraction over a compiled code.
Nicolas Geoffray
2015-08-17
ART: Rename ArtMethod's size and alignment methods.
Vladimir Marko
[next]