summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_zeroidle.c
Commit message (Expand)AuthorAgeFilesLines
* Remove dangling variablephk2004-11-061-1/+0
* - Set the priority of the page zeroing thread using sched_prio() when thejhb2004-11-051-14/+5
* Introduce a Boolean variable wakeup_needed to avoid repeated, unnecessaryalc2004-10-311-2/+9
* Eliminate an unused but initialized variable.alc2004-10-301-2/+0
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifscottl2004-09-021-0/+2
* Give setrunqueue() and sched_add() more of a clue as tojulian2004-09-011-1/+1
* Prevent vm_page_zero_idle_wakeup() from attempting to wake up theiedowse2004-08-291-2/+5
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-021-0/+2
* - Change mi_switch() and sched_switch() to accept an optional thread tojhb2004-07-021-1/+1
* Record exactly where this file was copied from. It wasn't repo-copied sobde2004-03-041-12/+12
* - Use a seperate startup function for the zeroidle kthread. Use this tojeff2004-02-021-10/+23
* - Add a flags parameter to mi_switch. The value of flags may be SW_VOL orjeff2004-01-251-2/+1
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-121-2/+24
* 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