aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Expose carry flag from big integer addition and subtractionMichael Brown2024-11-261-6/+13
* [crypto] Use architecture-independent bigint_is_set()Michael Brown2024-10-101-19/+0
* [crypto] Rename bigint_rol()/bigint_ror() to bigint_shl()/bigint_shr()Michael Brown2024-10-071-4/+4
* [crypto] Eliminate temporary carry space for big integer multiplicationMichael Brown2024-09-271-8/+9
* [profile] Standardise return type of profile_timestamp()Michael Brown2024-09-241-1/+1
* [crypto] Use constant-time big integer multiplicationMichael Brown2024-09-231-5/+30
* [libc] Centralise architecture-independent portions of setjmp.hMichael Brown2024-09-121-9/+3
* [gdb] Allow CPU architectures to omit support for GDBMichael Brown2024-09-051-45/+0
* [crypto] Allow multiplicand and multiplier to differ in sizeMichael Brown2024-01-161-1/+3
* [build] Allow for per-architecture unprefixed constant operand modifierMichael Brown2023-02-051-0/+3
* [dhcp] Simplify platform-specific client architecture definitionsMichael Brown2023-01-222-40/+20
* [dhcp] Automatically generate vendor class identifier stringMichael Brown2016-07-041-5/+0
* [dhcp] Allow for variable encapsulation of architecture-specific optionsMichael Brown2016-07-041-7/+6
* [arm] Use correct DHCP client architecture valuesMichael Brown2016-05-261-1/+1
* [arm] Use CNTVCT_EL0 as profiling timestampMichael Brown2016-05-121-3/+1
* [arm] Add optimised TCP/IP checksumming for 64-bit ARMMichael Brown2016-05-111-0/+15
* [arm] Add optimised string functions for 64-bit ARMMichael Brown2016-05-111-0/+106
* [arm] Add support for 64-bit ARM (Aarch64)Michael Brown2016-05-0811-0/+794