aboutsummaryrefslogtreecommitdiff
path: root/riscv
AgeCommit message (Expand)AuthorFilesLines
24 hoursadd missing sdt/sie interaction when writing mstatus directlyVed Shanbhogue1-3/+2
4 daysFix ignored-attributes warning for unique_ptr declarationJoseph Faulls1-1/+1
5 daysupdate encoding.h to get rid of erroneous defineParshintsev Anatoly1-2/+2
2024-10-04Updated load/store pair for RV32 to v0.10Christian Herber6-6/+6
2024-10-02fix typosYang Hau3-4/+4
2024-09-27Merge pull request #1819 from riscv-software-src/ss-cbo-faultAndrew Waterman2-5/+6
2024-09-27refactor: Merge halt and halt_on_reset variables in processor_tYenHaoChen3-5/+2
2024-09-27refactor: Move halt out of dcsrYenHaoChen5-5/+4
2024-09-26Raise store/AMO access fault on CBO to shadow-stack pageAndrew Waterman2-5/+6
2024-09-26Only enter debug mode once with -H flag (halt_on_reset)YenHaoChen1-0/+1
2024-09-18Merge pull request #1804 from ved-rivos/ssdbltrp_typoAndrew Waterman1-1/+1
2024-09-17fix error in reading right sstatusVed Shanbhogue1-1/+1
2024-09-14Remove --with-priv compile flagJerry Zhao2-6/+1
2024-09-14Remove --with-isa compile-time optionJerry Zhao2-6/+1
2024-09-11Merge pull request #1796 from cyyself/tmp_mcountinhibitAndrew Waterman4-4/+19
2024-09-09Only implement one solution for native triggers.Tim Newsome2-15/+29
2024-09-09triggers: Move allow_action() into common_match()Tim Newsome2-23/+28
2024-09-05Make allow_action() take proc instead of stateTim Newsome2-6/+7
2024-09-05Work if tcontrol doesn't exist.Tim Newsome3-3/+10
2024-09-06add support for mcountinhibit CSRYangyu Chen4-4/+19
2024-09-02Merge pull request #1788 from riscv-software-src/support-larger-addressesAndrew Waterman3-4/+7
2024-08-30Merge pull request #1779 from rtwfroody/trigger_timingAndrew Waterman1-1/+8
2024-08-29pointer masking: Always apply sstatus.MXR regardless of effective VYenHaoChen1-1/+1
2024-08-28pointer masking: Consider effective v bit instead of current v bitYenHaoChen1-1/+1
2024-08-27Merge pull request #1787 from riscv-software-src/fix-cfg-privJerry Zhao1-1/+1
2024-08-27Lift restriction on physical-address sizeAndrew Waterman2-2/+3
2024-08-27Check size_t bounds overflow in create_mem_regionAndrew Waterman1-2/+4
2024-08-27Merge pull request #1786 from YenHaoChen/pr-mcontrolAndrew Waterman2-6/+8
2024-08-27Use cmdline --priv flag when parsing proc configurations from DTBJerry Zhao1-1/+1
2024-08-27triggers: Let mcontrol.match be default (0/equal) if maskmax is 0YenHaoChen2-5/+6
2024-08-27triggers: mcontrol: refactor: Add mcontrol_t::maskmaxYenHaoChen2-1/+2
2024-08-26pointer masking: Pointer masking does not apply when MXR=1 regardless of MPRV...YenHaoChen1-1/+1
2024-08-23Fix exception priority for RV32E JAL/JALRAndrew Waterman3-0/+3
2024-08-23Fix exception priority for RV32E loads and AMOsAndrew Waterman1-1/+1
2024-08-23Refactor insn_template to be more DRYAndrew Waterman1-24/+23
2024-08-20For mcontrol6, default to BEFORE timing.Tim Newsome1-1/+8
2024-08-19Merge pull request #1771 from rtwfroody/match_maskAndrew Waterman1-4/+8
2024-08-19Fix mcontrol6 mask low/high operations.Tim Newsome1-4/+8
2024-08-18Merge pull request #1722 from ved-rivos/smdbltrpAndrew Waterman10-20/+92
2024-08-18pointer masking: refactor: Use xlen to avoid sketchy, hardcoded number 64YenHaoChen1-1/+2
2024-08-16pointer masking: Fix: Let transformed_addr of fetching be unchangedYenHaoChen1-4/+5
2024-08-12Fix a typo in https://github.com/riscv-software-src/riscv-isa-sim/pull/1721/c...YenHaoChen1-1/+1
2024-08-09Use ordered map for commit logAndrew Waterman1-1/+1
2024-08-07Add SmdbltrpVed Shanbhogue10-20/+92
2024-08-04Merge pull request #1758 from riscv-software-src/csr-init-fixesAndrew Waterman5-407/+398
2024-08-05Let MXR not affect implicit memory access for VS-stage address translationYenHaoChen1-1/+1
2024-08-01Only add CSRs if corresponding extensions are enabledAndrew Waterman1-55/+57
2024-08-01Remove boilerplate from most CSR instantiationsAndrew Waterman2-62/+34
2024-08-01Refactor initialization of mode-specific CSRsAndrew Waterman1-20/+18
2024-08-01Add CSRs through an interface, rather than mutating csrmapAndrew Waterman3-148/+156