index
:
sail-riscv.git
codspeed-wizard-1776883787821
epc_legalization
ext_check_phys_mem_alt
fence_noops
gdb
gh-readonly-queue/master/pr-1686-acc2cd37092aef46e22652cb81f1127cf4ff1ebd
gh-readonly-queue/master/pr-1689-da838a7a6a06464caa1c61fe55b20b8e30d1aee1
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
rpsene/update-github-action-versions
user/timh/darwin_fix
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
/
model
/
sys
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-26
Add the Zicclsm extension. (#1468)
tongjiacheng
1
-3
/
+3
2026-04-24
Extend the configuration for the handling of misaligned accesses. (#1647)
Prashanth Mundkur
3
-32
/
+72
2026-04-23
Simplify xret by moving their logic to their execute clauses (#1672)
KotorinMinami
2
-65
/
+10
2026-04-23
Extend memory layout validation to include MMIO devices and the DTB. (#1673)
Prashanth Mundkur
1
-0
/
+5
2026-04-22
Add Simple Interrupt Generator MMIO device for testing purposes (#1645)
Tim Hutt
4
-5
/
+95
2026-04-20
Add Hypervisor Virtual Instruction Exception Handling for CSR Accesses (#1624)
Nadime Barhoumi
2
-1
/
+27
2026-04-17
Tweak trap loop detector heuristic. (#1666)
Prashanth Mundkur
1
-0
/
+5
2026-04-16
Remove the panic branch in translate_TLB_hit. (#1664)
Nadime Barhoumi
1
-4
/
+1
2026-04-15
Introduce a Vector payload for memory accesses. (#1655)
Prashanth Mundkur
3
-0
/
+8
2026-04-14
Detect potentially infinite trap loops. (#1656)
Prashanth Mundkur
1
-5
/
+5
2026-04-13
Implement `Memory_Exception` as a `Trap`. (#1622)
KotorinMinami
2
-12
/
+17
2026-04-13
Add --trace-tlb trace flag for TLB tracing (#1652)
Nadime Barhoumi
1
-4
/
+21
2026-04-09
Add explicit main/IO memory PMA (#1648)
2026-04-13-20690c8
Prashanth Mundkur
2
-13
/
+19
2026-04-06
Add the Svpbmt extension. (#1626)
Prashanth Mundkur
6
-47
/
+79
2026-04-02
Use ExecuteAs to make execute non-recursive (#1635)
Tim Hutt
1
-1
/
+6
2026-04-01
Fix PMA check for byte/half-word widths in Zabha. (#1639)
Prashanth Mundkur
2
-5
/
+6
2026-04-01
Remove an unused `offset` argument for `vmem_read_addr`. (#1640)
Prashanth Mundkur
1
-3
/
+3
2026-04-01
Fix superpage TLB entries being stored at wrong index (#1643)
Nadime Barhoumi
1
-5
/
+4
2026-03-27
Add the Svade and Svadu extensions. (#1599)
Prashanth Mundkur
2
-40
/
+58
2026-03-25
Return an access fault for misaligned LR/SC instead of misaligned exception (...
Tim Hutt
1
-18
/
+17
2026-03-17
Add the Ssccptr extension. (#1611)
Prashanth Mundkur
1
-0
/
+3
2026-03-15
Increase limit for `memory.misaligned.allowed_within_exp` (#1615)
Tim Hutt
1
-3
/
+13
2026-03-15
Extend PMA attributes to specify whether hardware can read/write page-tables....
Prashanth Mundkur
5
-18
/
+28
2026-03-13
Add the Ziccamoa, Ziccamoc and Ziccrse extensions. (#1605)
Prashanth Mundkur
1
-0
/
+10
2026-03-13
Add the Svnapot extension. (#1596)
Prashanth Mundkur
2
-7
/
+18
2026-03-12
Add the Svvptc extension. (#1606)
Prashanth Mundkur
1
-0
/
+2
2026-03-12
Correctly raise misaligned access exceptions for store-conditional (#1603)
Tim Hutt
1
-21
/
+19
2026-03-10
Use a wrapper to ensure that `xtval_exception_value` is used for constructed ...
Prashanth Mundkur
1
-3
/
+6
2026-03-09
Add a missed check for invalid PTE. (#1595)
Prashanth Mundkur
1
-0
/
+1
2026-03-09
Make the physical memory write helpers require an explicit access-type argume...
Prashanth Mundkur
3
-17
/
+14
2026-03-06
Add atomic support to the PMA config. (#1589)
Prashanth Mundkur
2
-13
/
+17
2026-03-03
Add the Zicfiss extension. (#1408)
Prashanth Mundkur
4
-24
/
+118
2026-02-26
Remove `init_platform` and `platform_wfi` (#1566)
Tim Hutt
1
-18
/
+5
2026-02-26
Log explicit and implicit updates to `mip`. (#1561)
Prashanth Mundkur
1
-11
/
+14
2026-02-04
Add LCOFI interrupt missed in Sscofpmf. (#1520)
Prashanth Mundkur
1
-2
/
+4
2026-02-04
Fix CSR privilege check for hypervisor mode. (#1504)
Prashanth Mundkur
1
-1
/
+19
2026-02-03
Declare reservation callbacks for C for use in Isla. (#1516)
Prashanth Mundkur
1
-4
/
+4
2026-01-30
Ensure physical memory access checks are not bypassed for failing store-condi...
Prashanth Mundkur
1
-2
/
+13
2026-01-18
Refactor the memory access type. (#1405)
Prashanth Mundkur
4
-29
/
+149
2026-01-15
Add Hypervisor exception causes (#1480)
Nadime Barhoumi
2
-4
/
+10
2026-01-15
Use `bits(1)` and `0b0`/`0b1` consistently in place of `bit` and `bitone`/`bi...
Jordan Carlin
3
-29
/
+29
2026-01-14
Rename the `ext_access_type` type to `mem_payload`. (#1479)
Prashanth Mundkur
8
-29
/
+29
2026-01-14
Add support for Smstateen and Ssstateen extensions (#910)
Nadime Barhoumi
1
-0
/
+4
2026-01-08
Centralize memory-access-to-fault conversions. (#1475)
2026-01-12-397a7e8
Prashanth Mundkur
2
-29
/
+3
2026-01-07
Use a consistent name for variables of MemoryAccessType. (#1474)
Prashanth Mundkur
7
-80
/
+80
2025-12-23
c_emulator: validate DTB range against configured PMA regions (#1437)
uestc_yd
1
-5
/
+11
2025-12-21
Use private keyword in virtual memory code (#1310)
Alasdair Armstrong
7
-88
/
+73
2025-12-16
Replace hardcoded constant in tlb_hash() with a compile-time constant (#1421)
Nadime Barhoumi
1
-4
/
+6
2025-12-10
Add callbacks and logging for page table walks (#1370)
Ariel Xiong
2
-8
/
+53
2025-12-08
Scatter termination.sail (#1376)
Valentin Robert
2
-0
/
+8
[next]