| Commit message (Expand) | Author | Age | Files | Lines |
* | Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of stat | peter | 2002-07-21 | 1 | -7/+0 |
* | Beautify. This has the side effect of improving portability and | markm | 2002-07-18 | 1 | -39/+31 |
* | Add initialization code for the AMD Elan sc520 which maps the MMCR | phk | 2002-07-18 | 2 | -0/+2 |
* | Clean up the syntax WRT semicolons at the end of function-like-macros, and pr... | markm | 2002-07-17 | 1 | -23/+74 |
* | Wrap GNU specific code in ifdefs, and help lint out by providing | markm | 2002-07-15 | 1 | -2/+18 |
* | Cast to prevent "signed/unsigned comparison" warnings. | markm | 2002-07-15 | 1 | -2/+2 |
* | Warnings and lint-assisting fixes; mark unused function parameters as | markm | 2002-07-15 | 2 | -36/+116 |
* | Revive backed out pmap related changes from Feb 2002. The highlights are: | peter | 2002-07-12 | 4 | -102/+337 |
* | Bah, move the invltlb counter to C code and hook a debug sysctl onto it. | peter | 2002-07-11 | 1 | -0/+6 |
* | Remove the critmode sysctl - the new method for critical_enter/exit (already | dillon | 2002-07-10 | 2 | -46/+17 |
* | Cosmetic. Remove #if 0 definition of vtophys() - it predates 4MB pages. | peter | 2002-07-08 | 1 | -8/+0 |
* | This is the start of the FreeBSD/x86_64 kernel. | obrien | 2002-06-30 | 3 | -0/+555 |
* | This is the start of the FreeBSD/x86_64 kernel. | obrien | 2002-06-30 | 1 | -0/+138 |
* | Gcc 3.1 varargs support. | obrien | 2002-06-30 | 1 | -0/+47 |
* | Since printf(3) now supports the `j' conversion specifier, use that | mike | 2002-06-30 | 1 | -11/+11 |
* | Add files that are new for KSE. | julian | 2002-06-29 | 1 | -0/+49 |
* | Add additional cpuid feature flags and put into a canonical format. | mp | 2002-06-22 | 1 | -18/+33 |
* | Move the "- 1" into the RQB_FFS(mask) macro itself so that | peter | 2002-06-20 | 1 | -1/+1 |
* | Silence preprocessor warning, No need to use CONCAT with "," and "word". | alfred | 2002-06-01 | 1 | -1/+1 |
* | Fixed the return value of fpsetmask(). The API requires inversion of the | bde | 2002-06-01 | 1 | -1/+2 |
* | Fixed style bugs in rev.1.9. | bde | 2002-06-01 | 1 | -9/+17 |
* | Move the definition of ElfN_Hashelt to common headers. The only platform | dfr | 2002-05-30 | 1 | -11/+0 |
* | Make the run queue parameters machine dependent. Optimize 64 bit | jake | 2002-05-25 | 1 | -0/+46 |
* | 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 |
* | Add an inline function cpu_pause() for the IA32 'pause' instruction. | jhb | 2002-05-21 | 1 | -0/+6 |
* | Gcc 3.1 varargs support. | obrien | 2002-05-10 | 1 | -0/+18 |
* | Tidy up some loose ends. | peter | 2002-04-29 | 1 | -3/+2 |
* | Stylify (mainly line up macro EOL-continuation \'s), and add a dummy | markm | 2002-04-21 | 1 | -21/+28 |
* | Fix typo in adjusted panic message. | tegge | 2002-04-17 | 1 | -1/+1 |
* | Update io_apic_ints array properly when revoking an irq mapping. | tegge | 2002-04-17 | 1 | -2/+2 |
* | Move do_cpuid into the correct place in this file and make | dwmalone | 2002-04-10 | 1 | -10/+8 |
* | GC various bits and pieces of USERCONFIG from all over the place. | phk | 2002-04-09 | 1 | -1/+0 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -2/+2 |
* | Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() | dillon | 2002-04-01 | 2 | -4/+111 |
* | GC #if 0'd assembly mutex micro operations. If someone wants to bring | jhb | 2002-03-28 | 1 | -208/+0 |
* | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | dillon | 2002-03-27 | 5 | -22/+21 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-23 | 4 | -61/+58 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-23 | 1 | -5/+5 |
* | ASM versions of __FBSDID. | obrien | 2002-03-23 | 1 | -0/+11 |
* | Fix abuses of cpu_critical_{enter,exit} by converting to | imp | 2002-03-21 | 1 | -0/+16 |
* | Fix minor style(9) violation in de__Ping | imp | 2002-03-20 | 1 | -40/+40 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -5/+5 |
* | Remove __P. | alfred | 2002-03-20 | 16 | -196/+195 |
* | Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to the | des | 2002-03-16 | 1 | -10/+0 |
* | Add needed includes of machine/smp.h, remove nested include in sys/smp.h | jake | 2002-03-07 | 1 | -0/+1 |
* | Add a new variable mp_maxid. This is used so that per cpu datastructures may | jeff | 2002-03-05 | 1 | -1/+4 |
* | Make it a bit clearer where this file is to be used and where it | markm | 2002-02-28 | 1 | -0/+2 |