| Age | Commit message (Expand) | Author |
| 2016-06-18 | Change two KASSERT to KASSERTMSG to provide better diagnostics. | martin |
| 2016-06-01 | Variable rv is always used as a true/false boolen, so set its type | pgoyette |
| 2016-06-01 | Avoid locking issues when copying out requires taking a fault and we are | christos |
| 2016-05-25 | Introduce security.pax.mprotect.ptrace sysctl which can be used to bypass | christos |
| 2016-05-24 | PR kern/50985: use the runtime limits of the vmspace in range_test() | martin |
| 2016-05-22 | reduce #ifdef mess caused by PaX | christos |
| 2016-05-22 | Revert my previous change. I missed an entry on NXR. | maxv |
| 2016-05-21 | USPACE and USPACE_ALIGN are constants. Use a #if instead. Probably saves | maxv |
| 2016-04-07 | remove more ifdefs | christos |
| 2016-04-07 | Add PAX_MPROTECT_DEBUG | christos |
| 2016-02-07 | Use IPL_NONE for pserialized lock. Assert sleepable. (OOPS.) | riastradh |
| 2016-02-05 | PR/50744: NONAKA Kimihiro: Protect more stuff with _KERNEL && _KMEMUSER to | christos |
| 2015-12-06 | Fix typo in comment. | wiz |
| 2015-12-06 | Clean up assertions and catch integer overflow. | mlelstv |
| 2015-11-26 | We never exec(2) with a kernel vmspace, so do not test for that, but instead | martin |
| 2015-11-11 | Remove #if 0 / #endif includes | skrll |
| 2015-11-11 | Split out the pmap_pv_track stuff for use by others. | skrll |
| 2015-11-05 | Remove unnecessary #include for sys/shm.h - there's nothing here that needs | pgoyette |
| 2015-11-05 | Now that SYSVSHM is modularized, reattach the linkages from uvm so that | pgoyette |
| 2015-10-26 | disable the previous for now; it fails for me on a different system. | mrg |
| 2015-10-26 | in uvm_obj_init(), KASSERT(ops), to ensure we have an actual pager ops | mrg |
| 2015-09-26 | move CTL_VM constants to uvm_param.h, leaving a comment behind. | christos |
| 2015-09-24 | implement VM_PROC_MAP | christos |
| 2015-09-21 | Update multiple inclusion macro | matt |
| 2015-08-24 | to garnish, dust with _KERNEL_OPT | pooka |
| 2015-08-04 | Some changes, to reduce a bit my tech-kern@ patch: | maxv |
| 2015-07-30 | include decls for _MODULE | christos |
| 2015-07-30 | Lock before calling uvm_swap_stats(). Otherwise a race condition could | maxv |
| 2015-07-27 | Several changes and improvements in KMEM_GUARD: | maxv |
| 2015-06-22 | Use %p, %#xl etc. for pointers and addresses. | matt |
| 2015-06-11 | Use PMAP_MAP_POOLPAGE instead of POOL_PHYSTOV since we use PMAP_UNMAP_POOLPAGE. | matt |
| 2015-06-11 | Don't call kcpuset_intersecting_p and then kcpuset_ffs_intersecting since | matt |
| 2015-06-11 | Add virtual_start to pmap_limits. This allows MD to steal address space | matt |
| 2015-05-27 | ubc_alloc: perform pmap_update() in the error path as we might have | rmind |
| 2015-04-18 | pmap_tlb_intersecting_active_p is not used in some combinations of | joerg |
| 2015-04-13 | Limit <sys/rndsource.h> include to kernel. | riastradh |
| 2015-04-13 | Convert remaining MI <sys/rnd.h> stragglers. Many MD ones left. | riastradh |
| 2015-04-12 | UVM_RESERVED_PAGES_PER_CPU must be a param, not a flag. | joerg |
| 2015-04-11 | Allow changing the per-cpu emergency page reservation via kernel config. | joerg |
| 2015-04-03 | Initialize P->V tracking for unmanaged device pages in uvm_init. | riastradh |
| 2015-04-02 | include <sys/evcnt.h> | matt |
| 2015-03-23 | Call these `identities', not `life states'. | riastradh |
| 2015-03-21 | No, PQ_ANON is set only if owned by anon, not if loaned to anon. | riastradh |
| 2015-03-21 | Address O->A loan case in comments, pointed out by chs@. | riastradh |
| 2015-03-21 | Elaborate on locking scheme and vm_page states. | riastradh |
| 2015-03-20 | Comments explaining UBC_* flags. | riastradh |
| 2015-03-01 | Detect overflow when rounding length parameter and return ENOMEM. | mlelstv |
| 2015-02-06 | Kill kmeminit(). | maxv |
| 2015-02-03 | Disable pmap_md_tlb_check_entry, when MP. | nonaka |
| 2015-02-01 | The diagnostic function uvm_km_check_empty() takes a mutex, so don't call it | christos |