| Age | Commit message (Expand) | Author |
| 2014-03-04 | use _KERNEL_OPT around #include | matt |
| 2014-03-01 | only check that npages fit, if we are going to add npages to swpgonly. | christos |
| 2014-02-26 | Fix copy & pasto | martin |
| 2014-02-26 | Add vm.min_address and vm.max_address which return VM_MIN_ADDRESS and | matt |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-25 | Mark a potentially unused variable | martin |
| 2014-02-25 | Mark a variable used only in diagnostics | martin |
| 2014-02-22 | Drop empty priority lists, not the full ones. Fixes kern/48611. | mlelstv |
| 2014-02-21 | Remove unnecessary struct simplelock forward declaration. | skrll |
| 2014-02-18 | Use same uvm_swap_shutdown() stub for !vmswap kernels and rump kernels. | pooka |
| 2014-02-03 | Properly translate struct swapent for COMPAT_NETBSD32 | manu |
| 2014-01-25 | make this compile. | christos |
| 2014-01-25 | deal with COMPAT_10 issue. | christos |
| 2014-01-25 | delete VM_DEFAULT_ADDRESS and commentary which is no longer used/true. | christos |
| 2014-01-25 | provide proper defaults for topdown and bottomup allocation. | christos |
| 2014-01-07 | Re-instate the zero length sections in elf core dumps (they probably help | dsl |
| 2014-01-03 | There is no need for uvm_coredump_walkmap() to explicity pass the proc_t | dsl |
| 2014-01-03 | Minor changes to the process coredump code. | dsl |
| 2014-01-01 | Change the type of the 'cookie' that holds the state of the core dump file | dsl |
| 2013-11-23 | fix circleq comments | christos |
| 2013-11-23 | convert from CIRCLEQ to TAILQ | christos |
| 2013-11-14 | As discussed on tech-kern: make TOPDOWN-VM runtime selectable per process | martin |
| 2013-10-25 | Mark a diagnostic-only variable | martin |
| 2013-10-25 | Mark diagnostic-only variables | martin |
| 2013-10-25 | Mark a diagnostic-only variable | martin |
| 2013-10-25 | Mark diagnostic-only variables | martin |
| 2013-10-25 | Mark a diagnostic-only variable | martin |
| 2013-10-25 | Mark a diagnostic-only variable | martin |
| 2013-10-25 | Optimize out VM_PHYSMEM_PTR_SWAP on architectures that have VM_PHYSSEG_MAX = 1 | martin |
| 2013-10-25 | Some pmaps may not consume all arguments of pmap_copy() | martin |
| 2013-10-18 | use __USE() for empty macro | christos |
| 2013-09-15 | Mark potentialy unused variables | martin |
| 2013-09-15 | Mark a variable as potentially unused | martin |
| 2013-09-15 | Remove unused variable | martin |
| 2013-09-11 | Allow MD code to add aditional checks for mmap(..., MAP_FIXED) address | martin |
| 2013-07-22 | In the non-MP case, just initialize onproc to NULL. | matt |
| 2013-07-22 | If not MULTIPROCESSOR, just make cpu_tlb_info(ci) return &pmap_tlb0_info | matt |
| 2013-07-17 | Make this kcpuset_t instead of the private __cpuset_t | matt |
| 2013-07-02 | Split tlb related stuff into pmap_tlb.h so that can be used for ASID mgmt | matt |
| 2013-05-07 | Set bp->b_resid to bp->b_bcount on error in swstrategy as required. | riastradh |
| 2013-02-02 | Remove __BEGIN_DECLS/__END_DECLS | matt |
| 2013-01-29 | improve on comments | para |
| 2013-01-29 | bring file up to date for previous vmem changes. | para |
| 2013-01-26 | revert previous commit not yet fully functional, sorry | para |
| 2013-01-26 | make vmem(9) ready to be used early during bootstrap to replace extent(9). | para |
| 2012-11-27 | Until such time as the swap subsystem can be converted to use The One True | jakllsch |
| 2012-11-02 | When uvm_io reserves kernel address space, make sure it's starts with the | matt |
| 2012-10-29 | get rid of not used uvm_map flag (UVM_MAP_KMAPENT) | para |
| 2012-10-03 | move from common/pmap/tlb -> uvm/pmap | christos |
| 2012-09-15 | #include <sys/atomic.h> | matt |