| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the PG_NX support for i386/PAE. | ru | 2007-04-06 | 3 | -2/+45 |
* | Catch up with ACPI-CA 20070320 import. | jkim | 2007-03-22 | 1 | -21/+23 |
* | Add a new apic0 psuedo-device to claim memory resources for the memory | jhb | 2007-03-20 | 1 | -0/+2 |
* | - Add macros for newly added CPUID bits in the corresponding header files. | jkim | 2007-03-20 | 1 | -0/+2 |
* | Eliminate an unused parameter. | alc | 2007-03-17 | 1 | -1/+1 |
* | Add another CPUID for AMD CPUs and fix style(9) while I am here. | jkim | 2007-03-12 | 1 | -112/+113 |
* | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | alc | 2007-03-11 | 1 | -0/+25 |
* | Change the x86 interrupt code to use FreeBSD CPU IDs (i.e. PCPU_GET(cpuid)) | jhb | 2007-03-06 | 2 | -3/+2 |
* | Use vm_paddr_t rather than uintptr_t when passing the physical address of | jhb | 2007-03-05 | 1 | -2/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -2/+2 |
* | Fixed some style bugs. Routine except: | bde | 2007-02-06 | 1 | -34/+35 |
* | Simplified PCPU_GET() and PCPU_SET(). We must copy through a temporary | bde | 2007-02-06 | 1 | -36/+18 |
* | Cleaned up declaration and initialization of clock_lock. It is only | bde | 2007-01-23 | 1 | -1/+2 |
* | Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support. | jhb | 2007-01-22 | 1 | -0/+1 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 1 | -4/+1 |
* | Add SSSE3 extensions and correct CNXT-ID spelling for Intel processors. | jkim | 2007-01-09 | 1 | -1/+2 |
* | Fix oops in previous commit. | bde | 2006-12-29 | 1 | -1/+1 |
* | Fixed some style bugs (mainly assorted errors in comments, and inconsistent | bde | 2006-12-29 | 1 | -26/+26 |
* | Fixed some style bugs (whitespace only). | bde | 2006-12-29 | 1 | -31/+34 |
* | Try harder to garbage-collect the "LOCORE" (really asm) version of | bde | 2006-12-29 | 1 | -5/+5 |
* | Avoid an instruction in atomic_cmpset_{int_long)() in most cases. | bde | 2006-12-27 | 1 | -11/+11 |
* | Evidently FreeBSD has long relied on the compiler to treat structures | kmacy | 2006-12-17 | 1 | -2/+2 |
* | Sort function prototypes. | jhb | 2006-12-12 | 1 | -1/+1 |
* | The global variable avail_end is redundant and only used once. Eliminate | alc | 2006-11-19 | 1 | -1/+0 |
* | - Add macro constants for the various fields in %dr7 and use them in place | jhb | 2006-11-17 | 1 | -0/+12 |
* | Various whitespace and style fixes. | jhb | 2006-11-15 | 1 | -5/+5 |
* | MD support for PCI Message Signalled Interrupts on amd64 and i386: | jhb | 2006-11-13 | 2 | -4/+18 |
* | Fix NKPT comments to match reality. Note that the current value | ru | 2006-11-13 | 1 | -3/+6 |
* | Fix a comment. | ru | 2006-11-13 | 1 | -1/+1 |
* | i386/include/profile.h: | bde | 2006-10-28 | 1 | -5/+1 |
* | In MCOUNT_OVERHEAD(label), actually use the `label' parameter. We were | bde | 2006-10-28 | 1 | -1/+1 |
* | Removed all traces of HIDENAME() in amd64 and i386 kernel code. Using | bde | 2006-10-28 | 1 | -5/+3 |
* | Don't call mexitcount or provide a stub mexitcount to call when | bde | 2006-10-27 | 1 | -0/+4 |
* | Change the x86 interrupt code to suspend/resume interrupt controllers | jhb | 2006-10-10 | 2 | -3/+5 |
* | Oops, fix sign bug in #ifdef for value of INTRCNT_COUNT. | jhb | 2006-10-10 | 1 | -2/+2 |
* | PR: | jb | 2006-10-04 | 1 | -32/+0 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -3/+0 |
* | Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletes | kan | 2006-09-21 | 1 | -1/+1 |
* | First pass at allowing memory to be mapped using cache modes other than | jhb | 2006-08-11 | 1 | -0/+5 |
* | Sync specialreg.h changes between amd64 and i386 with few fixes. | jkim | 2006-07-13 | 1 | -14/+21 |
* | Initialise (if necessary) the VIA C3/C7 features. | mr | 2006-07-12 | 1 | -0/+2 |
* | fix typo in identcpu.c and add one define to specialreg.h. | mr | 2006-07-12 | 1 | -1/+4 |
* | First step to identify and initialize the newer VIA C7 CPU | mr | 2006-07-12 | 1 | -0/+32 |
* | Add two new CPUID bits for AMD CPUs, i. e., SVM and extended APIC register. | jkim | 2006-07-12 | 1 | -0/+2 |
* | Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is pa... | twinterg | 2006-07-09 | 1 | -2/+3 |
* | Style fix, use low-case. | davidxu | 2006-06-19 | 1 | -1/+1 |
* | Clear bit 22 in MSR IA32_MISC_ENABLE, according to Intel document, | davidxu | 2006-06-19 | 1 | -0/+1 |
* | Use the method described in IA-32 Intel Architecture Software Developer's | davidxu | 2006-05-30 | 2 | -2/+3 |
* | Backout changes trying to inherit floating-point environment, although | davidxu | 2006-05-29 | 1 | -3/+0 |
* | When creating a new thread, inherit floating-point environment from | davidxu | 2006-05-28 | 1 | -0/+4 |