<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/amd64/include, branch releng/5.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-05-13T00:02:47Z</updated>
<entry>
<title>Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed".</title>
<updated>2005-05-13T00:02:47Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2005-05-13T00:02:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0661094c6f13ad2d0765b2310577d52c20588805'/>
<id>urn:sha1:0661094c6f13ad2d0765b2310577d52c20588805</id>
<content type='text'>
Default off due to information disclosure on multi-user systems.

Submitted by:	cperciva
Reviewed by:	jhb
Approved by:	security-officer
</content>
</entry>
<entry>
<title>Fully initialize the required TSS fields so that the io permission</title>
<updated>2005-04-06T01:06:44Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2005-04-06T01:06:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cfba578f829c4e411a77bbfce2d7062c288ee881'/>
<id>urn:sha1:cfba578f829c4e411a77bbfce2d7062c288ee881</id>
<content type='text'>
bitmap is set correctly.

Patch from:	peter
Security:	FreeBSD-SA-05:03.amd64
Approved by:	so (cperciva)
</content>
</entry>
<entry>
<title>MFC: rev 1.45: increase MAXDSIZ from 8MB to 32MB.</title>
<updated>2004-10-30T00:11:41Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2004-10-30T00:11:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a936ce1f0e47555862be9fc2dc3adc28bf520752'/>
<id>urn:sha1:a936ce1f0e47555862be9fc2dc3adc28bf520752</id>
<content type='text'>
(I believe there will be a tag slide for this)

Approved by:  re (kensmith)
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_5_3'.</title>
<updated>2004-10-16T08:43:07Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-10-16T08:43:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5c5cd6c8e7b9cc9c39e56d04459ff9f4b2408bc1'/>
<id>urn:sha1:5c5cd6c8e7b9cc9c39e56d04459ff9f4b2408bc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC multiple pmap changes</title>
<updated>2004-10-10T19:08:00Z</updated>
<author>
<name>Alan Cox</name>
<email>alc@FreeBSD.org</email>
</author>
<published>2004-10-10T19:08:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=267b92e122a63846a24d14e0eb112e63f067abe7'/>
<id>urn:sha1:267b92e122a63846a24d14e0eb112e63f067abe7</id>
<content type='text'>
amd64 and i386
 - Remove unnecessary checks for curthread == NULL and pmap == NULL.
 - Release the page queues lock earlier in pmap_protect() and pmap_remove()
   in order to reduce contention.
 - Remove an outdated assertion from _pmap_allocpte().
 - Simplify the reference counting of page table pages.  Specifically, use
   the page table page's wired count rather than its hold count to contain
   the reference count.
 - Prevent the unexpected deallocation of a page table page while
   performing pmap_copy().
 - Eliminate the unnecessary masking of the page offset bits from the
   physical address that is stored in the vm_page.
 - Undo revision 1.251.  This change was a performance pessimizing work-
   around that is no longer required.  Now, if the preexisting PTE is
   invalid, pmap_enter() does not call pmap_invalidate_page() to update
   the TLB(s).
 - Make pte_load_store() an atomic operation in all cases, not just i386
   PAE.
 - Restructure pmap_enter() to prevent the loss of a page modified (PG_M)
   bit in a race between processors.  (This restructuring assumes the newly
   atomic pte_load_store() for correct operation.)

amd64 only
 - It is now an error to call pmap_unuse_pt without the paddr of the pde
   that contained the pte.
 - Remove an unused declaration.

i386 only
 - Modify pmap_pte() to support its use on non-current, non-kernel pmaps
   without holding Giant.

Approved by: re (scottl)
</content>
</entry>
<entry>
<title>MFi386:  Fix breakpoint handling.</title>
<updated>2004-10-10T18:54:30Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2004-10-10T18:54:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4633ee43ac840ec9981a7efb420f52b5c9eb5e04'/>
<id>urn:sha1:4633ee43ac840ec9981a7efb420f52b5c9eb5e04</id>
<content type='text'>
Approved by:  re
</content>
</entry>
<entry>
<title>MFC: Increase NKPT to allow for up to 16GB on i386/PAE and amd64.</title>
<updated>2004-10-09T03:00:17Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2004-10-09T03:00:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=43dd15c596f1528b92ef5972b894838f62c04798'/>
<id>urn:sha1:43dd15c596f1528b92ef5972b894838f62c04798</id>
<content type='text'>
Approved by: re
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_5'.</title>
<updated>2004-09-24T18:42:06Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-09-24T18:42:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=66ca21b80722dbd686f0bd7845e2e1cb7b709c24'/>
<id>urn:sha1:66ca21b80722dbd686f0bd7845e2e1cb7b709c24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Turn PREEMPTION into a kernel option.  It is NOT enabled at this time.</title>
<updated>2004-09-10T00:04:18Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2004-09-10T00:04:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=69ba7f59694787612ef7782b368ccf60a6b8ab75'/>
<id>urn:sha1:69ba7f59694787612ef7782b368ccf60a6b8ab75</id>
<content type='text'>
Approved by: re
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_5'.</title>
<updated>2004-08-18T16:37:05Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-08-18T16:37:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3c9270175d1bd3e7d0005e5f843a948f53ae77fb'/>
<id>urn:sha1:3c9270175d1bd3e7d0005e5f843a948f53ae77fb</id>
<content type='text'>
</content>
</entry>
</feed>
