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
/
picirq.c
Age
Commit message (
Expand
)
Author
2019-06-05
start at support for multiple CPUs
Robert Morris
2017-08-09
Commit to running on an SMP (perhaps with only 1 core). Remove most code
Frans Kaashoek
2016-09-02
Make runoff happy
Frans Kaashoek
2010-09-02
Get rid of the blank page in picirq.c. It misaligs things now.
Austin Clements
2009-08-08
shuffle and tweak for formatting.
Russ Cox
2009-07-11
trap cleanup
Russ Cox
2009-03-08
be consistent: no underscores in function names
rsc
2007-08-28
comments; rename irq_ to pic_
rsc
2007-08-27
delete unnecessary #include lines
rsc
2006-09-07
fix ide, pit interfaces
rsc
2006-09-07
run without lapic and ioapic, if they are not present
kaashoek
2006-09-06
wrap long lines
rsc
2006-09-06
no /* */ comments
rsc
2006-09-06
standardize various * conventions
rsc
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
2006-09-04
a few nits
kaashoek
2006-09-03
remove duplication
kaashoek
2006-08-13
wdir now uses readi/writei
rtm
2006-08-13
fix iget() bug that allocated in-use inode[] entries
rtm
2006-08-04
nit
kaashoek
2006-08-04
better interrupt plan---this one appears to work
kaashoek
2006-07-20
uint32_t -> uint &c
rtm
2006-07-16
Undo change from this morning that wasn't intended to get in.
rsc
2006-07-15
move everything having to do with proc_table_lock into proc.c
rsc
2006-07-05
timer interrupts
kaashoek
2006-06-22
checkpoint. booting second processor. stack is messed up, but thanks to cliff
kaashoek
2006-06-16
checkpoint
rtm