Age | Commit message (Expand) | Author |
2021-11-30 | lib: sbi: Fix missing space | Nikita Shubin |
2021-11-11 | lib: sbi: Fix PMP address bits detection | Vasan VS |
2021-11-11 | lib: sbi: Always enable access for all counters | Atish Patra |
2021-11-11 | lib: sbi: Delegate PMU counter overflow interrupt to S mode | Atish Patra |
2021-11-11 | lib: sbi: Detect Sscofpmf extension at run time | Atish Patra |
2021-11-02 | lib: sbi: Refine addr format in sbi_printf | Dong Du |
2021-07-11 | lib: sbi: Disable m/scounteren & enable mcountinhibit | Atish Patra |
2021-07-11 | lib: sbi: Detect number of bits implemented in mhpmcounter | Atish Patra |
2021-07-11 | lib: sbi: Remove stray '\' character | Atish Patra |
2021-07-11 | lib: sbi: Detect mcountinihibit support at runtime | Atish Patra |
2021-06-02 | lib: sbi_scratch: remove owner from sbi_scratch_alloc_offset | Heinrich Schuchardt |
2021-04-05 | lib: fix csr detect support | Xiang W |
2021-03-03 | lib: sbi: Add sbi_hart_reinit() function | Anup Patel |
2020-12-04 | lib: sbi: Fix sbi_hart_switch_mode() for u-mode | Anup Patel |
2020-10-26 | lib: sbi: Detect PMP granularity and number of address bits | Atish Patra |
2020-10-21 | lib: sbi: Display domain details in boot prints | Anup Patel |
2020-10-20 | lib: sbi: Configure PMP based on domain memory regions | Anup Patel |
2020-10-20 | lib: sbi: Remove redundant sbi_hart_pmp_xyz() functions | Anup Patel |
2020-10-20 | lib: sbi: Remove redundant hartid parameter from sbi_hart_init() | Anup Patel |
2020-10-20 | lib: sbi: Configure PMP late in coldboot and warmboot path | Anup Patel |
2020-10-20 | include: sbi: Remove pmp_region callbacks from sbi_platform_operations | Anup Patel |
2020-10-20 | include: sbi: Remove redundant includes from sbi_platform.h | Anup Patel |
2020-09-25 | lib: sbi: Fix PMP CSR detection | Pragnesh Patel |
2020-09-16 | lib: sbi: Allow specifying mode in sbi_hart_pmp_check_addr() API | Anup Patel |
2020-09-09 | include: Rename ECALL defines to match latest RISC-V spec | Anup Patel |
2020-09-01 | lib: sbi: Detect and print MHPM counters at boot-time | Anup Patel |
2020-09-01 | lib: sbi: Improve PMP CSR detection and progamming | Anup Patel |
2020-09-01 | lib: sbi: Remove redundant SBI_HART_HAS_PMP feature | Anup Patel |
2020-06-20 | lib: Don't return any invalid error from SBI ecall | Anup Patel |
2020-06-18 | lib: Fix the SBI_HART_HAS_MCOUNTEREN feature check | Alistair Francis |
2020-06-18 | lib: Don't print delegation CSRs if there is no S-Mode | Alistair Francis |
2020-06-08 | lib: Add RISC-V hypervisor v0.6.1 support | Anup Patel |
2020-05-19 | lib: sbi_hart: Detect number of supported PMP regions | Anup Patel |
2020-05-19 | lib: sbi: Few cosmetic improvements to HART feature detection | Anup Patel |
2020-05-19 | include: sbi: Use scratch pointer as parmeter in HART feature APIs | Anup Patel |
2020-05-19 | lib: sbi: Improve get_feature_str() implementation and usage | Anup Patel |
2020-05-19 | lib: sbi: detect features before everything else in sbi_hart_init() | Anup Patel |
2020-05-10 | lib: Add hart features in boot time print | Atish Patra |
2020-05-10 | lib: timer: Provide a hart based timer feature | Atish Patra |
2020-05-10 | platform: Move platform features to hart | Atish Patra |
2020-05-10 | lib: Add support for hart specific features | Atish Patra |
2020-05-10 | lib: Create a separate math helper function file | Atish Patra |
2020-05-10 | lib: Rename unprivileged trap handler | Atish Patra |
2020-04-27 | lib: No need to provide default PMP region using platform callbacks | Anup Patel |
2020-04-17 | lib: Support vector extension | Atish Patra |
2020-03-28 | lib: Optimize unpriv load/store implementation | Anup Patel |
2020-03-18 | lib: sbi: Update pmp_get() to return decoded size directly | Bin Meng |
2020-03-13 | include: Make sbi_current_hartid() as macro in riscv_asm.h | Anup Patel |
2020-03-13 | include: Make sbi_hart_id_to_scratch() as macro | Anup Patel |
2020-03-11 | lib: sbi_hart: Remove HART available mask and related APIs | Anup Patel |