| Commit message (Expand) | Author | Age | Files | Lines |
* | o Lock page queue accesses by vm_page_activate(). | alc | 2002-07-27 | 1 | -0/+6 |
* | o Merge vm_fault_wire() and vm_fault_user_wire() by adding a new parameter, | alc | 2002-07-24 | 1 | -49/+8 |
* | o Lock page queue accesses by vm_page_free() and vm_page_deactivate(). | alc | 2002-07-21 | 1 | -0/+12 |
* | o Lock page queue accesses by vm_page_cache() in vm_fault() and | alc | 2002-07-20 | 1 | -1/+2 |
* | o Lock some page queue accesses, in particular, those by vm_page_unwire(). | alc | 2002-07-13 | 1 | -1/+4 |
* | At long last, commit the zero copy sockets code. | ken | 2002-06-26 | 1 | -0/+14 |
* | o Remove GIANT_REQUIRED from vm_fault_user_wire(). | alc | 2002-06-16 | 1 | -5/+1 |
* | o Acquire and release Giant around pmap operations in vm_fault_unwire() | alc | 2002-05-26 | 1 | -1/+2 |
* | o Condition the compilation and use of vm_freeze_copyopts() | alc | 2002-05-06 | 1 | -1/+2 |
* | o Revert vm_fault1() to its original name vm_fault(), eliminating the wrapper | alc | 2002-04-30 | 1 | -16/+11 |
* | Document three synchronization issues in vm_fault(). | alc | 2002-04-29 | 1 | -0/+8 |
* | o Introduce and use vm_map_trylock() to replace several direct uses | alc | 2002-04-28 | 1 | -3/+1 |
* | o Move the acquisition of Giant from vm_fault() to the point | alc | 2002-04-19 | 1 | -12/+8 |
* | Add a comment documenting a race condition in vm_fault(): Specifically, a | alc | 2002-04-18 | 1 | -0/+3 |
* | o Call vm_map_growstack() from vm_fault() if vm_map_lookup() has failed | alc | 2002-04-18 | 1 | -1/+10 |
* | Remove an unused option, VM_FAULT_HOLD, to vm_fault(). | alc | 2002-04-17 | 1 | -2/+0 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -3/+2 |
* | Back out the modification of vm_map locks from lockmgr to sx locks. The | green | 2002-03-18 | 1 | -16/+10 |
* | Document faultstate.lookup_still_valid more than none. | green | 2002-03-14 | 1 | -10/+14 |
* | Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate. | green | 2002-03-13 | 1 | -5/+7 |
* | - Remove a number of extra newlines that do not belong here according to | eivind | 2002-03-10 | 1 | -44/+9 |
* | Changes to make the OOM killer much more effective: | silby | 2002-02-19 | 1 | -2/+2 |
* | Fix deadlock introduced in 1.73 (Jan 1998). The paging-in-progress count | dillon | 2001-11-09 | 1 | -1/+5 |
* | Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has a | dillon | 2001-10-26 | 1 | -2/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -1/+1 |
* | Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). | dillon | 2001-07-04 | 1 | -1/+1 |
* | whitespace / register cleanup | dillon | 2001-07-04 | 1 | -6/+6 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -38/+11 |
* | Take a more conservative approach and still lock Giant around VM faults | jhb | 2001-05-23 | 1 | -8/+6 |
* | Sort includes. | jhb | 2001-05-22 | 1 | -3/+3 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -4/+61 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+2 |
* | Fix a lock reversal problem in the VM subsystem related to threaded | dillon | 2001-03-14 | 1 | -0/+6 |
* | If we intend to make the page writable without requiring another fault, | dillon | 2001-02-28 | 1 | -6/+6 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -2/+2 |
* | - Catch up to proc flag changes. | jhb | 2001-01-24 | 1 | -1/+3 |
* | Add the splvm()'s suggested in PR 20609 to protect vm_pager_page_unswapped(). | dillon | 2000-11-18 | 1 | -0/+3 |
* | This is a cleanup patch to Peter's new OBJT_PHYS VM object type | dillon | 2000-05-29 | 1 | -1/+1 |
* | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | peter | 2000-05-21 | 1 | -3/+2 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -2/+2 |
* | Spelling | charnier | 2000-03-26 | 1 | -4/+4 |
* | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | dillon | 1999-12-12 | 1 | -2/+16 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Final commit to remove vnode->v_lastr. vm_fault now handles read | dillon | 1999-09-21 | 1 | -36/+43 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Move the memory access behavior information provided by madvise | alc | 1999-08-01 | 1 | -3/+4 |
* | Convert a "page not busy" warning to an assertion. | alc | 1999-07-20 | 1 | -7/+3 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 1 | -5/+25 |
* | Reviewed by: Matthew Dillon <dillon@apollo.backplane.com> | alc | 1999-02-25 | 1 | -2/+3 |
* | Submitted by: Luoqi Chen <luoqi@watermarkgroup.com> | dillon | 1999-02-17 | 1 | -1/+12 |