aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/md_var.h
Commit message (Expand)AuthorAgeFilesLines
* x86: detect mwait capabilities and extensions, when presentAndriy Gapon2013-07-281-0/+3
* Fix the hardware watchpoints on SMP amd64. Load the updated %drKonstantin Belousov2013-05-211-0/+1
* Provide the reading and display of the Standard Extended Features,Konstantin Belousov2012-11-011-0/+1
* Add support for the XSAVEOPT instruction use. Our XSAVE/XRSTOR usageKonstantin Belousov2012-07-141-0/+1
* Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov2012-01-211-0/+10
* Put amd64_syscall() prototype in md_var.h.Konstantin Belousov2011-09-151-0/+1
* Handle a case when non-canonical address is loaded into the fsbase orKonstantin Belousov2010-04-101-0/+4
* Implement AMD's recommended workaround for Erratum 383 on Family 10hAlan Cox2010-03-091-0/+1
* Amd64 init_secondary() calls initializecpu() while curthread is stillKonstantin Belousov2009-11-131-0/+1
* When the page caching attributes are changed, after new mapping isKonstantin Belousov2009-07-221-0/+1
* Save and restore segment registers on amd64 when entering and leavingKonstantin Belousov2009-04-011-0/+13
* Add basic amd64 support for VIA Nano processors.Jung-uk Kim2009-01-121-0/+2
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").Jung-uk Kim2008-11-261-0/+1
* Detect Advanced Power Management Information for AMD CPUs.Jung-uk Kim2008-10-211-0/+1
* Remove extern struct pcpu __pcpu[]; from the header file andAlexander Kabaev2007-05-191-2/+0
* Revert previous change.Craig Rodrigues2007-01-181-1/+1
* Forward declare __pcpu as a pointer type instead of an array type toCraig Rodrigues2007-01-181-1/+1
* MFi386:David Xu2006-06-191-0/+1
* Introduce minidumps. Full physical memory crash dumps are still availablePeter Wemm2006-04-211-0/+6
* - Print number of physical/logical cores and more CPUID info.Jung-uk Kim2005-10-141-0/+2
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-1/+0
* Initial PG_NX support (no-execute page bit)Peter Wemm2004-06-081-1/+3
* - is_physical_memory()'s parameter, which is a physical address, should beAlan Cox2004-04-111-1/+1
* - Add an optimized page copy function for use by pmap_copy_page(). It isAlan Cox2004-03-311-2/+3
* Re-add user_dbreg_trap() for debug register supportPeter Wemm2004-01-291-0/+1
* remove elan_mmcr, I'm not sure I understand what it did here in thePoul-Henning Kamp2004-01-171-1/+0
* Initial landing of SMP support for FreeBSD/amd64.Peter Wemm2003-11-171-1/+4
* Move basemem variable into global scope so that the MP startup code canPeter Wemm2003-09-221-0/+1
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-161-3/+0
* Add BASIC i386 binary support for the amd64 kernel. This is largelyPeter Wemm2003-05-141-0/+1
* Make atdevbase long for the KERNBASE > 4GB casePeter Wemm2003-05-111-1/+1
* bcopyb() isn't used on amd64 kernel (it only exists for i386/pcvt)Peter Wemm2003-05-101-1/+0
* Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm2003-05-011-49/+2
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,Dag-Erling Smørgrav2003-04-041-4/+5
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazyPeter Wemm2003-04-021-0/+16
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* - Move enable_sse()'s prototype to machine/md_var.h.John Baldwin2003-01-221-2/+3
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisJohn Baldwin2003-01-221-1/+1
* Rework part of the previous processor name changes so that we readJohn Baldwin2003-01-091-1/+0
* - Add a cpu_exthigh variable to hold the highest extended cpuid valueJohn Baldwin2003-01-081-0/+2
* Add a cpuid_cpuinfo variable to hold the results of %ebx from cpuid withJohn Baldwin2003-01-081-0/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-251-1/+7
* Change hw.physmem and hw.usermem to unsigned long like they used to bePeter Wemm2002-08-301-1/+1
* Move a prototype to the least wrong place.Poul-Henning Kamp2002-08-021-0/+1
* The Elan SC520 MMCR is actually 16bit wide, so u_char is inconvenient.Poul-Henning Kamp2002-07-311-1/+1
* Add initialization code for the AMD Elan sc520 which maps the MMCRPoul-Henning Kamp2002-07-181-0/+1
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-091-1/+0
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-6/+3
* Remove __P.Alfred Perlstein2002-03-201-35/+35
* Back out part of KSE/M2 that snuck in under the radar: changing theJohn Baldwin2002-02-271-2/+2