index
:
rocket-tools/riscv-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
path:
root
/
pk
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-25
pk: support >2 GiB of user memory for RV64
Andrew Waterman
7
-34
/
+76
2021-03-25
Add some missing syscall stubs
Andrew Waterman
2
-0
/
+10
2021-03-25
pk: avoid assertion failures on brk syscalls
Andrew Waterman
1
-3
/
+5
2021-03-25
pk: avoid out-of-memory errors
Andrew Waterman
2
-50
/
+107
2021-03-25
pk: remove linear VA mapping constraint
Andrew Waterman
1
-46
/
+83
2021-03-25
pk: only access user memory through explicit accessors
Andrew Waterman
9
-77
/
+278
2021-03-25
Add `statx` syscall (#234)
huaixv
3
-0
/
+23
2020-11-29
Remove unused file_stat, copy_stat functions
Andrew Waterman
4
-28
/
+0
2020-11-29
Remove use of copy_stat() from sys_fstat and sys_lstat (#228)
Marcus Comstedt
1
-2
/
+4
2020-11-23
use MEM_START, not DRAM_BASE, for pk mappings
Andrew Waterman
2
-3
/
+3
2020-11-17
Remove use of copy_stat() from sys_fstatat
Marcus Comstedt
1
-1
/
+1
2020-11-11
pk: Fix pushing of argc to match linux kernel behaviour
Marcus Comstedt
1
-3
/
+3
2020-03-16
Fix CPI calcualtion for -s option (#192)
davidmetz
1
-1
/
+1
2020-01-13
Enable vector unit if present (continuation of 77a5df569451571d608650a34183d5...
Andrew Waterman
1
-1
/
+1
2019-10-23
Add --help (#179)
Luís Marques
1
-14
/
+35
2019-10-22
Implement dup3 syscall (#162)
Luís Marques
4
-0
/
+32
2019-10-22
Make performance counters always 64 bits wide (#178)
Luís Marques
4
-18
/
+77
2019-10-01
Only accept statically linked binaries (#176)
Luís Marques
2
-0
/
+4
2019-06-11
configure: Add option to set physical memory start address
Gabriel L. Somlo
1
-1
/
+1
2019-05-09
Allow up to 2 KiB of arguments
Andrew Waterman
1
-1
/
+4
2019-03-24
Fix build with newer newlib
Andrew Waterman
2
-2
/
+3
2019-02-28
Stub out madvise syscall (#145)
Luís Marques
2
-0
/
+2
2019-01-04
Implement clock_gettime syscall (#139)
Luís Marques
1
-1
/
+10
2019-01-04
Page-align the writable data section
Andrew Waterman
1
-1
/
+2
2019-01-04
Clean up linker scripts a bit
Andrew Waterman
1
-4
/
+1
2018-08-06
Add some exception handling functions to s-mode to handle exception return fr...
wxjstz
1
-0
/
+28
2018-07-09
Properly license all nontrivial files
Andrew Waterman
7
-0
/
+14
2018-04-24
Enable FPU in PK, regardless of FPU presence
Andrew Waterman
1
-1
/
+1
2018-02-01
Bump the Linux version PK claims to support
Andrew Waterman
1
-1
/
+1
2017-12-12
Bump encoding.h
Andrew Waterman
1
-1
/
+1
2017-11-03
Remove the platform interface
Palmer Dabbelt
2
-1
/
+1
2017-11-02
Detect harts that can't boot Linux instead of hard-coding them
Palmer Dabbelt
1
-0
/
+1
2017-10-19
Order __page_alloc before writing vmrs
Andrew Waterman
1
-2
/
+6
2017-08-29
Stub out sys_prlimit64
Andrew Waterman
2
-0
/
+2
2017-08-02
Add a platform interface
Palmer Dabbelt
1
-0
/
+1
2017-04-18
Increase PK stack size to 3% of memory, up to 8 MiB
Andrew Waterman
1
-1
/
+1
2017-03-27
Separate page faults from physical memory access exceptions
Andrew Waterman
1
-3
/
+3
2017-03-23
pk: does not use dtb
Wesley W. Terpstra
1
-1
/
+1
2017-03-22
SBI: a0+a1 hold hartid+dtb pointer between boot loader stages
fdt
Wesley W. Terpstra
1
-3
/
+3
2017-03-21
Allow PK access to user memory
Andrew Waterman
1
-0
/
+1
2017-02-22
Fix PK boot
Andrew Waterman
1
-3
/
+6
2017-02-20
Don't block for acks on console writes
Andrew Waterman
3
-8
/
+9
2017-02-17
WIP towards ECALL interface for SBI
Andrew Waterman
2
-2
/
+1
2017-02-15
Cleanly separate HTIF code; don't poll keyboard on timer interrupt
Andrew Waterman
1
-2
/
+2
2016-12-06
avoid non-standard predefined macros
Andrew Waterman
4
-4
/
+4
2016-11-13
Add ability to hard-code an initial environment
Andrew Waterman
1
-2
/
+18
2016-11-13
For RV32, mmap offset is in 4 KiB increments
Andrew Waterman
1
-2
/
+6
2016-11-13
Cap pk memory size to 2 GiB for RV32
Andrew Waterman
1
-0
/
+5
2016-11-13
Fix ld.so load address at 4 KiB
Andrew Waterman
1
-6
/
+10
2016-11-13
Add syscall stubs to get through libpthread initializers
Andrew Waterman
2
-0
/
+4
[next]