| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new file operations hook for mmap operations. File type-specific | jhb | 2015-06-04 | 1 | -2/+12 |
* | Handle wiring failures in vm_map_wire() with the new functions | alc | 2014-08-02 | 1 | -1/+0 |
* | When unwiring a region of an address space, do not assume that the | alc | 2014-07-26 | 1 | -1/+0 |
* | Merge the following changes from projects/bhyve_npt_pmap: | neel | 2013-09-20 | 1 | -1/+3 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -12/+25 |
* | Revert r253939: | attilio | 2013-08-05 | 1 | -2/+2 |
* | The page hold mechanism is fast but it has couple of fallouts: | attilio | 2013-08-04 | 1 | -2/+2 |
* | Make sys_mlock() function just a wrapper around vm_mlock() function | glebius | 2013-06-08 | 1 | -0/+1 |
* | Eliminate vm_phys_bootstrap_alloc(). It was a failed attempt at | alc | 2011-10-30 | 1 | -1/+1 |
* | Use "u_long" instead of "unsigned long". | alc | 2011-10-28 | 1 | -2/+2 |
* | Extract the code to translate VM error into errno, into an exported | kib | 2011-07-10 | 1 | -0/+1 |
* | Add a facility to disable processing page faults. When activated, | kib | 2011-07-09 | 1 | -0/+2 |
* | Move vm_object_print()'s prototype to the expected place. | alc | 2010-12-27 | 1 | -2/+0 |
* | Retire vm_fault_quick(). It's no longer used. | alc | 2010-12-25 | 1 | -1/+0 |
* | Introduce and use a new VM interface for temporarily pinning pages. This | alc | 2010-12-25 | 1 | -0/+2 |
* | Introduce vm_fault_hold() and use it to (1) eliminate a long-standing race | alc | 2010-12-20 | 1 | -0/+2 |
* | Rework memguard(9) to reserve significantly more KVA to detect | mdf | 2010-08-11 | 1 | -0/+1 |
* | o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches the | jmallett | 2010-04-18 | 1 | -0/+1 |
* | Initialize the virtual memory-related resource limits in a single place. | alc | 2010-04-11 | 1 | -2/+0 |
* | Introduce the function kmem_alloc_attr(), which allocates kernel virtual | alc | 2010-04-09 | 1 | -1/+3 |
* | Simplify both the invocation and the implementation of vm_fault() for wiring | alc | 2009-11-18 | 1 | -1/+1 |
* | o Introduce vm_sync_icache() for making the I-cache coherent with | marcel | 2009-10-21 | 1 | -0/+1 |
* | Reintroduce the r196640, after fixing the problem with my testing. | kib | 2009-09-01 | 1 | -2/+0 |
* | Reverse r196640 and r196644 for now. | kib | 2009-08-29 | 1 | -0/+2 |
* | Remove the altkstacks, instead instantiate threads with kernel stack | kib | 2009-08-29 | 1 | -2/+0 |
* | Add support to the virtual memory system for configuring machine- | alc | 2009-07-12 | 1 | -1/+1 |
* | When forking a vm space that has wired map entries, do not forget to | kib | 2009-07-03 | 1 | -1/+2 |
* | This change is the next step in implementing the cache control functionality | alc | 2009-06-26 | 1 | -1/+1 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -1/+1 |
* | Eliminate unnecessary forward declarations. | alc | 2009-06-17 | 1 | -3/+0 |
* | Refactor contigmalloc() into two functions: a simple front-end that deals | alc | 2009-06-17 | 1 | -0/+3 |
* | Eliminate dead code. | alc | 2009-04-01 | 1 | -13/+0 |
* | Introduce a new parameter "superpage_align" to kmem_suballoc() that is | alc | 2008-05-10 | 1 | -1/+2 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -5/+5 |
* | Close race between vmspace_exitfree() and exit1() and races between | tegge | 2006-05-29 | 1 | -0/+2 |
* | Use sf_buf_alloc() instead of vm_map_find() on exec_map to create the | alc | 2005-12-16 | 1 | -0/+2 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | jhb | 2005-04-01 | 1 | -1/+1 |
* | Disable U area swapping and remove the routines that create, destroy, | das | 2004-11-20 | 1 | -2/+0 |
* | For years, kmem_alloc_pageable() has been misused. Now that the last of | alc | 2004-07-25 | 1 | -1/+0 |
* | To date, unwiring a fictitious page has produced a panic. The reason | alc | 2004-05-22 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Revert to the original vslock() and vsunlock() API with the following | truckman | 2004-03-15 | 1 | -2/+2 |
* | Undo the merger of mlock()/vslock and munlock()/vsunlock() and the | truckman | 2004-03-05 | 1 | -2/+2 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -2/+2 |
* | Remove vm_page_alloc_contig(). It's now unused. | alc | 2004-01-14 | 1 | -1/+0 |
* | Remove long dead code, specifically, code related to munmapfd(). | alc | 2004-01-11 | 1 | -1/+0 |
* | Revert previous commit. Come back vslock(), all is forgiven. | bms | 2003-10-05 | 1 | -0/+2 |
* | Retire vslock() and vsunlock() with extreme prejudice. | bms | 2003-10-05 | 1 | -2/+0 |
* | Make swaponvp() static to the swap_pager. | phk | 2003-08-15 | 1 | -1/+0 |
* | Migrate the thread stack management functions from the machine-dependent | alc | 2003-06-14 | 1 | -1/+5 |