aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/loong64/include
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Expose shifted out bit from big integer shiftsMichael Brown10 days1-16/+20
* [crypto] Expose carry flag from big integer addition and subtractionMichael Brown2024-11-261-16/+20
* [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-10/+7
* [profile] Standardise return type of profile_timestamp()Michael Brown2024-09-241-1/+1
* [crypto] Use constant-time big integer multiplicationMichael Brown2024-09-231-5/+37
* [efi] Centralise definition of efi_cpu_nap()Michael Brown2024-09-132-19/+7
* [libc] Centralise architecture-independent portions of setjmp.hMichael Brown2024-09-122-31/+23
* [gdb] Allow CPU architectures to omit support for GDBMichael Brown2024-09-051-45/+0
* [build] Centralise dummy architecture-specific headersMichael Brown2024-09-0314-176/+0
* [mp] Define an API for multiprocessor functionsMichael Brown2024-03-151-0/+12
* [loong64] Replace broken big integer arithmetic implementationsMichael Brown2024-01-191-78/+106
* [crypto] Allow multiplicand and multiplier to differ in sizeMichael Brown2024-01-161-1/+3
* [loong64] Add CPU sleeping API for EFI LoongArch64Xiaotian Wu2023-06-292-1/+21
* [loong64] Add I/O API for LoongArch64Xiaotian Wu2023-06-292-0/+84
* [rng] Allow entropy source to be selected at runtimeMichael Brown2023-02-171-12/+0
* [loong64] Add initial support for LoongArch64Xiaotian Wu2023-02-0630-0/+1064