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
/
mp.c
Age
Commit message (
Expand
)
Author
2006-08-08
fix race in holding() check in acquire()
rtm
2006-08-04
better interrupt plan---this one appears to work
kaashoek
2006-07-20
uint32_t -> uint &c
rtm
2006-07-17
standarize on unix-like lowercase struct names
rsc
2006-07-17
add uint and standardize on typedefs instead of unsigned
rsc
2006-07-17
nitpicks
rsc
2006-07-16
various little fixes that should have been in earlier checkins
rsc
2006-07-16
Keep interrupts disabled during startup.
rsc
2006-07-12
extract lapic code from mp.c
kaashoek
2006-07-12
i think my cmpxchg use was wrong in acquire
rtm
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-07-05
timer interrupts
kaashoek
2006-07-01
swtch saves callee-saved registers
rtm
2006-06-28
disable interrupts when holding kernel lock
kaashoek
2006-06-28
timer interrupts
kaashoek
2006-06-26
stick mpstack in cpu structure
kaashoek
2006-06-24
boot more than two CPUs, each on own initial stack
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-21
start on MP; detect MP configuration
kaashoek