summaryrefslogtreecommitdiffstats
path: root/src/arch/loong64
Commit message (Expand)AuthorAgeFilesLines
* [build] Allow for 32-bit and 64-bit versions of util/zbinMichael Brown2025-05-061-0/+4
* [crypto] Expose shifted out bit from big integer shiftsMichael Brown2025-02-131-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/+0Star
* [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/+7Star
* [profile] Standardise return type of profile_timestamp()Michael Brown2024-09-241-1/+1
* [crypto] Use constant-time big integer multiplicationMichael Brown2024-09-232-129/+37Star
* [efi] Remove redundant EFI_BOOT_FILE definitionsMichael Brown2024-09-161-4/+0Star
* [efi] Centralise definition of efi_cpu_nap()Michael Brown2024-09-133-76/+7Star
* [libc] Centralise architecture-independent portions of setjmp.hMichael Brown2024-09-122-31/+23Star
* [gdb] Allow CPU architectures to omit support for GDBMichael Brown2024-09-051-45/+0Star
* [build] Centralise dummy architecture-specific headersMichael Brown2024-09-0315-176/+3Star
* [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 binariesXiaotian 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/+0Star
* [loong64] Add initial support for LoongArch64Xiaotian Wu2023-02-0635-0/+1539