| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFstable/12 r341249: | Mark Johnston | 2018-11-29 | 1 | -1/+2 |
| * | MFC r339927: | Mark Johnston | 2018-11-13 | 3 | -18/+46 |
| * | MFC r340331: | Mark Johnston | 2018-11-13 | 1 | -2/+3 |
| * | MFC r339925: | Mark Johnston | 2018-11-13 | 5 | -34/+35 |
| * | MFC r340241: | Mark Johnston | 2018-11-10 | 1 | -1/+1 |
| * | MFC r339688: | Mark Johnston | 2018-11-01 | 1 | -0/+1 |
| * | MFC r339616: | Mark Johnston | 2018-11-01 | 1 | -4/+15 |
| * | MFC r339686: | Mark Johnston | 2018-11-01 | 2 | -55/+69 |
| * | MFC r339661, r339669: | Mark Johnston | 2018-11-01 | 6 | -69/+95 |
| * | MFC r339601, r339603: | Mark Johnston | 2018-10-31 | 2 | -3/+16 |
| * | MFhead r339596: | Gleb Smirnoff | 2018-10-31 | 1 | -5/+12 |
| * | MFC r339452, r339664: | Mark Johnston | 2018-10-31 | 3 | -0/+34 |
| * | MFC r339934: | Mark Johnston | 2018-10-30 | 1 | -3/+2 |
| * | eliminate locking surrounding ui_vmsize and swap reserve by using atomics | Matt Macy | 2018-10-05 | 1 | -53/+62 |
| * | Use an unsigned iterator for domain sets. | Mark Johnston | 2018-10-01 | 1 | -1/+1 |
| * | Allow empty NUMA memory domains to support Threadripper2 | Andrew Gallatin | 2018-10-01 | 4 | -9/+45 |
| * | Correct vm_fault_copy_entry() handling of backing file truncation | Konstantin Belousov | 2018-09-28 | 1 | -0/+7 |
| * | In vm_fault_copy_entry(), we should not assert that entry is charged | Konstantin Belousov | 2018-09-28 | 1 | -1/+3 |
| * | In vm_fault_copy_entry(), collect the code to initialize a newly | Konstantin Belousov | 2018-09-28 | 1 | -2/+2 |
| * | Add more NUMA-specific low memory predicates. | Mark Johnston | 2018-09-24 | 3 | -10/+11 |
| * | Passing UMA_ZONE_NOFREE to uma_zcreate() for swpctrie_zone and swblk_zone is | Alan Cox | 2018-09-24 | 1 | -4/+2 |
| * | Ensure that "domain" is initialized when vm_ndomains == 1. | Mark Johnston | 2018-09-24 | 1 | -1/+3 |
| * | Ensure that imports into per-domain kmem arenas are KVA_QUANTUM-aligned. | Mark Johnston | 2018-09-20 | 2 | -24/+21 |
| * | Change the domain selection policy in kmem_back(). | Mark Johnston | 2018-09-20 | 1 | -14/+31 |
| * | Move kernel vmem arena initialization to vm_kern.c. | Mark Johnston | 2018-09-19 | 2 | -83/+83 |
| * | vm: check for empty kstack cache before locking | Mateusz Guzik | 2018-09-19 | 1 | -1/+1 |
| * | Only update the domain cursor once in keg_fetch_slab(). | Mark Johnston | 2018-09-18 | 1 | -4/+2 |
| * | vm: stop taking proc lock in mmap to satisfy racct if it is disabled | Mateusz Guzik | 2018-09-18 | 1 | -13/+9 |
| * | Split some checks in vm_page_activate() to make it easier to read. | Mark Johnston | 2018-09-10 | 1 | -4/+4 |
| * | Relax an assertion in vm_pqbatch_process_page(). | Mark Johnston | 2018-09-08 | 1 | -9/+16 |
| * | Use the correct terminology. | Mark Johnston | 2018-09-06 | 1 | -2/+2 |
| * | Avoid resource deadlocks when one domain has exhausted its memory. Attempt | Mark Johnston | 2018-09-06 | 6 | -20/+58 |
| * | Remove vm_page_remque(). | Mark Johnston | 2018-09-06 | 3 | -26/+11 |
| * | Recent changes have created, for the first time, physical memory segments | Alan Cox | 2018-09-02 | 1 | -1/+24 |
| * | Remove {max/min}_offset() macros, use vm_map_{max/min}() inlines. | Konstantin Belousov | 2018-08-29 | 4 | -22/+31 |
| * | Remove the Yarrow PRNG algorithm option in accordance with due notice | Mark Murray | 2018-08-26 | 1 | -4/+4 |
| * | Eliminate the arena parameter to kmem_free(). Implicitly this corrects an | Alan Cox | 2018-08-25 | 5 | -48/+28 |
| * | Either "free" or "allocated" is misleading here, since an item | Gleb Smirnoff | 2018-08-24 | 1 | -1/+1 |
| * | Fix comment. The actual meaning of ub_cnt is the opposite. | Gleb Smirnoff | 2018-08-23 | 1 | -1/+1 |
| * | Add a per-pagequeue pdpages counter. | Mark Johnston | 2018-08-23 | 4 | -7/+42 |
| * | Ensure that queue state is cleared when vm_page_dequeue() returns. | Mark Johnston | 2018-08-23 | 2 | -50/+49 |
| * | Eliminate kmem_malloc()'s unused arena parameter. (The arena parameter | Alan Cox | 2018-08-21 | 4 | -5/+4 |
| * | Eliminate kmem_alloc_contig()'s unused arena parameter. | Alan Cox | 2018-08-20 | 2 | -7/+3 |
| * | Eliminate the unused arena parameter from kmem_alloc_attr(). | Alan Cox | 2018-08-18 | 3 | -9/+5 |
| * | Eliminate the arena parameter to kmem_malloc_domain(). It is redundant. | Alan Cox | 2018-08-18 | 3 | -25/+9 |
| * | Prevent some parallel swap-ins, rate-limit swapper swap-ins. | Konstantin Belousov | 2018-08-13 | 1 | -6/+34 |
| * | Account for the lowmem handlers in the inactive queue scan target. | Mark Johnston | 2018-08-09 | 1 | -8/+19 |
| * | Add support for pmap_enter(..., psind=1) to the armv6 pmap. In other words, | Alan Cox | 2018-08-08 | 1 | -5/+6 |
| * | Defer and aggregate swap_pager_meta_build frees. | Alan Cox | 2018-08-08 | 1 | -64/+79 |
| * | Swap in WKILLED processes. | Konstantin Belousov | 2018-08-04 | 1 | -46/+81 |