| Commit message (Expand) | Author | Age | Files | Lines |
* | The value held by the vm object's field pg_color is only considered | alc | 2013-03-02 | 1 | -1/+0 |
* | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -3/+3 |
* | Merge from vmobj-rwlock: | attilio | 2013-02-27 | 1 | -1/+0 |
* | Merge from vmc-playground branch: | attilio | 2013-02-26 | 7 | -72/+73 |
* | Remove white spaces. | attilio | 2013-02-26 | 2 | -4/+4 |
* | Wrap the sleeps synchronized by the vm_object lock into the specific | attilio | 2013-02-26 | 5 | -12/+12 |
* | On arm, like sparc64, the end of the kernel map varies from one type of | alc | 2013-02-18 | 1 | -1/+1 |
* | Make VM_NDOMAIN a kernel option so that it can be enabled from a kernel | jhb | 2013-02-14 | 1 | -0/+1 |
* | Try to improve r242655 take III: move these SYSCTLs describing the kernel | marius | 2013-02-04 | 1 | -0/+11 |
* | Fix typo in debug printf. | glebius | 2013-01-29 | 1 | -1/+1 |
* | - Add system wide page faults requiring I/O counter. | zont | 2013-01-28 | 2 | -2/+4 |
* | - Add sysctls to show number of stats scans. | zont | 2013-01-28 | 1 | -2/+12 |
* | - Style. | zont | 2013-01-28 | 1 | -15/+16 |
* | - Get rid of unused function vmspace_wired_count(). | zont | 2013-01-14 | 2 | -7/+0 |
* | - Improve readability of sys_obreak(). | zont | 2013-01-11 | 1 | -22/+21 |
* | - Reduce kernel size by removing unnecessary pointer indirections. | zont | 2013-01-10 | 3 | -19/+17 |
* | Fix a bug in the device pager code that can trigger an assertion | ken | 2013-01-09 | 2 | -1/+3 |
* | Comment fix: there is no ub_ptr, instead explain meaning of uz_count | glebius | 2012-12-21 | 1 | -1/+1 |
* | - Fix locked memory accounting for maps with MAP_WIREFUTURE flag. | zont | 2012-12-18 | 4 | -18/+106 |
* | In the past four years, we've added two new vm object types. Each time, | alc | 2012-12-09 | 7 | -30/+47 |
* | White-space cleanups. | pjd | 2012-12-08 | 1 | -13/+13 |
* | Implemented uma_zone_set_warning(9) function that sets a warning, which | pjd | 2012-12-07 | 3 | -1/+49 |
* | Add support for the (relatively) new object type OBJT_MGTDEVICE to | alc | 2012-11-28 | 1 | -0/+4 |
* | Make a few small changes to vm_map_pmap_enter(): | alc | 2012-11-25 | 1 | -9/+10 |
* | Correct an error in r230623. When both VM_ALLOC_NODUMP and VM_ALLOC_ZERO | alc | 2012-11-21 | 1 | -2/+2 |
* | - Don't pass geom and provider names as format strings. | jh | 2012-11-20 | 1 | -1/+1 |
* | Update a comment to reflect the elimination of the hold queue in r242300. | alc | 2012-11-17 | 1 | -5/+1 |
* | Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.h | kib | 2012-11-16 | 4 | -2/+3 |
* | Explicitely state that M_USE_RESERVE requires M_NOWAIT, using assertion. | kib | 2012-11-16 | 1 | -0/+3 |
* | Flip the semantic of M_NOWAIT to only require the allocation to not | kib | 2012-11-14 | 2 | -23/+19 |
* | Replace the single, global page queues lock with per-queue locks on the | alc | 2012-11-13 | 4 | -173/+238 |
* | Fix DDB command "show map XXX": | attilio | 2012-11-12 | 1 | -24/+14 |
* | The r241025 fixed the case when a binary, executed from nullfs mount, | kib | 2012-11-02 | 1 | -3/+3 |
* | In general, we call pmap_remove_all() before calling vm_page_cache(). So, | alc | 2012-11-01 | 2 | -28/+13 |
* | Rework the known mutexes to benefit about staying on their own | attilio | 2012-10-31 | 2 | -16/+8 |
* | Replace the page hold queue, PQ_HOLD, by a new page flag, PG_UNHOLDFREE, | alc | 2012-10-29 | 2 | -22/+21 |
* | Remove useless check; vm_pindex_t is unsigned on all architectures. | trasz | 2012-10-28 | 1 | -1/+1 |
* | Const-ify the zone name argument to uma_zcreate(9). | mdf | 2012-10-26 | 3 | -7/+7 |
* | Move the corresponding MTX_SYSINIT() next to their struct mtx declaration | andre | 2012-10-26 | 1 | -1/+2 |
* | Commit the actual text provided by Alan, instead of the wrong update | kib | 2012-10-24 | 1 | -5/+7 |
* | Dirty the newly copied anonymous pages after the wired region is | kib | 2012-10-24 | 1 | -3/+6 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 5 | -77/+5 |
* | Print flags as hex instead of an integer. | eadler | 2012-10-22 | 1 | -3/+3 |
* | Move vm_page_requeue() to the only file that uses it. | alc | 2012-10-13 | 3 | -34/+32 |
* | Eliminate the conditional for releasing the page queues lock in | alc | 2012-10-13 | 3 | -7/+1 |
* | Tidy up a bit: | alc | 2012-10-03 | 1 | -37/+25 |
* | Fix the mis-handling of the VV_TEXT on the nullfs vnodes. | kib | 2012-09-28 | 2 | -2/+2 |
* | Address a race condition that was introduced in r238212. Unless the page | alc | 2012-09-23 | 1 | -1/+1 |
* | Plug the accounting leak for the wired pages when msync(MS_INVALIDATE) | kib | 2012-09-20 | 1 | -2/+7 |
* | If caller specifies UMA_ZONE_OFFPAGE explicitly, then do not waste memory | glebius | 2012-09-18 | 1 | -1/+3 |