summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64
Commit message (Expand)AuthorAgeFilesLines
* Moved the definitions of AST_PENDING and AST_RESCHED to the correct place.bde2000-10-121-2/+3
* Unremoved used include of <machine/ipl.h>. Removing it in rev.1.95bde2000-10-092-0/+2
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-069-163/+91
* Various whitespace cleanups after the SMPng commit, which jumbled thingsjhb2000-10-061-19/+19
* Don't treat a kernel stack fault the same as a general protect fault orjhb2000-10-061-0/+3
* Remove an unnecessary sti and spl0() in fork_trampoline. Interruptsjhb2000-10-062-4/+0
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-057-35/+3
* Replace loadandclear() with atomic_readandclear_int().jhb2000-10-051-2/+2
* Fix a cosmetic sign problem on machines with 4G of ram.peter2000-10-021-1/+1
* Fix the no-pci case of attaching isa, eisa and mca devices.peter2000-10-012-14/+6
* More updates to the ACPI code:msmith2000-09-302-49/+4
* Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhatbmilekic2000-09-301-13/+2
* Ansify and fix warnings.dfr2000-09-291-14/+6
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willdfr2000-09-291-0/+249
* Fill in some more missing bits from cpu_features according to the Intelpeter2000-09-291-10/+10
* First shot at identifying the Pentum 4 acording to our reading of thepeter2000-09-291-0/+5
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-282-6/+86
* Fix spelling of Katmai [Katami].asmodai2000-09-271-1/+1
* Since the nexus is responsible for creating the I/O resources (ports, memory)msmith2000-09-272-4/+296
* Recognize new Pentium III Xeon (stepping A0).kato2000-09-261-0/+1
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-2210-109/+110
* Implement halt-on-idle in the !SMP case, which should significantlymsmith2000-09-223-20/+37
* Better error message when booting an SMP kernel on an UP system.eivind2000-09-191-1/+1
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-141-2/+2
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-133-61/+13
* Be more careful about cleaning up the stack after function calls earlybde2000-09-132-22/+32
* Fixed hang on booting with -d. mtx_enter() was called on an uninitializedbde2000-09-132-10/+8
* Clean up process accounting some more. Unfortunately, it is still notjhb2000-09-122-36/+28
* Quick fix for hang on booting with -d. mtx_enter() was called beforebde2000-09-121-2/+4
* When doing statistics for statclock on other CPU's, use the other CPUs'jhb2000-09-112-6/+6
* Remove an unneeded extern declaration of cp_time.jhb2000-09-082-4/+0
* Really fix USER_LDT. (Don't use currentldt as an L-value.)jake2000-09-083-4/+4
* Don't use currentldt as an L-value.jake2000-09-071-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-0723-1005/+737
* Add KTR, a facility that logs kernel events in order to to facilitatejasone2000-09-071-6/+115
* Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng aphk2000-09-061-0/+1
* Teach the NFS && NFS_ROOT case how to pick up information left by themsmith2000-09-051-0/+174
* Complain if we cannot find loader(8) metadata.peter2000-09-031-0/+2
* Merge rest piece of ACPI driver.To activate acpi driver ,addtakawata2000-08-312-3/+39
* Improved Cyrix 486DX supports for NEC PC-98.kato2000-08-311-0/+15
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-7/+5
* Don't let an illegal value for dr7 get set, which can lead to anbsd2000-08-171-0/+18
* Prepare for a cleanup of pmap module API pollution introduced by thetegge2000-08-161-9/+13
* Include machine/cputypes.h so we get the cpu_class variable. This is neededjhb2000-08-131-0/+1
* Clean up some low level bootstrap code:peter2000-08-116-119/+31
* Don't skip IOAPIC id conflict detection when only one pci bus is present.tegge2000-08-102-12/+8
* Add workaround for livelock problem when starting APs.tegge2000-08-071-0/+4
* Change the behavior of isa_nmi to log an error message instead ofps2000-08-061-9/+31
* Be more verbose when changing APIC ID on an IO APIC.tegge2000-08-062-4/+284
* Handle write page faults (both write only or read-modify-write) as MI vmluoqi2000-07-311-3/+3
OpenPOWER on IntegriCloud