aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/loong64
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-232-129/+37
* [efi] Remove redundant EFI_BOOT_FILE definitionsMichael Brown2024-09-161-4/+0
* [efi] Centralise definition of efi_cpu_nap()Michael Brown2024-09-133-76/+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-0315-176/+3
* [mp] Define an API for multiprocessor functionsMichael Brown2024-03-151-0/+12
* [efi] Fix hang during ExitBootServices()Ross Lagerwall2024-01-311-1/+5
* [loong64] Replace broken big integer arithmetic implementationsMichael Brown2024-01-191-78/+106
* [crypto] Allow multiplicand and multiplier to differ in sizeMichael Brown2024-01-162-12/+18
* [loong64] Add support for building EFI binariesloong64Xiaotian Wu2023-06-291-0/+14
* [loong64] Add CPU sleeping API for EFI LoongArch64Xiaotian Wu2023-06-294-1/+75
* [loong64] Add I/O API for LoongArch64Xiaotian Wu2023-06-293-0/+130
* [rng] Allow entropy source to be selected at runtimeMichael Brown2023-02-171-12/+0
* [loong64] Add initial support for LoongArch64Xiaotian Wu2023-02-0635-0/+1539