| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move the *_new_altkstack() and *_dispose_altkstack() functions out of the | alc | 2003-06-14 | 1 | -0/+2 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 1 | -1/+1 |
* | use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock. | alfred | 2003-01-21 | 1 | -4/+4 |
* | o Merge vm_fault_wire() and vm_fault_user_wire() by adding a new parameter, | alc | 2002-07-24 | 1 | -2/+1 |
* | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | peter | 2002-07-20 | 1 | -1/+1 |
* | Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/ | peter | 2002-07-07 | 1 | -0/+2 |
* | o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(), | alc | 2002-04-05 | 1 | -1/+0 |
* | Remove an unused prototype. | alc | 2002-03-26 | 1 | -1/+0 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -48/+48 |
* | - Remove a number of extra newlines that do not belong here according to | eivind | 2002-03-10 | 1 | -3/+1 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -1/+1 |
* | Fix a race with free'ing vmspaces at process exit when vmspaces are | alfred | 2002-02-05 | 1 | -0/+1 |
* | Move the code that computes the system load average from vm_meter.c | iedowse | 2001-10-20 | 1 | -1/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -13/+13 |
* | Rip some well duplicated code out of cpu_wait() and cpu_exit() and move | peter | 2001-09-10 | 1 | -1/+2 |
* | Remove unused 3rd argument from vsunlock() which abused B_WRITE. | phk | 2000-03-13 | 1 | -1/+1 |