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
2018-10-09
Change mycpu() to use %gs.
Frans Kaashoek
2018-10-04
Make names line up with text
Frans Kaashoek
2018-10-03
Names of text are better.
Frans Kaashoek
2018-10-02
Remove unused typedefs
Frans Kaashoek
2018-10-02
Simplify by freeing user part of addres pace in one page increments. This
Frans Kaashoek
2018-10-02
Simplify freeing page table
Frans Kaashoek
2018-10-02
Avoid repition in walkpgdir
Frans Kaashoek
2018-09-23
Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.
Frans Kaashoek
2018-08-30
thanks mataness
Frans Kaashoek
2017-08-29
fix runoff complaints about pagination and long lines
Robert Morris
2017-08-07
Merge branch 'nogs'
Frans Kaashoek
2017-02-05
Free pgdir in setupkvm in case of mappages failure
Saarett
2017-02-01
Eliminate code for gs trick to track per-cpu state. We rely on lapiccpunum()
Frans Kaashoek
2017-01-31
Read curproc from cpu structure, but be careful because after a schedule event
Frans Kaashoek
2017-01-31
Start of an experiment to remove the use of gs for cpu local variables.
Frans Kaashoek
2017-01-30
Fix long-standing switchuvm() inconsistency.
Peter Froehlich
2016-09-26
fix possible memory leak in deallocuvm
Cody Cutler
2016-09-01
curproc -> proc in a comment
Robert Morris
2016-08-26
better comment
Frans Kaashoek
2016-08-26
set iomb to forbid i/o instructions from user space
Frans Kaashoek
2016-08-25
Remove trailing white space with:
Frans Kaashoek
2016-08-24
p2v -> P2V
Robert Morris
2016-08-11
nothing much
Robert Morris
2016-08-10
tiny clarifications to some gdt code.
Robert Morris
2016-08-08
shell nits
Robert Morris
2014-08-29
Nice layout for a printout of the code
Frans Kaashoek
2013-03-04
Correct a security bug in copyuvm()
Stephen Tu
2012-08-28
nits
Robert Morris
2012-08-22
Runoff still complaints these lines are too long, but it is now ok on printout
Frans Kaashoek
2012-08-22
Remove unused argument to setupkvm (thanks to Peter Froehlich)
Frans Kaashoek
2011-09-13
eliminate enter_alloc -- use kalloc for everything
Robert Morris
2011-09-13
more regular kmap[] and description
Robert Morris
2011-09-02
Nuke data.S, since we do have a custom linker script.
Austin Clements
2011-09-02
Oops, dropped a paren
Austin Clements
2011-09-02
clear_pte_u -> clearpteu
Austin Clements
2011-09-02
Move copy_pte_u; fits vm.c in one less column and aligns proc.h
Austin Clements
2011-09-02
Cleanup comments and fit setupkvm on same page as kmap, which aligns lots of ...
Austin Clements
2011-09-02
Style
Austin Clements
2011-09-02
Make mappages fit on the page
Austin Clements
2011-09-01
Skip missing page directories in deallocuvm
Austin Clements
2011-09-01
inaccessible page under the user stack page, to help exec deal w/ too-large args
Robert Morris
2011-09-01
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
Robert Morris
2011-09-01
fix usertests to correctly test what happens when you call
Robert Morris
2011-09-01
Fix layout issues for printed version
Frans Kaashoek
2011-08-29
Style nits; indentation and tabs
Austin Clements
2011-08-24
Eliminate USERTOP; no use for it.
Frans Kaashoek
2011-08-16
Switch back to #define for PHYSTOP. Using the E820 to retrieve the memory ma...
Frans Kaashoek
2011-08-16
Clean up memlayout.h
Frans Kaashoek
2011-08-15
Make Austin happier
Frans Kaashoek
2011-08-15
Avoid "boot" in xv6
Frans Kaashoek
[next]