summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed setting of `safepri'. It should be SWI_AST_MASK most of thebde1997-11-212-2/+17
* Moved splhigh()/spl0() calls from isa_configure() to configure() so thatbde1997-11-212-4/+14
* Previous commit refers to SWAP_PART, which is only defined if the includepeter1997-11-211-1/+2
* Removed a duplicate (sloppy common-style) definition.bde1997-11-201-4/+5
* Moved some extern declarations to header files (unused ones to /dev/null).bde1997-11-205-13/+15
* Avoid passing some more `retval's.bde1997-11-201-20/+16
* Fixed wrong limits for the kernel text in db_numargs(). Thebde1997-11-201-3/+7
* Fixed write enabling of the kernel text section. The overlapbde1997-11-201-7/+5
* Don't allow setting the dump device to any partition except thebde1997-11-201-1/+8
* Removed an unused #included.bde1997-11-182-6/+20
* Removed #unused includes.bde1997-11-182-6/+8
* Don't #include <machine/smp.h> even in the SMP case. Fixed the onebde1997-11-181-1/+4
* Use UPAGES when setting up private pages for SMP (which includes idle stack).tegge1997-11-076-35/+35
* Rename some local variables to avoid shadowing other local variables.phk1997-11-072-6/+6
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-073-7/+3
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-063-19/+17
OpenPOWER on IntegriCloud