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
/
kalloc.c
Age
Commit message (
Expand
)
Author
2009-07-11
rearrangements and cleanup for text
Russ Cox
2009-05-31
group locks into structs they protect.
rsc
2007-08-27
delete unnecessary #include lines
rsc
2007-08-27
make kfree loop same as kalloc
rsc
2007-08-24
simplify ide queuing
rtm
2007-08-14
formatting, simplify
rsc
2007-08-10
tweak kalloc
rsc
2007-08-10
Make cp a magic symbol.
rsc
2006-09-08
some comment changes
kaashoek
2006-09-07
more comments
rsc
2006-09-06
writeable => writable
rsc
2006-09-06
no /* */ comments
rsc
2006-09-06
standardize various * conventions
rsc
2006-09-04
nits
rtm
2006-08-30
complain if no disk 1
rtm
2006-08-10
interrupts could be recursive since lapic_eoi() called before rti
rtm
2006-07-29
open()
rtm
2006-07-17
add uint and standardize on typedefs instead of unsigned
rsc
2006-07-17
nitpicks
rsc
2006-07-16
more idiomatic c
rsc
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
pre-empt both user and kernel, in clock interrupt
rtm
2006-07-01
swtch saves callee-saved registers
rtm
2006-06-12
import
rtm