summaryrefslogtreecommitdiffstats
path: root/src/arch/riscv/include/bits
Commit message (Expand)AuthorAgeFilesLines
* [riscv] Add optimised TCP/IP checksummingMichael Brown2025-07-101-0/+15
* [riscv] Provide a DMA API implementation for RISC-V bare-metal systemsMichael Brown2025-07-091-0/+14
* [riscv] Support mapping I/O devices outside of the identity mapMichael Brown2025-05-261-0/+14
* [riscv] Speed up memmove() when copying in forwards directionMichael Brown2025-05-211-12/+5Star
* [lkrn] Add basic support for the RISC-V Linux kernel image formatMichael Brown2025-05-201-0/+34
* [riscv] Use generic external heap based on the system memory mapMichael Brown2025-05-191-14/+0Star
* [riscv] Hold virtual address offset in the thread pointer registerMichael Brown2025-05-111-0/+33
* [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
* [sbi] Add support for running as a RISC-V SBI payloadMichael Brown2024-10-281-0/+14
* [riscv] Add support for the seed CSR as an entropy sourceMichael Brown2024-10-281-0/+1
* [riscv] Add support for RDTIME as a timer sourceMichael Brown2024-10-281-0/+1
* [riscv] Add support for checking CPU extensions reported via device treeMichael Brown2024-10-281-0/+1
* [riscv] Add support for reboot and power off via SBIMichael Brown2024-10-222-0/+16
* [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-0/+28
* [crypto] Use constant-time big integer multiplicationMichael Brown2024-09-231-5/+38
* [riscv] Add support for the RISC-V CPU architectureMichael Brown2024-09-1512-0/+815