summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of statpeter2002-07-211-7/+0
* Beautify. This has the side effect of improving portability andmarkm2002-07-181-39/+31
* Add initialization code for the AMD Elan sc520 which maps the MMCRphk2002-07-182-0/+2
* Clean up the syntax WRT semicolons at the end of function-like-macros, and pr...markm2002-07-171-23/+74
* Wrap GNU specific code in ifdefs, and help lint out by providingmarkm2002-07-151-2/+18
* Cast to prevent "signed/unsigned comparison" warnings.markm2002-07-151-2/+2
* Warnings and lint-assisting fixes; mark unused function parameters asmarkm2002-07-152-36/+116
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-124-102/+337
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.peter2002-07-111-0/+6
* Remove the critmode sysctl - the new method for critical_enter/exit (alreadydillon2002-07-102-46/+17
* Cosmetic. Remove #if 0 definition of vtophys() - it predates 4MB pages.peter2002-07-081-8/+0
* This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-303-0/+555
* This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-301-0/+138
* Gcc 3.1 varargs support.obrien2002-06-301-0/+47
* Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-301-11/+11
* Add files that are new for KSE.julian2002-06-291-0/+49
* Add additional cpuid feature flags and put into a canonical format.mp2002-06-221-18/+33
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-1/+1
* Silence preprocessor warning, No need to use CONCAT with "," and "word".alfred2002-06-011-1/+1
* Fixed the return value of fpsetmask(). The API requires inversion of thebde2002-06-011-1/+2
* Fixed style bugs in rev.1.9.bde2002-06-011-9/+17
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-301-11/+0
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-251-0/+46
* Rename pause() to ia32_pause() so it doesn't conflict with the pause()jhb2002-05-221-2/+2
* Debug registers aren't selectors, so use saner names for the variables injhb2002-05-221-24/+24
* - Sort the pause() inline into the appropriate location.jhb2002-05-221-6/+25
* Rename cpu_pause() to pause(). Originally I was going to make this anjhb2002-05-221-1/+1
* Add an inline function cpu_pause() for the IA32 'pause' instruction.jhb2002-05-211-0/+6
* Gcc 3.1 varargs support.obrien2002-05-101-0/+18
* Tidy up some loose ends.peter2002-04-291-3/+2
* Stylify (mainly line up macro EOL-continuation \'s), and add a dummymarkm2002-04-211-21/+28
* Fix typo in adjusted panic message.tegge2002-04-171-1/+1
* Update io_apic_ints array properly when revoking an irq mapping.tegge2002-04-171-2/+2
* Move do_cpuid into the correct place in this file and makedwmalone2002-04-101-10/+8
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-1/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-012-4/+111
* GC #if 0'd assembly mutex micro operations. If someone wants to bringjhb2002-03-281-208/+0
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-275-22/+21
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-234-61/+58
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-5/+5
* ASM versions of __FBSDID.obrien2002-03-231-0/+11
* Fix abuses of cpu_critical_{enter,exit} by converting toimp2002-03-211-0/+16
* Fix minor style(9) violation in de__Pingimp2002-03-201-40/+40
* Remove __P.alfred2002-03-201-5/+5
* Remove __P.alfred2002-03-2016-196/+195
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to thedes2002-03-161-10/+0
* Add needed includes of machine/smp.h, remove nested include in sys/smp.hjake2002-03-071-0/+1
* Add a new variable mp_maxid. This is used so that per cpu datastructures mayjeff2002-03-051-1/+4
* Make it a bit clearer where this file is to be used and where itmarkm2002-02-281-0/+2
OpenPOWER on IntegriCloud