summaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)Author
2024-08-09lib: sbi: Implement aligned memory allocatorsGregor Haas
2024-08-09lib: sbi: Allocate from beginning of heap blocksGregor Haas
2024-08-09lib: sbi: Support multiple heapsGregor Haas
2024-08-02lib: sbi: check result of pmp_get() in is_pmp_entry_mapped()Carlos López
2024-08-02lib: sbi: fwft: fix incorrect size passed to sbi_zalloc()Carlos López
2024-08-02lib: sbi: dbtr: fix potential NULL pointer dereferencesCarlos López
2024-07-24lib: sbi: Introduce an early console buffer for caching early printsAnup Patel
2024-07-24lib: sbi: Allow forceful queueing of data in sbi_fifo_enqueue()Anup Patel
2024-07-24lib: sbi: Optimize fifo enqueue/dequeue for basic data typesAnup Patel
2024-07-24lib: sbi: Remove sbi_console_init() and console_init() platform callbackAnup Patel
2024-07-24lib: sbi_hsm: Save/restore menvcfg only when it existsSamuel Holland
2024-07-23lib: tests: add math test suiteDongdong Zhang
2024-07-23lib: tests: enhance test output with colored pass/fail messagesDongdong Zhang
2024-07-04Makefile: change to using .carray.c for carray filesBen Dooks
2024-07-04lib: sbi_emulate_csr: Do not log illegal CSR accessesSamuel Holland
2024-06-28lib: sbi: check incoming dbtr shmem addressSergey Matyukevich
2024-06-26lib: sbi: fwft: return SBI_EINVAL rather than SBI_ERR_INVALID_PARAMClément Léger
2024-06-26lib: sbi: fwft: check feature value to be exactly 1 or 0Clément Léger
2024-06-19lib: sbi: implement SBI FWFT extensionClément Léger
2024-06-19lib: sbi: fwft: add support for SBI_FWFT_PTE_AD_HW_UPDATINGClément Léger
2024-06-19lib: sbi: fwft: add support for SBI_FWFT_MISALIGNED_EXC_DELEGClément Léger
2024-06-19lib: sbi: add support for firmware features extensionClément Léger
2024-06-18lib: sbi: Add support for Svade and Svadu extensionsYong-Xuan Wang
2024-06-13sbi: sbi_domain_context: Fix trap context for domain context switchingYu Chien Peter Lin
2024-05-23lib: sbi: sse: handle missing writable attributesClément Léger
2024-05-15lib: sbi: Put event after use in sbi_sse_exit() loopAnup Patel
2024-05-13lib: sbi: simplify inline function in sbi_dtbr.cXiang W
2024-05-13lib: sbi: fix return type of sbi_dbtr_shmem_disabledXiang W
2024-05-13lib: sbi: Fixed memory permission check in sbi_dbtr_setup_shmemXiang W
2024-05-13lib: sbi: fix DBTR_SHMEM_MAKE_PHYS for RV64Xiang W
2024-05-13lib: sbi: Removal unnecessary check dbtr_thishart_state_ptrXiang W
2024-05-13lib: sbi: fix hart_shmem_baseXiang W
2024-05-07sbi: sbi_domain_context: Add spinlock for updating domain assigned_hartsAlvin Chang
2024-05-07lib: sbi: Refine the settings for switching to Virtual Supervisor Mode.Pope B.Lei
2024-05-07lib: sbi: sse: check handler entry to belong to supervisor modeClément Léger
2024-05-07lib: sbi: sse: use PRV_S instead of hardcoded value for modeClément Léger
2024-05-07lib: sbi: sse: call enable callback before sending IPIClément Léger
2024-05-07lib: sbi: sse: remove superfluous sbi_list_empty() checkClément Léger
2024-05-07lib: sbi: sse: simplify 32bits overflow checkClément Léger
2024-05-07lib: sbi: sse: rename sse_hart_unlock() to sse_enabled_event_unlock()Clément Léger
2024-05-07lib: sbi: sse: fix typos, comments and spacing errorsClément Léger
2024-05-07lib: tests: Add test for spinlocksIvan Orlov
2024-05-07lib: tests: Add test for atomic_tIvan Orlov
2024-05-07lib: tests: Add test suite init functionIvan Orlov
2024-04-10lib: sbi: sse_event_get() may return NULLHeinrich Schuchardt
2024-04-10lib: sbi: Add missing sscrind and sscfg extensions in sbi_hart_ext[]Clément Léger
2024-04-05sbi: sbi_domain_context: Check privilege spec version before accessing S-mode...Yu Chien Peter Lin
2024-04-05lib: sbi: Wakeup non-coldboot HARTs early in the coldboot pathAnup Patel
2024-04-05lib: sbi: Simplify wait_for_coldboot() implementationAnup Patel
2024-04-05lib: sbi: Add SSE support for PMU eventsClément Léger