| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r305056, r305367: | markj | 2016-10-02 | 1 | -2/+2 |
* | MFC r304053, r304054: | markj | 2016-08-31 | 1 | -3/+2 |
* | MFC r303243 | markj | 2016-08-14 | 1 | -3/+5 |
* | MFC r303516 | markj | 2016-08-14 | 1 | -1/+1 |
* | Autotune the number of pages set aside for UMA startup based on the number | cperciva | 2016-07-07 | 1 | -0/+15 |
* | In vm_page_xunbusy_maybelocked(), add fast path for unbusy when no | kib | 2016-06-23 | 1 | -4/+22 |
* | Reset the page busy lock state after failing to insert into the object. | markj | 2016-06-02 | 1 | -0/+2 |
* | Don't preserve the page's object linkage in vm_page_insert_after(). | markj | 2016-06-02 | 1 | -6/+2 |
* | If the fast path unbusy in vm_page_replace() fails, slow path needs to | kib | 2016-06-01 | 1 | -15/+20 |
* | The flag "vm_pages_needed" has long served two distinct purposes: (1) to | alc | 2016-05-27 | 1 | -7/+9 |
* | In vm_page_cache(), only drop the vnode after radix insert failure | kib | 2016-05-24 | 1 | -1/+2 |
* | In vm_page_alloc_contig(), on vm_page_insert() failure, mark each | kib | 2016-05-24 | 1 | -1/+3 |
* | vm/vm_page.h: Fix trivial '-Wpointer-sign' warning | cem | 2016-05-19 | 1 | -2/+2 |
* | Don't require write locks on the VM object for vm_page_prev/next. | jhb | 2016-04-29 | 1 | -2/+2 |
* | sys: use our roundup2/rounddown2() macros when param.h is available. | pfg | 2016-04-21 | 1 | -6/+6 |
* | Include sys/_task.h into uma_int.h, so that taskqueue.h isn't a | glebius | 2016-02-09 | 1 | -1/+0 |
* | Redo r292484. Embed task(9) into zone, so that uz_maxaction is called | glebius | 2016-02-03 | 1 | -0/+1 |
* | Introduce a new mechanism for relocating virtual pages to a new physical | alc | 2015-12-19 | 1 | -0/+589 |
* | A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES(). | glebius | 2015-12-16 | 1 | -27/+17 |
* | vm_page_replace: remove redundant radix lookup | cem | 2015-12-10 | 1 | -14/+9 |
* | Ensure that deactivated pages that are not expected to be reused are | markj | 2015-11-08 | 1 | -9/+12 |
* | Reduce the scope of a variable to the only file where it is used. | alc | 2015-10-03 | 1 | -0/+2 |
* | As a step towards the elimination of PG_CACHED pages, rework the handling | markj | 2015-09-30 | 1 | -2/+14 |
* | Change vm_page_unwire() such that it (1) accepts PQ_NONE as the specified | alc | 2015-09-22 | 1 | -16/+20 |
* | Eliminate (many) unnecessary calls to pmap_remove_all(). Pages from objects | alc | 2015-09-17 | 1 | -1/+2 |
* | Remove the v_cache_min and v_cache_max sysctls. They are unused and have | markj | 2015-09-11 | 1 | -1/+0 |
* | Remove weighted page handling from vm_page_advise(). | markj | 2015-08-28 | 1 | -54/+25 |
* | Add the kernel support for minidumps on arm64. | andrew | 2015-08-20 | 1 | -7/+7 |
* | Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages. | alc | 2015-06-08 | 1 | -1/+0 |
* | Document vm_page_alloc_contig()'s support for the VM_ALLOC_NODUMP option. | alc | 2015-05-30 | 1 | -0/+1 |
* | Do grammar fix in the comment to record the right commit message for | kib | 2015-05-20 | 1 | -2/+2 |
* | Remove the write-only variable phent. We currently do not check the | kib | 2015-05-20 | 1 | -0/+1 |
* | Remove support for Xen PV domU kernels. Support for HVM domU kernels | jhb | 2015-04-30 | 1 | -8/+0 |
* | Improve support for blacklisting bad memory locations. The user can supply | scottl | 2015-04-29 | 1 | -25/+153 |
* | Add comments about CTLFLAG_RDTUN vs. TUNABLE_INT_FETCH. | rpaulo | 2015-03-26 | 1 | -0/+3 |
* | Use TUNABLE_INT_FETCH for boot_pages. | rpaulo | 2015-03-24 | 1 | -2/+4 |
* | Remove whitespace. | rpaulo | 2015-03-24 | 1 | -18/+18 |
* | Add flag VM_ALLOC_NOWAIT for vm_page_grab() that prevents sleeping and | glebius | 2014-12-22 | 1 | -0/+4 |
* | Do not clear flag that vm_page_alloc() doesn't support. | glebius | 2014-12-22 | 1 | -1/+1 |
* | Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the default | alc | 2014-11-15 | 1 | -4/+25 |
* | Eliminate a stale, i386-specific comment. | alc | 2014-11-04 | 1 | -2/+0 |
* | Follow up to r225617. In order to maximize the re-usability of kernel code | davide | 2014-10-16 | 1 | -1/+1 |
* | Fix a typo. | jhb | 2014-08-29 | 1 | -1/+1 |
* | Adapt vm_page_aflag_set(PGA_WRITEABLE) to the locking of | kib | 2014-08-09 | 1 | -0/+18 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -2/+1 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -1/+2 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -2/+1 |
* | - Modify vm_page_unwire() and vm_page_enqueue() to directly accept | attilio | 2014-06-16 | 1 | -10/+14 |
* | Add a page size field to struct vm_page. Increase the page size field when | alc | 2014-06-07 | 1 | -0/+25 |
* | Rename global cnt to vm_cnt to avoid shadowing. | bdrewery | 2014-03-22 | 1 | -44/+44 |