aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/amd64_mem.c
Commit message (Expand)AuthorAgeFilesLines
* [1] According to the x86 architectural specifications, no virtual-to-Alan Cox2010-10-271-2/+36
* Enable MTRR on all VIA CPUs that claim support (amd64).Robert Noland2010-02-021-4/+1
* Initial suspend/resume support for amd64.Jung-uk Kim2009-03-171-1/+27
* Add basic amd64 support for VIA Nano processors.Jung-uk Kim2009-01-121-2/+10
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").Jung-uk Kim2008-11-261-2/+3
* The variable MTRR registers actually have variable-sized PhysBase andJohn Baldwin2008-03-121-6/+24
* Minimize diffs with i686_mem.c:John Baldwin2008-03-121-6/+4
* Style(9) these files. No changes in the compiled code. (Verified byJohn Baldwin2008-03-111-405/+443
* Add constants for the various fields in MTRR registers.John Baldwin2008-03-111-11/+12
* Move the definition of M_MEMDESC to a non-optional file. This allowsScott Long2004-08-071-0/+5
* Various whitespace and cosmetic sync-up's with i386.Peter Wemm2003-12-061-1/+0
* Argh! The Athlon64 and Opteron only implement 40 bits of address space inPeter Wemm2003-11-221-5/+4
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-211-1/+1
* AMD64 mtrr driver.Peter Wemm2003-08-231-75/+80
* Use __FBSDID().David E. O'Brien2003-06-021-1/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Loader tunable 'machdep.disable_mtrrs'.Matthew N. Dodd2002-11-131-1/+7
* This patch enables FreeBSD i686 MTRR support on Intel PentiumMatthew N. Dodd2002-09-191-1/+1
* Some BIOSs are using MTRR values that are only documented under NDADavid Malone2002-09-151-0/+11
* Make the MTRR code a bit more defensive - this should help peopleDavid Malone2002-04-141-30/+51
* Overhaul of the SMP code. Several portions of the SMP kernel support haveJohn Baldwin2001-04-271-4/+1
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justJohn Baldwin2001-04-111-1/+1
* Remove the old APIC I/O higher level IPI API in favor of the newer MIJohn Baldwin2001-04-101-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,Paul Saab2000-09-221-2/+0
* Enable MTRR support for K7 (Athlon) processors, which happens to have theBrian Feldman1999-10-121-3/+4
* Zap unneeded #includesPeter Wemm1999-10-111-2/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix typo which would have caused MTRR support on non-SMP systems toMike Smith1999-08-041-2/+2
* Update of the i686 MTRR/memory range support.Mike Smith1999-07-201-45/+46
* Harmless change to prevent possible problems in the future. I madeBrian Feldman1999-06-181-2/+4
* Add a hook that can be called to initialise a slave processor's memoryMike Smith1999-04-301-18/+49
* mem.cMike Smith1999-04-071-0/+554