summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/md_var.h
Commit message (Expand)AuthorAgeFilesLines
* Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c.jkim2014-03-041-1/+0
* x86: detect mwait capabilities and extensions, when presentavg2013-07-281-0/+3
* Fix the hardware watchpoints on SMP amd64. Load the updated %drkib2013-05-211-0/+1
* Provide the reading and display of the Standard Extended Features,kib2012-11-011-0/+1
* Add support for the XSAVEOPT instruction use. Our XSAVE/XRSTOR usagekib2012-07-141-0/+1
* Add support for the extended FPU states on amd64, both for nativekib2012-01-211-0/+10
* Put amd64_syscall() prototype in md_var.h.kib2011-09-151-0/+1
* Handle a case when non-canonical address is loaded into the fsbase orkib2010-04-101-0/+4
* Implement AMD's recommended workaround for Erratum 383 on Family 10halc2010-03-091-0/+1
* Amd64 init_secondary() calls initializecpu() while curthread is stillkib2009-11-131-0/+1
* When the page caching attributes are changed, after new mapping iskib2009-07-221-0/+1
* Save and restore segment registers on amd64 when entering and leavingkib2009-04-011-0/+13
* 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
OpenPOWER on IntegriCloud