| Commit message (Expand) | Author | Age | Files | Lines |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 3 | -6/+7 |
* | Remove unused variable nosleepwithlocks. | antoine | 2008-08-23 | 1 | -7/+0 |
* | Allow the MD UMA allocator to use VM routines like kmem_*(). Existing code r... | nwhitehorn | 2008-08-23 | 1 | -1/+1 |
* | A bunch of formatting fixes brough to light by, or created by the Vimage commit | julian | 2008-08-20 | 1 | -0/+1 |
* | Work around differences in page allocation for initial page tables on xen | kmacy | 2008-08-17 | 1 | -0/+4 |
* | Fix REDZONE(9) on amd64 and perhaps other 64 bit targets -- ensure the space | emaste | 2008-08-13 | 1 | -0/+2 |
* | If a thread that is swapped out is made runnable, then the setrunnable() | jhb | 2008-08-05 | 1 | -38/+15 |
* | Fill in a few sysctl descriptions. | trhodes | 2008-08-03 | 4 | -7/+8 |
* | One more whitespace nit. | jhb | 2008-07-30 | 1 | -2/+0 |
* | A few more whitespace fixes. | jhb | 2008-07-30 | 2 | -2/+1 |
* | If the kernel has run out of metadata for swap, then explicitly panic() | jhb | 2008-07-30 | 1 | -1/+1 |
* | The behaviour of the lockmgr going back at least to the 4.4BSD-Lite2 was | kib | 2008-07-30 | 1 | -2/+9 |
* | Eliminate stale comments from kmem_malloc(). | alc | 2008-07-18 | 1 | -12/+0 |
* | Use the VM_ALLOC_INTERRUPT for the page requests when allocating memory | kib | 2008-07-11 | 1 | -7/+5 |
* | Enable the creation of a kmem map larger than 4GB. | alc | 2008-07-05 | 1 | -1/+1 |
* | Make preparations for increasing the size of the kernel virtual address space | alc | 2008-06-22 | 1 | -2/+6 |
* | KERNBASE is not necessarily an address within the kernel map, e.g., | alc | 2008-06-21 | 1 | -1/+1 |
* | Fix vm object creation locking to allow SHARED vnode locking for vnode_create... | ups | 2008-06-12 | 1 | -6/+7 |
* | Essentially, neither madvise(..., MADV_DONTNEED) nor madvise(..., MADV_FREE) | alc | 2008-06-06 | 1 | -0/+7 |
* | To date, our implementation of munmap(2) has required that the | alc | 2008-05-24 | 1 | -7/+0 |
* | Allow VM object creation in ufs_lookup. (If vfs.vmiodirenable is set) | ups | 2008-05-20 | 3 | -18/+41 |
* | Retire pmap_addr_hint(). It is no longer used. | alc | 2008-05-18 | 1 | -1/+0 |
* | In order to map device memory using superpages, mmap(2) must find a | alc | 2008-05-17 | 1 | -5/+3 |
* | Preset a device object's alignment ("pg_color") based upon the | alc | 2008-05-17 | 1 | -1/+5 |
* | Don't call vm_reserv_alloc_page() on device-backed objects. Otherwise, the | alc | 2008-05-15 | 1 | -1/+1 |
* | Provide the new argument to kmem_suballoc(). | alc | 2008-05-10 | 1 | -1/+1 |
* | Introduce a new parameter "superpage_align" to kmem_suballoc() that is | alc | 2008-05-10 | 3 | -17/+15 |
* | Generalize vm_map_find(9)'s parameter "find_space". Specifically, add | alc | 2008-05-10 | 2 | -10/+23 |
* | Introduce pmap_align_superpage(). It increases the starting virtual | alc | 2008-05-09 | 1 | -0/+2 |
* | add malloc flag to blist so that it can be used in ithread context | kmacy | 2008-05-05 | 1 | -1/+1 |
* | Eliminate pointless casts from kmem_suballoc(). | alc | 2008-04-28 | 1 | -2/+2 |
* | vm_map_fixed(), unlike vm_map_find(), does not update "addr", so it can be | alc | 2008-04-28 | 3 | -5/+5 |
* | - Make SCHED_STATS more generic by adding a wrapper to create the | jeff | 2008-04-17 | 2 | -2/+2 |
* | Introduce vm_reserv_reclaim_contig(). This function is used by | alc | 2008-04-06 | 4 | -25/+99 |
* | Eliminate an unnecessary test from vm_phys_unfree_page(). | alc | 2008-04-05 | 1 | -1/+1 |
* | Update a comment to vm_map_pmap_enter(). | alc | 2008-04-04 | 1 | -2/+2 |
* | Reintroduce UMA_SLAB_KMAP; however, change its spelling to | alc | 2008-04-04 | 2 | -0/+5 |
* | Eliminate an unnecessary printf() from kmem_suballoc(). The subsequent | alc | 2008-03-30 | 1 | -4/+2 |
* | - Use vm_object_reference_locked() directly from | jeff | 2008-03-29 | 1 | -15/+2 |
* | Do not dereference cdev->si_cdevsw, use the dev_refthread() to properly | kib | 2008-03-20 | 1 | -4/+16 |
* | Rename vm_pageq_requeue() to vm_page_requeue() on account of its recent | alc | 2008-03-19 | 3 | -15/+15 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 3 | -22/+8 |
* | Almost seven years ago, vm/vm_page.c was split into three parts: | alc | 2008-03-18 | 3 | -124/+75 |
* | Simplify the inner loop of vm_fault()'s delete-behind heuristic. | alc | 2008-03-16 | 1 | -2/+2 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 5 | -7/+9 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 2 | -4/+2 |
* | - Pass the priority argument from *sleep() into sleepq and down into | jeff | 2008-03-12 | 2 | -18/+7 |
* | Eliminate an unnecessary test from vm_fault's delete-behind heuristic. | alc | 2008-03-09 | 1 | -1/+1 |
* | Make the vm_pmap field of struct vmspace the last field in the | marcel | 2008-03-01 | 1 | -1/+6 |
* | Correct a long-standing error in vm_object_page_remove(). Specifically, | alc | 2008-02-26 | 1 | -6/+25 |