| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a missing semicolon to unbreak the kernel build with INVARIANTS | tmm | 2001-08-05 | 1 | -1/+1 |
* | Whitespace fixes. | jhb | 2001-08-04 | 2 | -2/+2 |
* | Add a zdestroy() function to the zone allocator. This is needed for the | tmm | 2001-08-04 | 2 | -0/+109 |
* | Fixups for the initial allocation by dillon: | alfred | 2001-08-02 | 1 | -7/+15 |
* | Oops. Last commit to vm_object.c should have got these files too. | jake | 2001-07-31 | 3 | -8/+4 |
* | Remove the use of atomic ops to manipulate vm_object and vm_page flags. | jake | 2001-07-31 | 1 | -11/+6 |
* | Permit direct swapping to NFS regular files using swapon(2). We | iedowse | 2001-07-28 | 1 | -3/+10 |
* | make vm_page_select_cache static | assar | 2001-07-23 | 2 | -2/+1 |
* | (vm_page_select_cache): add prototype | assar | 2001-07-21 | 1 | -0/+1 |
* | The i386-specific includes in this file were "fixed" by bracketing them with | benno | 2001-07-15 | 1 | -3/+3 |
* | Fix missing newline and terminator at the end of the vm.zone sysctl. | des | 2001-07-09 | 1 | -2/+1 |
* | Apply field bandages to the includes so compiles happen on alpha. | mjacob | 2001-07-05 | 1 | -0/+6 |
* | Move vm_page_zero_idle() from machine-dependant sections to a | dillon | 2001-07-05 | 1 | -0/+117 |
* | Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). | dillon | 2001-07-04 | 6 | -465/+621 |
* | Change inlines back into mainline code in preparation for mutexing. Also, | dillon | 2001-07-04 | 6 | -840/+729 |
* | whitespace / register cleanup | dillon | 2001-07-04 | 12 | -80/+81 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 23 | -658/+294 |
* | Fix a XXX comment by moving the initialization of the number of pbuf's | jhb | 2001-07-03 | 1 | -9/+9 |
* | - Protect all accesses to nsw_[rw]count{,_{,a}sync} with the pbuf mutex. | jhb | 2001-06-22 | 1 | -4/+4 |
* | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | bmilekic | 2001-06-22 | 4 | -17/+11 |
* | Don't lock around swap_pager_swap_init() that is only called once during | jhb | 2001-06-20 | 1 | -0/+2 |
* | Put the scheduler, vmdaemon, and pagedaemon kthreads back under Giant for | jhb | 2001-06-20 | 2 | -19/+1 |
* | Cleanup the tabbing | dillon | 2001-06-11 | 1 | -17/+16 |
* | Two fixes to the out-of-swap process termination code. First, start killing | dillon | 2001-06-09 | 3 | -3/+44 |
* | Change the way information about swap devices is exported to be more | tmm | 2001-06-01 | 2 | -28/+46 |
* | Clean up the code exporting interrupt statistics via sysctl a bit: | tmm | 2001-06-01 | 1 | -30/+0 |
* | Don't hold the VM lock across VOP's and other things that can sleep. | jhb | 2001-05-29 | 1 | -2/+19 |
* | Stick VM syscalls back under Giant if the BLEED option is not defined. | jhb | 2001-05-24 | 2 | -0/+57 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 2 | -0/+24 |
* | - Assert Giant is held in the vnode pager methods. | jhb | 2001-05-23 | 1 | -14/+18 |
* | - Add in several asserts of vm_mtx. | jhb | 2001-05-23 | 1 | -5/+42 |
* | - Assert that the vm lock is held for all of _vm_object_allocate(). | jhb | 2001-05-23 | 1 | -31/+48 |
* | - Add lots of vm_mtx assertions. | jhb | 2001-05-23 | 1 | -2/+39 |
* | - Lock the VM around the pmap_swapin_proc() call in faultin(). | jhb | 2001-05-23 | 1 | -15/+16 |
* | - Fix the sw_alloc_interlock to actually lock itself when the lock is | jhb | 2001-05-23 | 1 | -16/+20 |
* | Assert Giant is held for the device pager alloc and getpages methods since | jhb | 2001-05-23 | 1 | -3/+3 |
* | - Obtain Giant in mmap() syscall while messing with file descriptors and | jhb | 2001-05-23 | 1 | -18/+32 |
* | Acquire Giant around vm_map_remove() inside of the obreak() syscall for | jhb | 2001-05-23 | 1 | -2/+7 |
* | Take a more conservative approach and still lock Giant around VM faults | jhb | 2001-05-23 | 1 | -8/+6 |
* | Set the phys_pager_alloc_lock to 1 when it is acquired so that it is | jhb | 2001-05-23 | 1 | -1/+2 |
* | aquire Giant when playing with the buffercache and doing IO. | alfred | 2001-05-23 | 1 | -2/+5 |
* | aquire vm mutex in swp_pager_async_iodone. Don't call swp_pager_async_iodone | alfred | 2001-05-22 | 1 | -2/+3 |
* | Remove duplicate include and sort includes. | jhb | 2001-05-22 | 1 | -3/+2 |
* | Sort includes. | jhb | 2001-05-22 | 1 | -1/+1 |
* | Unlock the VM lock at the end of munlock() instead of locking it again. | jhb | 2001-05-22 | 1 | -1/+1 |
* | Sort includes from previous commit. | jhb | 2001-05-22 | 1 | -1/+1 |
* | Sort includes. | jhb | 2001-05-22 | 1 | -3/+3 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 22 | -171/+643 |
* | - Use a timeout for the tsleep in scheduler() instead of having vmmeter() | jhb | 2001-05-18 | 2 | -5/+22 |
* | During the code to pick a process to kill when memory is exhausted, keep | jhb | 2001-05-17 | 1 | -3/+18 |