summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/param.h
Commit message (Expand)AuthorAgeFilesLines
* As discussed on -current, remove the hardcoded default maxswzone.des2012-08-141-8/+0
* Bump MAXCPU for amd64, ia64 and XLP mips appropriately.attilio2011-07-191-1/+1
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* When compat32 binary asks for the value of hw.machine_arch, report thekib2010-07-221-0/+3
* Uppercase the UL suffix on a constant, so Flexelint doesn't worry thatphk2009-11-161-1/+1
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-081-14/+3
* Move multi-include protection back up to the top of the file andphk2009-09-081-4/+4
* Cleanup ALIGNED_POINTER:sam2009-07-051-10/+7
* Now that amd64's kernel map is 512GB (SVN rev 192216), there is no reasonalc2009-06-081-9/+0
* Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommendjhb2009-05-181-1/+1
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-191-0/+4
* Bump MAXCPU to 32 now that 32 CPU x86 systems exist.jhb2008-10-011-1/+1
* Enhance pmap_change_attr() with the ability to demote 1GB page mappings.alc2008-08-011-0/+1
* Increase the ceiling on the size of the buffer map.alc2008-07-191-1/+1
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-1/+1
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoimp2006-01-091-0/+3
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
* Increase MAXCPU to 16 in SMP kernels so that APIC IDs from 0 to 15 arejhb2005-06-291-1/+1
* MFi386: whitespace, copyright header, etc updatespeter2005-01-211-1/+0
* Begin all license/copyright comments with /*-imp2005-01-051-1/+1
* Remove UAREA_PAGES.das2004-11-201-1/+0
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifscottl2004-09-021-5/+0
* Turn off PREEMPTION by default while it gets debugged. It's been causingscottl2004-08-011-0/+3
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-021-0/+2
* Be a little more consistent in the naming of the PML4 defines.peter2004-06-071-3/+3
* Since we have additional kernel virtual address space, allow the bufferalc2003-12-201-1/+1
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-0/+4
* KSTACK_PAGES is a global option.peter2003-07-311-0/+2
* Migrate the thread stack management functions from the machine-dependentalc2003-06-141-1/+1
* Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C.peter2003-06-041-1/+1
* Major pmap rework to take advantage of the larger address space on amd64peter2003-05-231-7/+5
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-17/+48
* Repocopy from x86_64/... to amd64/...peter2003-04-301-8/+7
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-7/+0
* This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-301-0/+138
OpenPOWER on IntegriCloud