| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r312555: | kib | 2017-02-03 | 1 | -0/+7 |
* | The prefix for CLFLUSHOPT is 0x66. It was right on amd64. | kib | 2015-10-30 | 1 | -1/+1 |
* | Add CLFLUSHOPT instruction wrappers. | kib | 2015-10-23 | 1 | -0/+7 |
* | Remove support for Xen PV domU kernels. Support for HVM domU kernels | jhb | 2015-04-30 | 1 | -42/+4 |
* | Add x2APIC support. Enable it by default if CPU is capable. The | kib | 2015-02-09 | 1 | -0/+9 |
* | MFamd64: Add support for extended FPU states on i386. This includes | jhb | 2014-11-02 | 1 | -0/+19 |
* | provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64 | avg | 2014-02-14 | 1 | -0/+16 |
* | Add lfence(). | kib | 2012-08-01 | 1 | -0/+7 |
* | Add a clts() wrapper around the 'clts' instruction to <machine/cpufunc.h> | jhb | 2012-07-09 | 1 | -0/+10 |
* | Correct cpu_monitor() and cpu_mwait() for amd64. These instructions take | jkim | 2011-07-05 | 1 | -5/+7 |
* | Add a function rdtsc32() to read lower 32 bits from TSC and discard upper | jkim | 2011-04-14 | 1 | -0/+9 |
* | Consistently use __volatile as the rest of this file. | jkim | 2011-04-14 | 1 | -5/+5 |
* | Consistently use C99 standard integers as the rest of this file. | jkim | 2011-04-14 | 1 | -6/+6 |
* | Change the parameter passed to the inline assembly to u_short | rdivacky | 2010-09-03 | 1 | -15/+15 |
* | Quiet variable "shadows" warning: | obrien | 2010-01-01 | 1 | -18/+18 |
* | make read_eflags and write_eflags accomplish the same effect on PVM as native, | kmacy | 2009-10-01 | 1 | -10/+10 |
* | cpufunc.h: unify/correct style of c extension names | avg | 2009-09-30 | 1 | -2/+2 |
* | As was done in r195820 for amd64, use clflush for flushing cache lines | kib | 2009-07-29 | 1 | -0/+14 |
* | Move (read|write)_cyrix_reg() inlines from specialreg.h to cpufunc.h. | jhb | 2009-06-16 | 1 | -0/+16 |
* | Clobber "cc" instead of using volatile. | ed | 2009-06-13 | 1 | -2/+2 |
* | Simplify in/out functions (for i386 and AMD64). | ed | 2009-04-11 | 1 | -79/+8 |
* | Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions | obrien | 2009-01-31 | 1 | -5/+5 |
* | - move gdt, ldt allocation to before KPT allocation | kmacy | 2008-10-19 | 1 | -2/+6 |
* | - clean up interrupt handling for xen a tiny bit | kmacy | 2008-08-20 | 1 | -3/+3 |
* | Integrate support for xen in to i386 common code. | kmacy | 2008-08-15 | 1 | -4/+40 |
* | - Add cpuctl(4) pseudo-device driver to provide access to some low-level | stas | 2008-08-08 | 1 | -0/+5 |
* | - Add inlines for the monitor and mwait instructions. | jeff | 2008-04-18 | 1 | -0/+13 |
* | Add "show sysregs" command to ddb. On i386, this gives gdt, idt, ldt, | njl | 2007-08-09 | 1 | -11/+47 |
* | Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed". | nectar | 2005-05-13 | 1 | -0/+8 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 1 | -6/+10 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Move the definition of rss() from db_interface.c to cpufunc.h where | marcel | 2004-04-03 | 1 | -0/+8 |
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | trhodes | 2004-03-12 | 1 | -3/+3 |
* | Don't implement anything in the ffs family in <machine/cpufunc.h> | bde | 2004-03-11 | 1 | -0/+4 |
* | Fixed insertion sort errors in prototype list. | bde | 2004-03-05 | 1 | -20/+20 |
* | Removed garbage: | bde | 2004-03-05 | 1 | -14/+0 |
* | Fix syntax errors and wrong function prototypes in several MD header | le | 2004-03-05 | 1 | -3/+3 |
* | Backed out previous commit. This restores the warning about pessimized | bde | 2003-08-06 | 1 | -2/+2 |
* | Stop GCC from whining when people use a 16 bit port number for inb() and outb() | phk | 2003-07-23 | 1 | -2/+2 |
* | Backout my last commit. | davidxu | 2003-04-20 | 1 | -4/+4 |
* | Don't return garbage in high 16 bits. | davidxu | 2003-04-19 | 1 | -4/+4 |
* | Create inlines for ltr(sel), lldt(sel), lidt(addr) rather than | peter | 2002-09-22 | 1 | -1/+26 |
* | Provide in inline function for the (GNUC) assembler "hlt" instruction. | markm | 2002-09-21 | 1 | -0/+7 |
* | Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of stat | peter | 2002-07-21 | 1 | -7/+0 |
* | Cast to prevent "signed/unsigned comparison" warnings. | markm | 2002-07-15 | 1 | -2/+2 |
* | Revive backed out pmap related changes from Feb 2002. The highlights are: | peter | 2002-07-12 | 1 | -75/+93 |
* | Rename pause() to ia32_pause() so it doesn't conflict with the pause() | jhb | 2002-05-22 | 1 | -2/+2 |
* | Debug registers aren't selectors, so use saner names for the variables in | jhb | 2002-05-22 | 1 | -24/+24 |
* | - Sort the pause() inline into the appropriate location. | jhb | 2002-05-22 | 1 | -6/+25 |
* | Rename cpu_pause() to pause(). Originally I was going to make this an | jhb | 2002-05-22 | 1 | -1/+1 |