summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Call identifycyrix() when 6x86MX CPU is found. The identifycyrix()kato1997-10-031-2/+3
* Fix a serious bug I introduced while adding in support for CAM interrupts.gibbs1997-09-284-17/+24
* Add a small hack to support the strange antics of the Unisys ELI 4003. Thismckay1997-09-282-20/+44
* Fix a bug where the speculative memory probe wouldn't occur on systems thatdg1997-09-251-2/+2
* Look for another couple of magic bios things..phk1997-09-241-2/+8
* Moved setconf() call after root configuration again. This fixes abde1997-09-231-4/+3
* Turn on CR4_VME on the AP's the same as the BSP. Note that we do notpeter1997-09-221-1/+13
* Oops. This file shouldn't have been committed.gibbs1997-09-221-18/+17
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-215-17/+39
* autoconf.c:gibbs1997-09-213-13/+48
* Move the rules for aicasm to the MI conf file.gibbs1997-09-211-18/+19
* Implement the parts needed for VM86 under SMP.peter1997-09-218-31/+106
* Add support for more than 1 page of idle process stack on SMP systems.dyson1997-09-216-79/+132
* For AMD chips, pick up the long description from the chip ifphk1997-09-201-1/+71
* teach pnp to keep isa_device structs around, and teach isa.c how to scanjmg1997-09-191-4/+15
* Addf flags 0x10 to the sio0 line, so it is available as a potentialjoerg1997-09-141-2/+2
* Update select -> poll in drivers.peter1997-09-141-7/+7
* Revert the logic behind my last change, and use a function calledjoerg1997-09-132-7/+7
* Do not ever try to coredump adapter memory regions.joerg1997-09-102-2/+31
* add neccessary calls to autoconf for pnp,jmg1997-09-091-1/+10
* Change an assemble-time divide into a shift. Under binutils-2.8 gas in elfpeter1997-09-083-6/+6
* General cleanup of the lock pushdown code. They are grouped and enabledfsmp1997-09-0712-124/+166
* Fix an intermittent problem during SMP code operation. Not all of thedyson1997-09-071-2/+2
* Argh, what was I thinking?? Don't (yet) halt the CPU in the idle looppeter1997-09-052-2/+6
* Cosmetic adjustment for the trap/double fault/panic cpu id listing.peter1997-09-051-8/+9
* Cosmetic change to last commit: speculative_mtest -> speculative_mprobe.dg1997-09-041-8/+8
* Changed the memory sizing code so that if the following conditionsdg1997-09-041-21/+35
* Removed unused #includes.bde1997-09-024-9/+4
* Removed the "globl" nature of the vec array. This was left over from thefsmp1997-09-022-10/+6
* General cleanup of the sub-system locking macros.fsmp1997-09-013-73/+31
* Cleanup.fsmp1997-09-013-24/+30
* Move closer to supporting VM86 under SMP.bde1997-09-014-4/+31
* Removed unused #includes.bde1997-09-012-7/+2
* Fixed options SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME which were brokenbde1997-08-311-2/+2
* Debug version of simple_lock. This will store the CPU id of thefsmp1997-08-313-60/+33
* Define some machine characteristics using symbol naming on conventionspeter1997-08-301-1/+7
* Another round of lock pushdown.fsmp1997-08-3013-47/+190
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.kato1997-08-301-1/+12
* Support for the new FAST_HI algorithm, enabled.fsmp1997-08-294-55/+197
* Support for the new FAST_HI algorithm.fsmp1997-08-292-18/+84
* Remove the vm86 support as an LKM, and link it directly into the kerneljlemon1997-08-282-11/+11
* Here is a patch to alleviate the current problem with the dma interfacemsmith1997-08-281-14/+42
* Correct some things I forgot about until it was too late with smp_active.peter1997-08-263-12/+21
* Clean up the SMP AP bootstrap and eliminate the wretched idle procs.peter1997-08-2613-213/+761
* Check for irq conflicts even if conflicts are allowed. Conflictingbde1997-08-251-7/+9
* Finished (?) support for DISABLE_PSE option. 2-3MB of kernel vm was sometimesbde1997-08-251-16/+8
* Removed a bogus comment.bde1997-08-253-6/+6
* s/.align/.p2align/ so that we get the same results when building elfpeter1997-08-251-3/+3
* A clean fix for the spl "deadlock before smp_active" problem.fsmp1997-08-244-4/+11
* The last of the encapsolation of cpl/spl/ipending things into a criticalfsmp1997-08-247-57/+310
OpenPOWER on IntegriCloud