| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r226740 | Alan Cox | 2011-11-10 | 1 | -18/+72 |
| * | Include a missing opt_vm.h which doesn't let VM_NRESERVLEVEL switching | Attilio Rao | 2011-10-29 | 1 | -0/+1 |
| * | Handle page dirty mask with atomics. | Konstantin Belousov | 2011-10-12 | 3 | -57/+57 |
| * | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 3 | -19/+19 |
| * | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | Konstantin Belousov | 2011-09-06 | 8 | -88/+105 |
| * | Update some comments in swap_pager.c. | Konstantin Belousov | 2011-08-22 | 1 | -30/+17 |
| * | Apply the limit to avoid the overflows in the radix tree subr_blist.c | Konstantin Belousov | 2011-08-22 | 1 | -10/+12 |
| * | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 1 | -4/+22 |
| * | - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flag | Konstantin Belousov | 2011-08-09 | 4 | -33/+37 |
| * | Fix an error in kmem_alloc_attr(). Unless "tries" is updated, | Alan Cox | 2011-08-07 | 1 | -0/+1 |
| * | Implement the linprocfs swaps file, providing information about the | Konstantin Belousov | 2011-08-01 | 2 | -21/+40 |
| * | Fix a race in the device pager allocation. If another thread won and | Konstantin Belousov | 2011-07-30 | 1 | -2/+9 |
| * | Extract the code to translate VM error into errno, into an exported | Konstantin Belousov | 2011-07-10 | 2 | -0/+8 |
| * | Style. | Konstantin Belousov | 2011-07-10 | 1 | -1/+1 |
| * | Add a facility to disable processing page faults. When activated, | Konstantin Belousov | 2011-07-09 | 2 | -0/+18 |
| * | All the racct_*() calls need to happen with the proc locked. Fixing this | Edward Tomasz Napierala | 2011-07-06 | 6 | -0/+42 |
| * | Handle a race between device_pager and devsw in a more graceful manner: | Attilio Rao | 2011-07-06 | 1 | -2/+4 |
| * | Initialize marker pages as held rather than fictitious/wired. Marking the | Alan Cox | 2011-07-02 | 1 | -2/+8 |
| * | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | Alan Cox | 2011-06-29 | 4 | -61/+83 |
| * | Revert to using the page queues lock in vm_page_clear_dirty_mask() on | Alan Cox | 2011-06-23 | 2 | -4/+2 |
| * | Precisely document the synchronization rules for the page's dirty field. | Alan Cox | 2011-06-19 | 3 | -10/+68 |
| * | Assert that page is VPO_BUSY or page owner object is locked in | Konstantin Belousov | 2011-06-11 | 2 | -0/+26 |
| * | Fix a bug in r222586. Lock the page owner object around the modification | Konstantin Belousov | 2011-06-11 | 1 | -0/+6 |
| * | In the VOP_PUTPAGES() implementations, change the default error from | Konstantin Belousov | 2011-06-01 | 3 | -1/+36 |
| * | Correct an error in r222163. Unless UMA_MD_SMALL_ALLOC is defined, | Alan Cox | 2011-05-22 | 1 | -1/+5 |
| * | 1. Prior to r214782, UMA did not support multipage allocations before | Alan Cox | 2011-05-21 | 2 | -8/+9 |
| * | Fix spelling errors. | Alan Cox | 2011-05-20 | 1 | -3/+3 |
| * | Eliminate a redundant #include. ("vm/vm_param.h" already includes | Alan Cox | 2011-05-20 | 1 | -2/+0 |
| * | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | Matthew D Fleming | 2011-05-13 | 1 | -9/+6 |
| * | Usa a globally visible region of zeros for both /dev/zero and the md | Matthew D Fleming | 2011-05-13 | 1 | -0/+34 |
| * | Another long standing vm bug found at Isilon: | Max Laier | 2011-05-09 | 1 | -0/+18 |
| * | Reap old SPL comments. | David E. O'Brien | 2011-04-26 | 1 | -35/+2 |
| * | Fix two bugs in r218670. | Konstantin Belousov | 2011-04-23 | 1 | -4/+11 |
| * | Fix several places to ignore processes that are not yet fully constructed. | John Baldwin | 2011-04-06 | 1 | -1/+2 |
| * | In vm_daemon(), do not skip processes stopped with SIGSTOP. | Edward Tomasz Napierala | 2011-04-06 | 1 | -2/+4 |
| * | Add RACCT_RSS. | Edward Tomasz Napierala | 2011-04-06 | 1 | -1/+41 |
| * | Add accounting for most of the memory-related resources. | Edward Tomasz Napierala | 2011-04-05 | 5 | -7/+160 |
| * | Handle the corner case in vm_fault_quick_hold_pages(). | Konstantin Belousov | 2011-03-25 | 1 | -0/+2 |
| * | Fix some locking nits with the p_state field of struct proc: | John Baldwin | 2011-03-24 | 2 | -9/+4 |
| * | - Merge changes to the base system to support OFED. These include | Jeff Roberson | 2011-03-21 | 3 | -14/+17 |
| * | In vm_daemon(), when iterating over all processes in the system, skip those | Edward Tomasz Napierala | 2011-03-18 | 1 | -0/+4 |
| * | Eliminate duplication of the fake page code and zone by the device and sg | Alan Cox | 2011-03-11 | 4 | -110/+75 |
| * | Change the return type of vmspace_swap_count to a long to match the other | Rebecca Cran | 2011-03-01 | 2 | -3/+3 |
| * | Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion. | Sergey Kandaurov | 2011-02-24 | 1 | -39/+0 |
| * | Calculate and return the count in vmspace_swap_count as a vm_offset_t | Rebecca Cran | 2011-02-23 | 2 | -8/+9 |
| * | Remove pmap fields that are either unused or not fully implemented. | Alan Cox | 2011-02-17 | 1 | -13/+1 |
| * | Since r218070 reenabled the call to vm_map_simplify_entry() from | Konstantin Belousov | 2011-02-15 | 1 | -9/+23 |
| * | Lock the vnode around clearing of VV_TEXT flag. Remove mp_fixme() note | Konstantin Belousov | 2011-02-13 | 1 | -9/+14 |
| * | Use CPU_FOREACH rather than expecting CPUs 0 through mp_ncpus-1 to be present. | Juli Mallett | 2011-02-12 | 1 | -5/+1 |
| * | Retire VFS_BIO_DEBUG. Convert those checks that were still valid into | Alan Cox | 2011-02-12 | 1 | -0/+1 |