summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* pmap.c:bde1998-08-161-4/+4
* u_int --> unsigned int, remove (now unneeded) <sys/types.h>jlemon1998-07-281-3/+3
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesjlemon1998-07-281-1/+4
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-141-9/+8
* Don't pretend to support ix86's with 16-bit ints by using longs just tobde1998-07-111-11/+10
* Don't pretend to support ix86's with 16-bit ints by using longsbde1998-07-111-32/+32
* Oops, fptrint_t still needs to be declared in <machine/profile.h> in thebde1998-07-101-1/+6
* Added a kernel-only typedef (ptrint_t) giving an integral type that isbde1998-07-101-4/+1
* Remove bogus comment that teleported in from sys/i386/i386/mp_machdep.c.mckay1998-06-211-3/+1
* Increased MAXTSIZ to 128MB...there are binaries that get quite large.dg1998-06-121-3/+3
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-281-1/+2
* Add CPU_PII to the list.des1998-05-221-1/+2
* Disallow reading the current kernel stack. Only the user structure andtegge1998-05-191-1/+5
* Change simple lock handling to not depend upon having a local apictegge1998-05-171-2/+2
* Add forwarding of roundrobin to other cpus. This gives a more regulartegge1998-05-172-11/+53
* For SMP, use prv_PPAGE1/prv_PMAP1 instead of PADDR1/PMAP1.tegge1998-05-173-8/+26
* Fix alot of silly LINT that I left in the code.dyson1998-05-121-2/+2
* Support better performance with P6 architectures and in SMPdyson1998-05-111-3/+11
* Attempt to set write combining mode for graphics devices.dyson1998-05-112-60/+20
* Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.gibbs1998-05-064-40/+108
* Cast return values to the appropriate fp_*_t. Note that the man pagedes1998-04-271-9/+9
* Support compiling with `gcc-pedantic' (don't use hard newlines inbde1998-04-194-296/+296
* Fix VM86 compiles. a #include "opt_vm86.h" was missing, and the my_trpeter1998-04-061-5/+2
* Use real types for the SMP pages being allocated rather than arrays ofpeter1998-04-061-17/+11
* A pair of C structures used for laying out the SMP per-cpu data space.peter1998-04-061-0/+101
* Make a kernel version of the timer* functions called timerval* to bephk1998-04-061-3/+3
* Add two workarounds for broken MP tables:tegge1998-04-012-3/+51
* Declare some variables modified by interrupt handlers as volatile.tegge1998-04-011-3/+3
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-3/+3
* The APs now reload the interrupt descriptor table pointer aftertegge1998-03-071-1/+6
* Remove special handling for resuming clock interrupt when using APIC_IO.tegge1998-03-052-9/+5
OpenPOWER on IntegriCloud