aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/param.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r330897:Eitan Adler2018-03-291-2/+0
* Partial merge of the SPDX changesEitan Adler2018-03-141-0/+2
* Enable DEVICE_NUMA with up to 8 domains by default on amd64.John Baldwin2016-04-121-1/+1
* Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()Konstantin Belousov2015-07-021-0/+3
* Bump MAXCPU on amd64 from 64 to 256. In practice APIC only permits 255John Baldwin2014-08-201-1/+1
* Increase the TSS limit by one byte. The processor requires an additional byteNeel Natu2014-05-141-0/+6
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-071-0/+4
* As discussed on -current, remove the hardcoded default maxswzone.Dag-Erling Smørgrav2012-08-141-8/+0
* Bump MAXCPU for amd64, ia64 and XLP mips appropriately.Attilio Rao2011-07-191-1/+1
* Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao2011-07-191-0/+2
* When compat32 binary asks for the value of hw.machine_arch, report theKonstantin Belousov2010-07-221-0/+3
* Uppercase the UL suffix on a constant, so Flexelint doesn't worry thatPoul-Henning Kamp2009-11-161-1/+1
* Add a new sysctl for reporting all of the supported page sizes.Alan Cox2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp2009-09-081-14/+3
* Move multi-include protection back up to the top of the file andPoul-Henning Kamp2009-09-081-4/+4
* Cleanup ALIGNED_POINTER:Sam Leffler2009-07-051-10/+7
* Now that amd64's kernel map is 512GB (SVN rev 192216), there is no reasonAlan Cox2009-06-081-9/+0
* Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommendJohn Baldwin2009-05-181-1/+1
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+4
* Bump MAXCPU to 32 now that 32 CPU x86 systems exist.John Baldwin2008-10-011-1/+1
* Enhance pmap_change_attr() with the ability to demote 1GB page mappings.Alan Cox2008-08-011-0/+1
* Increase the ceiling on the size of the buffer map.Alan Cox2008-07-191-1/+1
* When building a kernel module, define MAXCPU the same as SMP soJohn Birrell2008-03-271-1/+1
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoWarner Losh2006-01-091-0/+3
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withRuslan Ermilov2005-12-061-7/+0
* Increase MAXCPU to 16 in SMP kernels so that APIC IDs from 0 to 15 areJohn Baldwin2005-06-291-1/+1
* MFi386: whitespace, copyright header, etc updatesPeter Wemm2005-01-211-1/+0
* Begin all license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Remove UAREA_PAGES.David Schultz2004-11-201-1/+0
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifScott Long2004-09-021-5/+0
* Turn off PREEMPTION by default while it gets debugged. It's been causingScott Long2004-08-011-0/+3
* Implement preemption of kernel threads natively in the scheduler ratherJohn Baldwin2004-07-021-0/+2
* Be a little more consistent in the naming of the PML4 defines.Peter Wemm2004-06-071-3/+3
* Since we have additional kernel virtual address space, allow the bufferAlan Cox2003-12-201-1/+1
* Initial landing of SMP support for FreeBSD/amd64.Peter Wemm2003-11-171-0/+4
* KSTACK_PAGES is a global option.Peter Wemm2003-07-311-0/+2
* Migrate the thread stack management functions from the machine-dependentAlan Cox2003-06-141-1/+1
* Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C.Peter Wemm2003-06-041-1/+1
* Major pmap rework to take advantage of the larger address space on amd64Peter Wemm2003-05-231-7/+5
* Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm2003-05-011-16/+47
* Repocopy from x86_64/... to amd64/...Peter Wemm2003-04-301-8/+7
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-7/+0
* This is the start of the FreeBSD/x86_64 kernel.David E. O'Brien2002-06-301-0/+138