| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | o Remove an unnecessary call to vm_map_wakeup() from vm_map_unwire(). | Alan Cox | 2002-06-08 | 1 | -0/+2 |
| * | o Add vm_map_unwire() for unwiring contiguous regions of either kernel | Alan Cox | 2002-06-07 | 1 | -0/+4 |
| * | o Remove GIANT_REQUIRED from vm_map_zfini(), vm_map_zinit(), | Alan Cox | 2002-06-01 | 1 | -1/+8 |
| * | o Revert a part of revision 1.66, contrary to what that commit message says, | Alan Cox | 2002-06-01 | 1 | -3/+8 |
| * | o Replace the vm_map's hint by the root of a splay tree. By design, | Alan Cox | 2002-05-24 | 1 | -1/+3 |
| * | o Header files shouldn't depend on options: Provide prototypes | Alan Cox | 2002-05-06 | 1 | -3/+0 |
| * | o Move vm_freeze_copyopts() from vm_map.{c.h} to vm_object.{c,h}. It's plainly | Alan Cox | 2002-05-06 | 1 | -1/+0 |
| * | o Condition the compilation of uiomoveco() and vm_uiomove() | Alan Cox | 2002-05-05 | 1 | -1/+3 |
| * | o Remove dead and lockmgr()-specific debugging code. | Alan Cox | 2002-05-02 | 1 | -17/+0 |
| * | Pass the caller's file name and line number to the vm_map locking functions. | Alan Cox | 2002-04-28 | 1 | -9/+24 |
| * | o Introduce and use vm_map_trylock() to replace several direct uses | Alan Cox | 2002-04-28 | 1 | -0/+1 |
| * | o Begin documenting the (existing) locking protocol on the vm_map | Alan Cox | 2002-04-27 | 1 | -6/+26 |
| * | Remove an unused option, VM_FAULT_HOLD, to vm_fault(). | Alan Cox | 2002-04-17 | 1 | -1/+0 |
| * | This is the first part of the new kernel memory allocator. This replaces | Jeff Roberson | 2002-03-19 | 1 | -1/+0 |
| * | Back out the modification of vm_map locks from lockmgr to sx locks. The | Brian Feldman | 2002-03-18 | 1 | -20/+10 |
| * | Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate. | Brian Feldman | 2002-03-13 | 1 | -10/+20 |
| * | - Remove a number of extra newlines that do not belong here according to | Eivind Eklund | 2002-03-10 | 1 | -6/+2 |
| * | Fix a race with free'ing vmspaces at process exit when vmspaces are | Alfred Perlstein | 2002-02-05 | 1 | -0/+2 |
| * | Don't let pmap_object_init_pt() exhaust all available free pages | Matthew Dillon | 2001-10-31 | 1 | -0/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -1/+1 |
| * | Change inlines back into mainline code in preparation for mutexing. Also, | Matthew Dillon | 2001-07-04 | 1 | -124/+53 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -11/+5 |
| * | Two fixes to the out-of-swap process termination code. First, start killing | Matthew Dillon | 2001-06-09 | 1 | -0/+1 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -6/+16 |
| * | Putting sys/lockmgr.h in here allows us to depollute userland includes | Mark Murray | 2001-05-03 | 1 | -0/+2 |
| * | Fix the botched rev 1.59 where I made it such that without INVARIANTS | Alfred Perlstein | 2001-04-18 | 1 | -2/+2 |
| * | use %p for pointer printf, include sys/systm.h for printf proto | Alfred Perlstein | 2001-04-13 | 1 | -6/+7 |
| * | Use a macro wrapper over printf along with KASSERT to reduce the amount | Alfred Perlstein | 2001-04-13 | 1 | -40/+15 |
| * | Fix a lock reversal problem in the VM subsystem related to threaded | Matthew Dillon | 2001-03-14 | 1 | -0/+1 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -4/+4 |
| * | For lockmgr mutex protection, use an array of mutexes that are allocated | Jason Evans | 2000-10-12 | 1 | -4/+4 |
| * | Convert lockmgr locks from using simple locks to using mutexes. | Jason Evans | 2000-10-04 | 1 | -4/+6 |
| * | Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2). | Paul Saab | 2000-02-28 | 1 | -18/+23 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -1/+1 |
| * | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | Matthew Dillon | 1999-12-12 | 1 | -1/+2 |
| * | cleanup madvise code, add a few more sanity checks. | Matthew Dillon | 1999-09-21 | 1 | -1/+1 |
| * | Add 'lastr' field to vm_map_entry in preparation for its removal | Matthew Dillon | 1999-09-17 | 1 | -0/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Correct the inconsistent formatting in struct vm_map. | Alan Cox | 1999-08-23 | 1 | -2/+2 |
| * | struct vm_map: | Alan Cox | 1999-08-23 | 1 | -2/+9 |
| * | Fix breakage - an extra brace got inserted where DIAGNOSTIC was defined | Matt Jacob | 1999-08-18 | 1 | -2/+1 |
| * | vm_map_lock*: | Alan Cox | 1999-08-16 | 1 | -41/+52 |
| * | Move the memory access behavior information provided by madvise | Alan Cox | 1999-08-01 | 1 | -1/+21 |
| * | Remove unused function prototypes. | Alan Cox | 1999-07-10 | 1 | -3/+1 |
| * | Remove some unused function and variable declarations. | Alan Cox | 1999-06-19 | 1 | -23/+1 |
| * | Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert, | Alan Cox | 1999-05-17 | 1 | -1/+3 |
| * | Remove prototypes for functions that don't exist anymore (vm_map.h). | Alan Cox | 1999-05-16 | 1 | -4/+2 |
| * | Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option. | Alan Cox | 1999-05-14 | 1 | -4/+4 |
| * | Upgrading a map's lock to exclusive status should increment | Alan Cox | 1999-03-06 | 1 | -2/+6 |
| * | Remove the last of the share map code: struct vm_map::is_main_map. | Alan Cox | 1999-03-02 | 1 | -2/+1 |