summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* MFCattilio2013-02-241-1/+1
|\
| * On arm, like sparc64, the end of the kernel map varies from one type ofalc2013-02-181-1/+1
* | MFCattilio2013-02-151-0/+1
|\ \ | |/
| * Make VM_NDOMAIN a kernel option so that it can be enabled from a kerneljhb2013-02-141-0/+1
* | MFCattilio2013-02-041-0/+11
|\ \ | |/
| * Try to improve r242655 take III: move these SYSCTLs describing the kernelmarius2013-02-041-0/+11
* | MFCattilio2013-02-0310-65/+70
|\ \ | |/
| * Fix typo in debug printf.glebius2013-01-291-1/+1
| * - Add system wide page faults requiring I/O counter.zont2013-01-282-2/+4
| * - Add sysctls to show number of stats scans.zont2013-01-281-2/+12
| * - Style.zont2013-01-281-15/+16
| * - Get rid of unused function vmspace_wired_count().zont2013-01-142-7/+0
| * - Improve readability of sys_obreak().zont2013-01-111-22/+21
| * - Reduce kernel size by removing unnecessary pointer indirections.zont2013-01-103-19/+17
| * Fix a bug in the device pager code that can trigger an assertionken2013-01-092-1/+3
* | MFCattilio2012-12-265-19/+107
|\ \ | |/
| * Comment fix: there is no ub_ptr, instead explain meaning of uz_countglebius2012-12-211-1/+1
| * - Fix locked memory accounting for maps with MAP_WIREFUTURE flag.zont2012-12-184-18/+106
* | MFCattilio2012-12-1118-361/+464
|\ \ | |/
| * In the past four years, we've added two new vm object types. Each time,alc2012-12-097-30/+47
| * White-space cleanups.pjd2012-12-081-13/+13
| * Implemented uma_zone_set_warning(9) function that sets a warning, whichpjd2012-12-073-1/+49
| * Add support for the (relatively) new object type OBJT_MGTDEVICE toalc2012-11-281-0/+4
| * Make a few small changes to vm_map_pmap_enter():alc2012-11-251-9/+10
| * Correct an error in r230623. When both VM_ALLOC_NODUMP and VM_ALLOC_ZEROalc2012-11-211-2/+2
| * - Don't pass geom and provider names as format strings.jh2012-11-201-1/+1
| * Update a comment to reflect the elimination of the hold queue in r242300.alc2012-11-171-5/+1
| * Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.hkib2012-11-164-2/+3
| * Explicitely state that M_USE_RESERVE requires M_NOWAIT, using assertion.kib2012-11-161-0/+3
| * Flip the semantic of M_NOWAIT to only require the allocation to notkib2012-11-142-23/+19
| * Replace the single, global page queues lock with per-queue locks on thealc2012-11-134-173/+238
| * Fix DDB command "show map XXX":attilio2012-11-121-24/+14
| * The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-3/+3
| * In general, we call pmap_remove_all() before calling vm_page_cache(). So,alc2012-11-012-28/+13
| * Rework the known mutexes to benefit about staying on their ownattilio2012-10-312-16/+8
| * Replace the page hold queue, PQ_HOLD, by a new page flag, PG_UNHOLDFREE,alc2012-10-292-22/+21
| * Remove useless check; vm_pindex_t is unsigned on all architectures.trasz2012-10-281-1/+1
| * Const-ify the zone name argument to uma_zcreate(9).mdf2012-10-263-7/+7
| * Move the corresponding MTX_SYSINIT() next to their struct mtx declarationandre2012-10-261-1/+2
| * Commit the actual text provided by Alan, instead of the wrong updatekib2012-10-241-5/+7
| * Dirty the newly copied anonymous pages after the wired region iskib2012-10-241-3/+6
* | MFCattilio2012-10-228-161/+69
|\ \ | |/
| * Remove the support for using non-mpsafe filesystem modules.kib2012-10-225-77/+5
| * Print flags as hex instead of an integer.eadler2012-10-221-3/+3
| * Move vm_page_requeue() to the only file that uses it.alc2012-10-133-34/+32
| * Eliminate the conditional for releasing the page queues lock inalc2012-10-133-7/+1
| * Tidy up a bit:alc2012-10-031-37/+25
| * Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-282-2/+2
| * Address a race condition that was introduced in r238212. Unless the pagealc2012-09-231-1/+1
* | MFCattilio2012-09-217-116/+100
|\ \ | |/
OpenPOWER on IntegriCloud