index
:
riscv-isa-sim.git
confprec
cs250
cycleh
debug_rom
debug_rom_fence
device_flags
dtm_reset_error
dts_parsing
dynamic
eos18-bringup
factor-out-macros
fix-bf16
force-rtti
fp-encoding
heterogeneous_mc
hwachav4
increase-stack-size
itrigger-etrigger-cleanup
load_reservation_set_size
log-commits-faster
master
mmio-hack
mvp
no_progbuf
no_progbuf2
nolibfdt
p-ext-0.5.2
plctlab-plct-zce-fix2
plic-clint-endian
plic_uart_v1
priv-1.10
private-l1-caches
pte-info-and-delegation
remove-tests
rivosinc-etrigger_fix_exception_match
rva-profile-support
simplify-misaligned
sodor
sparse-mem
speed2
speedup-hacks
static-link
test
tmp
trigger_priority
tweak_debug_rom
whole-archive
sifive/rvv0.9-phase2
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
/
fesvr
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-19
fesvr: support int128_t/uint128_t
Gianluca Guida
1
-0
/
+7
2023-05-19
Add Spike's meta files for pkg-config
Wojciech Bartczak
1
-0
/
+2
2023-04-20
Close file descriptors in destructor of syscall_t
Yinan Xu
2
-3
/
+12
2023-04-12
Make some dtm_t interfaces protected
Jerry Zhao
1
-8
/
+10
2023-04-12
Unify fesvr/debug_defines.h and riscv/debug_defines.h
Jerry Zhao
2
-1478
/
+60
2023-03-15
fesvr: fix compilation with gcc 13
Julien Olivain
1
-0
/
+1
2023-03-07
fesvr: Add --symbol-elf flag to populate htif-t::symbol_elfs
Jerry Zhao
2
-0
/
+10
2023-03-07
fesvr: Add symbol_elfs field to htif_t
Jerry Zhao
2
-0
/
+17
2023-03-07
fesvr: Fix brace style in htif_t::load_program
Jerry Zhao
1
-11
/
+9
2023-03-07
fesvr: fix +signature-granularity opt parsing to be required_arg
Jerry Zhao
1
-1
/
+1
2023-03-07
fesvr: Add +target-argument= flag to htif parsing
Jerry Zhao
2
-0
/
+8
2023-03-07
fesvr: Fix spacing in parse_arguments
Jerry Zhao
1
-4
/
+3
2023-03-07
fesvr: target_args() should return a const
Jerry Zhao
1
-1
/
+1
2023-03-07
make target_args() protected instead of private to allow subclasses to inject...
Sagar Karandikar
1
-2
/
+1
2023-02-24
fesvr: elfloader: replace asserts after open and mmap by exceptions
Viktor Prutyanov
1
-2
/
+4
2023-02-02
Make htif->get_to/fromhost_addr methods public
Jerry Zhao
1
-3
/
+3
2023-01-17
Add htif_t tohost/fromhost accessors
Jerry Zhao
1
-0
/
+3
2023-01-16
Add more hint when searched path is wrong
gr816ox
1
-0
/
+6
2022-12-22
Remove non-installed header lists from Makefile fragments
Andrew Waterman
1
-3
/
+1
2022-12-15
Use relative include paths to support public usage of these headers
Jerry Zhao
1
-1
/
+1
2022-12-15
Add config.h includes directly to source files instead of relying on header c...
Jerry Zhao
3
-0
/
+3
2022-12-15
Rename memif_endianness_t to endianness_t
Jerry Zhao
3
-11
/
+11
2022-12-15
Pull memif_endianness_t into cfg.h
Jerry Zhao
2
-8
/
+1
2022-10-25
Remove set_target_endianness | add --big-endian flag
Jerry Zhao
2
-7
/
+6
2022-10-25
Remove memif_endianness_undecided, change default to little-endian
Jerry Zhao
1
-2
/
+1
2022-10-04
Fixed -Wnon-virtual-dtor warnings
Jerin Joy
1
-0
/
+2
2022-10-04
Silence remaining unused-parameter warnings
Andrew Waterman
1
-0
/
+4
2022-10-04
Delete unused parameter in rfb_t::fb_update
Andrew Waterman
2
-3
/
+3
2022-10-04
Suppress several unused-parameter warnings in fesvr
Andrew Waterman
4
-4
/
+5
2022-09-20
detects the loading of isa-incompatible (i.e. 32 bit code to 64bit HART) code...
Iman Hosseini
5
-6
/
+24
2022-09-01
Substantially increase context_t stack size
Andrew Waterman
1
-1
/
+1
2022-07-17
remove unnecessary ifdef for RISCV_ENABLE_DUAL_ENDIAN
Weiwei Li
1
-8
/
+0
2022-04-07
Fix build of dtm.cc on RISC-V targets
Andrew Waterman
1
-1
/
+0
2022-04-06
Tick devices even when tohost != 0
Andrew Waterman
1
-9
/
+10
2022-03-17
Improve error message when HTIF accesses invalid memory
Andrew Waterman
1
-10
/
+41
2022-03-17
Don't respond to invalid HTIF operations with assertion failures
Andrew Waterman
1
-1
/
+0
2021-09-23
Fix torture signature (#808)
John Fang
1
-0
/
+2
2021-08-26
fesvr: replace use of `std::vector::operator[0]`
Saleem Abdulrasool
4
-41
/
+41
2021-08-26
fesvr: avoid an invalid memory access
Saleem Abdulrasool
1
-3
/
+5
2021-08-26
fesvr: format `LOAD_ELF` macro (NFC)
Saleem Abdulrasool
1
-43
/
+50
2021-07-28
Significantly speed up compilation with GCC
Andrew Waterman
1
-2
/
+0
2021-06-04
encoding: udpate and move platform-related define out
Chih-Min Chao
1
-1
/
+1
2021-03-25
Fix statx configure check
Andrew Waterman
1
-1
/
+1
2021-03-25
Fix Ubuntu 16.04 build
Andrew Waterman
2
-0
/
+11
2021-03-25
Add `statx` syscall
huaixv
3
-0
/
+100
2020-12-29
Install config.h into include/fesvr
Andrew Waterman
1
-0
/
+2
2020-12-28
Install fesvr/byteorder.h to fix #622
Andrew Waterman
2
-0
/
+95
2020-11-26
Include stdexcept in ELF loader (#603)
Daniel Bates
1
-0
/
+1
2020-11-16
Fix byteorder issues with struct riscv_stat (#596)
Marcus Comstedt
1
-32
/
+39
2020-11-07
Tag target endian values to help guide conversion code
Marcus Comstedt
5
-52
/
+53
[next]