| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 1 | -1/+1 |
| * | MFC fix for the panic("vm_thread_new: kstack allocation failed") and | Konstantin Belousov | 2008-01-19 | 1 | -6/+23 |
| * | MFC rev. 1.392: | Konstantin Belousov | 2008-01-09 | 1 | -1/+3 |
| * | MFC revision 1.389 | Alan Cox | 2007-10-31 | 1 | -2/+4 |
| * | Change the management of cached pages (PQ_CACHE) in two fundamental | Alan Cox | 2007-09-25 | 1 | -11/+7 |
| * | Do not drop vm_map lock between doing vm_map_remove() and vm_map_insert(). | Konstantin Belousov | 2007-08-20 | 1 | -16/+35 |
| * | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 1 | -2/+2 |
| * | Add functions sx_xlock_sig() and sx_slock_sig(). | Attilio Rao | 2007-05-31 | 1 | -2/+2 |
| * | Eliminate the reactivation of cached pages in vm_fault_prefault() and | Alan Cox | 2007-05-22 | 1 | -5/+13 |
| * | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 1 | -2/+2 |
| * | Remove some code from vmspace_fork() that became redundant after | Alan Cox | 2007-04-26 | 1 | -4/+0 |
| * | Two small changes to vm_map_pmap_enter(): | Alan Cox | 2007-03-25 | 1 | -4/+3 |
| * | Change the way that unmanaged pages are created. Specifically, | Alan Cox | 2007-02-25 | 1 | -2/+1 |
| * | Eliminate unnecessary PG_BUSY tests. They originally served a purpose | Alan Cox | 2006-10-21 | 1 | -1/+1 |
| * | Retire debug.mpsafevm. None of the architectures supported in CVS require | Alan Cox | 2006-07-21 | 1 | -8/+2 |
| * | Use ptoa(psize) instead of size to compute the end of the mapping in | Alan Cox | 2006-06-17 | 1 | -3/+3 |
| * | Correct an error in the previous revision that could lead to a panic: | Alan Cox | 2006-06-14 | 1 | -0/+1 |
| * | Introduce the function pmap_enter_object(). It maps a sequence of resident | Alan Cox | 2006-06-05 | 1 | -5/+15 |
| * | Close race between vmspace_exitfree() and exit1() and races between | Tor Egge | 2006-05-29 | 1 | -16/+91 |
| * | Remove leading __ from __(inline|const|signed|volatile). They are | Warner Losh | 2006-03-08 | 1 | -3/+3 |
| * | Use the new macros abstracting the page coloring/queues implementation. | Alan Cox | 2006-01-27 | 1 | -1/+1 |
| * | Simplify vmspace_dofree(). | Alan Cox | 2005-12-04 | 1 | -3/+1 |
| * | Eliminate unneeded preallocation at initialization. | Alan Cox | 2005-12-03 | 1 | -1/+0 |
| * | Eliminate pmap_init2(). It's no longer used. | Alan Cox | 2005-11-20 | 1 | -1/+0 |
| * | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | Alan Cox | 2005-09-03 | 1 | -2/+2 |
| * | Eliminate an incorrect (and unnecessary) cast. | Alan Cox | 2005-07-20 | 1 | -1/+1 |
| * | Remove GIANT_REQUIRED from vmspace_exec(). | Alan Cox | 2005-05-02 | 1 | -1/+0 |
| * | Add checks to vm_map_findspace() to test for address wrap. The conditions | Alan Cox | 2005-01-18 | 1 | -4/+8 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Modify pmap_enter_quick() so that it expects the page queues to be locked | Alan Cox | 2004-12-23 | 1 | -3/+8 |
| * | In the common case, pmap_enter_quick() completes without sleeping. | Alan Cox | 2004-12-15 | 1 | -9/+4 |
| * | Push Giant deep into vm_forkproc(), acquiring it only if the process has | Alan Cox | 2004-09-03 | 1 | -3/+0 |
| * | - Introduce and use a new tunable "debug.mpsafevm". At present, setting | Alan Cox | 2004-08-16 | 1 | -4/+4 |
| * | Rather than bringing back all of the changes to make VM map deletion | Brian Feldman | 2004-08-16 | 1 | -1/+5 |
| * | Remove spl calls. | Alan Cox | 2004-08-14 | 1 | -19/+2 |
| * | Replace the linear search in vm_map_findspace() with an O(log n) | Alan Cox | 2004-08-13 | 1 | -97/+211 |
| * | The vm map lock is needed in vm_fault() after the page has been found, | Tor Egge | 2004-08-12 | 1 | -6/+102 |
| * | Re-delete the comment from r1.352. | Brian Feldman | 2004-08-12 | 1 | -3/+0 |
| * | Back out all behavioral chnages. | Brian Feldman | 2004-08-10 | 1 | -32/+17 |
| * | Revamp VM map wiring. | Brian Feldman | 2004-08-09 | 1 | -14/+32 |
| * | Remove a stale comment from vm_map_lookup() that pertains to share maps. | Alan Cox | 2004-08-09 | 1 | -3/+0 |
| * | - Push down the acquisition and release of Giant into pmap_enter_quick() | Alan Cox | 2004-08-04 | 1 | -2/+0 |
| * | * Add a "how" argument to uma_zone constructors and initialization functions | Brian Feldman | 2004-08-02 | 1 | -7/+9 |
| * | - Push down the acquisition and release of Giant into pmap_protect() on | Alan Cox | 2004-07-30 | 1 | -2/+0 |
| * | Get rid of another lockmgr(9) consumer by using sx locks for the user | Maxime Henrion | 2004-07-30 | 1 | -25/+17 |
| * | - Use atomic ops for updating the vmspace's refcnt and exitingcnt. | Alan Cox | 2004-07-27 | 1 | -6/+11 |
| * | Make the code and comments for vm_object_coalesce() consistent. | Alan Cox | 2004-07-25 | 1 | -2/+2 |
| * | Simplify vmspace initialization. The bcopy() of fields from the old | Alan Cox | 2004-07-24 | 1 | -11/+8 |
| * | Semi-gratuitous change. Move two refcount operations to their own lines | Peter Wemm | 2004-07-21 | 1 | -2/+4 |
| * | Move the initialization and teardown of pmaps to the vmspace zone's | Peter Wemm | 2004-07-21 | 1 | -3/+2 |