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