index
:
sail-riscv.git
epc_legalization
ext_check_phys_mem_alt
fence_noops
gdb
hpm_events
hpm_events_billmcspadden
hpm_events_billmcspadden__sail_error_message_is_terse
master
mem_meta
monads
optimize
priv_1_13
rpsene-patch-install-script-update
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
5 hours
Fix the first party linker map to be more consistent with the default config....
HEAD
master
Prashanth Mundkur
3
-8
/
+10
22 hours
Ensure physical memory access checks are not bypassed for failing store-condi...
Prashanth Mundkur
4
-2
/
+140
4 days
Add a missed file for the Lean build fix in #1499. (#1505)
Prashanth Mundkur
1
-1
/
+1
7 days
Add configuration option for reserved behavior: odd number register for RV32Z...
2026-01-26-89935a8
tongjiacheng
3
-2
/
+22
7 days
Fix a couple of TODOs now that the VU mode and virtual instruction exceptions...
Prashanth Mundkur
2
-3
/
+5
7 days
Update Lean builds to use separate Sail support library (#1499)
Brian Campbell
2
-1
/
+12
12 days
Add rocq `sys_enable_experimental_extensions` definition (#1497)
Jordan Carlin
1
-0
/
+2
12 days
Remove N extension InterruptType values (#1492)
KotorinMinami
1
-9
/
+9
12 days
Fix model compilation (#1494)
Tim Hutt
1
-0
/
+1
13 days
Refactor the memory access type. (#1405)
Prashanth Mundkur
14
-129
/
+356
2026-01-16
Add Ssqosid extension (#379)
Ved Shanbhogue
9
-17
/
+102
2026-01-16
Add hypervisor helper to check if privilege level is virtual mode (#1482)
Nadime Barhoumi
1
-2
/
+6
2026-01-16
Use builtin CMake variables to identify compiler (#1488)
Tim Hutt
2
-11
/
+1
2026-01-15
Whitespace and alignment fixes for vector files. (#1487)
Prashanth Mundkur
12
-66
/
+102
2026-01-15
Add Hypervisor exception causes (#1480)
Nadime Barhoumi
5
-7
/
+34
2026-01-15
Use `bits(1)` and `0b0`/`0b1` consistently in place of `bit` and `bitone`/`bi...
Jordan Carlin
47
-292
/
+283
2026-01-14
Get semicolon-separated list of source files from Sail (#1484)
Tim Hutt
1
-4
/
+5
2026-01-14
Add Hypervisor interrupt causes (#1481)
Nadime Barhoumi
2
-29
/
+33
2026-01-14
Add configuration option for reserved behavior xenvcfg.CBIE = 0b10 (#1447)
tongjiacheng
3
-3
/
+28
2026-01-14
Rename the `ext_access_type` type to `mem_payload`. (#1479)
Prashanth Mundkur
20
-53
/
+61
2026-01-14
Add support for Smstateen and Ssstateen extensions (#910)
Nadime Barhoumi
12
-8
/
+419
2026-01-12
Update OpenSBI to v1.8.1 (#1477)
Jordan Carlin
1
-1
/
+1
2026-01-08
Centralize memory-access-to-fault conversions. (#1475)
2026-01-12-397a7e8
Prashanth Mundkur
5
-40
/
+30
2026-01-08
Add configuration option for reserved behavior `pmpcfg with r=0, w=1` (#1422)
tongjiacheng
4
-15
/
+34
2026-01-07
Use a consistent name for variables of MemoryAccessType. (#1474)
Prashanth Mundkur
11
-94
/
+94
2026-01-07
Add comment to weekly build release schedule (#1471)
Jordan Carlin
1
-0
/
+4
2026-01-07
Require disclosure of the use of AI tools when contributing. (#1472)
Prashanth Mundkur
1
-0
/
+3
2026-01-07
Remove obsolete TODO from pre-commit config (#1473)
Jordan Carlin
1
-4
/
+2
2026-01-06
Create weekly binary release (#1467)
Jordan Carlin
1
-4
/
+36
2026-01-06
Update documentation and code style guidelines. (#1463)
Prashanth Mundkur
13
-187
/
+1742
2026-01-06
Flush stdout in flush_logs function (#1466)
Jordan Carlin
1
-0
/
+1
2026-01-04
Last remaining refactoring of immediates in encoding clauses for readability....
Prashanth Mundkur
1
-48
/
+18
2025-12-30
Bump minimum Sail version to 0.20.1 (#1453)
Jordan Carlin
7
-20
/
+22
2025-12-28
Add reserved_behavior.amocas_odd_registers config (#1403)
tongjiacheng
4
-3
/
+38
2025-12-27
Fix compiler warnings on macOS and enable more warnings. (#1443)
Prashanth Mundkur
3
-13
/
+33
2025-12-24
Fix clang-format pre-commit error from #1437 (#1454)
Jordan Carlin
1
-9
/
+9
2025-12-23
c_emulator: validate DTB range against configured PMA regions (#1437)
uestc_yd
4
-5
/
+38
2025-12-22
Bump os-boot Linux and GCC versions (#1450)
Jordan Carlin
2
-2
/
+2
2025-12-22
Fix builds of tests on some platforms. (#1444)
Prashanth Mundkur
1
-2
/
+2
2025-12-22
Improved clang-format style (#1396)
Tim Hutt
29
-1109
/
+783
2025-12-21
Use private keyword in virtual memory code (#1310)
Alasdair Armstrong
26
-179
/
+169
2025-12-21
Add missing `csr_write_callback` in `accrue_fflags` (#1432)
Jordan Carlin
1
-1
/
+3
2025-12-21
Add WlfWriteFn type alias to elf_loader.h (#1448)
Tim Hutt
1
-4
/
+6
2025-12-20
Improve handling of reserved fences (#1439)
Tim Hutt
5
-77
/
+78
2025-12-19
Rename `ext_write_vcsr` to just `write_vcsr` (#1438)
Prashanth Mundkur
1
-4
/
+4
2025-12-19
Ensure that `rd` is written by `vset{i}vl{i}` even for illegal and reserved `...
Prashanth Mundkur
2
-5
/
+14
2025-12-18
Update pre-commit config. (#1433)
Prashanth Mundkur
2
-8
/
+4
2025-12-17
Add Zdinx to configuration and validate Zfinx-related dependencies (#1431)
Nadime Barhoumi
5
-3
/
+26
2025-12-16
Replace hardcoded constant in tlb_hash() with a compile-time constant (#1421)
Nadime Barhoumi
1
-4
/
+6
2025-12-16
Fix location of the `hartSupports_measure` function. (#1429)
Prashanth Mundkur
1
-19
/
+23
[next]