| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | target/arm: Move feature test functions to their own header | Peter Maydell | 2023-10-27 | 1 | -0/+1 |
| * | target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINE | Aaron Lindsay | 2023-09-08 | 1 | -1/+17 |
| * | target/arm: Inform helpers whether a PAC instruction is 'combined' | Aaron Lindsay | 2023-09-08 | 1 | -13/+58 |
| * | target/arm: Implement FEAT_Pauth2 | Aaron Lindsay | 2023-09-08 | 1 | -4/+17 |
| * | target/arm: Implement FEAT_EPAC | Aaron Lindsay | 2023-09-08 | 1 | -5/+11 |
| * | target/arm: Implement FEAT_PACQARMA3 | Richard Henderson | 2023-09-08 | 1 | -10/+44 |
| * | target/arm: Add feature detection for FEAT_Pauth2 and extensions | Aaron Lindsay | 2023-09-08 | 1 | -1/+1 |
| * | target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size check | Peter Maydell | 2023-05-12 | 1 | -3/+3 |
| * | target/arm: Fix non-TCG build failure by inlining pauth_ptr_mask() | Philippe Mathieu-Daudé | 2023-04-03 | 1 | -17/+1 |
| * | target/arm: Create pauth_ptr_mask | Richard Henderson | 2023-03-06 | 1 | -4/+22 |
| * | target/arm: move helpers to tcg/ | Claudio Fontana | 2023-02-27 | 1 | -0/+515 |