index
:
rocket-tools/riscv-gnu-toolchain/spike.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
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-05
Factor out P extension macros into their own header
factor-out-macros
Andrew Waterman
2
-500
/
+507
2022-05-05
Factor out V extension macros into their own header
Andrew Waterman
2
-2069
/
+2076
2022-05-05
Merge pull request #983 from soberl/epmp_updates_2
Scott Johnson
5
-13
/
+130
2022-05-04
Update pmpaddr_csr_t::access_ok() for ePMP on matching regions
soberl@nvidia.com
1
-5
/
+31
2022-05-04
Update mmu_t::pmp_ok() for ePMP in case matching region is not found
soberl@nvidia.com
1
-1
/
+5
2022-05-04
Update csr access rules for ePMP on pmpaddr and pmpcfg
soberl@nvidia.com
1
-7
/
+31
2022-05-04
Implement the new csr mseccfg for ePMP as dummy
soberl@nvidia.com
4
-0
/
+63
2022-05-04
Merge pull request #985 from riscv-software-src/trigger_hit
Andrew Waterman
2
-11
/
+18
2022-05-04
Fix the padding of register names in the log (#987)
Shaked Flur
1
-1
/
+1
2022-05-02
Use MCONTROL_TYPE_MATCH macro instead of 2
Tim Newsome
1
-1
/
+1
2022-05-02
Implement mcontrol trigger hit bit.
Tim Newsome
2
-1
/
+14
2022-04-22
Remove mcontrol_t.h
Tim Newsome
2
-4
/
+1
2022-04-22
Remove maskmax as a variable.
Tim Newsome
2
-3
/
+2
2022-04-22
Remove mcontrol_t.type.
Tim Newsome
2
-3
/
+2
2022-04-22
Whitespace fix.
Tim Newsome
1
-1
/
+0
2022-04-21
Pass acutally_store from store_func to misaligned_store
Ryan Buchner
1
-1
/
+1
2022-04-21
Add actually_store tag to misaligned_store function
Ryan Buchner
1
-2
/
+2
2022-04-21
Modify store_func to throw fault if misaligned and require_alignment=true
Ryan Buchner
1
-2
/
+4
2022-04-21
Set require alignment to true on the 'fake' store in amo_func.
Ryan Buchner
1
-1
/
+1
2022-04-21
Add require_alignment tag to store_func
Ryan Buchner
1
-1
/
+1
2022-04-14
Merge pull request #975 from plctlab/plct-code-style
Andrew Waterman
5
-299
/
+321
2022-04-14
add support for overlap instructions
Weiwei Li
4
-6
/
+25
2022-04-14
fix style problems in decode.h and processor.cc
Weiwei Li
2
-293
/
+296
2022-04-13
Merge pull request #954 from rswarbrick/more-cfg
Andrew Waterman
3
-28
/
+29
2022-04-13
Adjust indentation in store_slow_path and store_func
Ryan Buchner
2
-18
/
+18
2022-04-13
Skip storing in store_func if actually_store is false, add a fake store at st...
Ryan Buchner
2
-1
/
+8
2022-04-12
Add actually_store tag to store_func and store_slow_path
Ryan Buchner
2
-4
/
+4
2022-04-12
Move real_time_clint into cfg_t
Rupert Swarbrick
3
-5
/
+8
2022-04-12
Move varch into cfg_t
Rupert Swarbrick
3
-3
/
+6
2022-04-12
Remove nprocs from cfg_t
Rupert Swarbrick
2
-5
/
+3
2022-04-12
Move hartids into cfg_t
Rupert Swarbrick
3
-7
/
+11
2022-04-12
Move the "default hartids" logic from sim.cc into spike.cc
Rupert Swarbrick
1
-10
/
+3
2022-04-12
Move start_pc into cfg_t
Rupert Swarbrick
3
-5
/
+5
2022-04-12
Fix debug messages about invalid pmpregions/mmu-types
Rupert Swarbrick
1
-2
/
+2
2022-04-11
Change processor_t to hold a pointer to an isa_parser_t (#973)
Rupert Swarbrick
3
-17
/
+17
2022-04-11
Split mem layout computation in spike.cc (#957)
Rupert Swarbrick
1
-2
/
+29
2022-04-11
Merge pull request #944 from riscv-software-src/triggers
Scott Johnson
10
-229
/
+389
2022-04-11
Fix hgatp CSR write
Anup Patel
1
-1
/
+1
2022-04-11
Merge pull request #968 from 4vtomat/master
Andrew Waterman
1
-84
/
+20
2022-04-10
Adjust the access index of vs2 to zero in vmv_x_s.h (#969)
Brandon Wu
1
-21
/
+17
2022-04-09
Replaced vector loop compare body with newly defined macro
4vtomat
1
-90
/
+11
2022-04-09
Adding new macro to replace repetitive code
4vtomat
1
-0
/
+15
2022-04-07
Merge pull request #966 from riscv-software-src/fix-riscv-build
Andrew Waterman
9
-11
/
+11
2022-04-07
Rename processor_t::set_csr to put_csr to fix build on RISC-V
Andrew Waterman
9
-11
/
+11
2022-04-07
Pass ref instead of pointer to trigger_updated()
Tim Newsome
3
-5
/
+5
2022-04-07
Add const to pointers where possible.
Tim Newsome
2
-27
/
+27
2022-04-07
Add module_t::~module_t()
Tim Newsome
2
-0
/
+9
2022-04-06
mmu: support asid/vmid (#928)
Chih-Min Chao
3
-3
/
+13
2022-04-05
Merge pull request #960 from marcfedorow/upstream
Andrew Waterman
3
-6
/
+15
2022-04-05
Make triggers a vector of trigger_t.
Tim Newsome
3
-3
/
+3
[next]