| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r266464: | Konstantin Belousov | 2014-05-23 | 1 | -1/+3 |
| * | MFC r265824: | Konstantin Belousov | 2014-05-17 | 1 | -1/+2 |
| * | MFC r263471: | Konstantin Belousov | 2014-03-24 | 1 | -0/+1 |
| * | MFC r259951: | Konstantin Belousov | 2013-12-30 | 1 | -1/+1 |
| * | MFC r258367: | Konstantin Belousov | 2013-12-13 | 1 | -0/+15 |
| * | MFC r258366: | Konstantin Belousov | 2013-12-13 | 1 | -1/+9 |
| * | MFC 253471,253620,254430,254538: | John Baldwin | 2013-12-03 | 1 | -8/+26 |
| * | MFC r253190: | Konstantin Belousov | 2013-08-08 | 1 | -11/+51 |
| * | Fix a bug that allowed a tracing process (e.g. gdb) to write | Dag-Erling Smørgrav | 2013-06-18 | 1 | -0/+6 |
| * | MFC r249303: | Konstantin Belousov | 2013-04-16 | 1 | -6/+16 |
| * | MFC r240145: | Andrey Zonov | 2013-01-22 | 1 | -12/+4 |
| * | MFC r244384: | Andrey Zonov | 2013-01-14 | 1 | -6/+39 |
| * | MFC r240026: | Andrey Zonov | 2012-09-14 | 1 | -4/+7 |
| * | MFC r233122,r237086,r237228,r237264,r237290,r237404,r237414,r237513,r237551, | Konstantin Belousov | 2012-09-05 | 1 | -2/+2 |
| * | MFC 233191: | John Baldwin | 2012-06-29 | 1 | -12/+10 |
| * | MFC 237334: | John Baldwin | 2012-06-29 | 1 | -3/+6 |
| * | MFC r236848: | Konstantin Belousov | 2012-06-17 | 1 | -1/+1 |
| * | MFC r232160 | Alan Cox | 2012-05-24 | 1 | -14/+10 |
| * | MFC r235230 | Alan Cox | 2012-05-24 | 1 | -0/+2 |
| * | MFC r233100: | Konstantin Belousov | 2012-03-31 | 1 | -2/+5 |
| * | MFC r232071: | Konstantin Belousov | 2012-03-15 | 1 | -4/+73 |
| * | MFC r231526: | Konstantin Belousov | 2012-02-18 | 1 | -2/+7 |
| * | MFC r227758,227759,227788: | Attilio Rao | 2012-01-31 | 1 | -42/+23 |
| * | All the racct_*() calls need to happen with the proc locked. Fixing this | Edward Tomasz Napierala | 2011-07-06 | 1 | -0/+10 |
| * | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | Alan Cox | 2011-06-29 | 1 | -1/+9 |
| * | Add accounting for most of the memory-related resources. | Edward Tomasz Napierala | 2011-04-05 | 1 | -1/+54 |
| * | - Merge changes to the base system to support OFED. These include | Jeff Roberson | 2011-03-21 | 1 | -13/+14 |
| * | Since the last parameter to vm_object_shadow() is a vm_size_t and not a | Alan Cox | 2011-02-04 | 1 | -7/+5 |
| * | Reenable the call to vm_map_simplify_entry() from vm_map_insert() for non- | Alan Cox | 2011-01-29 | 1 | -9/+5 |
| * | Fix a long standing (from the original 4.4BSD lite sources) race between | Max Laier | 2010-12-09 | 1 | -1/+41 |
| * | Replace pointer to "struct uidinfo" with pointer to "struct ucred" | Edward Tomasz Napierala | 2010-12-02 | 1 | -106/+106 |
| * | Implement a (soft) stack guard page for auto-growing stack mappings. | Konstantin Belousov | 2010-11-14 | 1 | -1/+13 |
| * | In case the stack size reaches its limit and its growth must be restricted, | Alan Cox | 2010-11-07 | 1 | -1/+2 |
| * | - Make 'vm_refcnt' volatile so that compilers won't be tempted to treat | John Baldwin | 2010-10-21 | 1 | -5/+1 |
| * | If vm_map_find() is asked to allocate a superpage-aligned region of virtual | Alan Cox | 2010-10-04 | 1 | -14/+8 |
| * | Make refinements to r212824. In particular, don't make | Alan Cox | 2010-09-19 | 1 | -16/+24 |
| * | Adopt the deferring of object deallocation for the deleted map entries | Konstantin Belousov | 2010-09-18 | 1 | -20/+45 |
| * | Introduce a helper function vm_page_find_least(). Use it in several places, | Konstantin Belousov | 2010-07-04 | 1 | -7/+1 |
| * | Push down page queues lock acquisition in pmap_enter_object() and | Alan Cox | 2010-05-26 | 1 | -14/+1 |
| * | Correct an error of omission in r206819. If VMFS_TLB_ALIGNED_SPACE is | Alan Cox | 2010-05-02 | 1 | -1/+5 |
| * | o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches the | Juli Mallett | 2010-04-18 | 1 | -1/+12 |
| * | Make _vm_map_init() the one place where the vm map's pmap field is | Alan Cox | 2010-04-03 | 1 | -9/+9 |
| * | Re-enable the call to pmap_release() by vmspace_dofree(). The accounting | Alan Cox | 2010-04-03 | 1 | -6/+3 |
| * | The MAP_ENTRY_NEEDS_COPY flag belongs to protoeflags, cow variable | Konstantin Belousov | 2010-01-29 | 1 | -1/+1 |
| * | Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE has | Alan Cox | 2009-11-26 | 1 | -21/+8 |
| * | Simplify both the invocation and the implementation of vm_fault() for wiring | Alan Cox | 2009-11-18 | 1 | -2/+2 |
| * | Avoid pointless calls to pmap_protect(). | Alan Cox | 2009-11-02 | 1 | -3/+3 |
| * | When protection of wired read-only mapping is changed to read-write, | Konstantin Belousov | 2009-10-27 | 1 | -4/+10 |
| * | Move the annotation for vm_map_startup() immediately before the function. | Konstantin Belousov | 2009-10-01 | 1 | -16/+16 |
| * | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | John Baldwin | 2009-07-24 | 1 | -5/+9 |