aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Consolidate CPUID to CPU family/model macros for amd64 and i386 to reduceJung-uk Kim2009-09-106-24/+18
* As jhb@ pointed out to me, r197057 was incorrect, not least because theseDag-Erling Smørgrav2009-09-102-0/+13
* As was done in r196643 for i386 and amd64, swap the start/end virtualKonstantin Belousov2009-09-091-2/+2
* - Teach vesa(4) and dpms(4) about x86emu. [1]Xin LI2009-09-094-2047/+1
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp2009-09-082-6/+53
* Add missing ';'.Konstantin Belousov2009-09-041-1/+1
* whitespace commitJulian Elischer2009-09-041-2/+2
* Bring i386 up to date with amd64 and others.Julian Elischer2009-09-041-5/+5
* Fix confusing comments about default PAT entries.Jung-uk Kim2009-09-021-2/+2
* - Work around ACPI mode transition problem for recent NVIDIA 9400M chipsetJung-uk Kim2009-09-021-17/+46
* Don't attempt to bind the current thread to the CPU an IRQ is bound toJohn Baldwin2009-09-021-9/+12
* Delete whitespace not in i386/pmap.cAdrian Chadd2009-09-011-1/+0
* Migrate to use cpuset_t.Adrian Chadd2009-09-011-5/+4
* Merge in the pat_works work from sys/i386/i386/pmap.c - primarily to reduceAdrian Chadd2009-09-011-65/+74
* Fix broken build.Adrian Chadd2009-09-011-0/+1
* Revert previous commit; that was left-over junk in the tree.Adrian Chadd2009-08-311-0/+2
* Shuffle pagezero() into the same location as in sys/i386/i386/pmap.c.Adrian Chadd2009-08-312-18/+16
* Simplify pmap_change_attr() a bit:John Baldwin2009-08-311-13/+4
* Improve pmap_change_attr() so that it is able to demote a large (2/4MB)John Baldwin2009-08-312-52/+181
* Partially revert 196524: this part of change should not be committed asXin LI2009-08-311-20/+25
* Make sure FreeBSD binaries without .note.ABI-tag section workBjoern A. Zeeb2009-08-301-1/+1
* Swap the start/end virtual addresses in pmap_invalidate_cache_range().Robert Noland2009-08-291-2/+2
* Fix build broken in r196524.Gleb Smirnoff2009-08-251-8/+0
* Fix VESA modes and allow 8bit depth modes.Xin LI2009-08-241-21/+24
* Fix handling of .note.ABI-tag section for GNU systems [1].Bjoern A. Zeeb2009-08-243-6/+49
* Check whether the SMBIOS reports reasonable amount of memory. If it isJung-uk Kim2009-08-201-10/+12
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-204-12/+0
* Make the MacBookPro3,1 hardware boot again.Ed Schouten2009-08-191-0/+1
* Port recent IPI enhachements to en:Attilio Rao2009-08-151-0/+38
* Adjust the handling of the local APIC PMC interrupt vector:John Baldwin2009-08-143-4/+86
* * Completely Remove the option STOP_NMI from the kernel. This optionAttilio Rao2009-08-138-86/+45
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-024-0/+12
* Make the MacBook3,1 boot again.Ed Schouten2009-08-021-0/+1
* Fix XEN build breakage, by implementing pmap_invalidate_cache_range()Konstantin Belousov2009-07-291-16/+88
* As was done in r195820 for amd64, use clflush for flushing cache linesKonstantin Belousov2009-07-297-21/+143
* Refine the MacBook hack to only match early models that have Intel ICH.Rui Paulo2009-07-271-1/+4
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-242-2/+2
* Eliminate unnecessary cache and TLB flushes by pmap_change_attr(). (ThisAlan Cox2009-07-231-4/+11
* Change the handling of fictitious pages by pmap_page_set_memattr() onAlan Cox2009-07-192-5/+25
* An addendum to r195649, "Add support to the virtual memory system forAlan Cox2009-07-181-3/+9
* Match PCI Express root bridge _HID directly instead ofJung-uk Kim2009-07-131-0/+1
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-124-25/+62
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-0/+1
* There is an optimization in chmod(1), that makes it not to call chmod(2)Edward Tomasz Napierala2009-07-081-1/+2
* After the per-CPU IDT changes, the IDT vector of an interrupt could changeJohn Baldwin2009-07-062-6/+22
* PAE adds another level to the i386 page table. This level is a smallAlan Cox2009-07-052-11/+7
* Cleanup ALIGNED_POINTER:Sam Leffler2009-07-051-0/+7
* Enable POSIX semaphores on all non-embedded architectures by default.Ed Schouten2009-07-021-0/+1
* Improve the handling of cpuset with interrupts.John Baldwin2009-07-016-44/+101
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-301-1/+0