summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Removed unused include of <machine/lock.h>. The locking interface stoppedbde2000-10-121-4/+0
* Moved the definitions of AST_PENDING and AST_RESCHED to the correct place.bde2000-10-121-0/+6
* Work around a bug by adding struct tags. gcc-2.95 apparently gets thebde2000-10-061-2/+2
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-064-25/+1
* currentldt is now a "special" global-data variable, and as such, therejhb2000-10-061-3/+0
* Interrupt frames don't include the saved cpl anymore since cpl is dead.jhb2000-10-061-2/+0
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-0/+1
* Replace loadandclear() with atomic_readandclear_int().jhb2000-10-051-11/+0
* Add atomic_readandclear_int and atomic_readandclear_long.jhb2000-10-051-2/+34
* Make the gd_currentldt member in struct globaldata unconditional sojhb2000-10-051-3/+1
* Reduce userland namespace polution.jasone2000-10-041-1/+4
* Move the i386 PCI attachment code out of i386/isa back into i386/pci.msmith2000-10-021-0/+5
* More updates to the ACPI code:msmith2000-09-301-0/+13
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willdfr2000-09-291-0/+80
* First shot at identifying the Pentum 4 acording to our reading of thepeter2000-09-291-2/+3
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-281-0/+55
* Fix the assmebly mutex macros to handle saving/restoring interrupt statejhb2000-09-241-7/+21
* Move MAXCPU from machine/smp.h to machine/param.h to fix breakageps2000-09-231-10/+0
* #include <sys/proc.h> in order to get curproc. This seems to be the lesserjasone2000-09-231-3/+2
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-222-48/+65
* Teach MTX_EXIT_RECURSE that the recursion count is a 32-bit integer,jhb2000-09-221-3/+3
* Add a couple of debug register helper functions to assist in settingbsd2000-09-212-0/+10
* Make LINT compile.phk2000-09-161-1/+1
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-141-25/+23
* Clean up process accounting some more. Unfortunately, it is still notjhb2000-09-121-18/+14
* When doing statistics for statclock on other CPU's, use the other CPUs'jhb2000-09-111-3/+3
* Style cleanups. No functional changes.jasone2000-09-091-42/+37
* Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, sincejasone2000-09-091-14/+14
* Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cppjasone2000-09-081-68/+80
* Remove an unneeded extern declaration of cp_time.jhb2000-09-081-2/+0
* Really fix USER_LDT. (Don't use currentldt as an L-value.)jake2000-09-081-1/+1
* Test for both SMP and I386_CPU being set before generating an error.jhb2000-09-071-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-077-74/+910
* Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng aphk2000-09-061-0/+72
* Increase the default NAPIC from 1 to 2 as a bandaid until we allocatemsmith2000-08-181-1/+1
* Prepare for a cleanup of pmap module API pollution introduced by thetegge2000-08-161-0/+1
* Clean up some low level bootstrap code:peter2000-08-113-12/+3
* Don't skip IOAPIC id conflict detection when only one pci bus is present.tegge2000-08-101-6/+4
* Be more verbose when changing APIC ID on an IO APIC.tegge2000-08-062-2/+143
* Fixed syntax errors and style bugs in previous commit. The syntaxbde2000-06-143-6/+6
* Further fixes for multiple-IO-APIC systems from Tor Egge:msmith2000-05-312-7/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-3/+3
* Implement real read/write barriers for the i386. Despite the comment inmsmith2000-05-183-12/+45
* When using _asm{} in GCC, one must specify the operand's size if oneobrien2000-05-101-9/+9
* Some more i386-only BIOS-friendliness:msmith2000-04-161-0/+11
* Make sysv-style shared memory tuneable params fully runtime adjustablepeter2000-03-301-7/+0
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hkato2000-03-294-1272/+26
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.dillon2000-03-281-1/+18
OpenPOWER on IntegriCloud