Age | Commit message (Expand) | Author |
2019-11-06 | include: Use _UL() and _ULL() for defines in riscv_encoding.h | Anup Patel |
2019-11-06 | include: Sync-up encoding with priv v1.12-draft and hypervisor v0.5-draft | Anup Patel |
2019-10-09 | include: Bump-up version to 0.5 | Anup Patel |
2019-10-03 | lib: Provide a platform hook to implement vendor specific SBI extensions. | Atish Patra |
2019-10-03 | lib: Implement SBI v0.2 | Atish Patra |
2019-10-03 | lib: Rename existing SBI implementation as 0.1. | Atish Patra |
2019-10-03 | lib: Align error codes as per SBI specification. | Atish Patra |
2019-10-03 | Test: Move test payload related code out of interface header | Atish Patra |
2019-09-30 | lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSR | Anup Patel |
2019-09-30 | include: Extend get_insn() to read instruction from VS/VU mode | Anup Patel |
2019-09-30 | lib: Redirect WFI trapped from VS/VU mode to HS-mode | Anup Patel |
2019-09-30 | lib: Extend sbi_trap_redirect() for hypervisor extension | Anup Patel |
2019-09-30 | lib: Extend sbi_hart_switch_mode() to support hypervisor extension | Anup Patel |
2019-09-28 | lib: Fix tlb flush range limit value | Atish Patra |
2019-09-10 | lib: provide a platform specific tlb range flush threshold | Atish Patra |
2019-09-10 | lib: Change tlb range flush threshold to 4k page instead of 1G | Atish Patra |
2019-08-16 | platform: Remove the ipi_sync method from all platforms. | Atish Patra |
2019-08-16 | lib: Fix race conditions in tlb fifo access. | Atish Patra |
2019-08-16 | lib: Provide an atomic exchange function unsigned long | Atish Patra |
2019-08-13 | lib: Handle traps when doing unpriv load/store in get_insn() | Anup Patel |
2019-08-09 | lib: Introduce sbi_dprintf() API | Anup Patel |
2019-07-26 | lib: Allow compiling without FP support | Anup Patel |
2019-07-25 | treewide: Use conventional names for 32-bit and 64-bit | Bin Meng |
2019-07-02 | include: Bump-up version to 0.4 | Anup Patel |
2019-06-29 | include: Add firmware context to sbi_platform | Abner Chang |
2019-06-29 | include: Add version info to struct sbi_platform | Abner Chang |
2019-06-29 | include: Move callbacks in sbi_platform to separate struct | Abner Chang |
2019-06-29 | Changed plic_set_thresh() and plic_set_ie() to public | Panagiotis Peristerakis |
2019-06-19 | utils: Remove tinyfdt.c | Atish Patra |
2019-06-19 | lib: Rename string.x to sbi_string.x | Atish Patra |
2019-06-19 | platform: Move platform common to lib/utils. | Atish Patra |
2019-06-19 | lib: Include helper libc functions directly in libsbi. | Atish Patra |
2019-05-24 | lib: Handle page/access fault caused by unpriv load/store | Anup Patel |
2019-05-24 | lib: Add per-HART trap info pointer | Anup Patel |
2019-05-24 | include: Make unprivilege load/store functions as non-inline functions | Anup Patel |
2019-05-24 | lib: Factor-out TLB management from IPI management | Anup Patel |
2019-05-24 | lib: Add a simple brain-dead allocator to manage extra scratch space | Anup Patel |
2019-05-21 | lib: Flush everything when remote TLB flush range is too large | Anup Patel |
2019-05-10 | firmware: Add fw_dynamic firmware | Anup Patel |
2019-04-24 | all: run clang-format and update checked-in files | Olof Johansson |
2019-04-24 | all: Annotate some tables to have clang-format leave them alone | Olof Johansson |
2019-04-10 | lib: Provide a lock enabled iteration of fifo. | Atish Patra |
2019-04-06 | lib: Fix the ecall macro definitions | Alistair Francis |
2019-04-03 | lib: Pack struct sbi_fifo | Anup Patel |
2019-04-03 | lib: More improvements to sbi_fifo | Anup Patel |
2019-04-03 | lib: Use a fifo to keep track of sfence related IPIs. | Atish Patra |
2019-04-03 | lib: Increase the scratch space to 512 bytes. | Atish Patra |
2019-04-03 | lib: Introduce a tlb info type. | Atish Patra |
2019-04-03 | lib: Add a fifo implementation. | Atish Patra |
2019-04-01 | include: Make mstatus parameter optional for get_insn() | Anup Patel |