summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-212-2/+4
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-217-17/+16
* Made PEND_INTS default.fsmp1997-08-2110-326/+163
* Preperation for moving cpl into critical region access.fsmp1997-08-207-58/+207
* Preperation for moving cpl into critical region access.fsmp1997-08-201-2/+8
* Use CS_SECURE macro.charnier1997-08-187-16/+17
* Removed volatile from arg to simple_lock & friends.fsmp1997-08-181-4/+4
* The promised "better fix" for "Trap 9 When Boot SMP" problem.fsmp1997-08-151-2/+3
* Add parentheses because == has higher precedence than &.steve1997-08-131-7/+7
* Back out a part of the disk scheduling "improvements" :-(. Let me knowdyson1997-08-121-2/+2
* Oops, fix breakage to UP kernel.fsmp1997-08-102-2/+18
* Added trap specific lock calls: get_fpu_lock, etc.fsmp1997-08-103-108/+71
* Cheap fix for kern/4255.fsmp1997-08-103-12/+30
* Some fixes towards making "default configs" work again.fsmp1997-08-093-39/+45
* Minor conditionalization of XXX_MPLOCK on PEND_INTS.fsmp1997-08-092-2/+8
* Added 'lock' instruction before 3 places that update ipending.fsmp1997-08-091-1/+4
* Modify the scheduling policy to take into account disk I/O waitsdyson1997-08-091-1/+14
OpenPOWER on IntegriCloud