| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c and | jkim | 2009-09-27 | 1 | -6/+6 |
* | lindev(4) [1] is supposed to be a collection of linux-specific pseudo | bz | 2009-09-26 | 1 | -0/+3 |
* | number of cleanups in i386 and amd64 pci md code | avg | 2009-09-24 | 1 | -7/+7 |
* | Extract the code to find and map the MADT ACPI table during early kernel | jhb | 2009-09-23 | 3 | -222/+253 |
* | - Split the logic to parse an SMAP entry out into a separate function on | jhb | 2009-09-22 | 1 | -6/+34 |
* | Build x86bios only for i386/amd64 for now. More work is required | delphij | 2009-09-21 | 1 | -0/+3 |
* | If CPU happens to be in usermode when a T_RESERVED trap occured, | kib | 2009-09-21 | 1 | -0/+5 |
* | Automatically depend on x86emu when vesa or dpms is being built into | delphij | 2009-09-21 | 1 | -1/+1 |
* | Enable s3pci on amd64 which works on top of VESA, and allow | delphij | 2009-09-21 | 1 | -0/+3 |
* | When superpages are enabled, add the 2 or 4MB page size to the array of | alc | 2009-09-18 | 1 | -0/+5 |
* | Add a new sysctl for reporting all of the supported page sizes. | alc | 2009-09-18 | 1 | -0/+2 |
* | Use C99 initialization for struct filterops. | rwatson | 2009-09-12 | 1 | -2/+5 |
* | fix UP compilation | kmacy | 2009-09-11 | 2 | -3/+1 |
* | Consolidate CPUID to CPU family/model macros for amd64 and i386 to reduce | jkim | 2009-09-10 | 6 | -24/+18 |
* | As jhb@ pointed out to me, r197057 was incorrect, not least because these | des | 2009-09-10 | 2 | -0/+13 |
* | As was done in r196643 for i386 and amd64, swap the start/end virtual | kib | 2009-09-09 | 1 | -2/+2 |
* | - Teach vesa(4) and dpms(4) about x86emu. [1] | delphij | 2009-09-09 | 4 | -2047/+1 |
* | Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an | phk | 2009-09-08 | 2 | -6/+53 |
* | Add missing ';'. | kib | 2009-09-04 | 1 | -1/+1 |
* | whitespace commit | julian | 2009-09-04 | 1 | -2/+2 |
* | Bring i386 up to date with amd64 and others. | julian | 2009-09-04 | 1 | -5/+5 |
* | Fix confusing comments about default PAT entries. | jkim | 2009-09-02 | 1 | -2/+2 |
* | - Work around ACPI mode transition problem for recent NVIDIA 9400M chipset | jkim | 2009-09-02 | 1 | -17/+46 |
* | Don't attempt to bind the current thread to the CPU an IRQ is bound to | jhb | 2009-09-02 | 1 | -9/+12 |
* | Delete whitespace not in i386/pmap.c | adrian | 2009-09-01 | 1 | -1/+0 |
* | Migrate to use cpuset_t. | adrian | 2009-09-01 | 1 | -5/+4 |
* | Merge in the pat_works work from sys/i386/i386/pmap.c - primarily to reduce | adrian | 2009-09-01 | 1 | -65/+74 |
* | Fix broken build. | adrian | 2009-09-01 | 1 | -0/+1 |
* | Revert previous commit; that was left-over junk in the tree. | adrian | 2009-08-31 | 1 | -0/+2 |
* | Shuffle pagezero() into the same location as in sys/i386/i386/pmap.c. | adrian | 2009-08-31 | 2 | -18/+16 |
* | Simplify pmap_change_attr() a bit: | jhb | 2009-08-31 | 1 | -13/+4 |
* | Improve pmap_change_attr() so that it is able to demote a large (2/4MB) | jhb | 2009-08-31 | 2 | -52/+181 |
* | Partially revert 196524: this part of change should not be committed as | delphij | 2009-08-31 | 1 | -20/+25 |
* | Make sure FreeBSD binaries without .note.ABI-tag section work | bz | 2009-08-30 | 1 | -1/+1 |
* | Swap the start/end virtual addresses in pmap_invalidate_cache_range(). | rnoland | 2009-08-29 | 1 | -2/+2 |
* | Fix build broken in r196524. | glebius | 2009-08-25 | 1 | -8/+0 |
* | Fix VESA modes and allow 8bit depth modes. | delphij | 2009-08-24 | 1 | -21/+24 |
* | Fix handling of .note.ABI-tag section for GNU systems [1]. | bz | 2009-08-24 | 3 | -6/+49 |
* | Check whether the SMBIOS reports reasonable amount of memory. If it is | jkim | 2009-08-20 | 1 | -10/+12 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | jhb | 2009-08-20 | 4 | -12/+0 |
* | Make the MacBookPro3,1 hardware boot again. | ed | 2009-08-19 | 1 | -0/+1 |
* | Port recent IPI enhachements to en: | attilio | 2009-08-15 | 1 | -0/+38 |
* | Adjust the handling of the local APIC PMC interrupt vector: | jhb | 2009-08-14 | 3 | -4/+86 |
* | * Completely Remove the option STOP_NMI from the kernel. This option | attilio | 2009-08-13 | 8 | -86/+45 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | attilio | 2009-08-02 | 4 | -0/+12 |
* | Make the MacBook3,1 boot again. | ed | 2009-08-02 | 1 | -0/+1 |
* | Fix XEN build breakage, by implementing pmap_invalidate_cache_range() | kib | 2009-07-29 | 1 | -16/+88 |
* | As was done in r195820 for amd64, use clflush for flushing cache lines | kib | 2009-07-29 | 7 | -21/+143 |
* | Refine the MacBook hack to only match early models that have Intel ICH. | rpaulo | 2009-07-27 | 1 | -1/+4 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 2 | -2/+2 |