| Age | Commit message (Expand) | Author |
| 2010-02-21 | rename the va0_disabled option and cpp conditional to "disable" as well, | drochner |
| 2010-02-20 | rename the new sysctl to "vm.user_va0_disable", for consistency | drochner |
| 2010-02-18 | Disable mapping of virtual address 0 by user programs per default. | drochner |
| 2010-02-08 | Remove separate mb_map. The nmbclusters is computed at boot time based | joerg |
| 2009-12-15 | Use PRIxVADDR... (change a printf/panic -> panic) | matt |
| 2009-12-14 | Use PRIxVADDR ... | matt |
| 2009-11-07 | Add a flags argument to pmap_kenter_pa(9). | cegger |
| 2009-11-01 | Consistently call amap / uobj layers as upper / lower, because UVM has only | uebayasi |
| 2009-09-06 | uvmspace_unshare: #if 0-out this function. Q: perhaps remove? | rmind |
| 2009-08-19 | In uvm_kmapent_alloc, Make sure entry is initialized. | matt |
| 2009-08-18 | Move uvm_object-related DDB hooks into uvm_object.c. Put all of the | thorpej |
| 2009-08-18 | Move uvm_page-related DDB hooks into uvm_page.c. | thorpej |
| 2009-08-13 | Fix KASSERT() failure reported by Geoff Wing. | matt |
| 2009-08-10 | Compare vaddr_t against 0, not NULL. | matt |
| 2009-08-09 | If PMAP_MAP_POOLPAGE is defined, use it to map kernel map entries. This | matt |
| 2009-08-01 | - uvm_map_extract: update map->size correctly for !UVM_EXTRACT_CONTIG. | yamt |
| 2009-08-01 | don't call uvm_map_check with map unlocked. | yamt |
| 2009-08-01 | _uvm_tree_sanity: fix an assertion. | yamt |
| 2009-08-01 | _uvm_map_sanity: fix a race which causes "stale hint". | yamt |
| 2009-06-10 | on MADV_WILLNEED, start prefetching backing object's pages. | yamt |
| 2009-05-03 | Include some debug print routines if DEBUGPRINT is defined. This | pooka |
| 2009-01-13 | vm_map_locked_p: add comments | yamt |
| 2008-12-20 | Move a couple of calls to pmap_update(). | ad |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-12-13 | It's easier for kernel reserve pages to be consumed because the pagedaemon | ad |
| 2008-12-01 | PR port-amd64/32816 amd64 can not load lkms | ad |
| 2008-07-29 | Make uvm_map.? use <sys/rb.h> instead of <sys/tree.h>. Change the | matt |
| 2008-07-16 | Add PMAP_KMPAGE flag for pmap_kenter_pa. This allows pmaps to know that | matt |
| 2008-07-11 | English improvement in comments. | skrll |
| 2008-06-06 | Back out previous. | ad |
| 2008-06-06 | Wrap an expensive check in DIAGNOSTIC. | ad |
| 2008-06-04 | - Switch off the map evcnts by default. | ad |
| 2008-06-04 | vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. | ad |
| 2008-06-02 | Don't needlessly acquire v_interlock. | ad |
| 2008-05-31 | Missing cv_destroy(). | ad |
| 2008-04-27 | Disable preemption while swapping pmap. | ad |
| 2008-04-26 | fix a locking botch. PR/38415 from Wolfgang Solfrank. | yamt |
| 2008-03-04 | fix "stale map" assertions. PR/38153 from Sarton O'Brien. | yamt |
| 2008-02-23 | Add some more missing pmap_update()s following pmap_kremove()s. | chris |
| 2008-01-18 | push pmap_clear_reference calls into pdpolicy code, where reference bits | yamt |
| 2008-01-08 | simplify locking and remove vm_map_upgrade/downgrade. | yamt |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-13 | add ddb "whatis" command. inspired from solaris ::whatis dcmd. | yamt |
| 2007-11-26 | Make this build without LOCKDEBUG (the if statement that uses | xtraeme |
| 2007-11-26 | uvm_map_extract: for UVM_EXTRACT_QREF, mark entries UVM_MAP_NOMERGE. | yamt |
| 2007-11-26 | uvm_unmap1: LOCKDEBUG_MEM_CHECK for kernel_map. | yamt |
| 2007-10-15 | uvm_map_reserve: don't ignore alignment. fixes mremap. | yamt |
| 2007-10-12 | Don't restrict the offset when allocating a map entry for in-kernel map - | skrll |
| 2007-10-10 | Merge from vmlocking: | ad |