| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove UMA_ZONE_REFCNT feature, now unused. | glebius | 2016-03-01 | 3 | -110/+6 |
* | Implement process-shared locks support for libthr.so.3, without | kib | 2016-02-28 | 2 | -0/+10 |
* | Include sys/_task.h into uma_int.h, so that taskqueue.h isn't a | glebius | 2016-02-09 | 4 | -3/+2 |
* | Plug a vm_page leak introduced in r292373. | markj | 2016-02-05 | 1 | -0/+3 |
* | Redo r292484. Embed task(9) into zone, so that uz_maxaction is called | glebius | 2016-02-03 | 6 | -6/+10 |
* | Move uma_dbg_alloc() and uma_dbg_free() into uma_core.c, which allows | glebius | 2016-02-03 | 3 | -101/+102 |
* | Typo in comment. | kib | 2016-01-24 | 1 | -1/+1 |
* | Various cleanups to the main function for AIO kernel processes: | jhb | 2016-01-19 | 2 | -0/+46 |
* | A fix to r292469: Iterate over the physical segments in descending rather | alc | 2016-01-16 | 1 | -4/+4 |
* | Fix the domain iterator to not try the first-touch / fixed domain | adrian | 2016-01-10 | 1 | -3/+13 |
* | Add missed relpbuf() for a smallfs page-in. | kib | 2015-12-27 | 1 | -0/+1 |
* | Add a safety net to reclaim mbufs when one of the mbuf zones become | jtl | 2015-12-20 | 3 | -1/+36 |
* | Introduce a new mechanism for relocating virtual pages to a new physical | alc | 2015-12-19 | 9 | -240/+807 |
* | vm_page_replace: add wrapper to KASSERT about old page | cem | 2015-12-17 | 3 | -4/+17 |
* | vm_page.h: page busy macro fixups | cem | 2015-12-16 | 1 | -8/+9 |
* | A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES(). | glebius | 2015-12-16 | 14 | -636/+367 |
* | Don't make assertions about td_critnest when the scheduler is stopped. | markj | 2015-12-11 | 1 | -3/+2 |
* | vm_page_replace: remove redundant radix lookup | cem | 2015-12-10 | 1 | -14/+9 |
* | vm_fault_hold: handle vm_page_rename failure | cem | 2015-12-06 | 1 | -1/+5 |
* | Pull vm_object_scan_all_shadowed out of vm_object_backing_scan | cem | 2015-12-03 | 1 | -155/+146 |
* | r221714 fixed the situation when the collapse scan improperly handled | kib | 2015-12-01 | 1 | -97/+84 |
* | Minor cleanup. | kib | 2015-11-29 | 1 | -26/+12 |
* | In vm_pageout_grow_cache(), do not re-try the inactive queue when | kib | 2015-11-27 | 1 | -5/+6 |
* | Correct an error in vm_reserv_reclaim_contig(). In the highly unusual | alc | 2015-11-26 | 1 | -3/+4 |
* | Record proper commit message for r291157. | kib | 2015-11-22 | 1 | -1/+1 |
* | Noted by: glebius | kib | 2015-11-22 | 1 | -4/+5 |
* | Remove unneeded includes of opt_kdtrace.h. | markj | 2015-11-22 | 1 | -1/+1 |
* | Remove remnants of the old NFS from vnode pager. | glebius | 2015-11-20 | 1 | -5/+3 |
* | Consistently enforce the restriction against calling malloc/free when in a | jtl | 2015-11-19 | 1 | -0/+7 |
* | Rework the test which raises OOM condition. Right now, the code | kib | 2015-11-16 | 2 | -14/+31 |
* | Do not use vmspace_resident_count() for the OOM process selection. | kib | 2015-11-16 | 1 | -3/+63 |
* | VM daemon works in parallel with the pagedaemon threads, and, among | kib | 2015-11-16 | 1 | -1/+2 |
* | Export various helper variables describing the layout and size of | jhb | 2015-11-12 | 1 | -0/+3 |
* | Ensure that deactivated pages that are not expected to be reused are | markj | 2015-11-08 | 3 | -9/+16 |
* | Reduce the amount of calls to VOP_BMAP() made from the local vnode | kib | 2015-10-24 | 1 | -81/+39 |
* | Fix capitalization | jah | 2015-10-23 | 1 | -1/+1 |
* | Remove unclear comment about address truncation in busdma. Add (hopefully mu... | jah | 2015-10-23 | 1 | -0/+5 |
* | Only marker is guaranteed to be present on the queue after the relock | kib | 2015-10-18 | 1 | -5/+17 |
* | Revert r289302, invalid pages can be queued, e.g. by vfs_vmio_unwire(). | kib | 2015-10-15 | 1 | -5/+5 |
* | Invalid pages should not appear on the inactive queue. Change the | kib | 2015-10-14 | 1 | -5/+5 |
* | Parallelize the buffer cache and rewrite getnewbuf(). This results in a | jeff | 2015-10-14 | 1 | -1/+5 |
* | Exploit r288122 to avoid pointlessly enqueueing a page that is about to be | alc | 2015-10-09 | 1 | -1/+1 |
* | Exploit r288122 to address a cosmetic issue. Pages belonging to either | alc | 2015-10-06 | 1 | -1/+1 |
* | Mark swap_pager_putpages static at its definition. It was already | imp | 2015-10-05 | 1 | -3/+1 |
* | Reduce the scope of a variable to the only file where it is used. | alc | 2015-10-03 | 3 | -2/+2 |
* | As a step towards the elimination of PG_CACHED pages, rework the handling | markj | 2015-09-30 | 4 | -15/+28 |
* | The conversion of kmem_alloc_attr() from operating on a vm map to a vmem | alc | 2015-09-26 | 1 | -28/+13 |
* | Exploit r288122 to address a cosmetic issue. Since the pages allocated | alc | 2015-09-26 | 1 | -1/+1 |
* | Change vm_page_unwire() such that it (1) accepts PQ_NONE as the specified | alc | 2015-09-22 | 2 | -17/+21 |
* | Correct a non-fatal error in vm_pageout_worker(). vm_pageout_worker() | alc | 2015-09-20 | 1 | -6/+11 |