aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* MFC revision 1.662 and 1.663:Rui Paulo2007-12-191-0/+25
* Add the hptrr driver.Scott Long2007-12-153-0/+7
* MFC: 1.149-1.150. Hold Giant over device_suspend/resume() methods in apm.Nate Lawson2007-12-091-1/+11
* Regen.David Malone2007-12-083-3/+3
* MFC: Linuxulator statfs64 fixes.David Malone2007-12-083-0/+15
* MFC: Always assume type #1 PCI config transactions for amd64 and relax theJohn Baldwin2007-12-061-25/+25
* MFC: Change pci_cfgdisable() into a nop for type #1 similar to what otherJohn Baldwin2007-12-061-2/+6
* MFC: Expand critical section coverage so that shared fast and ithread handlersScott Long2007-11-261-1/+1
* MFCAlan Cox2007-11-081-1/+22
* MFC: Remove mpte optimization from pmap_enter_quick().Stephan Uphoff2007-11-051-5/+3
* MFC: Slightly cleanup the 'bootdev' concept on x86.John Baldwin2007-11-011-12/+6
* MFC:Poul-Henning Kamp2007-10-311-5/+93
* MFC: Update copyright attribution.John Baldwin2007-10-301-1/+2
* MFC some fixes to IPI_PREEMPT:John Baldwin2007-10-081-3/+3
* MFC: Handle CPUs with APIC IDs higher than 32.John Baldwin2007-10-055-54/+75
* MFC: Use rman_set_rid() to save the rid in new resources when they areJohn Baldwin2007-10-031-1/+1
* MFC: sync the mxge driver with HEAD, modulo some slight differencesAndrew Gallatin2007-10-021-0/+2
* Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctlJoe Marcus Clarke2007-09-301-14/+8
* MFC: coretemp(4)Dag-Erling Smørgrav2007-09-281-0/+7
* MFC: whitespace changes from HEADDag-Erling Smørgrav2007-09-281-89/+89
* MFC: synch with HEAD, minus whitespace changes.Dag-Erling Smørgrav2007-09-281-14/+38
* MFC: remove confusing boot message, add feature bitsDag-Erling Smørgrav2007-09-281-17/+12
* Export the MAXCPU symbol to assym.s. This is used to size the intrcntPeter Wemm2007-09-101-0/+1
* MFC:Alexander Leidinger2007-09-031-7/+0
* Add 2 missing typedefs.Alexander Leidinger2007-08-301-0/+3
* regenAlexander Leidinger2007-08-293-33/+412
* MFC:Alexander Leidinger2007-08-292-28/+142
* MFC: Move 'intbase != expected base' warning under boot verbose.John Baldwin2007-08-281-1/+1
* MFC: Partial MFC of earlier minor fixes and tweaks to x86 interrupt code:John Baldwin2007-08-153-66/+69
* MFC: Revamp the MSI/MSI-X code a bit to achieve two main goals:John Baldwin2007-08-155-133/+103
* MFC: Handle negative trap numbers (due to a corrupted trapframe) by notJohn Baldwin2007-08-141-3/+4
* Don't abuse tf_err to pass the faulting virtual address to signal handlersJohn Baldwin2007-08-144-8/+9
* regen after syscalls.master changeAlexander Leidinger2007-07-083-5/+11
* MFC (5a of X):Alexander Leidinger2007-07-081-1/+1
* MFC (5 of X):Alexander Leidinger2007-07-083-60/+78
* MFC (4 of X):Alexander Leidinger2007-07-081-2/+2
* MFC (2 of X):Alexander Leidinger2007-07-081-1/+33
* MFC (1 of X):Alexander Leidinger2007-07-084-62/+69
* MFC: Use the tsc to implement DELAY() if it is usable and calibrated.John Baldwin2007-06-291-0/+15
* MFC: use busdma to get a page for activating speedstep mode.Nate Lawson2007-06-281-17/+72
* MFC 1.4:Bruno Ducrot2007-05-151-43/+97
* MFC: Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi2007-05-121-2/+0
* Argh, fix a mis-merge.John Baldwin2007-05-021-2/+2
* MFC: Honor the BUS_DMA_NOCACHE flag to bus_dmamem_alloc() on amd64 andJohn Baldwin2007-05-021-0/+5
* MFC: Initial PAT support including the following:John Baldwin2007-05-024-11/+177
* MFC: Add various constants for the PAT MSR and the PAT PTE and PDE flagsJohn Baldwin2007-05-024-0/+64
* MFC: Add 'pmap_invalidate_cache()'.John Baldwin2007-05-026-4/+71
* MFC: Comment fix in 1.110.John Baldwin2007-05-021-2/+1
* MFC: Various fixes to cpu_reset_real()John Baldwin2007-04-301-6/+40
* MFC:Ariff Abdullah2007-04-281-0/+23