| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: detect mwait capabilities and extensions, when present | avg | 2013-07-28 | 1 | -0/+3 |
* | Fix the hardware watchpoints on SMP amd64. Load the updated %dr | kib | 2013-05-21 | 1 | -0/+1 |
* | Provide the reading and display of the Standard Extended Features, | kib | 2012-11-01 | 1 | -0/+1 |
* | Add support for the XSAVEOPT instruction use. Our XSAVE/XRSTOR usage | kib | 2012-07-14 | 1 | -0/+1 |
* | Add support for the extended FPU states on amd64, both for native | kib | 2012-01-21 | 1 | -0/+10 |
* | Put amd64_syscall() prototype in md_var.h. | kib | 2011-09-15 | 1 | -0/+1 |
* | Handle a case when non-canonical address is loaded into the fsbase or | kib | 2010-04-10 | 1 | -0/+4 |
* | Implement AMD's recommended workaround for Erratum 383 on Family 10h | alc | 2010-03-09 | 1 | -0/+1 |
* | Amd64 init_secondary() calls initializecpu() while curthread is still | kib | 2009-11-13 | 1 | -0/+1 |
* | When the page caching attributes are changed, after new mapping is | kib | 2009-07-22 | 1 | -0/+1 |
* | Save and restore segment registers on amd64 when entering and leaving | kib | 2009-04-01 | 1 | -0/+13 |
* | Add basic amd64 support for VIA Nano processors. | jkim | 2009-01-12 | 1 | -0/+2 |
* | Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "..."). | jkim | 2008-11-26 | 1 | -0/+1 |
* | Detect Advanced Power Management Information for AMD CPUs. | jkim | 2008-10-21 | 1 | -0/+1 |
* | Remove extern struct pcpu __pcpu[]; from the header file and | kan | 2007-05-19 | 1 | -2/+0 |
* | Revert previous change. | rodrigc | 2007-01-18 | 1 | -1/+1 |
* | Forward declare __pcpu as a pointer type instead of an array type to | rodrigc | 2007-01-18 | 1 | -1/+1 |
* | MFi386: | davidxu | 2006-06-19 | 1 | -0/+1 |
* | Introduce minidumps. Full physical memory crash dumps are still available | peter | 2006-04-21 | 1 | -0/+6 |
* | - Print number of physical/logical cores and more CPUID info. | jkim | 2005-10-14 | 1 | -0/+2 |
* | Remove atdevbase and replace it's remaining uses with direct references to | jhb | 2004-06-10 | 1 | -1/+0 |
* | Initial PG_NX support (no-execute page bit) | peter | 2004-06-08 | 1 | -1/+3 |
* | - is_physical_memory()'s parameter, which is a physical address, should be | alc | 2004-04-11 | 1 | -1/+1 |
* | - Add an optimized page copy function for use by pmap_copy_page(). It is | alc | 2004-03-31 | 1 | -2/+3 |
* | Re-add user_dbreg_trap() for debug register support | peter | 2004-01-29 | 1 | -0/+1 |
* | remove elan_mmcr, I'm not sure I understand what it did here in the | phk | 2004-01-17 | 1 | -1/+0 |
* | Initial landing of SMP support for FreeBSD/amd64. | peter | 2003-11-17 | 1 | -1/+4 |
* | Move basemem variable into global scope so that the MP startup code can | peter | 2003-09-22 | 1 | -0/+1 |
* | Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI | marcel | 2003-08-16 | 1 | -3/+0 |
* | Add BASIC i386 binary support for the amd64 kernel. This is largely | peter | 2003-05-14 | 1 | -0/+1 |
* | Make atdevbase long for the KERNBASE > 4GB case | peter | 2003-05-11 | 1 | -1/+1 |
* | bcopyb() isn't used on amd64 kernel (it only exists for i386/pcvt) | peter | 2003-05-10 | 1 | -1/+0 |
* | Commit MD parts of a loosely functional AMD64 port. This is based on | peter | 2003-05-01 | 1 | -49/+2 |
* | Define ovbcopy() as a macro which expands to the equivalent bcopy() call, | des | 2003-04-04 | 1 | -4/+5 |
* | Commit a partial lazy thread switch mechanism for i386. it isn't as lazy | peter | 2003-04-02 | 1 | -0/+16 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 1 | -1/+1 |
* | - Move enable_sse()'s prototype to machine/md_var.h. | jhb | 2003-01-22 | 1 | -2/+3 |
* | Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename this | jhb | 2003-01-22 | 1 | -1/+1 |
* | Rework part of the previous processor name changes so that we read | jhb | 2003-01-09 | 1 | -1/+0 |
* | - Add a cpu_exthigh variable to hold the highest extended cpuid value | jhb | 2003-01-08 | 1 | -0/+2 |
* | Add a cpuid_cpuinfo variable to hold the results of %ebx from cpuid with | jhb | 2003-01-08 | 1 | -0/+1 |
* | Split 4.x and 5.x signal handling so that we can keep 4.x signal | peter | 2002-10-25 | 1 | -1/+7 |
* | Change hw.physmem and hw.usermem to unsigned long like they used to be | peter | 2002-08-30 | 1 | -1/+1 |
* | Move a prototype to the least wrong place. | phk | 2002-08-02 | 1 | -0/+1 |
* | The Elan SC520 MMCR is actually 16bit wide, so u_char is inconvenient. | phk | 2002-07-31 | 1 | -1/+1 |
* | Add initialization code for the AMD Elan sc520 which maps the MMCR | phk | 2002-07-18 | 1 | -0/+1 |
* | GC various bits and pieces of USERCONFIG from all over the place. | phk | 2002-04-09 | 1 | -1/+0 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-23 | 1 | -6/+3 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -35/+35 |
* | Back out part of KSE/M2 that snuck in under the radar: changing the | jhb | 2002-02-27 | 1 | -2/+2 |