summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Addition of page coloring support. Various levels of coloring are afforded.dyson1996-09-082-11/+14
* Improve the scalability of certain pmap operations.dyson1996-09-082-292/+611
* Yet another merge. Remove support.s by deleting memcopy. Removeasami1996-09-071-1/+16
* Remove devconf, it never grew up to be of any use.phk1996-09-065-138/+5
* Cleaned up version of my 'extended BIOS' patch. This one is commentednate1996-09-031-30/+48
* Change an splclock that needs to be an splhigh into an splhigh.dg1996-09-011-2/+2
* If the basemem value supplied by the bootblocks, differs from the valuenate1996-09-011-6/+33
* Improvements from Bruce Evanspst1996-08-302-17/+29
* Cleaned up interrupt masking by declaring the state variable in abde1996-08-281-10/+15
* Clean up formatting and fix an & -> && bug pointed out by bdepst1996-08-281-87/+52
* Support for GDB remote debug protocol.pst1996-08-272-4/+591
* Add hints to the file ./LINT and the handbook.wosch1996-08-271-1/+10
* Collect all the functioons concerned with rebooting into one placejulian1996-08-191-160/+6
* Back out mistaken local change that sneaked in on the last commit.wollman1996-08-121-0/+40
* Don't declare the user_ldt functions unless USER_LDT is defined.wollman1996-08-122-42/+4
* Add support for i686 machine check trap.dg1996-08-114-6/+12
* Defined T_MCHK exception for i686; renumbered T_RESERVED to 29.dg1996-08-111-2/+3
* Add recognition for the AMD 5x86 CPU models.peter1996-08-101-1/+15
* Trivial cosmetic tweak to make the i[56]86 CPU MHz reprting round to thepeter1996-08-101-3/+5
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-023-29/+15
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-021-8/+6
* Add an fls() inline function which does the opposite operation towollman1996-08-011-1/+12
* Eliminated pcb_inl. It was always 0 because context switches don't occurbde1996-07-314-18/+6
* Converted timer/run queues to 4.4BSD queue style. Removed old and unuseddg1996-07-313-43/+11
* Fixed longstanding bug of not checking `dumpdev' or setting `dumplo'bde1996-07-301-10/+7
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-303-38/+88
* Backed out the recent changes/enhancements to the VM code. Thedyson1996-07-302-412/+519
* Fix a problem with a DEBUG section of code.dyson1996-07-291-1/+1
* Fix an error in statement order in pmap_remove_pages, remove the pmapdyson1996-07-291-39/+10
* Fix a problem that pmap update was not being done for kernel_pmap. Alsodyson1996-07-281-13/+11
* This commit is meant to solve a couple of VM system problems ordyson1996-07-272-521/+445
* Update to current state of PC98 world.asami1996-07-231-1/+3
* Post-commit review by Bruce. Mostly stylistic changes.joerg1996-07-212-102/+112
* Major cleanup of the timerX_{acquire,release} stuff. In particular,joerg1996-07-202-96/+192
* Fixed adjustment of `time' when timer0 is released. 27465 was 27645 inbde1996-07-172-4/+4
* Moved declaration of zbuf outside of #ifdef DEVFS code.nate1996-07-151-3/+3
* Quick fix for previous commit: don't free zbuf on close since it may bebde1996-07-151-9/+2
* Almost gratuitious improvement of the performance of readingdyson1996-07-141-5/+14
* Removed "optimization" using gcc's builtin memcpy instead of bcopy.bde1996-07-121-5/+2
* Renamed upa to p0upa to match p0upt.bde1996-07-122-28/+28
* Export `dumpmag' to utilities but not to the kernel.bde1996-07-121-3/+4
* Fixed cloned comments about npx traps to match context.bde1996-07-121-5/+8
* Fixed operand order for shld and shrd.bde1996-07-121-82/+80
* Don't use NULL in non-pointer contexts.bde1996-07-121-3/+3
* Merge.jkh1996-07-111-1/+3
* Clean out some historical cruft.jkh1996-07-101-6/+1
* Fix something that's been bugging me for a long time: move the CPUwollman1996-07-082-195/+284
* Fixed lots of warnings about unportable casts of pointers to volatilebde1996-07-011-3/+10
* Moved declarations of non-cpu things from <machine/cpufunc.h> to betterbde1996-07-012-20/+10
* Use the standard timer (interrupt) frequency while calibrating the clocks.bde1996-07-012-14/+8
OpenPOWER on IntegriCloud