Up to [cvs.NetBSD.org] / src / sys / arch / i386 / i386
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: bouyer-xenamd64
Revision 1.51.2.3 / (download) - annotate - [select for diffs], Sun Nov 18 19:34:28 2007 UTC (5 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.51.2.2: +5 -6
lines
Diff to previous 1.51.2.2 (colored) to branchpoint 1.51 (colored) next main 1.52 (colored)
Sync with HEAD
Revision 1.51.2.2 / (download) - annotate - [select for diffs], Tue Nov 13 15:58:33 2007 UTC (5 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.51.2.1: +12 -2
lines
Diff to previous 1.51.2.1 (colored) to branchpoint 1.51 (colored)
Sync with HEAD
Revision 1.51.2.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:35:50 2007 UTC (5 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.51: +139 -80
lines
Diff to previous 1.51 (colored)
Sync with HEAD.
Revision 1.51 / (download) - annotate - [select for diffs], Wed Sep 26 19:48:36 2007 UTC (5 years, 8 months ago) by ad
Branch: MAIN
CVS Tags: yamt-x86pmap-base3,
yamt-x86pmap-base2,
vmlocking-base,
ppcoea-renovation-base
Branch point for: bouyer-xenamd64
Changes since 1.50: +1 -42
lines
Diff to previous 1.50 (colored)
x86 changes for pcc and LKMs. - Replace most inline assembly with proper functions. As a side effect this reduces the size of amd64 GENERIC by about 120kB, and i386 by a smaller amount. Nearly all of the inlines did something slow, or something that does not need to be fast. - Make curcpu() and curlwp functions proper, unless __GNUC__ && _KERNEL. In that case make them inlines. Makes curlwp LKM and preemption safe. - Make bus_space and bus_dma more LKM friendly. - Share a few more files between the ports. - Other minor changes.