| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -3/+3 |
| * | Convert all simplelocks to mutexes and remove the simplelock implementations. | Jason Evans | 2001-01-24 | 1 | -6/+5 |
| * | - If swap metadata does not fit into the KVM, reduce the number of | Seigo Tanimura | 2000-12-13 | 1 | -1/+1 |
| * | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | Jake Burkholder | 2000-12-13 | 1 | -3/+3 |
| * | Protect the following with a lockmgr lock: | Jake Burkholder | 2000-11-22 | 1 | -1/+5 |
| * | This is a cleanup patch to Peter's new OBJT_PHYS VM object type | Matthew Dillon | 2000-05-29 | 1 | -2/+11 |
| * | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | Peter Wemm | 2000-05-21 | 1 | -1/+1 |
| * | vm_object_shadow: Remove an incorrect assertion. In obscure circumstances | Alan Cox | 2000-04-19 | 1 | -3/+0 |
| * | Revert spelling mistake I made in the previous commit | Philippe Charnier | 2000-03-27 | 1 | -1/+1 |
| * | Spelling | Philippe Charnier | 2000-03-26 | 1 | -3/+3 |
| * | Eliminate the undocumented, experimental, non-delivering and highly | Poul-Henning Kamp | 2000-03-16 | 1 | -4/+0 |
| * | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | Matthew Dillon | 1999-12-12 | 1 | -4/+31 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
| * | Remove the last vestiges of "vm_map_t phys_map". It's been unused | Alan Cox | 1999-10-29 | 1 | -2/+0 |
| * | Remove inappropriate VOP_FSYNC from vm_object_page_clean(). The fsync | Matthew Dillon | 1999-09-17 | 1 | -2/+4 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Remove the declarations for "vm_map_t io_map". It's been unused | Alan Cox | 1999-08-15 | 1 | -3/+1 |
| * | Remove the declarations for "vm_map_t u_map". It's been unused | Alan Cox | 1999-08-15 | 1 | -3/+1 |
| * | vm_object_madvise: | Alan Cox | 1999-08-12 | 1 | -6/+16 |
| * | vm_object_madvise: | Alan Cox | 1999-08-12 | 1 | -9/+11 |
| * | Merge the cons.c and cons.h to the best of my ability. alpha may or | Poul-Henning Kamp | 1999-08-09 | 1 | -2/+2 |
| * | Move the memory access behavior information provided by madvise | Alan Cox | 1999-08-01 | 1 | -2/+1 |
| * | Remove vm_object::last_read. It is used by the old swap pager, but | Alan Cox | 1999-07-16 | 1 | -2/+1 |
| * | Cleanup OBJ_ONEMAPPING management. | Alan Cox | 1999-07-11 | 1 | -2/+4 |
| * | Fix some int/long printf problems for the Alpha | Peter Wemm | 1999-07-01 | 1 | -8/+10 |
| * | Remove vm_object::cache_count and vm_object::wired_count. They are | Alan Cox | 1999-06-20 | 1 | -3/+1 |