summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the pte object.alc2003-09-272-27/+49
* MFi386alc2003-09-261-4/+4
* MFi386alc2003-09-251-14/+7
* Re-raise the default datasize and stacksize now that the 32 bit execpeter2003-09-251-2/+2
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-252-13/+2
* Implement the bus_space_map() function to allocate resources and initializenyan2003-09-231-4/+12
* Oops. back out last commit. The data and stack limits are used by thepeter2003-09-231-2/+2
* Fix patch transcription typo. s/IDT_BPT/IDT_BP/peter2003-09-231-1/+1
* Sync with i386 version. The quality initialization was missing and somepeter2003-09-232-5/+2
* GC unused child variablepeter2003-09-231-2/+1
* MFi386 pci_bus.c 1.102 legacyvar.h 1.4: rename nexus_pcib to legacy_pcibpeter2003-09-232-51/+64
* Move basemem variable into global scope so that the MP startup code canpeter2003-09-222-1/+4
* Increase the default data size limit from 512MB to 8GB. Increase defaultpeter2003-09-221-2/+2
* MFi386 rev 1.51 by scottl: make dflt_lock() always panic.peter2003-09-221-4/+0
* MFi386 rev 1.53 by scottl: Allocate the S/G list in the tag, not onpeter2003-09-221-27/+32
* MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dontpeter2003-09-223-0/+10
* MFi386 rev 1.105 by jhb: fix comment typopeter2003-09-221-1/+1
* MFi386 rev 1.256 by jhb: remove redundant #include <sys/sysctl.h>peter2003-09-221-2/+0
* MFi386 rev 1.25 by jhb: add new MSR's and some missing older ones andpeter2003-09-221-3/+25
* MFi386 rev 1.55 by sam: remove unused #define BUS_DMAMAP_NSEGSpeter2003-09-221-2/+0
* MFi386 rev 1.37: constant-friendly bswap macrospeter2003-09-221-4/+70
* MFi386: pci_cfgreg.h rev 1.10 by jhb/des/njl. Fix CONF1_ENABLE_MSK.peter2003-09-221-1/+1
* MFCi386: trap.c rev 1.257 by bde. Don't forget to reenable interruptspeter2003-09-221-0/+1
* MFi386 by jhb: add acpi_SetDefaultIntrModel();peter2003-09-222-0/+14
* MFi386 by jhb: use symbolic constants for the IDT entries.peter2003-09-223-22/+45
* MFi386: machdep.c:1.570 clock.c:1.204 by bde: Quick fix for calling DELAYpeter2003-09-222-3/+19
* Mention the puc(4) glue driver in a commented-out example so the userjoerg2003-09-191-0/+4
* Statically compile in sound as we don't have modules yet.obrien2003-09-151-0/+2
* Simplify (and micro-optimize) pmap_unuse_pt(): Only one caller,alc2003-09-131-8/+3
* Add a new parameter to pmap_extract_and_hold() that is needed to eliminatealc2003-09-121-2/+3
* Sort 'bge' correctly.obrien2003-09-101-1/+1
* Remove an XXX comment by using the per CPU mask added after this commentjhb2003-09-103-6/+3
* Fix a typo.jhb2003-09-101-1/+1
* Clean up get/set_mcontext() and get/set_fpcontext(). These are operatedpeter2003-09-092-66/+30
* Turn aac back on now that its been cleaned up for 64 bit compilationpeter2003-09-081-2/+2
* Argh. This file was completely out of sync with mcontext/trapframe.peter2003-09-081-11/+12
* Hmm. Two copies of the mcontext...peter2003-09-081-1/+1
* Introduce a new pmap function, pmap_extract_and_hold(). This functionalc2003-09-081-0/+24
* Take the support for the 8139C+/8169/8169S/8110S chips out of thewpaul2003-09-081-0/+1
* Oops. sizeof(long) = 8, not 4. Get the fxsave buffer inside mcontextpeter2003-09-051-2/+2
* MFi386: add device ataraid, this is now seperate and not pulled in by atadisk.obrien2003-09-031-0/+1
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_kan2003-09-011-3/+3
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyalc2003-08-291-0/+95
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.jhb2003-08-281-2/+10
* Minor style cleanups.njl2003-08-283-4/+2
* Fix copyright comment & FBSDID style nits.obrien2003-08-254-7/+3
* Eliminate the last (direct) uses of vm_page_lookup() on the pte object.alc2003-08-241-18/+3
* AMD64 mtrr driver.peter2003-08-231-75/+80
* Switch to using the emulator in the common compat area.peter2003-08-2315-4269/+15
* Initial sweep at dividing up the generic 32bit-on-64bit kernel supportpeter2003-08-221-0/+1
OpenPOWER on IntegriCloud