summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Implement preliminary support for the PT_SYSCALL command to ptrace(2).robert2003-10-091-0/+5
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* Don't bother setting a page table page's valid field. It is unused andalc2003-10-051-2/+0
* Migrate pmap_prefault() into the machine-independent virtual memory layer.alc2003-10-031-100/+21
* Reimplement pagezero() using "movnti".alc2003-10-021-39/+11
* Commit Bosko's patch to clean up the PSE/PG_G initialization to andpeter2003-10-015-36/+34
* Use __register_t instead of register_t, otherwise <sys/types.h> is apeter2003-10-011-24/+24
* MFi386: Do not depend on LEAPYEAR() macro boolean values being 0 or 1.peter2003-09-301-2/+3
* MFi386: BURN_BRIDGES around timer0 functionspeter2003-09-302-3/+17
* - Remove the definition for TD_SWITCHIN as it is not used.jeff2003-09-301-1/+0
* 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
OpenPOWER on IntegriCloud