| Commit message (Expand) | Author | Age | Files | Lines |
* | After the object lock was dropped, the object' reference count could | Konstantin Belousov | 2013-05-30 | 1 | -5/+5 |
* | Remove the capitalization in the assertion message. Print the address | Konstantin Belousov | 2013-05-30 | 1 | -1/+1 |
* | o Change the locking scheme for swp_bcount. | Attilio Rao | 2013-05-28 | 1 | -5/+7 |
* | Acquire read lock on the src object for vm_fault_copy_entry(). | Attilio Rao | 2013-05-22 | 1 | -4/+4 |
* | o Relax locking assertions for vm_page_find_least() | Attilio Rao | 2013-05-21 | 3 | -8/+18 |
* | Add ddb command 'show pginfo' which provides useful information about | Konstantin Belousov | 2013-05-21 | 1 | -0/+23 |
* | Relax the object locking in vm_fault_prefault(). A read lock suffices. | Alan Cox | 2013-05-17 | 1 | -5/+5 |
* | Relax the object locking assertion in vm_page_lookup(). Now that a radix | Alan Cox | 2013-05-17 | 1 | -1/+1 |
* | o Add accessor functions to add and remove pages from a specific | Attilio Rao | 2013-05-13 | 2 | -198/+139 |
* | Bandaid for compiling with gcc, which happens to be the default compiler | Peter Wemm | 2013-05-13 | 1 | -0/+1 |
* | Refactor vm_page_alloc()'s interactions with vm_reserv_alloc_page() and | Alan Cox | 2013-05-12 | 3 | -25/+63 |
* | To reduce the amount of arithmetic performed in the various radix tree | Alan Cox | 2013-05-11 | 1 | -13/+12 |
* | Fix-up r250338 by completing the removal of VM_NDOMAIN in favor of | Attilio Rao | 2013-05-08 | 1 | -2/+2 |
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | Attilio Rao | 2013-05-07 | 1 | -10/+10 |
* | Remove a redundant call to panic() from vm_radix_keydiff(). The assertion | Alan Cox | 2013-05-07 | 1 | -4/+2 |
* | Optimize vm_radix_lookup_ge() and vm_radix_lookup_le(). Specifically, | Alan Cox | 2013-05-04 | 1 | -103/+75 |
* | Fix two bugs in the current NUMA-aware allocation code: | John Baldwin | 2013-05-03 | 1 | -6/+48 |
* | Add a hint suggesting why tmpfs does not need a special case there. | Konstantin Belousov | 2013-05-02 | 1 | -1/+1 |
* | Rework the handling of the tmpfs node backing swap object and tmpfs | Konstantin Belousov | 2013-04-28 | 2 | -1/+34 |
* | Make vm_object_page_clean() and vm_mmap_vnode() tolerate the vnode' | Konstantin Belousov | 2013-04-28 | 2 | -3/+15 |
* | Assert that the object type for the vnode' non-NULL v_object, passed | Konstantin Belousov | 2013-04-28 | 1 | -0/+6 |
* | Convert panic() into KASSERT(). | Konstantin Belousov | 2013-04-28 | 1 | -2/+1 |
* | Eliminate an unneeded call to vm_radix_trimkey() from vm_radix_lookup_le(). | Alan Cox | 2013-04-28 | 1 | -1/+0 |
* | Avoid some lookup restarts in vm_radix_lookup_{ge,le}(). | Alan Cox | 2013-04-27 | 1 | -22/+24 |
* | Panic if UMA_ZONE_PCPU is created at early stages of boot, when mp_ncpus | Gleb Smirnoff | 2013-04-22 | 1 | -0/+1 |
* | Simplify vm_radix_{add,dec}lev(). | Alan Cox | 2013-04-22 | 1 | -8/+13 |
* | When calculating the number of reserved nodes, discount the pages that will | Alan Cox | 2013-04-18 | 1 | -2/+9 |
* | Although we perform path compression to reduce the height of the trie and | Alan Cox | 2013-04-15 | 1 | -26/+32 |
* | Although we perform path compression to reduce the height of the trie and | Alan Cox | 2013-04-12 | 1 | -20/+33 |
* | Convert UMA code to C99 uintXX_t types. | Gleb Smirnoff | 2013-04-09 | 4 | -97/+97 |
* | Swap us_freecount and us_flags, achieving same structure size | Gleb Smirnoff | 2013-04-09 | 1 | -2/+2 |
* | Since now we support 256 items per slab, we need more bits | Gleb Smirnoff | 2013-04-09 | 1 | -1/+1 |
* | Fix KASSERTs: maximum number of items per slab is 256. | Gleb Smirnoff | 2013-04-09 | 1 | -3/+3 |
* | Fix the assertions for the state of the object under the map entry | Konstantin Belousov | 2013-04-09 | 1 | -6/+16 |
* | The per-page act_count can be made very-easily protected by the | Attilio Rao | 2013-04-08 | 2 | -5/+5 |
* | Merge from projects/counters: UMA_ZONE_PCPU zones. | Gleb Smirnoff | 2013-04-08 | 3 | -38/+68 |
* | Micro-optimize the order of struct vm_radix_node's fields. Specifically, | Alan Cox | 2013-04-07 | 1 | -2/+2 |
* | Prepare to replace the buf splay with a trie: | Jeff Roberson | 2013-04-06 | 1 | -20/+4 |
* | Simplify vm_radix_keybarr(). | Alan Cox | 2013-04-06 | 1 | -3/+1 |
* | Simplify vm_radix_insert(). | Alan Cox | 2013-04-06 | 1 | -29/+8 |
* | Replace the remaining uses of vm_radix_node_page() by vm_radix_isleaf() and | Alan Cox | 2013-04-03 | 1 | -65/+67 |
* | Release the v_writecount reference on the vnode in case of error, | Konstantin Belousov | 2013-03-28 | 1 | -0/+4 |
* | Introduce vm_radix_isleaf() and use it in a couple places. As compared to | Alan Cox | 2013-03-26 | 1 | -2/+12 |
* | Micro-optimize the control flow in a few places. Eliminate a panic call | Alan Cox | 2013-03-24 | 1 | -8/+6 |
* | Only size and create the bio_transient_map when unmapped buffers are | Konstantin Belousov | 2013-03-21 | 1 | -4/+6 |
* | Fix the logic inversion in the r248512. | Konstantin Belousov | 2013-03-20 | 1 | -1/+1 |
* | Do not map the swap i/o pbufs if the geom provider for the swap | Konstantin Belousov | 2013-03-19 | 2 | -13/+34 |
* | Pass unmapped buffers for page in requests if the filesystem indicated support | Konstantin Belousov | 2013-03-19 | 1 | -6/+30 |
* | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | Konstantin Belousov | 2013-03-19 | 3 | -1/+9 |
* | Sync back vmcontention branch into HEAD: | Attilio Rao | 2013-03-18 | 8 | -344/+957 |