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
/
spinlock.h
Age
Commit message (
Expand
)
Author
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris
2019-06-05
spinlocks using gcc intrinsics
Robert Morris
2018-09-23
Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.
Frans Kaashoek
2016-08-25
Remove trailing white space with:
Frans Kaashoek
2011-08-29
Revert "Introduce and use sleeplocks instead of BUSY flags"
Frans Kaashoek
2011-08-26
Introduce and use sleeplocks instead of BUSY flags
Frans Kaashoek
2009-08-30
assorted fixes:
Russ Cox
2008-08-20
formatting updates
rsc
2007-08-28
clumsy blank pages to make some files align better
rsc
2006-09-07
more comments
rsc
2006-08-29
clean up stale error checks and panics
rtm
2006-08-10
interrupts could be recursive since lapic_eoi() called before rti
rtm
2006-08-08
fix race in holding() check in acquire()
rtm
2006-07-29
open()
rtm
2006-07-20
uint32_t -> uint &c
rtm
2006-07-17
add ide_lock for sleep
rsc
2006-07-17
add uint and standardize on typedefs instead of unsigned
rsc
2006-07-15
no more recursive locks
rtm
2006-07-12
i think my cmpxchg use was wrong in acquire
rtm
2006-07-12
cvs add spinlock.h
rtm