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
2010-09-03
Rev 4
Austin Clements
2010-09-02
Update example in TOC footer
Austin Clements
2010-09-02
Consistent style in defs.h
Austin Clements
2010-09-02
Get consoleintr back on one page
Austin Clements
2010-09-02
Get cgaputc and consputc back on the same page
Austin Clements
2010-09-02
Get rid of the blank page in picirq.c. It misaligs things now.
Austin Clements
2010-09-02
Simplify allocuvm/deallocuvm to operate in a contiguous memory model. This m...
Austin Clements
2010-09-02
Nits
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-02
Oops. Broke the build when I rearranged proc.c
Austin Clements
2010-09-02
Remove unused nop_pause function.
Austin Clements
2010-09-02
Rearrange proc.h and proc.c to get our action-packed spreads back (mostly). ...
Austin Clements
2010-09-02
Re-re-arrange bootasm and bootother. We can't get bootasm and bootmain on th...
Austin Clements
2010-09-02
I totally misunderstood the even/odd spec. Add some docs, remove my 'left+' ...
Austin Clements
2010-09-02
Specify in runoff.spec which side sheet 1 is on, since it keeps changing
Austin Clements
2010-09-02
Pack five columns into cross-ref. This saves us an entire page and fixes the...
Austin Clements
2010-09-02
Oops, missed a comment about the stack guard
Austin Clements
2010-09-02
Add Nickolai and myself and scrunch two lines out of the text elsewhere
Austin Clements
2010-09-01
Slight simplification of copyuvm. We could simplify other things now that pr...
Austin Clements
2010-09-01
Remove the stack guard page. Processes are now contiguous from 0 to proc->sz...
Austin Clements
2010-09-01
Make it easy to change the number of CPUs
Austin Clements
2010-09-01
Space police
Austin Clements
2010-09-01
Tab police
Austin Clements
2010-09-01
Merge branch 'master' of git+ssh://am.lcs/home/am0/6.828/xv6
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
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
Robert Morris
2010-08-31
oops. last minute simplicifaction to kalloc().
Robert Morris
2010-08-31
Page break kalloc.c
Austin Clements
2010-08-31
Our proc.c alignment is perfect. Since ksegment/usegment went away, we get a...
Austin Clements
2010-08-31
Make it possible to express half-page preferences
Austin Clements
2010-08-31
Got the meat of spinlocks on one spread
Austin Clements
2010-08-31
Swap bootmain.c and bootother.S. This puts the whole boot process on one spr...
Austin Clements
2010-08-31
Sheet 1 is a right page now because of the (much) longer cross-ref
Austin Clements
2010-08-31
print depends on runoff.spec
Austin Clements
2010-08-31
We don't use lesp/lebp and using them at all from C would be fraught with per...
Austin Clements
2010-08-31
Page breaking of mmu.h
Austin Clements
2010-08-31
Start PDE defs on new page
Austin Clements
2010-08-31
Follow xv6 code style. Also fixes indexing for these functions
Austin Clements
2010-08-31
Rearrange for better page breaking
Austin Clements
2010-08-31
Fix too-long lines
Austin Clements
2010-08-31
Rebalance TOC
Austin Clements
2010-08-31
Acknowledge patches
Austin Clements
2010-08-31
Hopefully get the printf size spec right, regardless of compiler.
Austin Clements
2010-08-31
no more pminit, or ELF header at 0x10000
Robert Morris
2010-08-31
mkfs must be compiled 32-bit. Fix mkfs warnings
Austin Clements
[next]