summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r272536:kib2014-10-111-0/+49
* MFC r269907:kib2014-08-201-0/+1
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-221-3/+3
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-12/+8
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-5/+9
* Revert r253939:attilio2013-08-051-7/+9
* The page hold mechanism is fast but it has couple of fallouts:attilio2013-08-041-9/+7
* rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LASTavg2013-07-241-18/+3
* Complete r251452:attilio2013-06-061-2/+4
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-10/+10
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* Move the corresponding MTX_SYSINIT() next to their struct mtx declarationandre2012-10-261-1/+2
* - Remove accounting of locked memory from vsunlock(9) that I missed in r239818.zont2012-08-301-7/+0
* - Don't take an account of locked memory for current process in vslock(9).zont2012-08-291-21/+0
* Move kstack_cache_entry into the private header, and make thekib2011-12-161-7/+2
* All the racct_*() calls need to happen with the proc locked. Fixing thistrasz2011-07-061-0/+4
* Fix several places to ignore processes that are not yet fully constructed.jhb2011-04-061-1/+2
* Add accounting for most of the memory-related resources.trasz2011-04-051-3/+20
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-9/+7
* Eliminate page queues locking around most calls to vm_page_free().alc2010-05-061-4/+0
* Push down the acquisition of the page queues lock into vm_page_unwire().alc2010-05-051-2/+0
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-4/+10
* When doing kstack swapin, read as much pages in one run as possible.kib2010-04-291-11/+25
* vm_thread_swapout() can safely dirty the page before rather than afteralc2010-04-191-1/+1
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches thejmallett2010-04-181-0/+9
* Simplify vm_thread_swapin().alc2010-04-131-4/+2
* Initialize the virtual memory-related resource limits in a single place.alc2010-04-111-40/+6
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-0/+7
* Reintroduce the r196640, after fixing the problem with my testing.kib2009-09-011-43/+95
* Reverse r196640 and r196644 for now.kib2009-08-291-95/+43
* Remove the altkstacks, instead instantiate threads with kernel stackkib2009-08-291-43/+95
* Eliminate unnecessary obfuscation when testing a page's valid bits.alc2009-06-071-1/+1
* If vm_pager_get_pages() returns VM_PAGER_OK, then there is no need to checkalc2009-06-061-1/+1
* vm_thread_swapin() needn't validate any pages. The pages are alreadyalc2009-06-051-1/+0
* If a thread that is swapped out is made runnable, then the setrunnable()jhb2008-08-051-38/+15
* - Make SCHED_STATS more generic by adding a wrapper to create thejeff2008-04-171-1/+1
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromjeff2008-03-191-15/+4
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-2/+2
* Remove kernel support for M:N threading.jeff2008-03-121-2/+0
* - Pass the priority argument from *sleep() into sleepq and down intojeff2008-03-121-2/+1
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-11/+22
* - Redefine p_swtime and td_slptime as p_swtick and td_slptick. Thisjeff2007-09-211-9/+14
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-66/+88
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-27/+38
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-2/+2
* Revert VMCNT_* operations introduction.attilio2007-05-311-2/+2
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-2/+2
* - Remove setrunqueue and replace it with direct calls to sched_add().jeff2007-01-231-2/+2
* Threading cleanup.. part 2 of several.julian2006-12-061-39/+3
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-1/+32
OpenPOWER on IntegriCloud