summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/amd64_mem.c
Commit message (Expand)AuthorAgeFilesLines
* Make the MTRR code a bit more defensive - this should help peopledwmalone2002-04-141-30/+51
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-4/+1
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justjhb2001-04-111-1/+1
* Remove the old APIC I/O higher level IPI API in favor of the newer MIjhb2001-04-101-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-221-2/+0
* Enable MTRR support for K7 (Athlon) processors, which happens to have thegreen1999-10-121-3/+4
* Zap unneeded #includespeter1999-10-111-2/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix typo which would have caused MTRR support on non-SMP systems tomsmith1999-08-041-2/+2
* Update of the i686 MTRR/memory range support.msmith1999-07-201-45/+46
* Harmless change to prevent possible problems in the future. I madegreen1999-06-181-2/+4
* Add a hook that can be called to initialise a slave processor's memorymsmith1999-04-301-18/+49
* mem.cmsmith1999-04-071-0/+554
OpenPOWER on IntegriCloud