summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-041-4/+5
* Bandaid fix for previous commit while I figure out why it broke. Thisjake2003-04-041-2/+2
* - Removed APTD and associated macros, it is no longer used.jake2003-04-031-9/+7
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-024-2/+26
* - Add support for PAE and more than 4 gigs of ram on x86, dependent on thejake2003-03-303-6/+74
* - Remove invalid casts.jake2003-03-301-1/+1
* - Convert all uses of pmap_pte and get_ptbase to pmap_pte_quick. Whenjake2003-03-301-1/+1
* Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl.ps2003-03-262-21/+89
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-254-11/+13
* Expand the APIC ID mask field of the ICR register to 8 bits intead of justjhb2003-03-171-1/+1
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* Use bus_space_handle_t to represent host port and virtual addresses;jake2003-03-112-24/+24
* Wrap the hyperthreading support code with the HTT kernel option.jhb2003-03-041-0/+21
* Remove some long unused declarations. (For example, the PV flags have notalc2003-02-271-6/+0
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-262-2/+2
* - Added inlines pmap_is_current, pmap_is_alternate and pmap_set_alternatejake2003-02-251-1/+1
* - Removed UMAXPTDI and UMAXPTEOFF.jake2003-02-242-3/+1
* The mpbiosreason variable does not used for pc98.nyan2003-02-241-0/+2
* Allow machines with one CPU and a valid mp table to boot an SMP kernel.tegge2003-02-231-0/+2
* Previous commit missed a 1 that should be NGPTD, and an NPDEPG that shouldjake2003-02-231-1/+1
* - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of thejake2003-02-231-4/+4
* - Added macros PDESHIFT and PTESHIFT, use these instead of magic constantsjake2003-02-231-2/+2
* The root of the splay tree maintained within the pm_pteobj always refersalc2003-02-221-1/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has beenpeter2003-02-181-2/+0
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Implement fpclassify():mike2003-02-081-0/+2
* i386/i386/tsc.c was repo-copied from i386/isa/clock.c.phk2003-02-051-0/+1
* Make get_cyclecount() use binuptime() when no tsc is available: it is cheaper.phk2003-02-051-4/+4
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-033-12/+13
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-1/+2
* Make tsc_freq a 64bit quantity.phk2003-01-291-1/+1
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asscottl2003-01-291-0/+6
* Remove BDE_DEBUGGER.jake2003-01-281-4/+0
* Fix KSE related patch.julian2003-01-261-2/+1
* Nuke CHEAP_TPR stuff, including LOPRIO_LEVEL (bogus) and ALLHWI_LEVELpeter2003-01-231-17/+0
* - Move enable_sse()'s prototype to machine/md_var.h.jhb2003-01-222-4/+3
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisjhb2003-01-222-2/+2
* Bah, add in a missing space char I noticed when MFC'ing this.jhb2003-01-221-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* o Move the contents of <machine/floatingpoint.h> over tomarcel2003-01-192-88/+80
* Rework part of the previous processor name changes so that we readjhb2003-01-091-1/+0
* - Add a cpu_exthigh variable to hold the highest extended cpuid valuejhb2003-01-081-0/+2
* Enumerate logical hyperthread CPUs manually if they aren't already listedjhb2003-01-081-0/+80
* Add a cpuid_cpuinfo variable to hold the results of %ebx from cpuid withjhb2003-01-081-0/+1
* - Fix the name of the hyperthreading cpuid feature flag to be HTT insteadjhb2003-01-081-1/+9
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-4/+4
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* Align the FPU state in the ucontext and sigcontext to 16 bytesdeischen2002-12-022-6/+8
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-162-12/+5
OpenPOWER on IntegriCloud