index
:
xv6-riscv
riscv
MIT xv6-RISCV kernel modified to RV64I base integer extension
Aditya N. Naik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm.c
Age
Commit message (
Expand
)
Author
2010-09-02
Simplify allocuvm/deallocuvm to operate in a contiguous memory model. This m...
Austin Clements
2010-09-02
Comment inituvm and loaduvm
Austin Clements
2010-09-02
Fix comment capitalization
Austin Clements
2010-09-02
Rearrange vm.c so it's in logical order and prints nicely. Shorten a few fun...
Austin Clements
2010-09-02
Simplify inituvm and userinit by assuming initcode fits on a page
Austin Clements
2010-09-02
Simplify freevm using deallocuvm
Austin Clements
2010-09-01
Slight simplification of copyuvm. We could simplify other things now that pr...
Austin Clements
2010-09-01
Space police
Austin Clements
2010-09-01
Tab police
Austin Clements
2010-09-01
Fix similar leak in copyuvm
Austin Clements
2010-08-31
Cleanup if allocuvm fails to alloc. Add a test.
Austin Clements
2010-08-31
no more pminit, or ELF header at 0x10000
Robert Morris
2010-08-31
kalloc/kfree now only a page at a time
Robert Morris
2010-08-30
xx
Robert Morris
2010-08-30
we don't need CR0_WP
Robert Morris
2010-08-30
set only PG and WP in vminit; the rest don't seem to be needed and are confusing
Robert Morris
2010-08-11
uptime() sys call for benchmarking
Robert Morris
2010-08-10
allow sbrk(-x) to de-allocate user memory
Robert Morris
2010-08-06
fix corner cases in exec of ELF
Robert Morris
2010-08-05
add some comments
Robert Morris
2010-08-05
remove some unused vm #defines
Robert Morris
2010-08-05
move jkstack to main.c
Robert Morris
2010-08-05
fix allocuvm() to handle sbrk() with non-page-granularity argument
Robert Morris
2010-07-28
kill TLB shoot down code
Frans Kaashoek
2010-07-26
more cleanup
Frans Kaashoek
2010-07-25
some cleanup
Frans Kaashoek
2010-07-23
oops, vm.c
Frans Kaashoek