| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r303773 | Alan Cox | 2016-08-10 | 1 | -1/+1 |
| * | MFC r303448: | Konstantin Belousov | 2016-08-10 | 1 | -40/+30 |
| * | MFC r303492 | Alan Cox | 2016-08-05 | 1 | -1/+0 |
| * | MFC r303446: | Konstantin Belousov | 2016-08-04 | 1 | -4/+4 |
| * | MFC r303356 and r303465 | Alan Cox | 2016-08-01 | 1 | -15/+12 |
| * | MFC r302567: | Konstantin Belousov | 2016-07-25 | 1 | -0/+4 |
| * | MFC r303101 | Alan Cox | 2016-07-23 | 1 | -0/+9 |
| * | MFC r302980 | Alan Cox | 2016-07-21 | 1 | -39/+76 |
| * | Change the type of the map entry's next_read field from a vm_pindex_t to a | Alan Cox | 2016-07-07 | 3 | -10/+10 |
| * | Autotune the number of pages set aside for UMA startup based on the number | Colin Percival | 2016-07-07 | 2 | -0/+17 |
| * | Replace a number of conflations of mp_ncpus and mp_maxid with either | Nathan Whitehorn | 2016-07-06 | 2 | -3/+4 |
| * | Clarify the vnode_destroy_vobject() logic handling for already terminated | Konstantin Belousov | 2016-07-05 | 1 | -3/+14 |
| * | Change type of the 'dead' variable to boolean. | Konstantin Belousov | 2016-07-03 | 1 | -2/+2 |
| * | If the vm_fault() handler raced with the vm_object_collapse() | Konstantin Belousov | 2016-06-27 | 1 | -4/+11 |
| * | In vm_page_xunbusy_maybelocked(), add fast path for unbusy when no | Konstantin Belousov | 2016-06-23 | 1 | -4/+22 |
| * | Add a comment noting locking regime for vm_page_xunbusy(). | Konstantin Belousov | 2016-06-23 | 1 | -0/+1 |
| * | Fix a LOR between vnode locks and allproc_lock. | Konstantin Belousov | 2016-06-22 | 2 | -15/+34 |
| * | The vmtotal sysctl handler marks active vm objects to calculate | Konstantin Belousov | 2016-06-21 | 2 | -46/+37 |
| * | Fix inconsistent locking of the swap pager named objects list. | Konstantin Belousov | 2016-06-13 | 1 | -63/+56 |
| * | Explicitely initialize sw_alloc_sx. Currently it is not initialized | Konstantin Belousov | 2016-06-13 | 1 | -0/+1 |
| * | Reset the page busy lock state after failing to insert into the object. | Mark Johnston | 2016-06-02 | 1 | -0/+2 |
| * | Don't preserve the page's object linkage in vm_page_insert_after(). | Mark Johnston | 2016-06-02 | 1 | -6/+2 |
| * | Fix memguard(9) in kernels with INVARIANTS enabled. | Mark Johnston | 2016-06-01 | 2 | -9/+30 |
| * | If the fast path unbusy in vm_page_replace() fails, slow path needs to | Konstantin Belousov | 2016-06-01 | 1 | -15/+20 |
| * | Do not leak the vm object lock when swap reservation failed, in | Konstantin Belousov | 2016-05-29 | 1 | -0/+1 |
| * | The flag "vm_pages_needed" has long served two distinct purposes: (1) to | Alan Cox | 2016-05-27 | 3 | -42/+63 |
| * | Use vm_page_replace_checked() instead of vm_page_rename() for implementing | Alan Cox | 2016-05-27 | 1 | -17/+10 |
| * | Prevent parallel object collapses. Both vm_object_collapse_scan() and | Konstantin Belousov | 2016-05-26 | 1 | -0/+5 |
| * | Style changes to some most outrageous violations in vm_object_collapse(). | Konstantin Belousov | 2016-05-26 | 1 | -9/+6 |
| * | In vm_page_cache(), only drop the vnode after radix insert failure | Konstantin Belousov | 2016-05-24 | 1 | -1/+2 |
| * | In vm_page_alloc_contig(), on vm_page_insert() failure, mark each | Konstantin Belousov | 2016-05-24 | 1 | -1/+3 |
| * | Remove Giant around allocation of the swap pager with non-NULL handle. | Konstantin Belousov | 2016-05-24 | 1 | -3/+0 |
| * | Correct an error in a comment: One of the conditions for page allocation | Alan Cox | 2016-05-23 | 1 | -9/+8 |
| * | Mark swap-related proc sysctls as not requiring Giant. | Konstantin Belousov | 2016-05-22 | 1 | -3/+5 |
| * | Replace hand-made exclusive lock, protecting against parallel | Konstantin Belousov | 2016-05-22 | 1 | -24/+10 |
| * | Remove false claim. Giant is dropped by mi_startup() before passing | Konstantin Belousov | 2016-05-22 | 1 | -2/+0 |
| * | When descending a shadow chain of objects, it makes no sense to update | Alan Cox | 2016-05-21 | 1 | -1/+2 |
| * | Add new bus methods for mapping resources. | John Baldwin | 2016-05-20 | 1 | -2/+3 |
| * | Clean up the handling of errors from vm_pager_get_pages(). Mostly, this | Alan Cox | 2016-05-19 | 1 | -26/+18 |
| * | vm/vm_page.h: Fix trivial '-Wpointer-sign' warning | Conrad Meyer | 2016-05-19 | 2 | -3/+3 |
| * | Add implementation of robust mutexes, hopefully close enough to the | Konstantin Belousov | 2016-05-17 | 3 | -1/+3 |
| * | Move vm_domain_rr_selectdomain() under #ifdef VM_NUMA_ALLOC. | John Baldwin | 2016-05-10 | 1 | -4/+2 |
| * | sys/vm: minor spelling fixes in comments. | Pedro F. Giffuni | 2016-05-02 | 9 | -16/+16 |
| * | Avoid duplicated calls to pmap_page_get_memattr(). | Konstantin Belousov | 2016-05-01 | 1 | -5/+13 |
| * | Don't require write locks on the VM object for vm_page_prev/next. | John Baldwin | 2016-04-29 | 1 | -2/+2 |
| * | Trim redundant message. | John Baldwin | 2016-04-27 | 1 | -1/+1 |
| * | Cleanup redundant parenthesis from existing howmany()/roundup() macro uses. | Pedro F. Giffuni | 2016-04-22 | 1 | -1/+1 |
| * | sys: use our roundup2/rounddown2() macros when param.h is available. | Pedro F. Giffuni | 2016-04-21 | 3 | -10/+10 |
| * | Remove slightly used const values that can be replaced with nitems(). | Pedro F. Giffuni | 2016-04-21 | 1 | -3/+1 |
| * | Add more fine-grained kernel options for NUMA support. | John Baldwin | 2016-04-09 | 4 | -14/+39 |