| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the vm_page hash table with a per-vmobject splay tree. There should | dillon | 2002-10-18 | 1 | -0/+1 |
* | Reduce namespace pollution. | alc | 2002-09-21 | 1 | -3/+0 |
* | o Resurrect vm_object_lock() and vm_object_unlock() from revision 1.19. | alc | 2002-08-24 | 1 | -0/+6 |
* | At long last, commit the zero copy sockets code. | ken | 2002-06-26 | 1 | -0/+1 |
* | Complete the initial set of VM changes required to support full | iedowse | 2002-06-25 | 1 | -3/+3 |
* | o Migrate vm_map_split() from vm_map.c to vm_object.c, renaming it | alc | 2002-06-02 | 1 | -0/+1 |
* | o Move vm_freeze_copyopts() from vm_map.{c.h} to vm_object.{c,h}. It's plainly | alc | 2002-05-06 | 1 | -0/+1 |
* | o Make _vm_object_allocate() and vm_object_allocate() callable | alc | 2002-05-04 | 1 | -2/+5 |
* | Reintroduce locking on accesses to vm_object_list. | alc | 2002-04-20 | 1 | -0/+1 |
* | Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has a | dillon | 2001-10-26 | 1 | -0/+1 |
* | Oops. Last commit to vm_object.c should have got these files too. | jake | 2001-07-31 | 1 | -1/+0 |
* | Change inlines back into mainline code in preparation for mutexing. Also, | dillon | 2001-07-04 | 1 | -95/+26 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -28/+20 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -7/+28 |
* | use TAILQ_FOREACH, fix a comment's location | alfred | 2001-04-15 | 1 | -2/+0 |
* | Make the arguments match the functionality of the functions. | obrien | 2000-08-26 | 1 | -5/+5 |
* | Minor cleanups: | peter | 2000-07-28 | 1 | -11/+0 |
* | This is a cleanup patch to Peter's new OBJT_PHYS VM object type | dillon | 2000-05-29 | 1 | -0/+2 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -8/+8 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -8/+8 |
* | Checkpoint of a new physical memory backed object type, that does not | peter | 2000-05-21 | 1 | -1/+11 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -4/+4 |
* | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | dillon | 1999-12-12 | 1 | -2/+3 |
* | Shrink "struct vm_object" by not spending a full 32 bits | alc | 1999-10-27 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Move the memory access behavior information provided by madvise | alc | 1999-08-01 | 1 | -6/+1 |
* | Remove vm_object::last_read. It is used by the old swap pager, but | alc | 1999-07-16 | 1 | -2/+1 |
* | Change the data type used to represent page color in the vm_object | alc | 1999-07-10 | 1 | -2/+2 |
* | Remove vm_object::cache_count and vm_object::wired_count. They are | alc | 1999-06-20 | 1 | -3/+1 |
* | Remove some unused function and variable declarations. | alc | 1999-06-19 | 1 | -4/+1 |
* | Revamp vm_object_[q]collapse(). Despite the complexity of this patch, | dillon | 1999-02-08 | 1 | -2/+1 |
* | The vm_object structure is now somewhat smaller due to the removal | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -16/+43 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -9/+24 |
* | Protect all modifications to paging_in_progress with splvm(). The i386 | dfr | 1998-08-06 | 1 | -1/+12 |
* | Fix the shm panic. I mistakenly used the shadow_count to keep the object | dyson | 1998-05-04 | 1 | -1/+2 |
* | Tighten up management of memory and swap space during map allocation, | dyson | 1998-04-29 | 1 | -1/+3 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -1/+4 |
* | Fix page prezeroing for SMP, and fix some potential paging-in-progress | dyson | 1998-02-25 | 1 | -1/+23 |
* | 1) Start using a cleaner and more consistant page allocator instead | dyson | 1998-02-05 | 1 | -2/+1 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 1 | -1/+3 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -1/+3 |
* | Tie up some loose ends in vnode/object management. Remove an unneeded | dyson | 1998-01-17 | 1 | -2/+2 |
* | Make our v_usecount vnode reference count work identically to the | dyson | 1998-01-06 | 1 | -7/+6 |
* | Lots of improvements, including restructring the caching and management | dyson | 1997-12-29 | 1 | -7/+2 |
* | Some performance improvements, and code cleanups (including changing our | dyson | 1997-12-19 | 1 | -3/+4 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 1 | -1/+2 |
* | Some staticized variables were still declared to be extern. | bde | 1997-09-01 | 1 | -3/+1 |
* | Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu of | dyson | 1997-08-05 | 1 | -1/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |