summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Update the graffiti.peter2003-11-089-3/+13
* Switch from having a fpu "device" to something that is more like thepeter2003-11-081-1/+1
* The great s/npx/fpu/gipeter2003-11-083-20/+17
* Rename npx* to fpu*. I haven't done the flags/function names yet.peter2003-11-085-122/+7
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inscottl2003-11-071-0/+4
* Add the MP Table APIC enumerator. This code uses the BIOS MP Table tojhb2003-11-031-2764/+45
* New APIC support code:jhb2003-11-032-7/+186
* New device interrupt code. This defines an interrupt source abstractionjhb2003-11-031-0/+91
* Always export r_gdt and r_idt and give them extern declarations injhb2003-10-301-3/+0
* A few whitespace and comment tweaks.jhb2003-10-241-6/+3
* Add __va_copy and make it always visible, in spite of the __ISO_C_VISIBLEpeter2003-10-241-1/+4
* Use a more robust API altogether for the amd64_get_fsbase() etc functions.peter2003-10-231-4/+4
* Renumber the sysarch vectors for amd64 specific syscalls so that I canpeter2003-10-231-6/+5
* Pull the tier-2 card one last time and break the get/setcontext andpeter2003-10-153-4/+7
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* Commit Bosko's patch to clean up the PSE/PG_G initialization to andpeter2003-10-011-8/+2
* Use __register_t instead of register_t, otherwise <sys/types.h> is apeter2003-10-011-24/+24
* MFi386: BURN_BRIDGES around timer0 functionspeter2003-09-301-1/+3
* Eliminate the pte object.alc2003-09-271-1/+0
* 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-251-12/+0
* 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
* Sync with i386 version. The quality initialization was missing and somepeter2003-09-231-1/+0
* MFi386 pci_bus.c 1.102 legacyvar.h 1.4: rename nexus_pcib to legacy_pcibpeter2003-09-231-0/+11
* Move basemem variable into global scope so that the MP startup code canpeter2003-09-221-0/+1
* Increase the default data size limit from 512MB to 8GB. Increase defaultpeter2003-09-221-2/+2
* MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dontpeter2003-09-221-0/+1
* MFi386 rev 1.25 by jhb: add new MSR's and some missing older ones andpeter2003-09-221-3/+25
* 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
* MFi386 by jhb: add acpi_SetDefaultIntrModel();peter2003-09-221-0/+2
* MFi386 by jhb: use symbolic constants for the IDT entries.peter2003-09-221-0/+24
* Remove an XXX comment by using the per CPU mask added after this commentjhb2003-09-101-2/+1
* Fix a typo.jhb2003-09-101-1/+1
* 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
* Oops. sizeof(long) = 8, not 4. Get the fxsave buffer inside mcontextpeter2003-09-051-2/+2
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_kan2003-09-011-3/+3
* Fix copyright comment & FBSDID style nits.obrien2003-08-251-2/+1
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-162-3/+3
* - Fix a duplicated typo.jhb2003-08-151-3/+3
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-121-2/+24
* Halted CPU's should not accumulate time.ps2003-08-121-6/+6
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-041-2/+0
* Fix a dumbass mistake. I had the 'set' and 'get' reversed in thepeter2003-08-021-2/+2
* KSTACK_PAGES is a global option.peter2003-07-311-0/+2
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-271-0/+1
* Use macros from apic.h to when writing to the ICR to send IPIs to startupjhb2003-07-231-5/+12
* Add a new macro APIC_ICRLO_RESV_MASK that contains all of the reservedjhb2003-07-231-0/+1
OpenPOWER on IntegriCloud