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
2010-08-31
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
Robert Morris
2010-08-31
oops. last minute simplicifaction to kalloc().
Robert Morris
2010-08-31
Page break kalloc.c
Austin Clements
2010-08-31
no more pminit, or ELF header at 0x10000
Robert Morris
2010-08-31
kalloc/kfree now only a page at a time
Robert Morris
2010-08-11
uptime() sys call for benchmarking
Robert Morris
2010-08-06
fix corner cases in exec of ELF
Robert Morris
2010-07-23
a few nits
Frans Kaashoek
2010-07-02
nits
Frans Kaashoek
2010-07-02
Initial version of single-cpu xv6 with page tables
Frans Kaashoek
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