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
/
ioapic.c
Age
Commit message (
Expand
)
Author
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris
2018-09-23
Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.
Frans Kaashoek
2017-08-09
Commit to running on an SMP (perhaps with only 1 core). Remove most code
Frans Kaashoek
2016-08-25
Remove trailing white space with:
Frans Kaashoek
2009-07-11
trap cleanup
Russ Cox
2009-03-08
be consistent: no underscores in function names
rsc
2007-12-20
oops - wrong bit (vic zandy)
rsc
2007-08-28
comments; rename irq_ to pic_
rsc
2007-08-27
delete unnecessary #include lines
rsc
2007-08-27
Simplify MP hardware code.
rsc
2006-09-08
formatting nits
rsc
2006-09-08
consistency.
kaashoek
2006-09-07
run without lapic and ioapic, if they are not present
kaashoek
2006-09-06
standardize various * conventions
rsc
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
2006-09-03
nits
kaashoek
2006-08-13
fix iget() bug that allocated in-use inode[] entries
rtm
2006-08-11
fix deadlock---iput(dp) asap
kaashoek
2006-08-08
fix race in holding() check in acquire()
rtm
2006-08-04
better interrupt plan---this one appears to work
kaashoek