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
Age
Commit message (
Expand
)
Author
2014-08-28
write log blocks from cache only at end of transaction
Robert Morris
2014-08-28
nits
Robert Morris
2014-08-28
i think this is a working concurrent logging scheme
Robert Morris
2014-08-27
a start at concurrent FS system calls
Robert Morris
2014-08-04
every iput() and namei() must be inside a transaction
Robert Morris
2014-08-04
use acquire/release to force order for pid=np->pid;np->state=RUNNING
Robert Morris
2014-07-31
newer versions of qemu have different binary names (per Joel Nider <joel@nide...
Frans Kaashoek
2013-03-04
Correct a security bug in copyuvm()
Stephen Tu
2012-10-24
Prevent extra rebuild of fs.img by keeping intermediate object files.
Cam Tenny
2012-09-10
Use static assert instead of _LP64 (thanks Eddie!)
Frans Kaashoek
2012-09-07
Remove -m32 flag from native gcc compiler
Frans Kaashoek
2012-08-28
make the book happy
Robert Morris
2012-08-28
nits
Robert Morris
2012-08-28
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
Robert Morris
2012-08-28
junk
Robert Morris
2012-08-24
Various fixes and improvements to printpcs
Austin Clements
2012-08-23
For the convenience of students
Frans Kaashoek
2012-08-22
Use addr2line (or i386-jos-elf-addr2line, if you cross compile)
Frans Kaashoek
2012-08-22
Runoff still complaints these lines are too long, but it is now ok on printout
Frans Kaashoek
2012-08-22
chmod +x
Frans Kaashoek
2012-08-22
Decode getcallerpcs() (thanks to Peter Froehlich)
Frans Kaashoek
2012-08-22
Remove left-over from some logging plan making complete syscalls atomic
Frans Kaashoek
2012-08-22
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
Frans Kaashoek
2012-08-22
Remove unused argument to setupkvm (thanks to Peter Froehlich)
Frans Kaashoek
2012-08-22
Remove unused argument from lapicinit (thanks to Peter Froehlich)
Frans Kaashoek
2012-08-22
Fix from Peter Froehlich
Frans Kaashoek
2012-02-17
Make fetchint and fetchstr use proc instead of taking a struct proc
Austin Clements
2011-10-14
don't let dirty blocks be evicted from cache!
Robert Morris
2011-10-11
more FS comment clarification
Robert Morris
2011-10-11
clarify some FS comments
Robert Morris
2011-09-30
Fix compile error on newer gcc's
Austin Clements
2011-09-27
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
Frans Kaashoek
2011-09-27
Update stressfs to trigger race now the logging code serializes writes
Frans Kaashoek
2011-09-14
Use | instead of + for entrypgdir. Linker doesn't get in our way here.
Austin Clements
2011-09-13
eliminate enter_alloc -- use kalloc for everything
Robert Morris
2011-09-13
more regular kmap[] and description
Robert Morris
2011-09-12
comment nits
Robert Morris
2011-09-07
Remove unused 'state' variable that broke the build in recent gcc's
Austin Clements
2011-09-07
Rev 6
Austin Clements
2011-09-07
Remove nice font from master
Austin Clements
2011-09-07
Fetch nice font from font branch, if possible
Austin Clements
2011-09-07
Move xv6 release tars/pdfs in to 6.828 repo
Austin Clements
2011-09-07
Remove web directory; all cruft or moved to 6.828 repo
Austin Clements
2011-09-07
Make web page refer to git releases
Austin Clements
2011-09-07
Remove old book chapters
Austin Clements
2011-09-05
Re-alphabetize OBJS
Austin Clements
2011-09-05
Note about the meaning of sheet1 in runoff.spec
Austin Clements
2011-09-05
sources -> sources and text
Frans Kaashoek
2011-09-05
Shorten history of xv6
Frans Kaashoek
2011-09-05
Setting indent-tabs-mode nil everywhere is dangerous
Austin Clements
[next]