Age | Commit message (Expand) | Author |
2020-03-11 | lib: Move all coldboot wait APIs to sbi_init.c | 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-07 | lib: Check MSIP bit after returning from WFI | Atish Patra |
2020-02-24 | lib: Implement hart hotplug | Atish Patra |
2020-02-19 | lib: Print interrupt and exception delegation in boot prints | Anup Patel |
2020-02-19 | lib: Don't check MIDELEG and MEDELEG at end of delegate_traps() | Anup Patel |
2020-01-07 | lib: save/restore MIE CSR in sbi_hart_wait_for_coldboot() | Anup Patel |
2019-12-16 | lib: Extend trap redirection for hypervisor v0.5 spec | Anup Patel |
2019-12-16 | lib: Delegate guest page faults to HS-mode | Anup Patel |
2019-10-02 | lib: Fix coldboot race condition observed on emulators/simulators | Anup Patel |
2019-09-30 | lib: Extend sbi_hart_switch_mode() to support hypervisor extension | Anup Patel |
2019-09-30 | lib: Delegate supervisor ecall to HS-mode when H extension available | Anup Patel |
2019-09-28 | Write MSIP by using memory-mapped control register | Zong Li |
2019-08-12 | lib: Use bitwise & instead of boolean && | Jacob Garber |
2019-07-26 | lib: Allow compiling without FP support | Anup Patel |
2019-06-19 | lib: Move sbi core library to lib/sbi | Atish Patra |