Age | Commit message (Expand) | Author |
2020-01-07 | lib: Add sbi_init_count() API | Anup Patel |
2020-01-07 | lib: zero-out memory allocated using sbi_scratch_alloc_offset() | Anup Patel |
2020-01-07 | lib: improve system reboot and shutdown implementation | Anup Patel |
2020-01-07 | lib: do sbi_exit() upon halt IPI | Anup Patel |
2020-01-07 | lib: save/restore MIE CSR in sbi_hart_wait_for_coldboot() | Anup Patel |
2020-01-07 | lib: Add irqchip exit API | Anup Patel |
2020-01-07 | lib: Add ipi exit API | Anup Patel |
2020-01-07 | lib: Add timer exit API | Anup Patel |
2020-01-07 | lib: Add system early_exit and final_exit APIs | Anup Patel |
2020-01-07 | lib: Add initial sbi_exit() API | Anup Patel |
2020-01-07 | lib: Remove unnecessary checks from init_coldboot() and init_warmboot() | Anup Patel |
2020-01-02 | lib: utils: Support CLINT with 32bit MMIO access on RV64 system | Anup Patel |
2019-12-23 | lib: Implement RFENCE extension | Atish Patra |
2019-12-23 | lib: Support stage1 and stage2 tlb flushing | Atish Patra |
2019-12-23 | lib: Add hfence instruction encoding | Atish Patra |
2019-12-23 | lib: Add IPI extension in SBI | Atish Patra |
2019-12-23 | lib: Add TIME extension in SBI | Atish Patra |
2019-12-23 | lib: Remove redundant IPI types | Atish Patra |
2019-12-16 | lib: Use MTINST CSR in misaligned load/store emulation | Anup Patel |
2019-12-16 | lib: Extend trap redirection for hypervisor v0.5 spec | Anup Patel |
2019-12-16 | lib: Fix sbi_get_insn() for load guest page fault | Anup Patel |
2019-12-16 | include: Extend struct sbi_trap_info for mtval2 and mtinst | Anup Patel |
2019-12-16 | lib: Delegate guest page faults to HS-mode | Anup Patel |
2019-11-27 | lib: Add error detection for misa_extension | Xiang W |
2019-11-26 | lib: Fix probe extension | Atish Patra |
2019-11-26 | lib: Fix CPU capabilities detection function | Xiang Wang |
2019-11-21 | lib: Simplify trap parameters in sbi_ecall functions | Anup Patel |
2019-11-21 | lib: Better naming of unpriv APIs for wider use | Anup Patel |
2019-11-21 | lib: No need to set VSSTATUS.MXR bit in get_insn() | Anup Patel |
2019-11-21 | include: Remove ilen member of struct unpriv_trap | Anup Patel |
2019-11-15 | lib: Remove date and time from init message | Alistair Francis |
2019-10-03 | lib: Provide a platform hook to implement vendor specific SBI extensions. | Atish Patra |
2019-10-03 | lib: Implement SBI v0.2 | Atish Patra |
2019-10-03 | lib: Remove redundant variable assignment | Atish Patra |
2019-10-03 | lib: Rename existing SBI implementation as 0.1. | Atish Patra |
2019-10-02 | lib: Fix coldboot race condition observed on emulators/simulators | Anup Patel |
2019-09-30 | lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSR | Anup Patel |
2019-09-30 | include: Extend get_insn() to read instruction from VS/VU mode | Anup Patel |
2019-09-30 | lib: Redirect WFI trapped from VS/VU mode to HS-mode | Anup Patel |
2019-09-30 | lib: Extend sbi_trap_redirect() for hypervisor extension | 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-09-10 | lib: provide a platform specific tlb range flush threshold | Atish Patra |
2019-08-31 | lib: Upgrade to full flush if size is at least threshold | Atish Patra |
2019-08-31 | lib: Support atomic swap instructions | Atish Patra |
2019-08-31 | lib: Fix timer for 32 bit | Atish Patra |
2019-08-19 | Include `git describe` in OpenSBI | Palmer Dabbelt |
2019-08-16 | platform: Remove the ipi_sync method from all platforms. | Atish Patra |
2019-08-16 | lib: Fix race conditions in tlb fifo access. | Atish Patra |