summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c andjkim2009-09-271-6/+6
* lindev(4) [1] is supposed to be a collection of linux-specific pseudobz2009-09-261-0/+3
* number of cleanups in i386 and amd64 pci md codeavg2009-09-241-7/+7
* Extract the code to find and map the MADT ACPI table during early kerneljhb2009-09-233-222/+253
* - Split the logic to parse an SMAP entry out into a separate function onjhb2009-09-221-6/+34
* Build x86bios only for i386/amd64 for now. More work is requireddelphij2009-09-211-0/+3
* If CPU happens to be in usermode when a T_RESERVED trap occured,kib2009-09-211-0/+5
* Automatically depend on x86emu when vesa or dpms is being built intodelphij2009-09-211-1/+1
* Enable s3pci on amd64 which works on top of VESA, and allowdelphij2009-09-211-0/+3
* When superpages are enabled, add the 2 or 4MB page size to the array ofalc2009-09-181-0/+5
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Use C99 initialization for struct filterops.rwatson2009-09-121-2/+5
* fix UP compilationkmacy2009-09-112-3/+1
* Consolidate CPUID to CPU family/model macros for amd64 and i386 to reducejkim2009-09-106-24/+18
* As jhb@ pointed out to me, r197057 was incorrect, not least because thesedes2009-09-102-0/+13
* As was done in r196643 for i386 and amd64, swap the start/end virtualkib2009-09-091-2/+2
* - Teach vesa(4) and dpms(4) about x86emu. [1]delphij2009-09-094-2047/+1
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-6/+53
* Add missing ';'.kib2009-09-041-1/+1
* whitespace commitjulian2009-09-041-2/+2
* Bring i386 up to date with amd64 and others.julian2009-09-041-5/+5
* Fix confusing comments about default PAT entries.jkim2009-09-021-2/+2
* - Work around ACPI mode transition problem for recent NVIDIA 9400M chipsetjkim2009-09-021-17/+46
* Don't attempt to bind the current thread to the CPU an IRQ is bound tojhb2009-09-021-9/+12
* Delete whitespace not in i386/pmap.cadrian2009-09-011-1/+0
* Migrate to use cpuset_t.adrian2009-09-011-5/+4
* Merge in the pat_works work from sys/i386/i386/pmap.c - primarily to reduceadrian2009-09-011-65/+74
* Fix broken build.adrian2009-09-011-0/+1
* Revert previous commit; that was left-over junk in the tree.adrian2009-08-311-0/+2
* Shuffle pagezero() into the same location as in sys/i386/i386/pmap.c.adrian2009-08-312-18/+16
* Simplify pmap_change_attr() a bit:jhb2009-08-311-13/+4
* Improve pmap_change_attr() so that it is able to demote a large (2/4MB)jhb2009-08-312-52/+181
* Partially revert 196524: this part of change should not be committed asdelphij2009-08-311-20/+25
* Make sure FreeBSD binaries without .note.ABI-tag section workbz2009-08-301-1/+1
* Swap the start/end virtual addresses in pmap_invalidate_cache_range().rnoland2009-08-291-2/+2
* Fix build broken in r196524.glebius2009-08-251-8/+0
* Fix VESA modes and allow 8bit depth modes.delphij2009-08-241-21/+24
* Fix handling of .note.ABI-tag section for GNU systems [1].bz2009-08-243-6/+49
* Check whether the SMBIOS reports reasonable amount of memory. If it isjkim2009-08-201-10/+12
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-204-12/+0
* Make the MacBookPro3,1 hardware boot again.ed2009-08-191-0/+1
* Port recent IPI enhachements to en:attilio2009-08-151-0/+38
* Adjust the handling of the local APIC PMC interrupt vector:jhb2009-08-143-4/+86
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-138-86/+45
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-024-0/+12
* Make the MacBook3,1 boot again.ed2009-08-021-0/+1
* Fix XEN build breakage, by implementing pmap_invalidate_cache_range()kib2009-07-291-16/+88
* As was done in r195820 for amd64, use clflush for flushing cache lineskib2009-07-297-21/+143
* Refine the MacBook hack to only match early models that have Intel ICH.rpaulo2009-07-271-1/+4
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-242-2/+2
OpenPOWER on IntegriCloud