index
:
opensbi.git
master
release-1.3.x
release-1.5.x
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-30
lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSR
Anup Patel
3
-14
/
+108
2019-09-30
include: Extend get_insn() to read instruction from VS/VU mode
Anup Patel
3
-27
/
+46
2019-09-30
lib: Redirect WFI trapped from VS/VU mode to HS-mode
Anup Patel
1
-3
/
+17
2019-09-30
lib: Extend sbi_trap_redirect() for hypervisor extension
Anup Patel
1
-23
/
+102
2019-09-30
lib: Extend sbi_hart_switch_mode() to support hypervisor extension
Anup Patel
2
-4
/
+28
2019-09-30
lib: Delegate supervisor ecall to HS-mode when H extension available
Anup Patel
1
-0
/
+8
2019-09-28
Write MSIP by using memory-mapped control register
Zong Li
1
-1
/
+1
2019-09-10
lib: provide a platform specific tlb range flush threshold
Atish Patra
1
-1
/
+4
2019-08-31
lib: Upgrade to full flush if size is at least threshold
Atish Patra
1
-1
/
+1
2019-08-31
lib: Support atomic swap instructions
Atish Patra
1
-18
/
+36
2019-08-31
lib: Fix timer for 32 bit
Atish Patra
1
-5
/
+13
2019-08-19
Include `git describe` in OpenSBI
Palmer Dabbelt
1
-0
/
+5
2019-08-16
platform: Remove the ipi_sync method from all platforms.
Atish Patra
1
-23
/
+0
2019-08-16
lib: Fix race conditions in tlb fifo access.
Atish Patra
4
-142
/
+251
2019-08-16
lib: Provide an atomic exchange function unsigned long
Atish Patra
1
-0
/
+16
2019-08-13
lib: Handle traps when doing unpriv load/store in get_insn()
Anup Patel
3
-45
/
+63
2019-08-12
lib: Correct null pointer check
Jacob Garber
1
-1
/
+1
2019-08-12
lib: Prevent unintended sign extensions
Jacob Garber
1
-2
/
+4
2019-08-12
lib: Use correct type for return value
Jacob Garber
1
-1
/
+1
2019-08-12
lib: Use bitwise & instead of boolean &&
Jacob Garber
1
-1
/
+1
2019-08-09
lib: Use sbi_dprintf() for invalid CSRs
Anup Patel
1
-4
/
+4
2019-08-09
lib: Introduce sbi_dprintf() API
Anup Patel
1
-0
/
+13
2019-07-26
lib: Allow compiling without FP support
Anup Patel
2
-9
/
+14
2019-07-25
utils: Use cpu_to_fdt32() when writing to fdt
Georg Kotheimer
1
-1
/
+1
2019-06-29
Changed plic_set_thresh() and plic_set_ie() to public
Panagiotis Peristerakis
1
-2
/
+2
2019-06-19
utils: Remove tinyfdt.c
Atish Patra
3
-306
/
+14
2019-06-19
platform: Enable all drivers by default.
Atish Patra
4
-6
/
+6
2019-06-19
lib: Rename string.x to sbi_string.x
Atish Patra
9
-46
/
+43
2019-06-19
platform: Move platform common to lib/utils.
Atish Patra
27
-0
/
+6702
2019-06-19
lib: Include helper libc functions directly in libsbi.
Atish Patra
6
-6
/
+193
2019-06-19
lib: Move sbi core library to lib/sbi
Atish Patra
21
-32
/
+32
2019-05-24
lib: Handle page/access fault caused by unpriv load/store
Anup Patel
6
-38
/
+111
2019-05-24
lib: Add per-HART trap info pointer
Anup Patel
2
-3
/
+35
2019-05-24
include: Make unprivilege load/store functions as non-inline functions
Anup Patel
2
-0
/
+115
2019-05-24
lib: Factor-out TLB management from IPI management
Anup Patel
4
-188
/
+244
2019-05-24
lib: Add a simple brain-dead allocator to manage extra scratch space
Anup Patel
3
-12
/
+114
2019-05-21
lib: Flush everything when remote TLB flush range is too large
Anup Patel
1
-3
/
+15
2019-04-24
all: run clang-format and update checked-in files
Olof Johansson
15
-432
/
+404
2019-04-22
lib: Redirect unhandled traps from non-M modes to S mode
Nick Kossifidis
1
-0
/
+3
2019-04-10
lib: Optimize TLB flush IPIs
Atish Patra
1
-0
/
+73
2019-04-10
lib: Provide a lock enabled iteration of fifo.
Atish Patra
1
-0
/
+74
2019-04-03
lib: Pack struct sbi_fifo
Anup Patel
1
-8
/
+10
2019-04-03
lib: More improvements to sbi_fifo
Anup Patel
2
-36
/
+61
2019-04-03
lib: Use a fifo to keep track of sfence related IPIs.
Atish Patra
3
-15
/
+34
2019-04-03
lib: Add a fifo implementation.
Atish Patra
2
-0
/
+86
2019-04-01
include: Make mstatus parameter optional for get_insn()
Anup Patel
2
-9
/
+4
2019-04-01
include: Rename sbi_unpriv.h to riscv_unpriv.h
Anup Patel
3
-3
/
+3
2019-04-01
lib: Remove unused mepc arg from load_xyz() and store_xyz() functions
Anup Patel
2
-3
/
+3
2019-03-29
lib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRINTS is set
Bin Meng
1
-1
/
+2
2019-03-29
lib: Group all prints during boot into sbi_boot_prints()
Bin Meng
1
-24
/
+31
[prev]
[next]