<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/amd64/include/param.h, branch releng/11.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F11.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F11.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-03-29T02:50:57Z</updated>
<entry>
<title>Revert r330897:</title>
<updated>2018-03-29T02:50:57Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-29T02:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4ab2e064d7950be84256d671a7ae93f87cc6aa36'/>
<id>urn:sha1:4ab2e064d7950be84256d671a7ae93f87cc6aa36</id>
<content type='text'>
This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)
</content>
</entry>
<entry>
<title>Partial merge of the SPDX changes</title>
<updated>2018-03-14T03:19:51Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-14T03:19:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=be5d0b9566b13fdf8cabebb63334cbec12bfc409'/>
<id>urn:sha1:be5d0b9566b13fdf8cabebb63334cbec12bfc409</id>
<content type='text'>
These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.

No objections from:	pfg
</content>
</entry>
<entry>
<title>Enable DEVICE_NUMA with up to 8 domains by default on amd64.</title>
<updated>2016-04-12T21:23:44Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2016-04-12T21:23:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7ecf8cab6f4b3c8cb2c2a551e03b3c617d7d628d'/>
<id>urn:sha1:7ecf8cab6f4b3c8cb2c2a551e03b3c617d7d628d</id>
<content type='text'>
8 memory domains should handle a quad-socket board with dual-domain
processors.

Reviewed by:	kib
Relnotes:	maybe?
Differential Revision:	https://reviews.freebsd.org/D5893
</content>
</entry>
<entry>
<title>Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()</title>
<updated>2015-07-02T14:37:21Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2015-07-02T14:37:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6fdfd88220a1728eca98f1172a09a6782b20cb78'/>
<id>urn:sha1:6fdfd88220a1728eca98f1172a09a6782b20cb78</id>
<content type='text'>
macros on amd64 and i386.  Move the definition to machine/param.h.
kgdb defines INKERNEL() too, the conflict is resolved by renaming kgdb
version to PINKERNEL().

On i386, correct the lowest kernel address.  After the shared page was
introduced, USRSTACK no longer points to the last user address + 1 [*]

Submitted by:	Oliver Pinter [*]
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
</content>
</entry>
<entry>
<title>Bump MAXCPU on amd64 from 64 to 256.  In practice APIC only permits 255</title>
<updated>2014-08-20T16:06:24Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2014-08-20T16:06:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=64d6de263bdd852cb17ae572aaaef5c10385f481'/>
<id>urn:sha1:64d6de263bdd852cb17ae572aaaef5c10385f481</id>
<content type='text'>
CPUs (IDs 0 through 254).  Getting above that limit requires x2APIC.

MFC after:	1 month
</content>
</entry>
<entry>
<title>Increase the TSS limit by one byte. The processor requires an additional byte</title>
<updated>2014-05-14T22:24:09Z</updated>
<author>
<name>Neel Natu</name>
<email>neel@FreeBSD.org</email>
</author>
<published>2014-05-14T22:24:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f3db4c53e64e3bd60e88afd9dec01175bbc647dc'/>
<id>urn:sha1:f3db4c53e64e3bd60e88afd9dec01175bbc647dc</id>
<content type='text'>
with all bits set to 1 beyond the I/O permission bitmap.

Prior to this change accessing I/O ports [0xFFF8-0xFFFF] would trigger a
#GP fault even though the I/O bitmap allowed access to those ports.

For more details see section "I/O Permission Bit Map" in the Intel SDM, Vol 1.

Reviewed by:	kib
</content>
</entry>
<entry>
<title>Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in</title>
<updated>2013-05-07T22:46:24Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2013-05-07T22:46:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=941646f5ec5d89c10dbc9a0ff3b412b52ae74002'/>
<id>urn:sha1:941646f5ec5d89c10dbc9a0ff3b412b52ae74002</id>
<content type='text'>
order to match the MAXCPU concept.  The change should also be useful
for consolidation and consistency.

Sponsored by:	EMC / Isilon storage division
Obtained from:	jeff
Reviewed by:	alc
</content>
</entry>
<entry>
<title>As discussed on -current, remove the hardcoded default maxswzone.</title>
<updated>2012-08-14T17:01:21Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2012-08-14T17:01:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e2082935f0c31a55bae359035940e634b8c70206'/>
<id>urn:sha1:e2082935f0c31a55bae359035940e634b8c70206</id>
<content type='text'>
MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Bump MAXCPU for amd64, ia64 and XLP mips appropriately.</title>
<updated>2011-07-19T13:00:30Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2011-07-19T13:00:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=786ef92b7b0c86c4e0c92509abade475a7be9631'/>
<id>urn:sha1:786ef92b7b0c86c4e0c92509abade475a7be9631</id>
<content type='text'>
From now on, default values for FreeBSD will be 64 maxiumum supported
CPUs on amd64 and ia64 and 128 for XLP. All the other architectures
seem already capped appropriately (with the exception of sparc64 which
needs further support on jalapeno flavour).

Bump __FreeBSD_version in order to reflect KBI/KPI brekage introduced
during the infrastructure cleanup for supporting MAXCPU &gt; 32. This
covers cpumask_t retiral too.

The switch is considered completed at the present time, so for whatever
bug you may experience that is reconducible to that area, please report
immediately.

Requested by:	marcel, jchandra
Tested by:	pluknet, sbruno
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Add the possibility to specify from kernel configs MAXCPU value.</title>
<updated>2011-07-19T00:37:24Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2011-07-19T00:37:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=68b739cd6f5af9b2f4f03fe7bb9627dee6e03c42'/>
<id>urn:sha1:68b739cd6f5af9b2f4f03fe7bb9627dee6e03c42</id>
<content type='text'>
This patch is going to help in cases like mips flavours where you
want a more granular support on MAXCPU.

No MFC is previewed for this patch.

Tested by:	pluknet
Approved by:	re (kib)
</content>
</entry>
</feed>
