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-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
2022-04-05
Abstract away access to load/store/execute bits.
Tim Newsome
3
-18
/
+24
2022-04-05
Make trigger_t::tdata{1,2}_{read,write} virtuals
Tim Newsome
1
-4
/
+9
2022-04-05
Make chain into chain() for all triggers.
Tim Newsome
2
-6
/
+10
2022-04-05
Make triggers::module_t::triggers private.
Tim Newsome
4
-6
/
+10
2022-04-05
Move num_triggers knowledge into triggers.h
Tim Newsome
4
-10
/
+8
2022-04-05
Don't access triggers vector directly from csrs.cc.
Tim Newsome
3
-4
/
+29
2022-04-05
Move trigger match logic into triggers.cc
Tim Newsome
4
-49
/
+71
2022-04-05
module_t::trigger_match -> memory_access_match
Tim Newsome
3
-4
/
+4
2022-04-05
Move mcontrol match logic into mcontrol_t.
Tim Newsome
2
-61
/
+62
2022-04-05
trigger_matched_t -> triggers::matched_t
Tim Newsome
3
-19
/
+19
2022-04-05
Give triggers::module_t its own processor_t*
Tim Newsome
4
-4
/
+6
2022-04-05
Move trigger_match() into triggers.
Tim Newsome
4
-83
/
+89
2022-04-05
Move tdata2 logic into trigger.
Tim Newsome
3
-6
/
+16
2022-04-05
Turn unsupported mcontrol.match into a supported one.
Tim Newsome
1
-1
/
+14
2022-04-05
V in misa implies FD
Mark Fedorov
1
-0
/
+1
2022-04-05
Make misa.V writable
Mark Fedorov
1
-1
/
+3
2022-04-05
Since ca08503 this code only runs at reset, so no longer depends on misa.V be...
Mark Fedorov
1
-2
/
+2
2022-04-04
Make misa.Q writable
Mark Fedorov
1
-1
/
+3
2022-04-04
Refactor misa masking
Mark Fedorov
2
-3
/
+7
2022-04-01
update dts.cc to make sv57 default maximum paging mode (#962)
Alenkruth Murali
1
-1
/
+1
2022-03-30
Move tdata1 write logic into triggers.
Tim Newsome
3
-23
/
+27
2022-03-30
Move tdata1 read logic into triggers.cc.
Tim Newsome
3
-19
/
+24
2022-03-30
Make a few processor_t members const.
Tim Newsome
1
-3
/
+3
2022-03-30
Move tdata2 into mcontrol_t
Tim Newsome
5
-15
/
+8
2022-03-30
Replace state.mcontrol with TM.triggers.
Tim Newsome
7
-23
/
+45
2022-03-30
Create trigger_t class.
Tim Newsome
1
-3
/
+10
2022-03-30
mcontrol_match_t -> mcontrol_t::match_t
Tim Newsome
3
-21
/
+21
2022-03-30
Move mcontrol_t and mcontrol_match_t into triggers
Tim Newsome
3
-39
/
+39
2022-03-30
mcontrol_action_t -> triggers::action_t
Tim Newsome
4
-13
/
+15
2022-03-30
trigger_operation_t -> triggers::operation_t
Tim Newsome
4
-13
/
+22
[next]