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
/
lapic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-28
kill TLB shoot down code
Frans Kaashoek
1
-38
/
+0
2010-07-23
Checkpoint page-table version for SMP
Frans Kaashoek
1
-0
/
+40
2010-07-02
Initial version of single-cpu xv6 with page tables
Frans Kaashoek
1
-0
/
+1
2009-09-02
lapic: disable microdelay because it makes Bochs slow
Russ Cox
1
-4
/
+0
2009-08-30
assorted fixes:
Russ Cox
1
-1
/
+1
2009-07-11
trap cleanup
Russ Cox
1
-3
/
+3
2009-05-31
tab police
rsc
1
-1
/
+1
2009-05-31
Some proc cleanup, moving some of copyproc into allocproc.
rsc
1
-1
/
+1
2009-03-08
be consistent: no underscores in function names
rsc
1
-5
/
+5
2008-10-12
minor cleanup
kolya
1
-2
/
+2
2007-11-28
More complete lapic startup (thanks Silas)
rsc
1
-8
/
+26
2007-09-27
cleaner
rsc
1
-10
/
+2
2007-09-27
better lapic writes, suggested by cliff
rsc
1
-19
/
+26
2007-09-27
kernel SMP interruptibility fixes.
rsc
1
-0
/
+22
2007-09-26
comment bochs nonsense
rsc
1
-0
/
+2
2007-09-26
Apparently the initial interrupt count lapic[TICR]
rsc
1
-6
/
+3
2007-08-27
delete unnecessary #include lines
rsc
1
-5
/
+0
2007-08-27
Simplify MP hardware code.
rsc
1
-91
/
+62
2007-08-27
Clean up lapic code.
rsc
1
-168
/
+120
2007-08-10
replace bogus loops with slightly less bogus loops.
rsc
1
-5
/
+3
2006-09-08
formatting nits
rsc
1
-7
/
+7
2006-09-08
consistency.
kaashoek
1
-8
/
+9
2006-09-07
run without lapic and ioapic, if they are not present
kaashoek
1
-10
/
+23
2006-09-06
wrap long lines
rsc
1
-10
/
+16
2006-09-06
more tabs go away
rsc
1
-62
/
+62
2006-09-06
no /* */ comments
rsc
1
-71
/
+69
2006-09-06
standardize various * conventions
rsc
1
-7
/
+7
2006-09-04
a few nits
kaashoek
1
-1
/
+0
2006-09-03
centralize credits
kaashoek
1
-5
/
+0
2006-08-29
prune unneeded panics and debug output
rtm
1
-6
/
+1
2006-08-23
i/o redirection in sh
kaashoek
1
-1
/
+1
2006-08-08
fix race in holding() check in acquire()
rtm
1
-5
/
+6
2006-08-04
better interrupt plan---this one appears to work
kaashoek
1
-0
/
+6
2006-07-20
uint32_t -> uint &c
rtm
1
-3
/
+3
2006-07-17
nitpicks
rsc
1
-2
/
+2
2006-07-16
no memlayout.h
rsc
1
-1
/
+0
2006-07-12
and the file
kaashoek
1
-0
/
+204