| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Remove mpte optimization from pmap_enter_quick(). | Stephan Uphoff | 2007-11-05 | 1 | -4/+2 |
| * | MFC revision 1.234 | Alan Cox | 2007-08-25 | 1 | -28/+11 |
| * | MFC revision 1.233 | Alan Cox | 2007-08-25 | 1 | -7/+10 |
| * | MFC rev. 1.213: fix a comment. | Maxim Konovalov | 2006-06-12 | 1 | -1/+1 |
| * | MFC: Don't access fs->first_object after dropping reference to it. | Tor Egge | 2006-03-08 | 1 | -1/+3 |
| * | MFC | Alan Cox | 2005-11-13 | 1 | -1/+2 |
| * | MFC (by alc) | Xin LI | 2005-10-09 | 1 | -1/+1 |
| * | MFC: Fix instant panics when booting with debug.mpsafevm=0 by fixing up | John Baldwin | 2005-07-18 | 1 | -1/+1 |
| * | The final test in unlock_and_deallocate() to determine if GIANT needs to be | Peter Grehan | 2005-05-12 | 1 | -1/+1 |
| * | - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the | Jeff Roberson | 2005-05-03 | 1 | -4/+9 |
| * | - Remove GIANT_REQUIRED where giant is no longer required. | Jeff Roberson | 2005-01-24 | 1 | -2/+6 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Continue the transition from synchronizing access to the page's PG_BUSY | Alan Cox | 2004-12-24 | 1 | -11/+29 |
| * | Modify pmap_enter_quick() so that it expects the page queues to be locked | Alan Cox | 2004-12-23 | 1 | -4/+3 |
| * | In the common case, pmap_enter_quick() completes without sleeping. | Alan Cox | 2004-12-15 | 1 | -8/+2 |
| * | Remove unnecessary check for curthread == NULL. | Alan Cox | 2004-10-17 | 1 | -1/+1 |
| * | System maps are prohibited from mapping vnode-backed objects. Take | Alan Cox | 2004-09-11 | 1 | -8/+8 |
| * | Push Giant deep into vm_forkproc(), acquiring it only if the process has | Alan Cox | 2004-09-03 | 1 | -0/+4 |
| * | In vm_fault_unwire() eliminate the acquisition and release of Giant in the | Alan Cox | 2004-09-01 | 1 | -4/+0 |
| * | In the previous revision, I failed to condition an early release of Giant | Alan Cox | 2004-08-22 | 1 | -1/+2 |
| * | Further reduce the use of Giant by vm_fault(): Giant is held only when | Alan Cox | 2004-08-21 | 1 | -4/+3 |
| * | - Introduce and use a new tunable "debug.mpsafevm". At present, setting | Alan Cox | 2004-08-16 | 1 | -7/+11 |
| * | The vm map lock is needed in vm_fault() after the page has been found, | Tor Egge | 2004-08-12 | 1 | -51/+37 |
| * | Make two changes to vm_fault(). | Alan Cox | 2004-08-09 | 1 | -16/+7 |
| * | Make two changes to vm_fault(). | Alan Cox | 2004-08-09 | 1 | -11/+6 |
| * | To date, unwiring a fictitious page has produced a panic. The reason | Alan Cox | 2004-05-22 | 1 | -11/+10 |
| * | Make vm_page's PG_ZERO flag immutable between the time of the page's | Alan Cox | 2004-05-06 | 1 | -1/+0 |
| * | - Make the acquisition of Giant in vm_fault_unwire() conditional on the | Alan Cox | 2004-03-10 | 1 | -2/+4 |
| * | Correct a long-standing race condition in vm_fault() that could result in a | Alan Cox | 2004-02-15 | 1 | -3/+1 |
| * | - Locking for the per-process resource limits structure has eliminated | Alan Cox | 2004-02-05 | 1 | -2/+0 |
| * | - Reduce Giant's scope in vm_fault(). | Alan Cox | 2003-12-26 | 1 | -14/+10 |
| * | NFC: Update stale comments. | Jonathan Mini | 2003-11-10 | 1 | -1/+1 |
| * | - vm_fault_copy_entry() should not assume that the source object contains | Alan Cox | 2003-10-15 | 1 | -5/+19 |
| * | Lock the destination object in vm_fault_copy_entry(). | Alan Cox | 2003-10-08 | 1 | -2/+7 |
| * | Retire vm_page_copy(). Its reason for being ended when peter@ modified | Alan Cox | 2003-10-08 | 1 | -2/+4 |
| * | Synchronize access to a vm page's valid field using the containing | Alan Cox | 2003-10-04 | 1 | -4/+8 |
| * | Migrate pmap_prefault() into the machine-independent virtual memory layer. | Alan Cox | 2003-10-03 | 1 | -1/+91 |
| * | Add vm object locking to vnode_pager_lock(). (This triggers the movement | Alan Cox | 2003-09-18 | 1 | -1/+1 |
| * | To implement the sequential access optimization, vm_fault() may need to | Alan Cox | 2003-08-23 | 1 | -8/+10 |
| * | Maintain a lock on the vm object of interest throughout vm_fault(), | Alan Cox | 2003-06-22 | 1 | -10/+9 |
| * | As vm_fault() descends the chain of backing objects, set paging-in- | Alan Cox | 2003-06-22 | 1 | -8/+8 |
| * | Make some style and white-space changes to the copy-on-write path through | Alan Cox | 2003-06-22 | 1 | -10/+5 |
| * | Lock one of the vm objects involved in an optimized copy-on-write fault. | Alan Cox | 2003-06-21 | 1 | -2/+5 |
| * | The so-called "optimized copy-on-write fault" case should not require | Alan Cox | 2003-06-20 | 1 | -9/+2 |
| * | Fix a vm object reference leak in the page-based copy-on-write mechanism | Alan Cox | 2003-06-19 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+4 |
| * | Prefer the proc lock to sched_lock when testing PS_INMEM now that it is | John Baldwin | 2003-04-22 | 1 | -3/+4 |
| * | - Lock the vm_object when performing vm_object_pip_wakeup(). | Alan Cox | 2003-04-20 | 1 | -0/+10 |
| * | - Lock the vm_object when performing vm_object_pip_add(). | Alan Cox | 2003-04-20 | 1 | -0/+4 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -2/+3 |