index
:
riscv-gnu-toolchain/pk.git
cs250
device-files
enable-32bit
eos14-bringup
eos20
fdt
fix-fcvt-s-w
gnuconfig
hax
master
maxmem
new-sbi-disk
remap
rocc-enable
rv32-putstring
rvt-master
sbi-disk
sbi_emulation_for_perf
sbi_for_perf
travis-dev
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
2016-06-26
Update config.guess and config.sub
gnuconfig
Aric Belsito
2
-571
/
+662
2016-06-05
PLIC registers are 32-bit, not 16-bit
Andrew Waterman
3
-6
/
+6
2016-06-01
Clear IPIs using MMIO, not mip CSR
Andrew Waterman
4
-1
/
+41
2016-05-24
speed up memcpy for aligned bases but misaligned length
Andrew Waterman
1
-10
/
+13
2016-05-24
Remove debug printfs
Andrew Waterman
1
-11
/
+0
2016-05-22
Add preliminary support for the interrupt controller
Andrew Waterman
4
-4
/
+90
2016-05-05
Poll HTIF console on timer interrupt
Andrew Waterman
2
-8
/
+20
2016-05-05
Add missing casts for RV32
Andrew Waterman
1
-3
/
+3
2016-05-03
Find IPI address in configuration string
Andrew Waterman
4
-9
/
+4
2016-05-02
Don't use tohost/fromhost registers; communicate with host via memory
Andrew Waterman
2
-24
/
+21
2016-04-30
Fix loading of config string pointer
Andrew Waterman
1
-1
/
+2
2016-04-30
Move DRAM to high addresses
Andrew Waterman
16
-59
/
+73
2016-04-30
Split out config string parser
Andrew Waterman
2
-159
/
+167
2016-04-29
ERET -> MRET
Andrew Waterman
3
-10
/
+19
2016-04-29
Remove mtime/mtimecmp
Andrew Waterman
6
-32
/
+30
2016-04-29
Use mbadaddr to speed up misaligned ld/st emulation
Andrew Waterman
1
-2
/
+2
2016-04-20
pk: proxy chdir syscall to fesvr
Garret Kelly
1
-0
/
+6
2016-04-20
Remove Chris Batten COPYING file
Andrew Waterman
1
-34
/
+0
2016-04-06
Don't assume existence of uarch counters
Andrew Waterman
5
-84
/
+46
2016-04-06
Use panic, not die, to terminate elf loader
Andrew Waterman
1
-1
/
+2
2016-03-22
fix multilib build error. it's type casting related.
SeungRyeol Lee
1
-1
/
+1
2016-03-10
Misc improvements
Andrew Waterman
2
-6
/
+8
2016-03-10
Make num_harts a uintptr_t
Andrew Waterman
2
-4
/
+4
2016-03-10
Update encoding
Andrew Waterman
1
-6
/
+12
2016-03-10
Remove dead code
Andrew Waterman
2
-3
/
+0
2016-03-10
Set time comparator correctly on RV32
Andrew Waterman
1
-4
/
+9
2016-03-09
Factor emulation routines into multiple files
Andrew Waterman
7
-207
/
+233
2016-03-09
Refactor pk, bbl, machine into separate libraries
Andrew Waterman
62
-559
/
+960
2016-03-05
Fix ifdef guard on FCSR instructions
Andrew Waterman
1
-1
/
+1
2016-03-05
get rid of struct mainvars
Andrew Waterman
4
-30
/
+33
2016-03-05
Disentangle PK and BBL a bit
Andrew Waterman
21
-218
/
+226
2016-03-04
Begin refactoring emulation code
Andrew Waterman
13
-721
/
+772
2016-03-03
Don't request KB interrupt til first call to sbi_console_getchar
Andrew Waterman
3
-9
/
+6
2016-03-03
Simplify boot code
Andrew Waterman
8
-53
/
+31
2016-03-02
fix medeleg typo
Andrew Waterman
1
-1
/
+2
2016-03-01
Use new counter-enable CSRs
Andrew Waterman
4
-5
/
+54
2016-03-01
Use RV configuration string instead of device tree
Andrew Waterman
6
-136
/
+202
2016-03-01
Fix vsnprintf infinite loop
Andrew Waterman
2
-7
/
+9
2016-02-29
WIP on priv spec v1.9
Andrew Waterman
3
-34
/
+49
2016-02-28
Remove SBI HTIF support; add console_getchar
Andrew Waterman
9
-155
/
+84
2016-02-28
New definitions of misa/marchid/mvendorid
Andrew Waterman
3
-22
/
+25
2016-02-23
Use simpler, less-general IPI interface
Andrew Waterman
2
-54
/
+44
2016-02-23
simplify pk atomics and add atomic_or
Andrew Waterman
1
-10
/
+8
2016-02-19
fix comment
Andrew Waterman
1
-1
/
+1
2016-02-19
Add SBI calls for remote I$/TLB flushes
Andrew Waterman
7
-6
/
+110
2016-02-19
sptbr now holds a PPN, not an address
Andrew Waterman
2
-3
/
+3
2016-02-19
WIP on priv spec v1.9
Andrew Waterman
9
-200
/
+167
2016-02-19
Cap main memory size at 2 GiB for RV32
Andrew Waterman
1
-0
/
+3
2016-02-19
Remove sbi_printk macro
Andrew Waterman
1
-6
/
+0
2016-02-19
S-mode shouldn't ever see misaligned load traps
Andrew Waterman
1
-9
/
+1
[next]