| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove leading __ from __(inline|const|signed|volatile). They are | imp | 2006-03-08 | 1 | -3/+3 |
* | Use the new macros abstracting the page coloring/queues implementation. | alc | 2006-01-27 | 1 | -1/+1 |
* | Simplify vmspace_dofree(). | alc | 2005-12-04 | 1 | -3/+1 |
* | Eliminate unneeded preallocation at initialization. | alc | 2005-12-03 | 1 | -1/+0 |
* | Eliminate pmap_init2(). It's no longer used. | alc | 2005-11-20 | 1 | -1/+0 |
* | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | alc | 2005-09-03 | 1 | -2/+2 |
* | Eliminate an incorrect (and unnecessary) cast. | alc | 2005-07-20 | 1 | -1/+1 |
* | Remove GIANT_REQUIRED from vmspace_exec(). | alc | 2005-05-02 | 1 | -1/+0 |
* | Add checks to vm_map_findspace() to test for address wrap. The conditions | alc | 2005-01-18 | 1 | -4/+8 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Modify pmap_enter_quick() so that it expects the page queues to be locked | alc | 2004-12-23 | 1 | -3/+8 |
* | In the common case, pmap_enter_quick() completes without sleeping. | alc | 2004-12-15 | 1 | -9/+4 |
* | Push Giant deep into vm_forkproc(), acquiring it only if the process has | alc | 2004-09-03 | 1 | -3/+0 |
* | - Introduce and use a new tunable "debug.mpsafevm". At present, setting | alc | 2004-08-16 | 1 | -4/+4 |
* | Rather than bringing back all of the changes to make VM map deletion | green | 2004-08-16 | 1 | -1/+5 |
* | Remove spl calls. | alc | 2004-08-14 | 1 | -19/+2 |
* | Replace the linear search in vm_map_findspace() with an O(log n) | alc | 2004-08-13 | 1 | -97/+211 |
* | The vm map lock is needed in vm_fault() after the page has been found, | tegge | 2004-08-12 | 1 | -6/+102 |
* | Re-delete the comment from r1.352. | green | 2004-08-12 | 1 | -3/+0 |
* | Back out all behavioral chnages. | green | 2004-08-10 | 1 | -32/+17 |
* | Revamp VM map wiring. | green | 2004-08-09 | 1 | -14/+32 |
* | Remove a stale comment from vm_map_lookup() that pertains to share maps. | alc | 2004-08-09 | 1 | -3/+0 |
* | - Push down the acquisition and release of Giant into pmap_enter_quick() | alc | 2004-08-04 | 1 | -2/+0 |
* | * Add a "how" argument to uma_zone constructors and initialization functions | green | 2004-08-02 | 1 | -7/+9 |
* | - Push down the acquisition and release of Giant into pmap_protect() on | alc | 2004-07-30 | 1 | -2/+0 |
* | Get rid of another lockmgr(9) consumer by using sx locks for the user | mux | 2004-07-30 | 1 | -25/+17 |
* | - Use atomic ops for updating the vmspace's refcnt and exitingcnt. | alc | 2004-07-27 | 1 | -6/+11 |
* | Make the code and comments for vm_object_coalesce() consistent. | alc | 2004-07-25 | 1 | -2/+2 |
* | Simplify vmspace initialization. The bcopy() of fields from the old | alc | 2004-07-24 | 1 | -11/+8 |
* | Semi-gratuitous change. Move two refcount operations to their own lines | peter | 2004-07-21 | 1 | -2/+4 |
* | Move the initialization and teardown of pmaps to the vmspace zone's | peter | 2004-07-21 | 1 | -3/+2 |
* | Push down the acquisition and release of the page queues lock into | alc | 2004-07-15 | 1 | -8/+0 |
* | Use MIN() macro rather than ulmin() inline, and fix stray tab | gallatin | 2004-06-28 | 1 | -3/+3 |
* | Fix alpha - the use of min() on longs was loosing the high bits and | gallatin | 2004-06-28 | 1 | -3/+3 |
* | Correct the tracking of various bits of the process's vmspace and vm_map | green | 2004-06-24 | 1 | -3/+44 |
* | Back out previous commit; it went to the wrong file. | des | 2004-05-25 | 1 | -8/+1 |
* | MFS: rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATE semantics but | des | 2004-05-25 | 1 | -1/+8 |
* | Correct two error cases in vm_map_unwire(): | alc | 2004-05-25 | 1 | -4/+5 |
* | To date, unwiring a fictitious page has produced a panic. The reason | alc | 2004-05-22 | 1 | -5/+13 |
* | Properly remove MAP_FUTUREWIRE when a vm_map_entry gets torn down. | green | 2004-05-07 | 1 | -0/+1 |
* | In cases where a file was resident in memory mmap(..., PROT_NONE, ...) | alc | 2004-04-24 | 1 | -4/+5 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Do not copy vm_exitingcnt to the new vmspace in vmspace_exec(). Copying | tjr | 2004-03-23 | 1 | -1/+2 |
* | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | alc | 2004-03-07 | 1 | -2/+0 |
* | Further reduce the use of Giant in vm_map_delete(): Perform pmap_remove() | alc | 2004-02-12 | 1 | -2/+2 |
* | - Locking for the per-process resource limits structure has eliminated | alc | 2004-02-05 | 1 | -3/+1 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -9/+16 |
* | Drop the reference count on the old vmspace after fully switching the | jhb | 2004-02-02 | 1 | -2/+2 |
* | - Modify vm_object_split() to expect a locked vm object on entry and | alc | 2003-12-30 | 1 | -2/+0 |
* | Minor correction to revision 1.258: Use the proc pointer that is passed to | alc | 2003-12-26 | 1 | -2/+1 |