summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/md_var.h
Commit message (Expand)AuthorAgeFilesLines
* Add basic amd64 support for VIA Nano processors.jkim2009-01-121-0/+2
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-261-0/+1
* Detect Advanced Power Management Information for AMD CPUs.jkim2008-10-211-0/+1
* Remove extern struct pcpu __pcpu[]; from the header file andkan2007-05-191-2/+0
* Revert previous change.rodrigc2007-01-181-1/+1
* Forward declare __pcpu as a pointer type instead of an array type torodrigc2007-01-181-1/+1
* MFi386:davidxu2006-06-191-0/+1
* Introduce minidumps. Full physical memory crash dumps are still availablepeter2006-04-211-0/+6
* - Print number of physical/logical cores and more CPUID info.jkim2005-10-141-0/+2
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-101-1/+0
* Initial PG_NX support (no-execute page bit)peter2004-06-081-1/+3
* - is_physical_memory()'s parameter, which is a physical address, should bealc2004-04-111-1/+1
* - Add an optimized page copy function for use by pmap_copy_page(). It isalc2004-03-311-2/+3
* Re-add user_dbreg_trap() for debug register supportpeter2004-01-291-0/+1
* remove elan_mmcr, I'm not sure I understand what it did here in thephk2004-01-171-1/+0
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-1/+4
* Move basemem variable into global scope so that the MP startup code canpeter2003-09-221-0/+1
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-161-3/+0
* Add BASIC i386 binary support for the amd64 kernel. This is largelypeter2003-05-141-0/+1
* Make atdevbase long for the KERNBASE > 4GB casepeter2003-05-111-1/+1
* bcopyb() isn't used on amd64 kernel (it only exists for i386/pcvt)peter2003-05-101-1/+0
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-49/+2
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-041-4/+5
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-021-0/+16
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* - Move enable_sse()'s prototype to machine/md_var.h.jhb2003-01-221-2/+3
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisjhb2003-01-221-1/+1
* Rework part of the previous processor name changes so that we readjhb2003-01-091-1/+0
* - Add a cpu_exthigh variable to hold the highest extended cpuid valuejhb2003-01-081-0/+2
* Add a cpuid_cpuinfo variable to hold the results of %ebx from cpuid withjhb2003-01-081-0/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-1/+7
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-301-1/+1
* Move a prototype to the least wrong place.phk2002-08-021-0/+1
* The Elan SC520 MMCR is actually 16bit wide, so u_char is inconvenient.phk2002-07-311-1/+1
* Add initialization code for the AMD Elan sc520 which maps the MMCRphk2002-07-181-0/+1
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-1/+0
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-6/+3
* Remove __P.alfred2002-03-201-35/+35
* Back out part of KSE/M2 that snuck in under the radar: changing thejhb2002-02-271-2/+2
* Apparently during the KSE M2 commit bzero() on the i386 was changed so thatjhb2002-02-081-2/+2
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-211-3/+0
* Cleanup and split of nfs client and server code.peter2001-09-181-1/+0
* KSE Milestone 2julian2001-09-121-4/+4
* vm_page_zero_idle() is no longer MD.peter2001-08-251-1/+0
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-121-0/+1
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-051-1/+0
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-2/+1
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-0/+1
* Clean up some low level bootstrap code:peter2000-08-111-0/+1
* Don't forget to reset the hardware debug registers when a process thatbsd2000-02-201-0/+1
OpenPOWER on IntegriCloud