summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/vm_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-1/+1
* Don't dink with interrupts in vm_page_zero_idle(). This code assumed itjhb2000-10-231-10/+1
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-2/+2
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-33/+18
* Clean up some low level bootstrap code:peter2000-08-111-7/+8
* Add option BROKEN_KEYBOARD_RESET to an opt_*.h filepeter2000-06-101-0/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-6/+6
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Don't forget to reset the hardware debug registers when a process thatbsd2000-02-201-0/+7
* User ldt sharing.luoqi1999-12-061-19/+33
* The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) toalc1999-10-301-2/+2
* useracc() the prequel:phk1999-10-291-1/+0
* Zap unneeded #includespeter1999-10-111-2/+0
* Fix bug in pipe code relating to writes of mmap'd but illegal addressdillon1999-09-201-3/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Change the type of vpgqueues::lcnt from "int *" to "int". The indirectionalc1999-07-311-3/+3
* Reduce the number of "magic constants" used for page coloringalc1999-07-221-2/+2
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-3/+3
* Unifdef VM86.jlemon1999-06-011-14/+1
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-191-56/+1
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-2/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+2
* Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5dillon1999-02-081-4/+8
* Rip out PQ_ZERO queue. PQ_ZERO functionality is now combined in withdillon1999-02-081-19/+23
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't usedillon1999-01-291-3/+3
* Add (but don't activate) code for a special VM option to makejulian1999-01-061-1/+18
* Removed bogus casts of USRSTACK and/or the other operand in binarybde1998-12-161-4/+4
* Add John Dyson's SYSCTL descriptions, and an export of more stats topeter1998-10-311-2/+3
* Fixed two potentially serious classes of bugs:dg1998-10-131-3/+3
* Initialize pcb_mpnest to 1 in the child process in cpu_fork(). This shouldtegge1998-09-281-1/+4
* Goodbye BOUNCE_BUFFERS, for a hack it has served us well.peter1998-09-251-478/+1
* Presently there is only one `currentldt' variable for all cpusmsmith1998-08-181-3/+5
* Disallow reading the current kernel stack. Only the user structure andtegge1998-05-191-5/+22
* Add forwarding of roundrobin to other cpus. This gives a more regulartegge1998-05-171-1/+88
* Some of newer PC-98 may cause "Windows Protection Fault" when bootingkato1998-05-161-3/+5
* Add the ability to make real-mode BIOS calls from the kernel. Currently,jlemon1998-03-231-1/+9
* Make EPSON_BOUNCEDMA a new-style option.kato1998-03-171-1/+4
* Don't use the standard macros for disabling/enabling interrupt.tegge1998-03-141-3/+3
* Fixed breakage of the !SMP case in vm_page_zero_idle() in thebde1998-03-121-5/+7
* Fix page prezeroing for SMP, and fix some potential paging-in-progressdyson1998-02-251-29/+35
* Ifdefed some npx code. npx should be optional again.bde1998-02-131-1/+3
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Make the bounce buffer code a little more robust when space isn'tdyson1998-01-301-3/+10
* VM level code cleanups.dyson1998-01-221-1/+3
* The removal of a page from the free queue in vm_page_zero_idle wastegge1998-01-191-1/+2
* Implementation of Bus DMA for FreeBSD-x86. This is sufficient to dogibbs1998-01-151-1/+11
* #include "opt_user_ldt.h" so that the #ifdef USER_LDT checks can work, aspeter1997-12-271-1/+2
OpenPOWER on IntegriCloud