| Commit message (Expand) | Author | Age | Files | Lines |
* | Since version 4.3, gcc changed its behaviour concerning the i386/amd64 | kib | 2008-03-13 | 3 | -5/+5 |
* | The variable MTRR registers actually have variable-sized PhysBase and | jhb | 2008-03-12 | 2 | -8/+26 |
* | Minimize diffs with i686_mem.c: | jhb | 2008-03-12 | 2 | -6/+9 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 5 | -25/+2 |
* | Style(9) these files. No changes in the compiled code. (Verified by | jhb | 2008-03-11 | 1 | -405/+443 |
* | Add constants for the various fields in MTRR registers. | jhb | 2008-03-11 | 2 | -11/+27 |
* | Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allows | jhb | 2008-03-10 | 1 | -12/+23 |
* | - Rather than repeating the same preemption code everywhere call the scheduler | jeff | 2008-03-10 | 1 | -9/+2 |
* | Import uslcom(4) from OpenBSD - this is a driver for Silicon Laboratories | rink | 2008-03-05 | 1 | -0/+1 |
* | Add support for automatic promotion of 4KB page mappings to 2MB page | alc | 2008-03-04 | 2 | -105/+1081 |
* | - Remove the old smp cpu topology specification with a new, more flexible | jeff | 2008-03-02 | 3 | -43/+41 |
* | Eliminate whitespace diffs to the i386 version. | ru | 2008-02-19 | 1 | -2/+1 |
* | Teach the dump and minidump code to respect the maxioszie attribute of | scottl | 2008-02-15 | 2 | -4/+12 |
* | If busdma is being used to realign dynamic buffers and the alignment is set to | scottl | 2008-02-12 | 1 | -2/+2 |
* | Fix Linux mmap with MAP_GROWSDOWN flag. | jkim | 2008-02-11 | 1 | -13/+14 |
* | Remove the rr232x driver. It has been superceded by the hptrr driver. | scottl | 2008-02-03 | 2 | -6/+0 |
* | Add a few more CPUID feature bits while here. We don't support these | das | 2008-02-02 | 2 | -2/+4 |
* | SSE4 CPUID bits | das | 2008-02-02 | 2 | -3/+6 |
* | For no good reason I had assumed that ACPI table headers would be page | jhb | 2008-01-31 | 1 | -5/+7 |
* | Move GET_STACK_USAGE from MI header to i386/amd64 MD ones. | mav | 2008-01-31 | 1 | -0/+13 |
* | Add a wrapper function that bound checks writes to the dump device. | ru | 2008-01-28 | 2 | -11/+11 |
* | Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY(). | jhb | 2008-01-17 | 1 | -0/+1 |
* | Retire PMAP_DIAGNOSTIC. Any useful diagnostics that were conditionally | alc | 2008-01-17 | 1 | -27/+10 |
* | Translate from the i386. All FP constants and operations are evaluated | bde | 2008-01-17 | 2 | -2/+2 |
* | Make pmap_is_prefaultable() more TLB friendly. Specifically, make it use | alc | 2008-01-14 | 1 | -1/+1 |
* | Fix fpset*() to not trap if there is a currently unmasked exception. | bde | 2008-01-11 | 1 | -12/+42 |
* | Fix some style bugs: | bde | 2008-01-11 | 1 | -24/+25 |
* | Simplify the ifdefs: | bde | 2008-01-09 | 1 | -21/+14 |
* | Fix some style bugs (mainly, use explicit shifts when accessing bit-fields | bde | 2008-01-09 | 1 | -31/+31 |
* | Improve some comments. | bde | 2008-01-09 | 1 | -14/+13 |
* | Convert a PMAP_DIAGNOSTIC to a KASSERT. | alc | 2008-01-08 | 1 | -9/+2 |
* | Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6. | jhb | 2008-01-07 | 1 | -0/+1 |
* | Shrink the size of struct vm_page on amd64 and i386 by eliminating | alc | 2008-01-06 | 2 | -8/+0 |
* | Add an access type parameter to pmap_enter(). It will be used to implement | alc | 2008-01-03 | 1 | -2/+2 |
* | Provide a legitimate pindex to vm_page_alloc() in pmap_growkernel() | alc | 2008-01-02 | 1 | -6/+3 |
* | Add asmc(4). | rpaulo | 2007-12-28 | 1 | -1/+2 |
* | Add configuration knobs for the superpage reservation system. Initially, | alc | 2007-12-27 | 1 | -0/+14 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 2 | -2/+3 |
* | Add the 'hptrr' driver for supporting the following Highpoint RocketRAID | scottl | 2007-12-15 | 2 | -2/+7 |
* | Disallow the legacy USB circuit to generate an SMI# via an ICH | rpaulo | 2007-12-12 | 1 | -0/+25 |
* | Eliminate compilation warnings due to the use of non-static inlines | alc | 2007-12-09 | 1 | -3/+3 |
* | Use 1GB virtual pages to implement the direct map on architectures that | alc | 2007-12-08 | 1 | -13/+24 |
* | Recognize architectural support for 1GB virtual pages. | alc | 2007-12-08 | 2 | -1/+2 |
* | Kernel and hwpmc(4) support for callchain capture. | jkoshy | 2007-12-07 | 3 | -3/+99 |
* | Fix the ABI change of the signal delivered on the access to the page | kib | 2007-12-04 | 1 | -2/+29 |
* | Style change: Use NULL rather than 0 where appropriate. | alc | 2007-12-04 | 1 | -3/+3 |
* | Break out stack(9) from ddb(4): | rwatson | 2007-12-02 | 4 | -38/+133 |
* | Remove XRPU driver, after asking all the users. | phk | 2007-12-01 | 1 | -2/+0 |
* | Improve get_pv_entry()'s handling of low-memory conditions. After page | alc | 2007-11-30 | 1 | -12/+14 |
* | Don't use plain "ret" instructions at targets of jump instructions, | bde | 2007-11-29 | 1 | -2/+2 |