summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Undo previous commit. The cpuid symbol has been already used by SMPkato1998-01-252-23/+5
* Added cpuid instruction.kato1998-01-251-1/+10
* Execute cpuid if BIOS disables cpuid instruction of Cyrix 6x86MX CPU,kato1998-01-251-4/+13
* Even though BIOS writer's guide recommends cpuid instruction of Cyrixkato1998-01-252-17/+56
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-243-7/+15
* Add better support for larger I/O clusters, including larger physicaldyson1998-01-241-2/+2
* VM level code cleanups.dyson1998-01-223-75/+64
* Add entries for tx card.jkh1998-01-211-1/+2
* Add prototypes for swi_vm, setsoftvm, schedsoftvm, and splsoftvm that weregibbs1998-01-211-1/+2
* Suggested by: bdejb1998-01-201-1/+12
* The removal of a page from the free queue in vm_page_zero_idle wastegge1998-01-191-1/+2
* Tie up some loose ends in vnode/object management. Remove an unneededdyson1998-01-171-24/+6
* Bring in IDE ATAPI floppy support.pst1998-01-161-2/+3
* Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.gibbs1998-01-154-12/+12
* Implementation of Bus Space for FreeBSD-x86.gibbs1998-01-158-5/+5125
* Implementation of Bus DMA for FreeBSD-x86. This is sufficient to dogibbs1998-01-152-1/+596
* Adjust upwards the size of exec map in order to take into account thedyson1998-01-121-2/+2
* Add ppp, at long last, back to GENERIC. We have enough room in thejkh1998-01-111-3/+2
* Add a machine dependent header for the i386 jmp_buf size instead of pilingjb1998-01-101-0/+35
* Make the BOOTP family new-style options (in opt_bootp.h)eivind1998-01-093-3/+6
* AMD calls the PR166 and PR200, models 2 and 3 respectively.obrien1998-01-031-3/+3
* Update AMD URL for CPU recognition docs.obrien1998-01-031-2/+3
* Fix typo. Option `CPU_SUSP_HLT' didn't work on Cyrix 486DX box.kato1998-01-031-3/+3
* Don't try to call into BIOS32 handlers outside the normal ROMmsmith1998-01-011-2/+2
* Moved the SMP declarations of INTREN() and INTRDIS() to the correct header,bde1998-01-012-4/+4
* More cleanup relating to our use of the TSC.phk1997-12-283-93/+61
* wash, sort and put in order various nits from the i586_ctr -> tscphk1997-12-283-33/+33
* Back out previous commit, the so-called "unused code" was most definatelypeter1997-12-271-1/+3
* #include "opt_user_ldt.h" so that the #ifdef USER_LDT checks can work, aspeter1997-12-272-2/+4
* Rename "i586_ctr" to "tsc" (both upper and lower case instances).phk1997-12-265-81/+81
* Correct my previous fix for the UPAGES problem.dyson1997-12-221-5/+3
* Hopefully fix the problem with the TLB not being updated correctly.dyson1997-12-221-5/+7
* Make the class code checks in function pci_cfgcheck less strict.se1997-12-202-4/+4
* Add support for low resolution SMP kernel profiling.tegge1997-12-156-11/+31
* Don't forward hardclock or statclock to stopped cpus. Disable forwardingtegge1997-12-153-30/+51
* After one of my analysis passes to evaluate methods for SMP TLB mgmt, Idyson1997-12-147-25/+144
* Add needed #include.tegge1997-12-123-3/+12
* The improvements to clock statistics by Tor Eggefsmp1997-12-084-4/+953
* The improvements to clock statistics by Tor Eggefsmp1997-12-082-5/+157
* Changes to allow event-based process monitoring and control.sef1997-12-061-1/+12
* document and make the NO_F00F_HACK a proper option...jmg1997-12-042-5/+7
* After consultation with David, changejkh1997-12-043-12/+12
* Make has_f00f_bug extern, and get rid of some unused code in the f00fsef1997-12-031-5/+2
* Work around for the Intel Pentium F00F bug; this is Intel's recommendedsef1997-12-033-3/+80
* fix a few style nites...jmg1997-11-301-12/+15
* Removed an unused line of code, that caused an ``maybe used uninitialized''joerg1997-11-261-2/+1
* Fixed multiple definitions of boothowto.bde1997-11-241-2/+2
* Added a sysctl (machdep.cputime_clock) to select the clock used bybde1997-11-241-11/+55
* Fixed some #include messes.bde1997-11-241-7/+11
* Correct CPU_CYRIX_NO_LOCK fix.jlemon1997-11-211-5/+5
OpenPOWER on IntegriCloud