Age | Commit message (Expand) | Author |
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 |
2019-08-16 | lib: Provide an atomic exchange function unsigned long | Atish Patra |
2019-08-13 | lib: Handle traps when doing unpriv load/store in get_insn() | Anup Patel |
2019-08-12 | lib: Correct null pointer check | Jacob Garber |
2019-08-12 | lib: Prevent unintended sign extensions | Jacob Garber |
2019-08-12 | lib: Use correct type for return value | Jacob Garber |
2019-08-12 | lib: Use bitwise & instead of boolean && | Jacob Garber |
2019-08-09 | lib: Use sbi_dprintf() for invalid CSRs | Anup Patel |
2019-08-09 | lib: Introduce sbi_dprintf() API | Anup Patel |
2019-07-26 | lib: Allow compiling without FP support | Anup Patel |
2019-07-25 | utils: Use cpu_to_fdt32() when writing to fdt | Georg Kotheimer |
2019-06-29 | Changed plic_set_thresh() and plic_set_ie() to public | Panagiotis Peristerakis |
2019-06-19 | utils: Remove tinyfdt.c | Atish Patra |
2019-06-19 | platform: Enable all drivers by default. | Atish Patra |
2019-06-19 | lib: Rename string.x to sbi_string.x | Atish Patra |
2019-06-19 | platform: Move platform common to lib/utils. | Atish Patra |
2019-06-19 | lib: Include helper libc functions directly in libsbi. | Atish Patra |
2019-06-19 | lib: Move sbi core library to lib/sbi | Atish Patra |
2019-05-24 | lib: Handle page/access fault caused by unpriv load/store | Anup Patel |
2019-05-24 | lib: Add per-HART trap info pointer | Anup Patel |
2019-05-24 | include: Make unprivilege load/store functions as non-inline functions | Anup Patel |
2019-05-24 | lib: Factor-out TLB management from IPI management | Anup Patel |
2019-05-24 | lib: Add a simple brain-dead allocator to manage extra scratch space | Anup Patel |
2019-05-21 | lib: Flush everything when remote TLB flush range is too large | Anup Patel |
2019-04-24 | all: run clang-format and update checked-in files | Olof Johansson |
2019-04-22 | lib: Redirect unhandled traps from non-M modes to S mode | Nick Kossifidis |
2019-04-10 | lib: Optimize TLB flush IPIs | Atish Patra |
2019-04-10 | lib: Provide a lock enabled iteration of fifo. | Atish Patra |
2019-04-03 | lib: Pack struct sbi_fifo | Anup Patel |
2019-04-03 | lib: More improvements to sbi_fifo | Anup Patel |
2019-04-03 | lib: Use a fifo to keep track of sfence related IPIs. | Atish Patra |
2019-04-03 | lib: Add a fifo implementation. | Atish Patra |
2019-04-01 | include: Make mstatus parameter optional for get_insn() | Anup Patel |
2019-04-01 | include: Rename sbi_unpriv.h to riscv_unpriv.h | Anup Patel |
2019-04-01 | lib: Remove unused mepc arg from load_xyz() and store_xyz() functions | Anup Patel |
2019-03-29 | lib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRINTS is set | Bin Meng |
2019-03-29 | lib: Group all prints during boot into sbi_boot_prints() | Bin Meng |
2019-03-14 | lib: Return ENOTSUPP incase of invalid SBI function ID | Atish Patra |
2019-03-14 | lib: Fix full tlb flush behavior | Atish Patra |
2019-03-12 | lib: Implement sfence.vma correctly. | Atish Patra |
2019-03-10 | lib: Create a sbi_ipi_data structure | Alistair Francis |
2019-03-06 | platform: Make the `platform` read-only | Xiang Wang |
2019-03-05 | lib:platform: Fix sbi_getc return type. | Atish Patra |
2019-02-20 | include: Add PRILX define to help print unsigned long | Anup Patel |
2019-02-18 | lib: Fix mask shift in sbi_ipi_send_many() | Anup Patel |
2019-02-18 | lib: Fix small typo on sbi_ipi.c | Nick Kossifidis |
2019-02-18 | lib: Improve delivery of SBI_IPI_EVENT_HALT | Nick Kossifidis |
2019-02-18 | lib: Send IPI for all harts to hang on system shutdown | Nick Kossifidis |
2019-02-14 | lib: Use CSR_<FOO> instead of <foo> for csr_*() | Atish Patra |