summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Backout early start of APs since it caused some machines to hang.tegge1999-04-131-4/+1
* Add prototype for wait_ap().tegge1999-04-111-1/+4
* Let BSP wait until all APs are initialized.tegge1999-04-101-1/+4
* Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.peter1999-04-071-1/+7
* Add defines for the P6 model-specific registers.msmith1999-04-071-1/+58
* Restore support for executing BSD/OS binaries on the i386 by passingjdp1999-04-031-2/+2
* Put in place the infrastructure for improved UP and SMP TLB management.alc1999-04-021-5/+2
* Increased kernel virtual address space to 1GB. NOTE: You MUST have fixeddg1999-03-111-4/+4
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpubde1999-03-051-3/+3
* Correct casts in vtophys and avtophys to be vm_offset_t.dg1999-03-021-3/+3
* Don't call assign_apic_irq with a value for irq that is out of range.tegge1999-02-261-2/+2
* Added a per-cpu variable `switchticks' for use in scheduling.bde1999-02-221-1/+2
* Introduce machine-dependent macro pgtok() to convert page count to numberluoqi1999-02-191-5/+5
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-3/+2
* On the i386, load the ELF dynamic linker where an mmap(0, ...) wouldjdp1999-02-191-5/+7
* Change the load address of the ELF dynamic linker from "2L*MAXDSIZ"jdp1999-02-071-1/+11
* Recognize Pentium II Xeon, Celeron and Pentium III cpus. Because CPUkato1999-02-041-1/+2
* Added a hopefully-machine-independent macro for determining if abde1999-02-021-1/+3
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't usedillon1999-01-291-2/+2
* Sun Bug ID 1251858 (on http://sunsolve1.sun.com) discusses the way thatnewton1999-01-281-2/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Make more messages conditional on bootverbosejkh1999-01-201-3/+5
* Silence warnings.eivind1999-01-121-3/+3
* Don't put operands in clobber lists, since this is dubious for oldbde1999-01-091-13/+16
* Fixed some style bugs. Clarified a comment.bde1999-01-081-13/+12
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partiallybde1999-01-081-10/+13
* Moved declarations related to copying and zeroing to the right place.bde1999-01-082-3/+14
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Attempt to handle interrupts delivered to all IO APICs by using the firsttegge1998-11-261-2/+17
* Staticize.eivind1998-11-261-3/+3
* Move the declaration of PPro_vmtrr from the header file to pmap.c,eivind1998-11-241-3/+4
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-301-2/+1
* A small fragment of new ISA framework: manifest constants for the resourceswollman1998-10-291-0/+43
* Add an ELF_MACHINE_OK() macro for compatability with the Alpha version.peter1998-10-181-1/+3
* mp_machdep.c: Set a vector to boot code (PC-98).kato1998-10-101-4/+4
* PC-98 doesn't have CMOS ram.kato1998-10-101-2/+8
* BIOS ROM base address is 0xe8000 on PC-98.kato1998-10-081-1/+6
* - Implement enabling write allocate on AMD K5/K6/K6-2 cpus.kato1998-10-061-1/+6
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-09-294-16/+16
* Goodbye BOUNCE_BUFFERS, for a hack it has served us well.peter1998-09-251-9/+1
* Add new functions fill_fpregs() and set_fpregs(), like fill_regs()jdp1998-09-142-2/+5
* Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These givejdp1998-09-141-1/+3
* Make profiling work for ELF. gprof now autodetects the format ofjdp1998-09-071-1/+5
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-063-30/+129
* - hw.machine_arch returns cpu architecture type.kato1998-08-311-12/+1
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-0/+58
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-2/+2
* Presently there is only one `currentldt' variable for all cpusmsmith1998-08-182-2/+9
* Add macros for accessing device memory.dfr1998-08-171-1/+9
* Revamp the ELF include files to better support architecture-independentjdp1998-08-161-1/+6
OpenPOWER on IntegriCloud