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
/
kernel
/
vm.c
Age
Commit message (
Expand
)
Author
2020-10-14
kvmmake() makes a complete kernel page table, matching Figure 3.3
Frans Kaashoek
2020-10-14
Fix minor typos
Fumiya Shigemitsu
2020-10-05
Don't map the CLINT, since it never used in the kernel in supervisor mode
Frans Kaashoek
2020-10-05
eliminate virtio DMA into kernel stacks.
Robert Morris
2020-10-03
Fix minor typos
Fumiya Shigemitsu
2020-08-17
fix a bug in the out-of-memory handling code in exec
Robert Morris
2020-08-17
handle another out-of-memory in fork(). the policy here is not consistent,
Robert Morris
2020-08-17
modify uvmunmap() to be in aligned pages
Robert Morris
2020-08-17
pa isn't needed in the uvmunmap() loop
Robert Morris
2020-08-10
Merge branch 'riscv' into riscv
Frans Kaashoek
2020-08-10
modify each page in usertests countfree()
Robert Morris
2019-10-27
fix a potential memory leak
Robert Morris
2019-10-21
Fix minor typos
Fumiya Shigemitsu
2019-09-20
yet another sbrk() bug fix, and usertest
Robert Morris
2019-09-20
don't panic if a program frees all its memory with sbrk().
Robert Morris
2019-09-20
more incorrect cast to uint
Robert Morris
2019-09-20
fix a potential kernel crash
Robert Morris
2019-09-17
all of PTE_FLAGS
Robert Morris
2019-09-03
sfence_vma after satp
Robert Morris
2019-07-26
Merge branch 'riscv' of g.csail.mit.edu:xv6-dev into riscv
Robert Morris
2019-07-26
trampin -> uservec
Robert Morris
2019-07-25
a few name changes in panic msg
Frans Kaashoek
2019-07-24
rationalize some vm function names
Robert Morris
2019-07-24
no more PAGEBREAK
Robert Morris
2019-07-23
simplify kernel mapping calls
Robert Morris
2019-07-22
fix mapkstack
Frans Kaashoek
2019-07-22
Clear U bit for second stack page so that it functions as a guard page
Frans Kaashoek
2019-07-22
nit
Robert Morris
2019-07-19
x
Frans Kaashoek
2019-07-19
One way of supporting a guard page below kstack: allocate kstacks in
Frans Kaashoek
2019-07-16
conservatively call sfence.vma before every satp load.
Robert Morris
2019-07-02
try to continue from walk() failing to allocate a page-table page
Robert Morris
2019-07-02
COW tests
Robert Morris
2019-07-01
have fork() fail, not panic, if not enough phys mem
Robert Morris
2019-06-13
clean up virtio code
Robert Morris
2019-06-13
eliminate ramdisk
Robert Morris
2019-06-13
virtio disk driver
Robert Morris
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris