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
/
trapasm.S
Age
Commit message (
Expand
)
Author
2009-07-11
initproc, usegment, swtch tweaks
Russ Cox
2009-05-31
clean up %fs %gs use
rsc
2009-05-31
sync with c; .text is implied
rsc
2008-09-24
always save and restore %fs, %gs to ensure old segment entries are never
kolya
2007-08-28
nits
rsc
2007-08-27
Replace yield system call with sleep.
rsc
2007-08-27
formatting, fix comment
rsc
2007-08-22
PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf
rsc
2006-09-06
standardize various * conventions
rsc
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
2006-08-29
prune unneeded panics and debug output
rtm
2006-07-16
Attempt to clean up newproc somewhat.
rsc
2006-07-16
New scheduler.
rsc
2006-07-12
no more big kernel lock
rtm
2006-07-11
Changes to allow use of native x86 ELF compilers, which on my
rsc
2006-06-22
bug in trapret
rtm
2006-06-22
compile "user programs"
rtm
2006-06-22
checkpoint. booting second processor. stack is messed up, but thanks to cliff
kaashoek
2006-06-15
primitive fork and exit system calls
rtm
2006-06-13
more or less take traps/interrupts
rtm
2006-06-12
import
rtm