| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 195820, 195940, 196643, 197663, 199067, 199215, and 199253: | John Baldwin | 2010-01-26 | 1 | -0/+14 |
| * | - MFC cpuctl and related commits into RELENG_7. | Stanislav Sedov | 2009-01-12 | 1 | -0/+5 |
| * | Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed". | Jacques Vidrine | 2005-05-13 | 1 | -0/+8 |
| * | Remove diffs to i386 version that came in via the compiler support ifdefs. | Peter Wemm | 2005-03-11 | 1 | -2/+2 |
| * | netchild's mega-patch to isolate compiler dependencies into a central | Joerg Wunsch | 2005-03-02 | 1 | -6/+10 |
| * | MFia64: | Paul Saab | 2004-07-30 | 1 | -17/+1 |
| * | MFi386: move rss() from db_interface.c to cpufunc.h | Peter Wemm | 2004-04-07 | 1 | -0/+8 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
| * | Don't implement anything in the ffs family in <machine/cpufunc.h> | Bruce Evans | 2004-03-11 | 1 | -0/+4 |
| * | MFi386: re-sort non-gcc function prototypes, trim includes | Peter Wemm | 2004-03-08 | 1 | -44/+30 |
| * | Fix syntax errors and wrong function prototypes in several MD header | Lukas Ertl | 2004-03-05 | 1 | -3/+3 |
| * | Re-add debug register functions | Peter Wemm | 2004-01-28 | 1 | -2/+129 |
| * | Add 64 bit bsf*/ffs* routines. Have the ffs() inline use gcc's builtin | Peter Wemm | 2003-12-06 | 1 | -1/+40 |
| * | Update the graffiti. | Peter Wemm | 2003-11-08 | 1 | -0/+1 |
| * | Collect the nastiness for preserving the kernel MSR_GSBASE around the | Peter Wemm | 2003-05-15 | 1 | -0/+36 |
| * | Add BASIC i386 binary support for the amd64 kernel. This is largely | Peter Wemm | 2003-05-14 | 1 | -1/+12 |
| * | Commit MD parts of a loosely functional AMD64 port. This is based on | Peter Wemm | 2003-05-01 | 1 | -173/+53 |
| * | Backout my last commit. | David Xu | 2003-04-20 | 1 | -4/+4 |
| * | Don't return garbage in high 16 bits. | David Xu | 2003-04-19 | 1 | -4/+4 |
| * | Create inlines for ltr(sel), lldt(sel), lidt(addr) rather than | Peter Wemm | 2002-09-22 | 1 | -1/+26 |
| * | Provide in inline function for the (GNUC) assembler "hlt" instruction. | Mark Murray | 2002-09-21 | 1 | -0/+7 |
| * | Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of stat | Peter Wemm | 2002-07-21 | 1 | -7/+0 |
| * | Cast to prevent "signed/unsigned comparison" warnings. | Mark Murray | 2002-07-15 | 1 | -2/+2 |
| * | Revive backed out pmap related changes from Feb 2002. The highlights are: | Peter Wemm | 2002-07-12 | 1 | -75/+93 |
| * | Rename pause() to ia32_pause() so it doesn't conflict with the pause() | John Baldwin | 2002-05-22 | 1 | -2/+2 |
| * | Debug registers aren't selectors, so use saner names for the variables in | John Baldwin | 2002-05-22 | 1 | -24/+24 |
| * | - Sort the pause() inline into the appropriate location. | John Baldwin | 2002-05-22 | 1 | -6/+25 |
| * | Rename cpu_pause() to pause(). Originally I was going to make this an | John Baldwin | 2002-05-22 | 1 | -1/+1 |
| * | Add an inline function cpu_pause() for the IA32 'pause' instruction. | John Baldwin | 2002-05-21 | 1 | -0/+6 |
| * | Move do_cpuid into the correct place in this file and make | David Malone | 2002-04-10 | 1 | -10/+8 |
| * | Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() | Matthew Dillon | 2002-04-01 | 1 | -4/+0 |
| * | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | Matthew Dillon | 2002-03-27 | 1 | -20/+7 |
| * | Fixed some style bugs in the removal of __P(()). The main ones were | Bruce Evans | 2002-03-23 | 1 | -2/+2 |
| * | Fix abuses of cpu_critical_{enter,exit} by converting to | Warner Losh | 2002-03-21 | 1 | -0/+16 |
| * | Fix minor style(9) violation in de__Ping | Warner Losh | 2002-03-20 | 1 | -40/+40 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -45/+45 |
| * | Make it a bit clearer where this file is to be used and where it | Mark Murray | 2002-02-28 | 1 | -0/+2 |
| * | Back out all the pmap related stuff I've touched over the last few days. | Peter Wemm | 2002-02-27 | 1 | -169/+75 |
| * | revert last commit temporarily due to whining on the lists. | Matthew Dillon | 2002-02-26 | 1 | -1/+1 |
| * | STAGE-1 of 3 commit - allow (but do not require) interrupts to remain | Matthew Dillon | 2002-02-26 | 1 | -1/+1 |
| * | Work-in-progress commit syncing up pmap cleanups that I have been working | Peter Wemm | 2002-02-25 | 1 | -75/+169 |
| * | Move do_cpuid() from a identcpu.c into cpufunc.h. | David Malone | 2002-02-12 | 1 | -0/+11 |
| * | Various assembly fixes mostly in the form of using the "+" modifier for | John Baldwin | 2001-12-18 | 1 | -14/+14 |
| * | Modify the critical section API as follows: | John Baldwin | 2001-12-18 | 1 | -4/+7 |
| * | Provide access to the IA32 hardware debug registers from the ddb | Brian S. Dean | 2001-06-28 | 1 | -1/+64 |
| * | Back out 1.103. It wasn't approved by the owner of the file and | Warner Losh | 2001-04-18 | 1 | -45/+45 |
| * | De __P() while I'm here. Done as a separate commit since it is just | Warner Losh | 2001-04-03 | 1 | -45/+45 |
| * | Make this file C++ safe. It defines many useful functions (inb, outb) | Warner Losh | 2001-04-03 | 1 | -0/+4 |
| * | - Add the new critical_t type used to save state inside of critical | John Baldwin | 2001-03-28 | 1 | -15/+18 |
| * | Assembler fixes. | Mark Murray | 2000-11-21 | 1 | -4/+4 |