Age | Commit message (Expand) | Author |
2021-07-11 | lib: sbi: Detect mcountinihibit support at runtime | Atish Patra |
2021-06-22 | lib: simplify sbi_fifo_inplace_update() | Heinrich Schuchardt |
2021-06-22 | lib: sign conflict in wake_coldboot_harts() | Heinrich Schuchardt |
2021-06-22 | lib: sign conflict in sbi_tlb_entry_process() | Heinrich Schuchardt |
2021-06-11 | lib: sbi_scratch: zero out scratch memory on all harts | Heinrich Schuchardt |
2021-06-02 | lib: sbi_scratch: remove owner from sbi_scratch_alloc_offset | Heinrich Schuchardt |
2021-05-24 | lib: Check region base for merging in sbi_domain_root_add_memregion() | Anup Patel |
2021-05-14 | lib: sbi: Have spinlock checks return bool | Daniel Schaefer |
2021-04-28 | lib: sbi: Show devices provided by platform in boot prints | Anup Patel |
2021-04-28 | lib: sbi: Simplify HSM platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify system reset platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify ipi platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify timer platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify console platform operations | Anup Patel |
2021-04-28 | lib: sbi: Remove domains_root_regions() platform callback | Anup Patel |
2021-04-24 | lib: sbi: Fix sbi_domain_root_add_memregion() for merging memregions | Anup Patel |
2021-04-13 | lib: sbi: Make sbi_domain_memregion_initfw() a local function | Anup Patel |
2021-04-13 | lib: sbi: Make the root domain instance global variable | Anup Patel |
2021-04-13 | lib: sbi: Add sbi_domain_root_add_memregion() API | Anup Patel |
2021-04-13 | lib: sbi: Add sbi_domain_memregion_init() API | Anup Patel |
2021-04-13 | lib: sbi: Domains can be registered only before finalizing domains | Anup Patel |
2021-04-09 | lib: sbi: fix atomic_add_return | Xiang W |
2021-04-09 | lib: sbi: Replace test-and-set locks by ticket locks | Christoph Muellner |
2021-04-09 | include: sbi: Allow direct initialization via SPIN_LOCK_INIT() | Christoph Muellner |
2021-04-05 | lib: fix csr detect support | Xiang W |
2021-04-01 | firware: optimize the exception exit code | Xiang W |
2021-03-22 | lib: sbi: illegal CSR 0x306 access in hpm_allowed() | Heinrich Schuchardt |
2021-03-03 | lib: Remove redundant sbi_platform_ipi_clear() calls | Anup Patel |
2021-03-03 | lib: sbi: Implement SBI HSM suspend function | Anup Patel |
2021-03-03 | lib: sbi: Add sbi_hart_reinit() function | Anup Patel |
2021-03-03 | lib: sbi: Fix error codes returned by HSM start() and stop() functions | Anup Patel |
2021-03-03 | lib: sbi: Remove redundant sbi_hsm_hart_started() function | Anup Patel |
2021-03-03 | lib: sbi: Rename sbi_hsm_hart_started_mask() function | Anup Patel |
2021-03-03 | lib: sbi: Use SBI_HSM_STATE_xyz defines instead of SBI_STATE_xyz defines | Anup Patel |
2021-03-03 | include: sbi: Simplify HSM state define names | Anup Patel |
2021-01-12 | lib: sbi: Allow platforms to provide root domain memory regions | Anup Patel |
2021-01-07 | lib: sbi: Allow custom local TLB flush function | Anup Patel |
2021-01-07 | lib: sbi: Introduce sbi_trap_exit() API | Anup Patel |
2021-01-07 | lib: sbi: Replace args with trap registers in ecall handler | Anup Patel |
2020-12-24 | lib: sbi: Fix sign-extension in sbi_misaligned_load_handler() | Anup Patel |
2020-12-16 | lib: sbi: Remove domain_get() platform callback function | Anup Patel |
2020-12-16 | lib: sbi: Add function to register new domain | Anup Patel |
2020-12-04 | include: sbi: Add domains_init() platform operation | Anup Patel |
2020-12-04 | lib: sbi: Add error prints in sbi_domain_finalize() | Anup Patel |
2020-12-04 | lib: sbi: Override domain boot HART when coldboot HART assigned to it | Anup Patel |
2020-12-04 | lib: sbi: Auto start domain only if boot HART within limits | Anup Patel |
2020-12-04 | lib: sbi: Fix domain_count check in sbi_domain_finalize() | Anup Patel |
2020-12-04 | lib: sbi: Fix typo in sbi_domain_finalize() | Anup Patel |
2020-12-04 | lib: sbi: Fix sbi_hart_switch_mode() for u-mode | Anup Patel |
2020-12-01 | lib: sbi: Implement System Reset (SRST) SBI extension | Anup Patel |