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
/
x86.h
Age
Commit message (
Expand
)
Author
2007-08-20
no more w
rsc
2007-08-14
ditto
rsc
2007-08-14
Cannot use "g" as an arg constraint because
rsc
2006-09-07
more comments
rsc
2006-09-06
no /* */ comments
rsc
2006-09-06
standardize various * conventions
rsc
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
2006-09-03
remove duplication
kaashoek
2006-08-29
clean up stale error checks and panics
rtm
2006-08-10
low-level keyboard input (not hooked up to /dev yet)
rtm
2006-07-20
uint32_t -> uint &c
rtm
2006-07-17
standarize on unix-like lowercase struct names
rsc
2006-07-17
goodbye PushRegs
rsc
2006-07-16
Eliminate annoying Pseudodesc structure.
rsc
2006-07-16
standardize on not using foo_ prefix in struct foo
rsc
2006-07-16
New scheduler.
rsc
2006-07-12
i think my cmpxchg use was wrong in acquire
rtm
2006-07-11
Changes to allow use of native x86 ELF compilers, which on my
rsc
2006-07-06
disable all interrupts when acquiring lock
kaashoek
2006-07-05
timer interrupts
kaashoek
2006-07-01
swtch saves callee-saved registers
rtm
2006-06-22
checkpoint. booting second processor. stack is messed up, but thanks to cliff
kaashoek
2006-06-12
import
rtm