| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the VM map zone. | Mark Johnston | 2020-08-17 | 1 | -2/+2 |
* | Use a single VM object for kernel stacks. | Mark Johnston | 2020-04-26 | 1 | -0/+2 |
* | Improve MD page fault handlers. | Konstantin Belousov | 2019-09-27 | 1 | -3/+4 |
* | Add malloc_domainset(9) and _domainset variants to other allocator KPIs. | Mark Johnston | 2018-10-30 | 1 | -6/+8 |
* | Eliminate the arena parameter to kmem_free(). Implicitly this corrects an | Alan Cox | 2018-08-25 | 1 | -1/+1 |
* | Eliminate kmem_malloc()'s unused arena parameter. (The arena parameter | Alan Cox | 2018-08-21 | 1 | -1/+1 |
* | Eliminate kmem_alloc_contig()'s unused arena parameter. | Alan Cox | 2018-08-20 | 1 | -1/+1 |
* | Eliminate the unused arena parameter from kmem_alloc_attr(). | Alan Cox | 2018-08-18 | 1 | -1/+1 |
* | Eliminate the arena parameter to kmem_malloc_domain(). It is redundant. | Alan Cox | 2018-08-18 | 1 | -2/+1 |
* | Have preload_delete_name() free pages backing preloaded data. | Mark Johnston | 2018-07-19 | 1 | -0/+1 |
* | Make UMA and malloc(9) return non-executable memory in most cases. | Jonathan T. Looney | 2018-06-13 | 1 | -1/+2 |
* | Use per-domain locks for vm page queue free. Move paging control from | Jeff Roberson | 2018-02-06 | 1 | -0/+4 |
* | Implement NUMA policy for kmem_*(9). This maintains compatibility with | Jeff Roberson | 2018-01-12 | 1 | -0/+7 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Move swapout code into vm/vm_swapout.c. | Konstantin Belousov | 2017-10-20 | 1 | -1/+0 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Rework r313352. | Konstantin Belousov | 2017-02-13 | 1 | -11/+0 |
* | Change type of the prot parameter for kern_vm_mmap() from vm_prot_t to int. | Konstantin Belousov | 2017-02-11 | 1 | -1/+1 |
* | Add kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync(), kern_vm_munlock(), | Edward Tomasz Napierala | 2017-02-06 | 1 | -0/+10 |
* | Various cleanups to the main function for AIO kernel processes: | John Baldwin | 2016-01-19 | 1 | -0/+1 |
* | Add a new file operations hook for mmap operations. File type-specific | John Baldwin | 2015-06-04 | 1 | -2/+12 |
* | Handle wiring failures in vm_map_wire() with the new functions | Alan Cox | 2014-08-02 | 1 | -1/+0 |
* | When unwiring a region of an address space, do not assume that the | Alan Cox | 2014-07-26 | 1 | -1/+0 |
* | Merge the following changes from projects/bhyve_npt_pmap: | Neel Natu | 2013-09-20 | 1 | -1/+3 |
* | Replace kernel virtual address space allocation with vmem. This provides | Jeff Roberson | 2013-08-07 | 1 | -12/+25 |
* | Revert r253939: | Attilio Rao | 2013-08-05 | 1 | -2/+2 |
* | The page hold mechanism is fast but it has couple of fallouts: | Attilio Rao | 2013-08-04 | 1 | -2/+2 |
* | Make sys_mlock() function just a wrapper around vm_mlock() function | Gleb Smirnoff | 2013-06-08 | 1 | -0/+1 |
* | Eliminate vm_phys_bootstrap_alloc(). It was a failed attempt at | Alan Cox | 2011-10-30 | 1 | -1/+1 |
* | Use "u_long" instead of "unsigned long". | Alan Cox | 2011-10-28 | 1 | -2/+2 |
* | Extract the code to translate VM error into errno, into an exported | Konstantin Belousov | 2011-07-10 | 1 | -0/+1 |
* | Add a facility to disable processing page faults. When activated, | Konstantin Belousov | 2011-07-09 | 1 | -0/+2 |
* | Move vm_object_print()'s prototype to the expected place. | Alan Cox | 2010-12-27 | 1 | -2/+0 |
* | Retire vm_fault_quick(). It's no longer used. | Alan Cox | 2010-12-25 | 1 | -1/+0 |
* | Introduce and use a new VM interface for temporarily pinning pages. This | Alan Cox | 2010-12-25 | 1 | -0/+2 |
* | Introduce vm_fault_hold() and use it to (1) eliminate a long-standing race | Alan Cox | 2010-12-20 | 1 | -0/+2 |
* | Rework memguard(9) to reserve significantly more KVA to detect | Matthew D Fleming | 2010-08-11 | 1 | -0/+1 |
* | o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches the | Juli Mallett | 2010-04-18 | 1 | -0/+1 |
* | Initialize the virtual memory-related resource limits in a single place. | Alan Cox | 2010-04-11 | 1 | -2/+0 |
* | Introduce the function kmem_alloc_attr(), which allocates kernel virtual | Alan Cox | 2010-04-09 | 1 | -1/+3 |
* | Simplify both the invocation and the implementation of vm_fault() for wiring | Alan Cox | 2009-11-18 | 1 | -1/+1 |
* | o Introduce vm_sync_icache() for making the I-cache coherent with | Marcel Moolenaar | 2009-10-21 | 1 | -0/+1 |
* | Reintroduce the r196640, after fixing the problem with my testing. | Konstantin Belousov | 2009-09-01 | 1 | -2/+0 |
* | Reverse r196640 and r196644 for now. | Konstantin Belousov | 2009-08-29 | 1 | -0/+2 |
* | Remove the altkstacks, instead instantiate threads with kernel stack | Konstantin Belousov | 2009-08-29 | 1 | -2/+0 |
* | Add support to the virtual memory system for configuring machine- | Alan Cox | 2009-07-12 | 1 | -1/+1 |
* | When forking a vm space that has wired map entries, do not forget to | Konstantin Belousov | 2009-07-03 | 1 | -1/+2 |
* | This change is the next step in implementing the cache control functionality | Alan Cox | 2009-06-26 | 1 | -1/+1 |
* | Implement global and per-uid accounting of the anonymous memory. Add | Konstantin Belousov | 2009-06-23 | 1 | -1/+1 |
* | Eliminate unnecessary forward declarations. | Alan Cox | 2009-06-17 | 1 | -3/+0 |