summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Rewrite of puc(4). Significant changes are:marcel2006-04-281-2/+0
* Interim fix for pmap problems I introduced with my last commit.peter2006-04-281-82/+65
* Unbreak pc98. Sorry...sobomax2006-04-281-0/+2
* In general, bits in the page directory entry (PDE) and the page tablealc2006-04-271-10/+4
* Add the rr232x driver to the default kernels.scottl2006-04-272-0/+6
* In the case when reset via keyboard controller doesn't work for some reasonsobomax2006-04-271-3/+19
* Fix build on i386delphij2006-04-271-2/+2
* MFamd64: shrink pv entries from 24 bytes to about 12 bytes. (336 pv entriespeter2006-04-262-155/+369
* Check if reported HTT cores are physical cores. This commit does notjkim2006-04-251-0/+8
* Add another Intel CPU feature flag, xTPR (Send Task Priority Messages).jkim2006-04-241-1/+1
* Check if deterministic cache parameters leaf is valid before use.jkim2006-04-241-1/+2
* Adjust dangerous-shared-cache-detection logic from "all shared datacperciva2006-04-241-2/+2
* Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT belowdelphij2006-04-241-4/+4
* Merge minidumps from amd64 where they were originally developed.peter2006-04-214-0/+466
* Set the rid of the resource we're about to return to the user.imp2006-04-201-1/+1
* Correct a local information leakage bug affecting AMD FPUs.cperciva2006-04-191-2/+40
* Import ACPI Dock Station support. Note that this is still very young.iwasaki2006-04-151-0/+3
* Retire pmap_track_modified(). We no longer need it because we do notalc2006-04-121-42/+10
* Hook bce up to the buildps2006-04-101-0/+1
* - Don't set CR0_NE and CR0_MP in npx_probe() as they are already setjhb2006-04-062-27/+36
* Cache the value of the lower half of each I/O APIC redirection table entryjhb2006-04-051-6/+4
* Freshen a comment.jkoshy2006-04-041-2/+3
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to themarcel2006-04-031-0/+2
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-031-8/+1
* Introduce pmap_try_insert_pv_entry(), a function that conditionally createsalc2006-04-021-13/+28
* Add kbdmux(4) to GENERICemax2006-03-311-0/+2
* Hook the MFI driver up to the build.scottl2006-03-291-0/+1
* Use wrapper macros for atomic pointer operations in order to perform thedes2006-03-281-18/+36
* If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then falljhb2006-03-271-4/+5
* Eliminate unnecessary invalidations of the entire TLB by pmap_remove().alc2006-03-211-1/+7
* Remove stale KSE code.davidxu2006-03-211-11/+2
* Drop some unneeded casts since we program the kernel in C rather than C++.jhb2006-03-202-2/+2
* regennetchild2006-03-183-5/+20
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-181-3/+3
* regen after COMPAT_43 removalnetchild2006-03-186-20/+29
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-11/+7
* Don't allow userland to set hardware watch points on kernel memory at all.jhb2006-03-141-23/+20
* It is not necessary to read %gs twice.davidxu2006-03-101-2/+1
* Fix stack offset to allow gcc's stack aligment code to work correctly.davidxu2006-03-101-1/+1
* Flip the switch and don't route interrupts to hyperthreads in a HT system.jhb2006-03-091-2/+2
* Improve the advantech watchdog.phk2006-03-061-2/+6
* Take the functionality contained in the former "options TDFX_LINUX"yar2006-03-031-3/+2
* - use a more common style to print memory sizesnetchild2006-03-031-78/+133
* Committed the xbox syscons(8)-able console driver.rink2006-03-033-256/+519
* iir works on PAE now.scottl2006-03-031-1/+0
* Rework how we wire up interrupt sources to CPUs:jhb2006-02-287-135/+152
* Add frequency-voltage tables for Intel 778, 758, 773, 753, and 733Jcperciva2006-02-251-0/+210
* guard function decls with _KERNEL so user code can include this filesam2006-02-221-1/+2
* Close some races between procfs/ptrace and exit(2):jhb2006-02-221-0/+6
* Rounding addr upwards to next 4M or 2M boundary in pmap_growkernel() couldtegge2006-02-161-0/+14
OpenPOWER on IntegriCloud