| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 1 | -2/+0 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 1 | -0/+2 |
| * | Enable DEVICE_NUMA with up to 8 domains by default on amd64. | John Baldwin | 2016-04-12 | 1 | -1/+1 |
| * | Use single instance of the identical INKERNEL() and PMC_IN_KERNEL() | Konstantin Belousov | 2015-07-02 | 1 | -0/+3 |
| * | Bump MAXCPU on amd64 from 64 to 256. In practice APIC only permits 255 | John Baldwin | 2014-08-20 | 1 | -1/+1 |
| * | Increase the TSS limit by one byte. The processor requires an additional byte | Neel Natu | 2014-05-14 | 1 | -0/+6 |
| * | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | Attilio Rao | 2013-05-07 | 1 | -0/+4 |
| * | As discussed on -current, remove the hardcoded default maxswzone. | Dag-Erling Smørgrav | 2012-08-14 | 1 | -8/+0 |
| * | Bump MAXCPU for amd64, ia64 and XLP mips appropriately. | Attilio Rao | 2011-07-19 | 1 | -1/+1 |
| * | Add the possibility to specify from kernel configs MAXCPU value. | Attilio Rao | 2011-07-19 | 1 | -0/+2 |
| * | When compat32 binary asks for the value of hw.machine_arch, report the | Konstantin Belousov | 2010-07-22 | 1 | -0/+3 |
| * | Uppercase the UL suffix on a constant, so Flexelint doesn't worry that | Poul-Henning Kamp | 2009-11-16 | 1 | -1/+1 |
| * | Add a new sysctl for reporting all of the supported page sizes. | Alan Cox | 2009-09-18 | 1 | -0/+2 |
| * | Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an | Poul-Henning Kamp | 2009-09-08 | 1 | -14/+3 |
| * | Move multi-include protection back up to the top of the file and | Poul-Henning Kamp | 2009-09-08 | 1 | -4/+4 |
| * | Cleanup ALIGNED_POINTER: | Sam Leffler | 2009-07-05 | 1 | -10/+7 |
| * | Now that amd64's kernel map is 512GB (SVN rev 192216), there is no reason | Alan Cox | 2009-06-08 | 1 | -9/+0 |
| * | Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommend | John Baldwin | 2009-05-18 | 1 | -1/+1 |
| * | Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing | Robert Watson | 2009-04-20 | 1 | -2/+0 |
| * | Add description and cautionary note regarding CACHE_LINE_SIZE. | Robert Watson | 2009-04-19 | 1 | -0/+4 |
| * | For each architecture, define CACHE_LINE_SHIFT and a derived | Robert Watson | 2009-04-19 | 1 | -0/+4 |
| * | Bump MAXCPU to 32 now that 32 CPU x86 systems exist. | John Baldwin | 2008-10-01 | 1 | -1/+1 |
| * | Enhance pmap_change_attr() with the ability to demote 1GB page mappings. | Alan Cox | 2008-08-01 | 1 | -0/+1 |
| * | Increase the ceiling on the size of the buffer map. | Alan Cox | 2008-07-19 | 1 | -1/+1 |
| * | When building a kernel module, define MAXCPU the same as SMP so | John Birrell | 2008-03-27 | 1 | -1/+1 |
| * | By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT into | Warner Losh | 2006-01-09 | 1 | -0/+3 |
| * | Drop _MACHINE_ARCH and _MACHINE defines (not to be confused with | Ruslan Ermilov | 2005-12-06 | 1 | -7/+0 |
| * | Increase MAXCPU to 16 in SMP kernels so that APIC IDs from 0 to 15 are | John Baldwin | 2005-06-29 | 1 | -1/+1 |
| * | MFi386: whitespace, copyright header, etc updates | Peter Wemm | 2005-01-21 | 1 | -1/+0 |
| * | Begin all license/copyright comments with /*- | Warner Losh | 2005-01-05 | 1 | -1/+1 |
| * | Remove UAREA_PAGES. | David Schultz | 2004-11-20 | 1 | -1/+0 |
| * | Turn PREEMPTION into a kernel option. Make sure that it's defined if | Scott Long | 2004-09-02 | 1 | -5/+0 |
| * | Turn off PREEMPTION by default while it gets debugged. It's been causing | Scott Long | 2004-08-01 | 1 | -0/+3 |
| * | Implement preemption of kernel threads natively in the scheduler rather | John Baldwin | 2004-07-02 | 1 | -0/+2 |
| * | Be a little more consistent in the naming of the PML4 defines. | Peter Wemm | 2004-06-07 | 1 | -3/+3 |
| * | Since we have additional kernel virtual address space, allow the buffer | Alan Cox | 2003-12-20 | 1 | -1/+1 |
| * | Initial landing of SMP support for FreeBSD/amd64. | Peter Wemm | 2003-11-17 | 1 | -0/+4 |
| * | KSTACK_PAGES is a global option. | Peter Wemm | 2003-07-31 | 1 | -0/+2 |
| * | Migrate the thread stack management functions from the machine-dependent | Alan Cox | 2003-06-14 | 1 | -1/+1 |
| * | Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C. | Peter Wemm | 2003-06-04 | 1 | -1/+1 |
| * | Major pmap rework to take advantage of the larger address space on amd64 | Peter Wemm | 2003-05-23 | 1 | -7/+5 |
| * | Commit MD parts of a loosely functional AMD64 port. This is based on | Peter Wemm | 2003-05-01 | 1 | -16/+47 |
| * | Repocopy from x86_64/... to amd64/... | Peter Wemm | 2003-04-30 | 1 | -8/+7 |
| * | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm | 2002-09-17 | 1 | -7/+0 |
| * | This is the start of the FreeBSD/x86_64 kernel. | David E. O'Brien | 2002-06-30 | 1 | -0/+138 |