| Commit message (Expand) | Author | Age | Files | Lines |
| * | o Lock page queue accesses by vm_page_activate(). | Alan Cox | 2002-08-11 | 1 | -0/+2 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -11/+10 |
| * | o Convert two instances of vm_page_sleep_busy() into vm_page_sleep_if_busy() | Alan Cox | 2002-08-02 | 1 | -6/+9 |
| * | o Lock page queue accesses by vm_page_deactivate(). | Alan Cox | 2002-08-02 | 1 | -0/+2 |
| * | o In vm_object_madvise() and vm_object_page_remove() replace | Alan Cox | 2002-07-30 | 1 | -15/+10 |
| * | o Lock page queue accesses by vm_page_free(). | Alan Cox | 2002-07-28 | 1 | -2/+8 |
| * | o Require that the page queues lock is held on entry to vm_pageout_clean() | Alan Cox | 2002-07-27 | 1 | -1/+2 |
| * | o Remove a vm_page_deactivate() that is immediately followed by a | Alan Cox | 2002-07-25 | 1 | -3/+0 |
| * | o Lock page queue accesses by vm_page_dontneed(). | Alan Cox | 2002-07-23 | 1 | -3/+4 |
| * | o Lock accesses to the page queues in vm_object_terminate(). | Alan Cox | 2002-07-09 | 1 | -1/+3 |
| * | o Traverse the object's memq rather than repeatedly calling vm_page_lookup() | Alan Cox | 2002-07-07 | 1 | -5/+2 |
| * | Change the type of `tscan' in vm_object_page_clean() to vm_pindex_t, | Ian Dowse | 2002-06-29 | 1 | -1/+1 |
| * | Avoid using the 64-bit vm_pindex_t in a few places where 64-bit | Ian Dowse | 2002-06-26 | 1 | -2/+2 |
| * | At long last, commit the zero copy sockets code. | Kenneth D. Merry | 2002-06-26 | 1 | -5/+20 |
| * | Complete the initial set of VM changes required to support full | Ian Dowse | 2002-06-25 | 1 | -4/+4 |
| * | o Replace GIANT_REQUIRED in vm_object_coalesce() by the acquisition and | Alan Cox | 2002-06-19 | 1 | -6/+8 |
| * | o Migrate vm_map_split() from vm_map.c to vm_object.c, renaming it | Alan Cox | 2002-06-02 | 1 | -0/+91 |
| * | o Condition vm_object_pmap_copy_1()'s compilation on the kernel | Alan Cox | 2002-06-02 | 1 | -0/+2 |
| * | Further work on pushing Giant out of the vm_map layer and down | Alan Cox | 2002-05-31 | 1 | -6/+13 |
| * | o Remove GIANT_REQUIRED from vm_map_madvise(). Instead, acquire and | Alan Cox | 2002-05-18 | 1 | -1/+3 |
| * | o Acquire and release Giant in vm_object_reference() and | Alan Cox | 2002-05-12 | 1 | -8/+7 |
| * | o Condition the compilation and use of vm_freeze_copyopts() | Alan Cox | 2002-05-06 | 1 | -1/+10 |
| * | o Some improvements to the page coloring of vm objects, particularly, | Alan Cox | 2002-05-06 | 1 | -9/+17 |
| * | o Move vm_freeze_copyopts() from vm_map.{c.h} to vm_object.{c,h}. It's plainly | Alan Cox | 2002-05-06 | 1 | -0/+77 |
| * | o Make _vm_object_allocate() and vm_object_allocate() callable | Alan Cox | 2002-05-04 | 1 | -20/+16 |
| * | Reintroduce locking on accesses to vm_object_list. | Alan Cox | 2002-04-20 | 1 | -1/+5 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
| * | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -5/+5 |
| * | This is the first part of the new kernel memory allocator. This replaces | Jeff Roberson | 2002-03-19 | 1 | -11/+45 |
| * | Remove vm_object_count: It's unused, incorrectly maintained and duplicates | Alan Cox | 2002-03-17 | 1 | -4/+1 |
| * | - Remove a number of extra newlines that do not belong here according to | Eivind Eklund | 2002-03-10 | 1 | -39/+17 |
| * | Add a sequential iteration optimization to vm_object_page_clean(). This | Matthew Dillon | 2002-03-06 | 1 | -75/+194 |
| * | Move recently added procedure which was incorrectly placed within an | Matthew Dillon | 2001-10-26 | 1 | -17/+16 |
| * | Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has a | Matthew Dillon | 2001-10-26 | 1 | -2/+39 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -1/+1 |
| * | Remove the use of atomic ops to manipulate vm_object and vm_page flags. | Jake Burkholder | 2001-07-31 | 1 | -11/+6 |
| * | Change inlines back into mainline code in preparation for mutexing. Also, | Matthew Dillon | 2001-07-04 | 1 | -90/+107 |
| * | whitespace / register cleanup | Matthew Dillon | 2001-07-04 | 1 | -8/+8 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -49/+22 |
| * | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | Bosko Milekic | 2001-06-22 | 1 | -2/+0 |
| * | - Assert that the vm lock is held for all of _vm_object_allocate(). | John Baldwin | 2001-05-23 | 1 | -31/+48 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -7/+51 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -3/+5 |
| * | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -2/+0 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
| * | use TAILQ_FOREACH, fix a comment's location | Alfred Perlstein | 2001-04-15 | 1 | -10/+5 |
| * | if/panic -> KASSERT | Alfred Perlstein | 2001-04-13 | 1 | -7/+8 |
| * | Convert the allproc and proctree locks from lockmgr locks to sx locks. | John Baldwin | 2001-03-28 | 1 | -3/+5 |
| * | Simplify vm_object_deallocate(), by decrementing the refcount first. | Alfred Perlstein | 2001-03-04 | 1 | -18/+13 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -2/+2 |