aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Import uslcom(4) from OpenBSD - this is a driver for Silicon LaboratoriesRink Springer2008-03-051-0/+1
* Change float_t and double_t to long double on i386. All floating pointBruce Evans2008-03-051-2/+2
* Oops, back out previous commit since it was to the wrong file.Bruce Evans2008-03-051-5/+4
* Change float_t and double_t to long double on i386. All floating pointBruce Evans2008-03-051-4/+5
* - Remove the old smp cpu topology specification with a new, more flexibleJeff Roberson2008-03-023-43/+40
* In est_acpi_info(), initialize count before passing its pointer toJustin T. Gibbs2008-03-011-0/+1
* With the recent change to enable CPU brands from the VIA chips, theJohn Baldwin2008-02-291-24/+41
* Validate the id16 values gathered from ACPI (previously a TODO item).Rui Paulo2008-02-281-17/+59
* - Check for the extended CPUID registers on VIA CPUs so we can get theJohn Baldwin2008-02-281-2/+2
* Support the VIA C7 Eden CPU and treat it just like a C7 Esther. We mayJohn Baldwin2008-02-252-0/+4
* Teach the dump and minidump code to respect the maxioszie attribute ofScott Long2008-02-152-4/+12
* If busdma is being used to realign dynamic buffers and the alignment is set toScott Long2008-02-121-2/+2
* Fix Linux mmap with MAP_GROWSDOWN flag.Jung-uk Kim2008-02-111-14/+15
* Add support for PC Engines ALIX boards.Poul-Henning Kamp2008-02-101-43/+74
* Remove the rr232x driver. It has been superceded by the hptrr driver.Scott Long2008-02-032-6/+0
* For no good reason I had assumed that ACPI table headers would be pageJohn Baldwin2008-01-311-5/+7
* Move GET_STACK_USAGE from MI header to i386/amd64 MD ones.Alexander Motin2008-01-311-0/+9
* Add a wrapper function that bound checks writes to the dump device.Ruslan Ermilov2008-01-282-11/+11
* Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY().John Baldwin2008-01-171-0/+1
* Retire PMAP_DIAGNOSTIC. Any useful diagnostics that were conditionallyAlan Cox2008-01-171-26/+9
* Update the KVA_PAGES comments for the effect that PAE has on it. ItPeter Wemm2008-01-141-0/+2
* Add a CTASSERT that KERNBASE is valid. This is usually messed up by anPeter Wemm2008-01-141-0/+7
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-133-8/+6
* MFamd64 (everything possible up to 1.19; mainly the amd64 implementationsBruce Evans2008-01-111-62/+104
* Separate fpresetsticky() from the other fpset functions so that theBruce Evans2008-01-111-4/+27
* MFamd64 1.15-1.18 (cosmetic changes, mainly to comments). The inlineBruce Evans2008-01-111-15/+25
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-103-4/+4
* Convert a PMAP_DIAGNOSTIC to a KASSERT.Alan Cox2008-01-081-9/+2
* Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.John Baldwin2008-01-071-0/+1
* Shrink the size of struct vm_page on amd64 and i386 by eliminatingAlan Cox2008-01-062-8/+0
* Add an access type parameter to pmap_enter(). It will be used to implementAlan Cox2008-01-031-2/+2
* Provide a legitimate pindex to vm_page_alloc() in pmap_growkernel()Alan Cox2008-01-021-5/+2
* Include a "pae" feature if an i386 kernel is built with PAE support.John Baldwin2007-12-311-0/+4
* Replace explicit calls to video methods with their respective variantsWojciech A. Koszek2007-12-291-5/+4
* Add asmc(4).Rui Paulo2007-12-281-1/+2
* Add configuration knobs for the superpage reservation system. Initially,Alan Cox2007-12-271-0/+19
* "vt" doesn't refer to any existing device anymore. Remove it.Wojciech A. Koszek2007-12-251-2/+0
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-252-2/+2
* More properly handle links who only have 1 valid IRQ in their bitmask. TheJohn Baldwin2007-12-211-13/+12
* Fix previous commit. The code ended up in the wrong function.Rui Paulo2007-12-161-21/+21
* Add the 'hptrr' driver for supporting the following Highpoint RocketRAIDScott Long2007-12-153-2/+8
* Disallow the legacy USB circuit to generate an SMI# via an ICHRui Paulo2007-12-121-0/+25
* Eliminate compilation warnings due to the use of non-static inlinesAlan Cox2007-12-091-3/+3
* Kernel and hwpmc(4) support for callchain capture.Joseph Koshy2007-12-073-5/+77
* Hold Giant over the entire execution of the suspend path instead ofNate Lawson2007-12-061-4/+4
* Fix the ABI change of the signal delivered on the access to the pageKonstantin Belousov2007-12-041-2/+29
* Correct an error under COUNT_IPIS within pmap_lazyfix_action(): IncrementAlan Cox2007-12-041-1/+1
* Remove duplicate $FreeBSD$ tag.Robert Watson2007-12-021-2/+0
* Break out stack(9) from ddb(4):Robert Watson2007-12-024-39/+135
* Remove XRPU driver, after asking all the users.Poul-Henning Kamp2007-12-011-2/+0