summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_zeroidle.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-06-111-1/+3
* Rename a static variable to avoid future conflicts.des2003-04-041-2/+2
* - Create a new scheduler api that is defined in sys/sched.hjeff2002-10-121-1/+2
* Set P_NOLOAD on the pagezero kthread so that it doesn't artificially skewpeter2002-07-191-1/+7
* o Remove the acquisition and release of Giant from the idle priority threadalc2002-07-181-5/+1
* o Use vm_pageq_remove_nowakeup() and vm_pageq_enqueue() inalc2002-07-161-7/+2
* Re-enable the idle page-zeroing code. Remove all IPIs from the idledillon2002-07-121-4/+0
* vm_page_queue_free_mtx is a spin mutex, not a normal sleep mutex.peter2002-07-081-4/+4
* Turn the zeroidle process off for SMP systems, there is still a possiblepeter2002-07-081-0/+4
* Add a special page zero entry point intended to be called via the singlepeter2002-07-081-7/+9
* o Lock accesses to the free queue(s) in vm_page_zero_idle().alc2002-07-071-0/+4
* Part 1 of KSE-IIIjulian2002-06-291-1/+0
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()peter2002-04-151-1/+1
* In a threaded world, differnt priorirites become properties ofjulian2002-02-111-1/+1
* KSE Milestone 2julian2001-09-121-4/+4
* Process priority is locked by the sched_lock, not the proc lock.jhb2001-09-011-2/+2
* Implement idle zeroing of pages. I've been tinkering with thispeter2001-08-251-72/+98
* The i386-specific includes in this file were "fixed" by bracketing them withbenno2001-07-151-3/+3
* Apply field bandages to the includes so compiles happen on alpha.mjacob2001-07-051-0/+6
* Move vm_page_zero_idle() from machine-dependant sections to adillon2001-07-051-0/+117
OpenPOWER on IntegriCloud