Age | Commit message (Expand) | Author |
2019-01-22 | lib: Do not access mi/edeleg register if S mode is not present. | Atish Patra |
2019-01-22 | lib: Allow sending IPI to self. | Atish Patra |
2019-01-22 | lib: Fix ipi type update | Atish Patra |
2019-01-22 | lib: Add atomic bit set/clear operations. | Atish Patra |
2019-01-22 | lib: Move software interrupt enablement from firmware to lib | Atish Patra |
2019-01-21 | lib: Use AMO instructions whenever __riscv_atomic is defined | Anup Patel |
2019-01-21 | lib: code cleanup | Damien Le Moal |
2019-01-21 | lib: Fix banner | Damien Le Moal |
2019-01-16 | include: Add documentation for sbi_trap_regs and friends | Anup Patel |
2019-01-16 | lib: Add documentation for sbi_init() API | Anup Patel |
2019-01-03 | lib: Handle misaligned load/store on FP regs | Anup Patel |
2019-01-03 | include: Add hard FP access macros and defines | Anup Patel |
2019-01-02 | include: Remove redundant csr_read_n() and csr_write_n() | Anup Patel |
2018-12-31 | lib: Redirect illegal instruction trap to S-mode when not handled | Anup Patel |
2018-12-27 | lib: Print mtval in sbi_trap_error() | Anup Patel |
2018-12-27 | lib: Simplify sbi_platform timer_init() hooks | Anup Patel |
2018-12-27 | lib: Simplify sbi_platform ipi_init() hooks | Anup Patel |
2018-12-27 | lib: Simplify sbi_platform irqchip_init() hooks | Anup Patel |
2018-12-27 | lib: Simplify sbi_platform early_init() and final_init() hooks | Anup Patel |
2018-12-27 | lib: Move ECALL defines to sbi_ecall_interface.h | Anup Patel |
2018-12-26 | lib: Add misaligned load/store trap handling | Anup Patel |
2018-12-26 | lib: Move instruction encoding macros to riscv_encoding.h | Anup Patel |
2018-12-21 | Introduce hart disabled parameter in platform. | Atish Patra |
2018-12-21 | Introduce HAS_MFAULTS_DELEGATION feature | Damien Le Moal |
2018-12-21 | lib: Remove prints from sbi_hart_switch_mode() | Anup Patel |
2018-12-21 | lib: Fix delegate_traps() for Linux boot | Anup Patel |
2018-12-21 | console: protect output with a spinlock | Damien Le Moal |
2018-12-21 | Introduce sbi_current_hartid() | Damien Le Moal |
2018-12-21 | Cleanup and rename sbi_hart_boot_next() | Damien Le Moal |
2018-12-21 | Fix interrupt and exception delegation | Damien Le Moal |
2018-12-21 | Add a hang message | Damien Le Moal |
2018-12-21 | Add a banner | Damien Le Moal |
2018-12-21 | Refine platform features control | Damien Le Moal |
2018-12-21 | lib: Hang in sbi_hart_boot_next() if next mode is not supported | Atish Patra |
2018-12-21 | lib: Introduce bitmap to track HARTs waiting for coldboot | Anup Patel |
2018-12-21 | lib: sbi_hart: Remove unwanted sbi_printf() | Anup Patel |
2018-12-20 | Support unsigned long in sbi_printf | Atish Patra |
2018-12-20 | Use wfi for coldboot finish call. | Atish Patra |
2018-12-20 | Support /r/n as newline character. | Atish Patra |
2018-12-16 | lib: Don't emulate CSR read for misa and mhartid | Anup Patel |
2018-12-11 | Initial commit. | Anup Patel |