index
:
135e2/xv6-labs.git
cow
fs
lock
mmap
net
pgtbl
syscall
thread
traps
util
xv6-labs-2024-winter
135e2
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ioapic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-09
Commit to running on an SMP (perhaps with only 1 core). Remove most code
Frans Kaashoek
1
-6
/
+0
2016-08-25
Remove trailing white space with:
Frans Kaashoek
1
-1
/
+1
2009-07-11
trap cleanup
Russ Cox
1
-2
/
+2
2009-03-08
be consistent: no underscores in function names
rsc
1
-12
/
+12
2007-12-20
oops - wrong bit (vic zandy)
rsc
1
-1
/
+1
2007-08-28
comments; rename irq_ to pic_
rsc
1
-0
/
+1
2007-08-27
delete unnecessary #include lines
rsc
1
-2
/
+0
2007-08-27
Simplify MP hardware code.
rsc
1
-50
/
+47
2006-09-08
formatting nits
rsc
1
-2
/
+2
2006-09-08
consistency.
kaashoek
1
-34
/
+36
2006-09-07
run without lapic and ioapic, if they are not present
kaashoek
1
-31
/
+35
2006-09-06
standardize various * conventions
rsc
1
-7
/
+7
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
1
-3
/
+3
2006-09-03
nits
kaashoek
1
-2
/
+1
2006-08-13
fix iget() bug that allocated in-use inode[] entries
rtm
1
-2
/
+0
2006-08-11
fix deadlock---iput(dp) asap
kaashoek
1
-1
/
+1
2006-08-08
fix race in holding() check in acquire()
rtm
1
-3
/
+3
2006-08-04
better interrupt plan---this one appears to work
kaashoek
1
-0
/
+82