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
/
Notes
Age
Commit message (
Expand
)
Author
2006-09-07
nit in console interrupts
kaashoek
2006-09-03
don't send keyboard interrupts to the second cpu, if we have only one cpu.
kaashoek
2006-08-30
complain if no disk 1
rtm
2006-08-29
nits
rtm
2006-08-29
clean up stale error checks and panics
rtm
2006-08-26
mkdir check error from mknod
rtm
2006-08-25
inode addrs[NDIRECT] -> NADDRS
rtm
2006-08-24
big directory test
rtm
2006-08-23
i/o redirection in sh
kaashoek
2006-08-15
no more proc[] entry per cpu for idle loop
rtm
2006-08-13
fix iget() bug that allocated in-use inode[] entries
rtm
2006-08-13
namei returns locked parent dir inode for create / unlink
rtm
2006-08-13
link()
rtm
2006-08-12
zero out all of dirent.name when creating
rtm
2006-08-12
LRU disk cache replacement
rtm
2006-08-12
buffer cache, fifo replacement
rtm
2006-08-10
interrupts could be recursive since lapic_eoi() called before rti
rtm
2006-08-10
low-level keyboard input (not hooked up to /dev yet)
rtm
2006-08-08
fix race in holding() check in acquire()
rtm
2006-07-28
exec arguments
rtm
2006-07-21
namei
rtm
2006-07-15
no more recursive locks
rtm
2006-07-12
passes both usertests
rtm
2006-07-12
i think my cmpxchg use was wrong in acquire
rtm
2006-07-12
cvs add spinlock.h
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-11
Changes to allow use of native x86 ELF compilers, which on my
rsc
2006-06-27
file descriptors
rtm
2006-06-22
send console output to parallel port
rtm
2006-06-15
primitive fork and exit system calls
rtm
2006-06-13
fix some trap bugs
rtm
2006-06-13
more or less take traps/interrupts
rtm
2006-06-12
import
rtm