Age | Commit message (Expand) | Author |
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-02-18 | lib: utils: htif: Fix 32-bit build | Bin Meng |
2020-02-18 | Revert "lib: Use __builtin_ctzl() in pmp_get()" | Anup Patel |
2020-02-17 | platform: Add Spike initial support | James Clarke |
2020-02-13 | lib: irqchip/plic: Disable all contexts and IRQs | Atish Patra |
2020-02-13 | lib: Initialize out value in SBI calls | Atish Patra |
2020-02-13 | lib: Use __builtin_ctzl() in pmp_get() | Li Jinpei |
2020-02-13 | lib: sbi_scratch: use bitwise ops in sbi_scratch_alloc_offset() | Li Jinpei |
2020-01-22 | lib: Factor-out SBI base extension | Anup Patel |
2020-01-22 | lib: Factor-out SBI vendor extension | Anup Patel |
2020-01-22 | lib: Factor-out SBI replacement extensions | Anup Patel |
2020-01-22 | lib: Factor-out SBI legacy extension | Anup Patel |
2020-01-22 | lib: Add dynamic registration of SBI extensions | Anup Patel |
2020-01-22 | lib: Initialize TLB management directly from coldboot/warmboot path | Anup Patel |
2020-01-22 | lib: Drop _fifo from the name of various sbi_tlb_fifo_xyz() functions | Anup Patel |
2020-01-22 | lib: Introduce sbi_ipi_event_create/destroy() APIs | Anup Patel |
2020-01-22 | lib: Introduce sbi_tlb_fifo_request() API | Anup Patel |
2020-01-22 | lib: Introduce sbi_ipi_send_halt() API | Anup Patel |
2020-01-22 | lib: Introduce sbi_ipi_send_smode() API | Anup Patel |
2020-01-22 | lib: Move struct sbi_ipi_data definition to sbi_ipi.c | Anup Patel |
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 |