| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extraneous locks on the VM free page queue mutex; it is not | green | 2004-07-19 | 1 | -2/+0 |
* | - Eliminate the pte object from the pmap. Instead, page table pages are | alc | 2004-07-19 | 1 | -2/+0 |
* | Since breakage of malloc(9)/uma_zalloc(9) is totally non-optional in | green | 2004-07-19 | 1 | -0/+6 |
* | Reimplement contigmalloc(9) with an algorithm which stands a greatly- | green | 2004-07-19 | 2 | -36/+273 |
* | Remove the GIANT_REQUIRED preceding pmap_remove() in | alc | 2004-07-18 | 1 | -1/+0 |
* | Push down the acquisition and release of the page queues lock into | alc | 2004-07-15 | 2 | -10/+0 |
* | Remove an unused and unimplemented sysctl. (For the record, it was marked | alc | 2004-07-12 | 1 | -10/+1 |
* | Increase the scope of the page queues lock in vm_page_alloc() to cover | alc | 2004-07-10 | 1 | -1/+1 |
* | Micro-optimize vmspace for 64-bit architectures: Colocate vm_refcnt and | alc | 2004-07-06 | 1 | -1/+1 |
* | Properly brucify a string by outdenting it. | bms | 2004-07-06 | 1 | -2/+2 |
* | Introduce debug.nosleepwithlocks sysctl, 0 by default. If set to 1 | bmilekic | 2004-07-04 | 1 | -11/+9 |
* | Reextend the M_WAITOK-disabling-hack to all three of the mbuf-related | green | 2004-07-04 | 1 | -2/+4 |
* | Limit mbuma damage. Suddenly ALL allocations with M_WAITOK are subject | green | 2004-07-03 | 1 | -4/+8 |
* | Implement preemption of kernel threads natively in the scheduler rather | jhb | 2004-07-02 | 1 | -0/+2 |
* | - Change mi_switch() and sched_switch() to accept an optional thread to | jhb | 2004-07-02 | 1 | -1/+1 |
* | - Don't use a variable to point to the user area that we only use once. | jhb | 2004-07-02 | 1 | -15/+10 |
* | Initialize result->backing_object_offset before linking result onto the list of | tegge | 2004-06-28 | 1 | -5/+5 |
* | 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 |
* | Update a stale comment. The heuristic to swap processes out based on | das | 2004-06-27 | 1 | -2/+3 |
* | Remove an unused field from the vmspace structure. | alc | 2004-06-26 | 1 | -2/+1 |
* | Correct the tracking of various bits of the process's vmspace and vm_map | green | 2004-06-24 | 1 | -3/+44 |
* | Call vm_pageout_page_stats() with the page queues lock held. | alc | 2004-06-24 | 1 | -3/+2 |
* | Remove spl calls. | alc | 2004-06-24 | 1 | -14/+1 |
* | Make uma_mtx MTX_RECURSE. Here's why: | bmilekic | 2004-06-23 | 1 | -1/+11 |
* | In swap_pager_getpages(), bp->b_dev can be NULL, particularly for the | bms | 2004-06-23 | 1 | -6/+4 |
* | Remove spl() calls. Update comments to reflect the removal of spl() calls. | alc | 2004-06-19 | 1 | -53/+8 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 2 | -7/+7 |
* | Do not preset PG_BUSY on VM_ALLOC_NOOBJ pages. Such pages are not | alc | 2004-06-17 | 1 | -0/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 2 | -3/+3 |
* | Nice, is a property of a process as a whole.. | julian | 2004-06-16 | 2 | -5/+2 |
* | Make contigmalloc() more reliable: | green | 2004-06-15 | 1 | -6/+25 |
* | Deorbit COMPAT_SUNOS. | phk | 2004-06-11 | 1 | -2/+2 |
* | Backout previous change, I think Julian has a better solution which | bmilekic | 2004-06-09 | 1 | -1/+1 |
* | Make the slabrefzone, the zone from which we allocated slabs with | bmilekic | 2004-06-09 | 1 | -1/+2 |
* | Remove references to L1 in the comments, according to Alan they are | netchild | 2004-06-07 | 1 | -2/+2 |
* | Update stale comments regarding page coloring. | alc | 2004-06-05 | 1 | -10/+10 |
* | Move the definitions of SWAPBLK_NONE and SWAPBLK_MASK from vm_page.h to | alc | 2004-06-04 | 1 | -8/+0 |
* | Fix a comment above uma_zsecond_create(), describing its arguments. | bmilekic | 2004-06-01 | 1 | -3/+3 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 5 | -355/+832 |
* | Remove a stale comment: PG_DIRTY and PG_FILLED were removed in | alc | 2004-05-30 | 1 | -2/+0 |
* | Correct typo, vm_page_list_find() is called vm_pageq_find() for quite a | hmp | 2004-05-30 | 1 | -2/+2 |
* | MFS: vm_map.c rev 1.187.2.27 through 1.187.2.29, fix MS_INVALIDATE | des | 2004-05-25 | 1 | -1/+5 |
* | 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 | 4 | -18/+29 |
* | Restructure vm_page_select_cache() so that adding assertions is easy. | alc | 2004-05-12 | 1 | -10/+15 |
* | Cache queue pages are not mapped. Thus, the pmap_remove_all() by | alc | 2004-05-12 | 1 | -1/+0 |
* | To handle orphaned character device vnodes properly in mmap(), check that | tjr | 2004-05-11 | 1 | -1/+1 |