summaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* MFC revision 1.679:Rui Paulo2007-12-191-0/+25
* Add the hptrr driver.Scott Long2007-12-152-0/+6
* 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-062-172/+11
* 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
* MFC: Add support for debugging double fault frames.John Baldwin2007-11-214-4/+24
* MFC: Don't test the APIC flag in the cpuid features for amd64 to see if aJohn Baldwin2007-11-081-4/+0
* MFCAlan Cox2007-11-081-1/+23
* MFC: Remove mpte optimization from pmap_enter_quick().Stephan Uphoff2007-11-051-5/+3
* MFC: Update copyright attribution.John Baldwin2007-10-301-1/+2
* MFC some fixes to IPI_PREEMPT:John Baldwin2007-10-081-2/+2
* MFC: Handle CPUs with APIC IDs higher than 32.John Baldwin2007-10-055-62/+82
* 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
* MFC: coretemp(4)Dag-Erling Smørgrav2007-09-281-0/+7
* MFC: whitespace changes from HEADDag-Erling Smørgrav2007-09-281-76/+76
* MFC: synch with HEAD, minus whitespace changes.Dag-Erling Smørgrav2007-09-281-3/+14
* MFC: remove confusing boot message, add feature bitsDag-Erling Smørgrav2007-09-281-13/+8
* Export the MAXCPU symbol to assym.s. This is used to size the intrcntPeter Wemm2007-09-101-0/+1
* MFC:Alexander Leidinger2007-09-031-3/+0
* Remove second entry for tgkill.Alexander Leidinger2007-08-301-1/+0
* MFC: rev 1.261. Set a stack for interrupt stack 1 (double fault) onPeter Wemm2007-08-291-1/+6
* regenAlexander Leidinger2007-08-293-14/+317
* MFC:Alexander Leidinger2007-08-293-28/+125
* 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-132/+102
* MFC: Handle negative trap numbers (due to a corrupted trapframe) by notJohn Baldwin2007-08-141-3/+4
* MFC rev 1.669: "Use a known good stack at the time of servicing anJoseph Koshy2007-08-071-1/+1
* regen after syscalls.master changeAlexander Leidinger2007-07-083-4/+9
* MFC (5 of X):Alexander Leidinger2007-07-084-68/+128
* MFC (4 of X):Alexander Leidinger2007-07-081-1/+1
* MFC (2 of X):Alexander Leidinger2007-07-081-8/+43
* MFC (1 of X):Alexander Leidinger2007-07-083-58/+67
* MFC: Use the tsc to implement DELAY() if it is usable and calibrated.John Baldwin2007-06-291-0/+15
* Properly initialize the address value in siginfo for Linux binaries onJohn Baldwin2007-06-291-1/+1
* MFC: Support for running 32-bit multithreaded binaries using libthr onJohn Baldwin2007-06-183-5/+71
* MFC: Rework the support used by ABIs to override resource limits so thatJohn Baldwin2007-05-231-35/+28
* MFC a change to pmap_copy() that was overlooked because revision 1.583Alan Cox2007-05-061-2/+10
* MFC Revision 1.531 of pmap.c:Alan Cox2007-05-062-10/+7
* MFC Revision 1.538:Alan Cox2007-05-061-26/+22
* MFCAlan Cox2007-05-052-66/+16
* MFC Revision 1.530Alan Cox2007-05-051-120/+121
* MFC: Implement 32 bit getcontext/setcontext/swapcontext on amd64. StillMaxim Sobolev2007-05-031-0/+163
* 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-023-11/+226
* MFC: Add various constants for the PAT MSR and the PAT PTE and PDE flagsJohn Baldwin2007-05-024-0/+63
* MFC: Add 'pmap_invalidate_cache()'.John Baldwin2007-05-026-3/+68