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
Age
Commit message (
Expand
)
Author
2009-09-30
Be consistent with JOS make targets
Austin Clements
2009-09-20
Hack to make newlines on the serial port work
Austin Clements
2009-09-20
Use the symbol file
Austin Clements
2009-09-20
xv6 runs the console on the serial port, not the parallel port
Austin Clements
2009-09-20
nit in comment
Frans Kaashoek
2009-09-15
add .gdbinit.tmpl to dist
Silas Boyd-Wickizer
2009-09-15
add uart.c
Silas Boyd-Wickizer
2009-09-15
rev3
Silas Boyd-Wickizer
2009-09-15
ignore .gitignore
Silas Boyd-Wickizer
2009-09-15
qemu-gdb target and script
Silas Boyd-Wickizer
2009-09-03
new pdf
Russ Cox
2009-09-03
formatting tweaks
Russ Cox
2009-09-02
can set just %gs now.
Russ Cox
2009-09-02
another attempt at cpu-local variables.
Russ Cox
2009-09-02
lapic: disable microdelay because it makes Bochs slow
Russ Cox
2009-09-02
fix TLS again;
Russ Cox
2009-09-02
Fix TLS for PIC systems
Russ Cox
2009-09-02
fix bootblock build with gcc 4.4
Nickolai Zeldovich
2009-08-30
assorted fixes:
Russ Cox
2009-08-08
shuffle and tweak for formatting.
Russ Cox
2009-07-13
exec tweaks
Russ Cox
2009-07-12
remove //DOC in the right place
Russ Cox
2009-07-12
strip //DOC comments during printing
Russ Cox
2009-07-12
merge
Russ Cox
2009-07-12
more doc tweaks
Russ Cox
2009-07-12
undo
Silas Boyd-Wickizer
2009-07-12
test commit email
Silas Boyd-Wickizer
2009-07-11
initproc, usegment, swtch tweaks
Russ Cox
2009-07-11
spinlock: rename parameter lock -> lk
Russ Cox
2009-07-11
mmu.h: unused SEG_NULL
Russ Cox
2009-07-11
rearrangements and cleanup for text
Russ Cox
2009-07-11
trap cleanup
Russ Cox
2009-07-11
bootasm cleanup
Russ Cox
2009-07-11
s/IRQ_OFFSET/T_IRQ0/: it's a trap number, not an irq number.
Russ Cox
2009-05-31
compile fixes
rsc
2009-05-31
group locks into structs they protect.
rsc
2009-05-31
usys.S: put before init.c, STUB -> SYSCALL
rsc
2009-05-31
exec sanity check
rsc
2009-05-31
simplify
rsc
2009-05-31
use ftable like btable and itable
rsc
2009-05-31
fix bug fix
rsc
2009-05-31
tidy fs.c; bmap callers always expected allocation
rsc
2009-05-31
inode reuse bug.
rsc
2009-05-31
bio.c: use struct like icache does
rsc
2009-05-31
ide.c: make names more regular
rsc
2009-05-31
clean up %fs %gs use
rsc
2009-05-31
sync with c; .text is implied
rsc
2009-05-31
drop NADDRS and INDIRECT; too many names
rsc
2009-05-31
tab police
rsc
2009-05-31
move fork into proc.c
rsc
[next]