summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_zeroidle.c
Commit message (Expand)AuthorAgeFilesLines
* Split the pagequeues per NUMA domains, and split pageademon processkib2013-08-071-0/+1
* Split P_NOLOAD into a per-thread flag (TDF_NOLOAD).attilio2009-11-031-11/+6
* Fill in a few sysctl descriptions.trhodes2008-08-031-2/+2
* - Make SCHED_STATS more generic by adding a wrapper to create thejeff2008-04-171-1/+1
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* Eliminate dead code, specifically, an unused sysctl: "vm.idlezero_maxrun".alc2007-07-141-4/+0
* Enable the new physical memory allocator.alc2007-06-161-18/+3
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-4/+4
* Revert VMCNT_* operations introduction.attilio2007-05-311-4/+3
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-3/+4
* Use the free page queue mutex instead of the page queue mutex toalc2007-02-111-6/+5
* Change the free page queue lock from a spin mutex to a default (blocking)alc2007-02-051-4/+4
* - Remove setrunqueue and replace it with direct calls to sched_add().jeff2007-01-231-1/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+4
* Add _vm_stats and _vm_stats_misc to the sysctl declarations in sysctl.h andalc2006-08-211-2/+0
* vm_page_zero_idle()'s return value serves no purpose. Eliminate it.alc2006-08-211-2/+1
* Change msleep() and tsleep() to not alter the calling thread's priorityjhb2006-04-171-3/+1
* MI changes:netchild2005-12-311-1/+1
* Trim a couple of unneeded includes.jhb2005-09-291-1/+0
* Set the scheduling class of the zeroidle thread to PRI_IDLE.ssouhlal2005-02-041-2/+5
* 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
OpenPOWER on IntegriCloud