aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-06-04[x86] Adjust user address space and export as a defineStephen Crane
2022-05-26[arch][arm] Prevent mixing S and NS pages in the same 1MB sectionAndrei Homescu
2022-04-15[arch][arm64] Set up early boot exception handlersAndrei Homescu
2022-03-30[arch][x86] Add support to query mapping with VA onlyZhong,Fangjian
2022-02-02[arch][arm64] KASLR for TrustyAndrei Homescu
2022-02-01[arch][arm64] Port the initial mapping code to CAndrei Homescu
2022-02-01[arch][arm64] Relocate the kernel to its physical addressAndrei Homescu
2022-02-01[arch][arm64] Use stack canaries for early C code stackAndrei Homescu
2022-02-01[arch][arm64] Set up the C stack and globals early on bootAndrei Homescu
2022-02-01[arch][arm64] Enable MMU early on bootAndrei Homescu
2022-01-29[arch][arm64] Add platform_early_halt functionAndrei Homescu
2022-01-29[arch][arm64] Prevent kernel and user from executing each other's codeAndrei Homescu
2022-01-11[make] Build kernel as a PIE binaryAndrei Homescu
2022-01-11[arch][arm64] Position-relative fault handler addressesAndrei Homescu
2022-01-07[arch][arm64] PC-relative references in entry codeAndrei Homescu
2021-11-12[arch][arm/arm64] Declare ARM and architectures ARM64 have FIQZhong,Fangjian
2021-11-08Remove --gcc-toolchain from compile flagsStephen Crane
2021-11-08Remove GCC supportStephen Crane
2021-11-04Move .ctors and .dtors into read-only dataperl
2021-10-19[rust] Add custom targets for RustStephen Crane
2021-10-12[arch][arm64] Discard init_have_lse_atomics constructorAndrei Homescu
2021-08-23[rust] Add global RUSTFLAGSStephen Crane
2021-07-14Include app name in crash dumpMarco Nelissen
2021-07-02[arch][arm64] Only dump registers on test buildsTri Vo
2021-06-17[arch][arm64] Support kernel shadow call stackPer Larsen
2021-06-17[arch][arm64] Set default shadow stack sizesperl
2021-06-03[arch][arm64] Outline asm in arch_enter_uspacePer Larsen
2021-03-16[arch][arm64] Dump memory around registers when crashingMarco Nelissen
2021-02-05[arch][arm64] Parse BRK exceptionMarco Nelissen
2021-01-21[arch][arm64] Fix and improve fault loggingMarco Nelissen
2020-12-01[arch][arm64] Support user shadow call stackPer Larsen
2020-11-09[arch][arm/arm64] Handle stack overflowsArve Hjønnevåg
2020-11-09[kernel][thread] Make stack info easier to reach from exception vectorsArve Hjønnevåg
2020-11-03[arch][arm64] Share more code between long and short iframesArve Hjønnevåg
2020-11-03[arch][arm64] Print kernel stack range in when dumping iframeArve Hjønnevåg
2020-10-26[kernel][thread] Remove direct thread_lock access.Arve Hjønnevåg
2020-10-22Enable CFI in trusty modulesRajesh Nyamagoud
2020-08-10[lib][debug] Dump backtrace on panicTri Vo
2020-07-30[arch][arm] Call panic instead of platform_haltArve Hjønnevåg
2020-07-29[arch][arm/arm64] Call trusty_app_crash for user-space crashesArve Hjønnevåg
2020-07-27Update language to comply with Android’s inclusive language guidanceMatthew Maurer
2020-06-22[arch][arm] Print thread name when dumping iframeArve Hjønnevåg
2020-06-17[arch][arm64] Print thread name when dumping iframeArve Hjønnevåg
2020-06-17[arch][arm64] Pass from_lower flag to arm64_sync_exceptionArve Hjønnevåg
2020-05-11[arch][arm64][mmu] Enable Top Byte Ignore for userspace by defaultTri Vo
2020-04-14[arch][arm] Make iframe and fault_frame compatible with regular stack framesTri Vo
2020-03-20[arch][arm] Dump back trace on errorTri Vo
2020-03-20[arch][arm64] Make iframe compatible with regular stack frameTri Vo
2020-03-20[arch][arm64] Dump back trace on errorTri Vo
2020-03-05[arch][mmu] Increase page count from uint to size_tTri Vo