<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/amd64, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-01-26T19:42:13Z</updated>
<entry>
<title>MFC: Add PFIL_HOOKS to the GENERIC kernel configuration.</title>
<updated>2004-01-26T19:42:13Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2004-01-26T19:42:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a342ab5f24a5c78e7b524f261ef208d9152e137'/>
<id>urn:sha1:2a342ab5f24a5c78e7b524f261ef208d9152e137</id>
<content type='text'>
Requested by:	re
</content>
</entry>
<entry>
<title>Don't build a kernel.debug for the release.</title>
<updated>2003-12-07T23:52:54Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-12-07T23:52:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b53300c0c5f64aac70293bb712212336c32739e'/>
<id>urn:sha1:4b53300c0c5f64aac70293bb712212336c32739e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable WITNESS, INVARIANTS, and DDB for our Tier-1 platforms for the release</title>
<updated>2003-12-07T04:10:47Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-12-07T04:10:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=303048382cecbf47436240129cdab4ae8d66af6b'/>
<id>urn:sha1:303048382cecbf47436240129cdab4ae8d66af6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.</title>
<updated>2003-12-07T03:02:28Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-12-07T03:02:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a348451bd8bd6d66bcb5b23f2aaec00e74c1292f'/>
<id>urn:sha1:a348451bd8bd6d66bcb5b23f2aaec00e74c1292f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reconfigure the runq macros to use the 64 bit ffs/bsf routines instead</title>
<updated>2003-12-06T23:24:18Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-12-06T23:24:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3db64504235ab1edbf26964c262b1ec6bea52c24'/>
<id>urn:sha1:3db64504235ab1edbf26964c262b1ec6bea52c24</id>
<content type='text'>
of doing a loop and taking two 32 bit passes at the runqueue bits.  All
the 64 bit platforms should probably do this since there are 64 run queues.

Approved by:  re (scottl)
</content>
</entry>
<entry>
<title>Add 64 bit bsf*/ffs* routines.  Have the ffs() inline use gcc's builtin</title>
<updated>2003-12-06T23:22:43Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-12-06T23:22:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=176ce2b1f472b296c625c7dcdd64c00c60f5493a'/>
<id>urn:sha1:176ce2b1f472b296c625c7dcdd64c00c60f5493a</id>
<content type='text'>
because it uses the better cmove instructions to avoid branches.
</content>
</entry>
<entry>
<title>Various whitespace and cosmetic sync-up's with i386.</title>
<updated>2003-12-06T23:19:47Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-12-06T23:19:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=21616ec307855d25e8c0ceb82180a097ac916156'/>
<id>urn:sha1:21616ec307855d25e8c0ceb82180a097ac916156</id>
<content type='text'>
Approved by:  re (scottl)
</content>
</entry>
<entry>
<title>amd64_protection_init and the protection_codes[] array was overkill.</title>
<updated>2003-12-06T23:18:42Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-12-06T23:18:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=90be5e4e7da44241e494f699c0cd7275f0c03869'/>
<id>urn:sha1:90be5e4e7da44241e494f699c0cd7275f0c03869</id>
<content type='text'>
Inline it instead.

Approved by:  re (scottl)
</content>
</entry>
<entry>
<title>Kill the ASM versions of the mtx_lock_spin and friends.  They were never</title>
<updated>2003-12-06T23:17:18Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-12-06T23:17:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=62b689edc91d7912538ad832f08c288142c632e8'/>
<id>urn:sha1:62b689edc91d7912538ad832f08c288142c632e8</id>
<content type='text'>
used on amd64, and were actually totally broken.  They had the wrong
calling conventions.  I believe the i386 versions are going away too.

Approved by:  re (scottl)
</content>
</entry>
<entry>
<title>MFi386: put the apic disable hook in a better place.</title>
<updated>2003-12-06T23:14:44Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-12-06T23:14:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cfef9436822204d9773b570726b42b532fb47154'/>
<id>urn:sha1:cfef9436822204d9773b570726b42b532fb47154</id>
<content type='text'>
Approved by:  re (scottl)
</content>
</entry>
</feed>
