Age | Commit message (Expand) | Author |
2021-10-18 | lib: sbi: Save context for all non-retentive suspend types | Anup Patel |
2021-06-02 | lib: sbi_scratch: remove owner from sbi_scratch_alloc_offset | Heinrich Schuchardt |
2021-04-28 | lib: sbi: Simplify HSM platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify ipi platform operations | Anup Patel |
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: 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 |
2020-10-20 | lib: sbi: Optimize sbi_hsm_hart_started_mask() implementation | Anup Patel |
2020-10-20 | lib: sbi: Extend sbi_hsm_hart_start() for domains | Anup Patel |
2020-10-20 | lib: sbi: Extend sbi_hsm_hart_started_mask() for domains | Anup Patel |
2020-09-16 | lib: sbi: Allow specifying mode in sbi_hart_pmp_check_addr() API | Anup Patel |
2020-09-16 | lib: sbi: Allow specifying start mode to sbi_hsm_hart_start() API | Anup Patel |
2020-06-20 | lib: Don't return any invalid error from SBI ecall | Anup Patel |
2020-03-28 | lib: sbi_scratch: Introduce sbi_scratch_last_hartid() API | Anup Patel |
2020-03-28 | include: Use more consistent name for atomic xchg() and cmpxchg() | Anup Patel |
2020-03-28 | include: sbi_platform: Remove priv parameter from hart_start() callback | Anup Patel |
2020-03-19 | lib: sbi_hsm: Don't use sbi_platform_hart_disabled() API | Anup Patel |
2020-03-19 | lib: sbi_hsm: Remove scratch parameter from hart_started_mask() API | Anup Patel |
2020-03-19 | lib: sbi_hsm: Don't use sbi_platform_hart_count() API | Anup Patel |
2020-03-19 | lib: Handle failure of sbi_hartid_to_scratch() API | Anup Patel |
2020-03-19 | lib: sbi_hsm: Simplify hart_get_state() and hart_started() APIs | Anup Patel |
2020-03-19 | include: Simplify HART id to scratch macro | Anup Patel |
2020-03-13 | include: Make sbi_current_hartid() as macro in riscv_asm.h | Anup Patel |
2020-03-13 | lib: sbi_hsm: Optimize sbi_hsm_hart_get_state() implementation | Anup Patel |
2020-03-11 | lib: Introduce sbi_hsm_hart_started_mask() API | Anup Patel |
2020-03-10 | lib: sbi: Fix coding style issues | Bin Meng |
2020-03-08 | include: Move bits related defines and macros to sbi_bitops.h | Anup Patel |
2020-03-08 | lib: Fix return type of sbi_hsm_hart_started() | Anup Patel |
2020-02-24 | lib: Add possible hart status values | Atish Patra |
2020-02-24 | lib: Implement hart hotplug | Atish Patra |