Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-03 | arm64: clean code | Robin Luk | |
In order to improve the performance and stability, I reorg 2 modules slightly. arch: no red zone on Arm64. ring0: use stp instead of movd, and set RSV_REG_APP=R19. Signed-off-by: Robin Luk <lubin.lu@antgroup.com> | |||
2021-02-02 | Move ring0 package. | Adin Scannell | |
This allows the package to serve as a general purpose ring0 support package, as opposed to being bound to specific sentry platforms. Updates #5039 PiperOrigin-RevId: 355220044 |